Skip to main content

DecidedBlocks

Type Alias DecidedBlocks 

Source
pub type DecidedBlocks = Arc<RwLock<BTreeMap<BlockNumber, DecidedBlock>>>;
Expand description

A type alias for a Sync collection of DecidedBlock-s

Aliased Typeยง

pub struct DecidedBlocks { /* private fields */ }