Typeberry by Fluffy Labs - v0.4.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 & pvm.WithOpaque<"PreimageHash">,
            LookupHistoryItem[],
        >;
        preimages: HashDictionary<
            Blake2bHash & pvm.WithOpaque<"PreimageHash">,
            PreimageItem,
        >;
        storage: Map<string, StorageItem>;
    }

    Service details.

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

    Service id.

    Methods