pub fn vote<T: Config<I>, I: 'static>(
    proposal: T::Hash,
    index: ProposalIndex,
    approve: bool
)
Expand description

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

Must be called by a Fellow.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::vote.