Name | Lookup | Parameters | |
---|---|---|---|
propose_spend | 0c00 | 2 | |
reject_proposal | 0c01 | 1 | |
approve_proposal | 0c02 | 1 | |
spend | 0c03 | 2 | |
remove_approval | 0c04 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Proposed | 0c00 | ["ProposalIndex"] | |
Spending | 0c01 | ["BalanceOf"] | |
Awarded | 0c02 | ["ProposalIndex","BalanceOf","AccountId"] | |
Rejected | 0c03 | ["ProposalIndex","BalanceOf"] | |
Burnt | 0c04 | ["BalanceOf"] | |
Rollover | 0c05 | ["BalanceOf"] | |
Deposit | 0c06 | ["BalanceOf"] | |
SpendApproved | 0c07 | ["ProposalIndex","BalanceOf","AccountId"] | |
UpdatedInactive | 0c08 | ["BalanceOf","BalanceOf"] |
Name | Type | |
---|---|---|
ProposalCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":8} | |
Proposals | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_treasury:Proposal","keys_id":8,"value_id":407}} | |
Deactivated | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
Approvals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":408} |
Name | Type | Value | |
---|---|---|---|
ProposalBond | U32 | 50c30000 | |
ProposalBondMinimum | U128 | 00e87648170000000000000000000000 | |
ProposalBondMaximum | option<U128> | 01005039278c0400000000000000000000 | |
SpendPeriod | U64 | 00a3020000000000 | |
Burn | U32 | a0860100 | |
PalletId | [U8; 8] | 7a67652f74737279 | |
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. |