pub type IndexedStake = (EpochNumber, IndexMap<Address, Validator<BLSPubKey>>);
Expand description
Type for holding result sets matching epochs to stake tables.
pub type IndexedStake = (EpochNumber, IndexMap<Address, Validator<BLSPubKey>>);
Type for holding result sets matching epochs to stake tables.