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

    Account data interface for read host calls.

    interface AccountsRead {
        read(
            serviceId:
                | number & WithBytesRepresentation<4> & WithOpaque<"ServiceId[u32]">
                | null,
            rawKey: BytesBlob,
        ): BytesBlob | null;
    }

    Implemented by

    Index

    Methods

    Methods