Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParachainInherentData ¶
type ParachainInherentData struct { // Signed bitfields by validators about availability. Bitfields []uncheckedSignedAvailabilityBitfield `scale:"1"` // Backed candidates for inclusion in the block. BackedCandidates []backedCandidate `scale:"2"` // Sets of dispute votes for inclusion, Disputes multiDisputeStatementSet `scale:"3"` // The parent block header. Used for checking state proofs. ParentHeader types.Header `scale:"4"` }
ParachainInherentData is parachains inherent-data passed into the runtime by a block author.
Click to show internal directories.
Click to hide internal directories.