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

    Class JsonService

    Index

    Constructors

    Properties

    Constructors

    Properties

    data: {
        preimage_blobs?: JsonPreimageItem[];
        preimage_requests?: LookupHistoryItem[];
        service: ServiceAccountInfo;
        storage?: JsonStorageItem[];
    }
    id: number & WithBytesRepresentation<4> & WithOpaque<"ServiceId[u32]">
    fromJson: FromJsonWithParser<unknown, InMemoryService> = ...