Voted: PlainDescriptor<{
    poll: number;
    tally: {
        ayes: number;
        bare_ayes: number;
        nays: number;
    };
    vote: Enum<{
        Aye: number;
        Nay: number;
    }>;
    who: SS58String;
}>

The member who has voted for the poll with the given vote leading to an updated tally.