pub type LeafChain<TYPES> = Vec<LeafInfo<TYPES>>;
The chain of decided leaves with its corresponding state and VID info.
struct LeafChain<TYPES> { /* private fields */ }