Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/types.ts>DigestItem

Package publishing for deno.land/x/polkadot
Go to Latest
interface DigestItem
implements Enum
import { type DigestItem } from "https://deno.land/x/polkadot@0.2.25/types/interfaces/types.ts";

Properties

readonly
isOther: boolean
readonly
asOther: Bytes
readonly
isAuthoritiesChange: boolean
readonly
asAuthoritiesChange: Vec<AuthorityId>
readonly
isChangesTrieRoot: boolean
readonly
asChangesTrieRoot: Hash
readonly
isSealV0: boolean
readonly
asSealV0: SealV0
readonly
isConsensus: boolean
readonly
asConsensus: Consensus
readonly
isSeal: boolean
readonly
asSeal: Seal
readonly
isPreRuntime: boolean
readonly
asPreRuntime: PreRuntime
readonly
isChangesTrieSignal: boolean
readonly
asChangesTrieSignal: ChangesTrieSignal
readonly
isRuntimeEnvironmentUpdated: boolean
readonly
type:
| "Other"
| "AuthoritiesChange"
| "ChangesTrieRoot"
| "SealV0"
| "Consensus"
| "Seal"
| "PreRuntime"
| "ChangesTrieSignal"
| "RuntimeEnvironmentUpdated"