Name | Lookup | Parameters | |
---|---|---|---|
propose_spend | 2800 | 2 | |
reject_proposal | 2801 | 1 | |
approve_proposal | 2802 | 1 | |
spend_local | 2803 | 2 | |
remove_approval | 2804 | 1 | |
spend | 2805 | 4 | |
payout | 2806 | 1 | |
check_status | 2807 | 1 | |
void_spend | 2808 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Proposed | 2800 | ["ProposalIndex"] | |
Spending | 2801 | ["BalanceOf"] | |
Awarded | 2802 | ["ProposalIndex","BalanceOf","AccountId"] | |
Rejected | 2803 | ["ProposalIndex","BalanceOf"] | |
Burnt | 2804 | ["BalanceOf"] | |
Rollover | 2805 | ["BalanceOf"] | |
Deposit | 2806 | ["BalanceOf"] | |
SpendApproved | 2807 | ["ProposalIndex","BalanceOf","AccountId"] | |
UpdatedInactive | 2808 | ["BalanceOf","BalanceOf"] | |
AssetSpendApproved | 2809 | ["SpendIndex","AssetKind","AssetBalanceOf","Beneficiary","BlockNumberFor","BlockNumberFor"] | |
AssetSpendVoided | 280a | ["SpendIndex"] | |
Paid | 280b | ["SpendIndex","<Paymaster as Pay>::Id"] | |
PaymentFailed | 280c | ["SpendIndex","<Paymaster as Pay>::Id"] | |
SpendProcessed | 280d | ["SpendIndex"] |
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":452}} | |
Deactivated | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
Approvals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":453} | |
SpendCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
Spends | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_treasury:SpendStatus","keys_id":4,"value_id":454}} |
Name | Type | Value | |
---|---|---|---|
ProposalBond | U32 | 50c30000 | |
ProposalBondMinimum | U128 | 00407a10f35a00000000000000000000 | |
ProposalBondMaximum | option<U128> | 00 | |
SpendPeriod | U32 | 80510100 | |
Burn | U32 | 00000000 | |
PalletId | [U8; 8] | 746e732f74737279 | |
MaxApprovals | U32 | 64000000 | |
PayoutPeriod | U32 | 80970600 |
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. |
FailedToConvertBalance | The balance of the asset kind is not convertible to the balance of the native asset. |
SpendExpired | The spend has expired and cannot be claimed. |
EarlyPayout | The spend is not yet eligible for payout. |
AlreadyAttempted | The payment has already been attempted. |
PayoutError | There was some issue with the mechanism of payment. |
NotAttempted | The payout was not yet attempted/claimed. |
Inconclusive | The payment has neither failed nor succeeded yet. |