Name | Lookup | Parameters | |
|---|---|---|---|
| propose_spend | 1200 | 2 | |
| reject_proposal | 1201 | 1 | |
| approve_proposal | 1202 | 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 | 0x4835261a080300000000000000000000 | |
| SpendPeriod | BlockNumber | 0x80510100 | |
| Burn | Permill | 0xd0070000 | |
| ModuleId | ModuleId | 0x70792f7472737279 |
Name | Docs |
|---|---|
| InsufficientProposersBalance | Proposer's balance is too low. |
| InvalidIndex | No proposal or bounty at that index. |