Name | Lookup | Parameters | |
|---|---|---|---|
| set_members | 4300 | 3 | |
| execute | 4301 | 2 | |
| propose | 4302 | 3 | |
| vote | 4303 | 3 | |
| disapprove_proposal | 4305 | 1 | |
| close | 4306 | 4 | |
| kill | 4307 | 1 | |
| release_proposal_cost | 4308 | 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"] | |
| Killed | 4307 | ["Hash"] | |
| ProposalCostBurned | 4308 | ["Hash","AccountId"] | |
| ProposalCostReleased | 4309 | ["Hash","AccountId"] |
Name | Type | |
|---|---|---|
| Proposals | {"origin":"PlainType","plain_type":"Vec<H256>","PlainTypeValue":600} | |
| ProposalOf | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Call","keys_id":13,"value_id":278}} | |
| CostOf | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Tuple:AccountIdNULL","keys_id":13,"value_id":601}} | |
| Voting | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_collective:Votes","keys_id":13,"value_id":602}} | |
| ProposalCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Members | {"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":69} | |
| Prime | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} |
Name | Type | Value | |
|---|---|---|---|
| MaxProposalWeight | sp_weights:weight_v2:Weight | 0700b864d9450200000f |
Name | Docs |
|---|---|
| NotMember | |
| DuplicateProposal | |
| ProposalMissing | |
| WrongIndex | |
| DuplicateVote | |
| AlreadyInitialized | |
| TooEarly | |
| TooManyProposals | |
| WrongProposalWeight | |
| WrongProposalLength | |
| PrimeAccountNotMember | |
| ProposalActive |