kusama
subscan
Kusama
Runtime Modules / TechnicalCommittee
Spec Version:
Call Functions
Name
Lookup
Parameters
set_members0f002
execute0f011
propose0f022
vote0f033
close0f042
Events
Name
Lookup
Attributes
Proposed0a00
Voted0a01
Approved0a02
Disapproved0a03
Executed0a04
MemberExecuted0a05
Closed0a06
Storage Functions
Name
Type
Proposals{"origin":"PlainType","plain_type":"Vec<Hash>"}
ProposalOf{"origin":"MapType","map_type":{"key":"Hash","hasher":"Blake2_256","value":"Proposal","isLinked":false}}
Voting{"origin":"MapType","map_type":{"key":"Hash","hasher":"Blake2_256","value":"Votes<AccountId, BlockNumber>","isLinked":false}}
ProposalCount{"origin":"PlainType","plain_type":"u32"}
Members{"origin":"PlainType","plain_type":"Vec<AccountId>"}
Prime{"origin":"PlainType","plain_type":"AccountId"}
Error Types
Name
Docs
NotMember Account is not a member
DuplicateProposal Duplicate proposals not allowed
ProposalMissing Proposal must exist
WrongIndex Mismatched index
DuplicateVote Duplicate vote ignored
AlreadyInitialized Members are already initialized!
TooEarly The close call is made too early, before the end of the voting.