Interface SpRuntimeDigestDigestItem

Name

SpRuntimeDigestDigestItem (16)

Hierarchy

  • Enum
    • SpRuntimeDigestDigestItem

Properties

asConsensus: ITuple<[U8aFixed, Bytes]>
asOther: Bytes
asPreRuntime: ITuple<[U8aFixed, Bytes]>
asSeal: ITuple<[U8aFixed, Bytes]>
isConsensus: boolean
isOther: boolean
isPreRuntime: boolean
isRuntimeEnvironmentUpdated: boolean
isSeal: boolean
type: "Other" | "Consensus" | "Seal" | "PreRuntime" | "RuntimeEnvironmentUpdated"