Name | Lookup | Parameters | |
|---|---|---|---|
| propose_spend | 6c00 | 2 | |
| reject_proposal | 6c01 | 1 | |
| approve_proposal | 6c02 | 1 |
Name | Type | |
|---|---|---|
| ProposalCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Proposals | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_treasury:Proposal","keys_id":4,"value_id":718}} | |
| Deactivated | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| Approvals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":719} |
Name | Type | Value | |
|---|---|---|---|
| ProposalBond | U32 | 50c30000 | |
| ProposalBondMinimum | U128 | 000010632d5ec76b0500000000000000 | |
| ProposalBondMaximum | option<U128> | 01000040b2bac9e0191e02000000000000 | |
| SpendPeriod | U32 | c0a80000 | |
| Burn | U32 | 00000000 | |
| PalletId | [U8; 8] | 70792f636f6d7472 | |
| MaxApprovals | U32 | 40000000 |
Name | Docs |
|---|---|
| InsufficientProposersBalance | Proposer's balance is too low. |
| InvalidIndex | No proposal, bounty or spend at that index. |
| TooManyApprovals | Too many approvals in the queue. |
| InsufficientPermission | The spend origin is valid but the amount it is allowed to spend is lower than theamount to be spent. |
| ProposalNotApproved | Proposal has not been approved. |