ð§Membership
Allows control of membership of a set of AccountId's. Useful for managing membership of a collective.
This allows control of membership of a set of AccountId
's.
This pallet stores
the list of members
the
prime
member (master admin account for the membership)
Events are emitted when members are
added
removed
swapped
reset
changed
Users of authorized origin can
add members
remove members
swap members
reset members not sure what this is yet
change key (user can change they key associated with membership to a different address)
set prime (assign the prime member, must be by current member)
clear prime (remove the prime member, can only be released by prime member)
Last updated
Was this helpful?