Function pallet_society::pallet::dispatchables::defender_vote
source · pub fn defender_vote<T: Config<I>, I: 'static>(approve: bool)
Expand description
As a member, vote on the defender.
The dispatch origin for this call must be Signed and a member.
Parameters:
approve
: A boolean which says if the candidate should be approved (true
) or rejected (false
).
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::defender_vote
.