Type Alias hotshot_types::event::LeafChain

source ·
pub type LeafChain<TYPES> = Vec<LeafInfo<TYPES>>;
Expand description

The chain of decided leaves with its corresponding state and VID info.

Aliased Type§

struct LeafChain<TYPES> { /* private fields */ }