Interface PalletDemocracyVoteVoting

Name

PalletDemocracyVoteVoting (383)

Hierarchy

  • Enum
    • PalletDemocracyVoteVoting

Properties

asDelegating: {
    balance: u128;
    conviction: PalletDemocracyConviction;
    delegations: PalletDemocracyDelegations;
    prior: PalletDemocracyVotePriorLock;
    target: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asDirect: {
    delegations: PalletDemocracyDelegations;
    prior: PalletDemocracyVotePriorLock;
    votes: Vec<ITuple<[u32, PalletDemocracyVoteAccountVote]>>;
} & Struct<TypesDef<Codec>, {}, {}>
isDelegating: boolean
isDirect: boolean
type: "Direct" | "Delegating"