All chains
    Preparing search index...

    Type Alias Voted

    Voted: PlainDescriptor<
        {
            account: SS58String;
            no: number;
            proposal_hash: FixedSizeBinary<32>;
            voted: boolean;
            yes: number;
        },
    >

    A motion (given hash) has been voted on by given account, leaving a tally (yes votes and no votes given respectively as MemberCount).