Crate polkadot_node_core_chain_selection

Source
Expand description

Implements the Chain Selection Subsystem.

Structs§

ChainSelectionSubsystem
The chain selection subsystem.
Config
Configuration for the chain selection subsystem.
StagnantCheckInterval
The interval, in seconds to check for stagnant blocks.

Enums§

Error
StagnantCheckMode
Mode of the stagnant check operations: check and prune or prune only

Traits§

Clock
A clock used for fetching the current timestamp.