pub type IndexedStake = (EpochNumber, (ValidatorMap, Option<RewardAmount>), Option<StakeTableHash>);Expand description
Type for holding result sets matching epochs to stake tables.
pub type IndexedStake = (EpochNumber, (ValidatorMap, Option<RewardAmount>), Option<StakeTableHash>);Type for holding result sets matching epochs to stake tables.