Type Definition sp_npos_elections::VoteWeight
source · 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.