Type Alias LegacyLeafChain

Source
pub type LegacyLeafChain<TYPES> = Vec<LegacyLeafInfo<TYPES>>;
Expand description

Pre-epoch version of LeafChain

Aliased Typeยง

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