pub type BoxBlockImport<B, Transaction> = Box<dyn BlockImport<B, Error = ConsensusError, Transaction = Transaction> + Send + Sync>;
Expand description

Shared block import struct used by the queue.

Trait Implementations§

Check block preconditions.

Import a block.

Cached data can be accessed through the blockchain cache.

The error type.
The transaction type used by the backend.