Type Alias Staking

Source
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 */ }