Name | Lookup | Parameters | |
|---|---|---|---|
| propose_spend | 1300 | 2 | |
| reject_proposal | 1301 | 1 | |
| approve_proposal | 1302 | 1 | |
| spend | 1303 | 2 | |
| remove_approval | 1304 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Proposed | 1300 | ["ProposalIndex"] | |
| Spending | 1301 | ["BalanceOf"] | |
| Awarded | 1302 | ["ProposalIndex","BalanceOf","AccountId"] | |
| Rejected | 1303 | ["ProposalIndex","BalanceOf"] | |
| Burnt | 1304 | ["BalanceOf"] | |
| Rollover | 1305 | ["BalanceOf"] | |
| Deposit | 1306 | ["BalanceOf"] | |
| SpendApproved | 1307 | ["ProposalIndex","BalanceOf","AccountId"] | |
| UpdatedInactive | 1308 | ["BalanceOf","BalanceOf"] |
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":605}} | |
| Deactivated | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| Approvals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":606} |
Name | Type | Value | |
|---|---|---|---|
| ProposalBond | U32 | 50c30000 | |
| ProposalBondMinimum | U128 | 0010a5d4e80000000000000000000000 | |
| ProposalBondMaximum | option<U128> | 01005039278c0400000000000000000000 | |
| SpendPeriod | U32 | 00460500 | |
| Burn | U32 | 10270000 | |
| PalletId | [U8; 8] | 70792f7472737279 | |
| MaxApprovals | U32 | 64000000 |
Name | Docs |
|---|---|
| InsufficientProposersBalance | Proposer's balance is too low. |
| InvalidIndex | No proposal or bounty 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. |