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> {
    buf: RawVec<LeafInfo<TYPES>>,
    len: usize,
}

Fields§

§buf: RawVec<LeafInfo<TYPES>>§len: usize