Name | Lookup | Parameters | |
|---|---|---|---|
| propose_spend | 1200 | 2 | |
| reject_proposal | 1201 | 1 | |
| approve_proposal | 1202 | 1 | |
| spend | 1203 | 2 | |
| remove_approval | 1204 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Proposed | 1200 | ["ProposalIndex"] | |
| Spending | 1201 | ["BalanceOf"] | |
| Awarded | 1202 | ["ProposalIndex","BalanceOf","AccountId"] | |
| Rejected | 1203 | ["ProposalIndex","BalanceOf"] | |
| Burnt | 1204 | ["BalanceOf"] | |
| Rollover | 1205 | ["BalanceOf"] | |
| Deposit | 1206 | ["BalanceOf"] | |
| SpendApproved | 1207 | ["ProposalIndex","BalanceOf","AccountId"] | |
| UpdatedInactive | 1208 | ["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":590}} | |
| Deactivated | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| Approvals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":591} |
Name | Type | Value | |
|---|---|---|---|
| ProposalBond | U32 | 50c30000 | |
| ProposalBondMinimum | U128 | 10086e389b0000000000000000000000 | |
| ProposalBondMaximum | option<U128> | 0108147e05511e00000000000000000000 | |
| SpendPeriod | U32 | 80510100 | |
| Burn | U32 | d0070000 | |
| 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. |