Name | Lookup | Parameters | |
|---|---|---|---|
| set_members | 4300 | 3 | |
| execute | 4301 | 2 | |
| propose | 4302 | 3 | |
| vote | 4303 | 3 | |
| close | 4304 | 4 | |
| disapprove_proposal | 4305 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Proposed | 4300 | ["AccountId","ProposalIndex","Hash","MemberCount"] | |
| Voted | 4301 | ["AccountId","Hash","bool","MemberCount","MemberCount"] | |
| Approved | 4302 | ["Hash"] | |
| Disapproved | 4303 | ["Hash"] | |
| Executed | 4304 | ["Hash","DispatchResult"] | |
| MemberExecuted | 4305 | ["Hash","DispatchResult"] | |
| Closed | 4306 | ["Hash","MemberCount","MemberCount"] |
Name | Type | |
|---|---|---|
| Proposals | {"origin":"PlainType","plain_type":"Vec<H256>","PlainTypeValue":469} | |
| ProposalOf | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Call","keys_id":9,"value_id":209}} | |
| Voting | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_collective:Votes","keys_id":9,"value_id":470}} | |
| ProposalCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Members | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":65} | |
| Prime | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} |
Name | Docs |
|---|---|
| NotMember | |
| DuplicateProposal | |
| ProposalMissing | |
| WrongIndex | |
| DuplicateVote | |
| AlreadyInitialized | |
| TooEarly | |
| TooManyProposals | |
| WrongProposalWeight | |
| WrongProposalLength |