Name | Lookup | Parameters | |
---|---|---|---|
set_members | 2a00 | 3 | |
execute | 2a01 | 2 | |
propose | 2a02 | 3 | |
vote | 2a03 | 3 | |
disapprove_proposal | 2a05 | 1 | |
close | 2a06 | 4 |
Name | Lookup | Attributes | |
---|---|---|---|
Proposed | 2a00 | ["AccountId","ProposalIndex","Hash","MemberCount"] | |
Voted | 2a01 | ["AccountId","Hash","bool","MemberCount","MemberCount"] | |
Approved | 2a02 | ["Hash"] | |
Disapproved | 2a03 | ["Hash"] | |
Executed | 2a04 | ["Hash","DispatchResult"] | |
MemberExecuted | 2a05 | ["Hash","DispatchResult"] | |
Closed | 2a06 | ["Hash","MemberCount","MemberCount"] |
Name | Type | |
---|---|---|
Proposals | {"origin":"PlainType","plain_type":"Vec<H256>","PlainTypeValue":418} | |
ProposalOf | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Call","keys_id":22,"value_id":144}} | |
Voting | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_collective:Votes","keys_id":22,"value_id":419}} | |
ProposalCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
Members | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":167} | |
Prime | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} |
Name | Type | Value | |
---|---|---|---|
MaxProposalWeight | sp_weights:weight_v2:Weight | 0b00a89c13460213ffffffffffffff7f |
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 was made too early, before the end of the voting. |
TooManyProposals | There can only be a maximum of `MaxProposals` active proposals. |
WrongProposalWeight | The given weight bound for the proposal was too low. |
WrongProposalLength | The given length bound for the proposal was too low. |
PrimeAccountNotMember | Prime account is not a member |