Name | Lookup | Parameters | |
|---|---|---|---|
| propose_spend | 0f00 | 2 | |
| reject_proposal | 0f01 | 1 | |
| approve_proposal | 0f02 | 1 |
Name | Type | |
|---|---|---|
| ProposalCount | {"origin":"PlainType","plain_type":"ProposalIndex"} | |
| Proposals | {"origin":"MapType","map_type":{"key":"ProposalIndex","hasher":"Twox64Concat","value":"Proposal<AccountId, BalanceOf>","isLinked":false}} | |
| Approvals | {"origin":"PlainType","plain_type":"Vec<ProposalIndex>"} |
Name | Type | Value | |
|---|---|---|---|
| ProposalBond | Permill | 0x50c30000 | |
| ProposalBondMinimum | BalanceOf | 0x00a0724e180900000000000000000000 | |
| SpendPeriod | BlockNumber | 0xc0890100 | |
| Burn | Permill | 0xd0070000 | |
| ModuleId | ModuleId | 0x70792f7472737279 |
Name | Docs |
|---|---|
| InsufficientProposersBalance | Proposer's balance is too low. |
| InvalidIndex | No proposal or bounty at that index. |