subscan
Runtime Modules / TechnicalCommitteeMembership
Spec Version:
Storage Functions
Name
Type
ActiveMembers{"origin":"PlainType","plain_type":"Vec<IdentityId>"}
InactiveMembers{"origin":"PlainType","plain_type":"Vec<InactiveMember<Moment>>"}
ActiveMembersLimit{"origin":"PlainType","plain_type":"u32"}
Error Types
Name
Docs
OnlyPrimaryKeyAllowed Only primary key of the identity is allowed.
DuplicateMember Group member was added already.
NoSuchMember Can't remove a member that doesn't exist.
LastMemberCannotQuit Last member of the committee can not quit.
MissingCurrentIdentity Missing current DID
ActiveMembersLimitExceeded The limit for the number of concurrent active members for this group has been exceeded.
ActiveMembersLimitOverflow Active member limit was greater than maximum committee members limit.