pub type Voter<AccountId, Bound> = (AccountId, VoteWeight, BoundedVec<AccountId, Bound>);
Expand description

A voter, at the level of abstraction of this crate.