Type Definition frame_election_provider_support::VoteWeight[][src]

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.