Type Alias pallet_inv4::voting::VoteRecord

source ·
pub type VoteRecord<T> = Vote<Votes<T>>;
Expand description

Type alias for Vote with BalanceOf.

Aliased Type§

enum VoteRecord<T> {
    Aye(<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance),
    Nay(<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance),
}

Variants§

§

Aye(<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance)

§

Nay(<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance)