Typeberry by Fluffy Labs - v0.5.0
    Preparing search index...

    Account data interface for lookup host calls.

    interface AccountsLookup {
        lookup(
            serviceId:
                | number & WithBytesRepresentation<4> & WithOpaque<"ServiceId[u32]">
                | null,
            hash: Blake2bHash,
        ): BytesBlob | null;
    }

    Implemented by

    Index

    Methods

    Methods