referrerpolicy=no-referrer-when-downgrade

Module block_import

Source
Expand description

Block import helpers.

Structs§

BlockCheckParams
Data required to check validity of a Block.
BlockImportParams
Data required to import a Block.
ImportedAux
Auxiliary data associated with an imported block result.
ImportedState
Imported state data. A vector of key-value pairs that should form a trie.

Enums§

ForkChoiceStrategy
Fork choice strategy.
ImportResult
Block import result.
StateAction
Defines how a new state is computed for a given imported block.
StorageChanges
Precomputed storage.

Traits§

BlockImport
Block import trait.
JustificationImport
Justification import trait
JustificationSyncLink
Control the synchronization process of block justifications.