Type Definition casper_types::system::auction::ValidatorWeights[][src]

pub type ValidatorWeights = BTreeMap<PublicKey, U512>;
Expand description

Weights of validators. “Weight” in this context means a sum of their stakes.