Name | Lookup | Parameters | |
|---|---|---|---|
| propose_spend | 3d00 | 2 | |
| reject_proposal | 3d01 | 1 | |
| approve_proposal | 3d02 | 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":"BoundedVec<ProposalIndex, MaxApprovals>"} |
Name | Type | Value | |
|---|---|---|---|
| ProposalBond | Permill | 0x50c30000 | |
| ProposalBondMinimum | BalanceOf | 0x00407a10f35a00000000000000000000 | |
| SpendPeriod | BlockNumber | 0xc0a80000 | |
| Burn | Permill | 0x00000000 | |
| PalletId | PalletId | 0x62662f7472737279 | |
| MaxApprovals | u32 | 0x64000000 |
Name | Docs |
|---|---|
| InsufficientProposersBalance | Proposer's balance is too low. |
| InvalidIndex | No proposal or bounty at that index. |
| TooManyApprovals | Too many approvals in the queue. |