pub type Voting = Votes<AccountId32, u32>;

Aliased Type§

struct Voting {
    pub index: u32,
    pub threshold: u32,
    pub ayes: Vec<AccountId32>,
    pub nays: Vec<AccountId32>,
    pub end: u32,
}

Fields§

§index: u32§threshold: u32§ayes: Vec<AccountId32>§nays: Vec<AccountId32>§end: u32