subscan
Runtime Modules / UpgradeCommitteeMembership
Spec Version:
Events
Name
Lookup
Attributes
MemberAdded0e00["IdentityId","IdentityId"]
MemberRemoved0e01["IdentityId","IdentityId"]
MemberRevoked0e02["IdentityId","IdentityId"]
MembersSwapped0e03["IdentityId","IdentityId","IdentityId"]
MembersReset0e04["IdentityId","Vec<IdentityId>"]
ActiveLimitChanged0e05["IdentityId","MemberCount","MemberCount"]
Dummy0e06
Storage Functions
Name
Type
ActiveMembers{"origin":"PlainType","plain_type":"Vec<[U8; 32]>","PlainTypeValue":77}
InactiveMembers{"origin":"PlainType","plain_type":"Vec<polymesh_common_utilities:traits:group:InactiveMember>","PlainTypeValue":377}
ActiveMembersLimit{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Error Types
Name
Docs
OnlyPrimaryKeyAllowedOnly primary key of the identity is allowed.
DuplicateMemberGroup member was added already.
NoSuchMemberCan't remove a member that doesn't exist.
LastMemberCannotQuitLast member of the committee can not quit.
MissingCurrentIdentityMissing current DID
ActiveMembersLimitExceededThe limit for the number of concurrent active members for this group has been exceeded.
ActiveMembersLimitOverflowActive member limit was greater than maximum committee members limit.