Module pallet_membership::pallet::dispatchables
source · Expand description
Auto-generated docs-only module listing all defined dispatchables for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation
purposes. To see the real version of each dispatchable, look for them in Pallet
or
Call
.
Functions
- Add a member
who
to the set. - Swap out the sending member for some other key
new
. - Remove the prime member if it exists.
- Remove a member
who
from the set. - Change the membership to a new set, disregarding the existing membership. Be nice and pass
members
pre-sorted. - Set the prime member. Must be a current member.
- Swap out one member
remove
for anotheradd
.