Module pallet_membership::pallet::dispatchables
source · Expand description
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
.