All chains
    Preparing search index...

    Type Alias DigestItem

    DigestItem: Enum<
        {
            Consensus: [SizedHex<4>, Uint8Array];
            Other: Uint8Array;
            PreRuntime: [SizedHex<4>, Uint8Array];
            RuntimeEnvironmentUpdated: undefined;
            Seal: [SizedHex<4>, Uint8Array];
        },
    >