pub type Staking = BTreeMap<PublicKey, (ValidatorBid, BTreeMap<DelegatorKind, DelegatorBid>)>;Expand description
Aggregated representation of validator and associated delegator bids.
Aliased Typeยง
struct Staking { /* private fields */ }pub type Staking = BTreeMap<PublicKey, (ValidatorBid, BTreeMap<DelegatorKind, DelegatorBid>)>;Aggregated representation of validator and associated delegator bids.
struct Staking { /* private fields */ }