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

type ValidatorWeights = BTreeMap<PublicKey, U512>;

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