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
whoto the set. - Swap out the sending member for some other key
new. - Remove the prime member if it exists.
- Remove a member
whofrom the set. - Change the membership to a new set, disregarding the existing membership. Be nice and pass
memberspre-sorted. - Set the prime member. Must be a current member.
- Swap out one member
removefor anotheradd.