vote: TxDescriptor<{
    approve: boolean;
    index: number;
    proposal: FixedSizeBinary<32>;
}>

Add an aye or nay vote for the sender to the given proposal.

Must be called by a Fellow.