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

    Account data interface for info host calls.

    interface AccountsInfo {
        getServiceInfo(
            serviceId:
                | number & WithBytesRepresentation<4> & WithOpaque<"ServiceId[u32]">
                | null,
        ): ServiceAccountInfo | null;
    }

    Implemented by

    Index

    Methods