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

    Type Alias InMemoryServiceData

    Data backing an InMemoryService.

    type InMemoryServiceData = {
        info: ServiceAccountInfo;
        lookupHistory: HashDictionary<PreimageHash, LookupHistoryItem[]>;
        preimages: HashDictionary<PreimageHash, PreimageItem>;
        storage: Map<string, StorageItem>;
    }
    Index

    Properties

    storage: Map<string, StorageItem>