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

    Type Alias ServiceEntries

    Enumeration of all service-related data.

    type ServiceEntries = {
        lookupHistory: { hash: PreimageHash; length: U32 }[];
        preimages: PreimageHash[];
        storageKeys: StorageKey[];
    }
    Index

    Properties

    lookupHistory: { hash: PreimageHash; length: U32 }[]

    Service lookup history.

    preimages: PreimageHash[]

    Service preimages.

    storageKeys: StorageKey[]

    Service storage keys.