Type Alias IndexedStake

Source
pub type IndexedStake = (EpochNumber, IndexMap<Address, Validator<BLSPubKey>>);
Expand description

Type for holding result sets matching epochs to stake tables.