Module sc_consensus::block_import
source · Expand description
Block import helpers.
Structs
- Data required to check validity of a Block.
- Data required to import a Block.
- Auxiliary data associated with an imported block result.
- Imported state data. A vector of key-value pairs that should form a trie.
Enums
- Fork choice strategy.
- Block import result.
- Defines how a new state is computed for a given imported block.
- Precomputed storage.
Traits
- Block import trait.
- Justification import trait
- Control the synchronization process of block justifications.