Module import
Expand description
This module provides an abstraction over block import in the form of the BlockImport
trait.
Structs§
- Outcome of the
BlockImport
’s block handling. - An implementation of
BlockImport
used in Proof-of-Stake consensus that does nothing.
Enums§
- Represents the error case of a failed block import
- Represents the successful validation of a received
NewBlock
message.
Traits§
- Abstraction over block import.