Type Alias VoteWeight
pub type VoteWeight = u64;
Expand description
A type which is used in the API of this crate as a numeric weight of a vote, most often the
stake of the voter. It is always converted to ExtendedBalance
for computation.
pub type VoteWeight = u64;
A type which is used in the API of this crate as a numeric weight of a vote, most often the
stake of the voter. It is always converted to ExtendedBalance
for computation.