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

    Class InMemoryService

    In-memory representation of the service.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    data: {
        info: ServiceAccountInfo;
        lookupHistory: HashDictionary<
            Blake2bHash & WithOpaque<"PreimageHash">,
            LookupHistoryItem[],
        >;
        preimages: HashDictionary<
            Blake2bHash & WithOpaque<"PreimageHash">,
            PreimageItem,
        >;
        storage: Map<string, StorageItem>;
    }

    Service details.

    serviceId: number & WithBytesRepresentation<4> & WithOpaque<"ServiceId[u32]">

    Service id.

    Methods