Type Definition pallet_collective::MemberCount
source · pub type MemberCount = u32;
Expand description
A number of members.
This also serves as a number of voting members, and since for motions, each member may vote exactly once, therefore also the number of votes for any given motion.