Name | Lookup | Parameters | |
---|---|---|---|
propose_spend | 1a00 | 2 | |
reject_proposal | 1a01 | 1 | |
approve_proposal | 1a02 | 1 | |
spend_local | 1a03 | 2 | |
remove_approval | 1a04 | 1 | |
spend | 1a05 | 4 | |
payout | 1a06 | 1 | |
check_status | 1a07 | 1 | |
void_spend | 1a08 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Proposed | 1a00 | ["ProposalIndex"] | |
Spending | 1a01 | ["BalanceOf"] | |
Awarded | 1a02 | ["ProposalIndex","BalanceOf","AccountId"] | |
Rejected | 1a03 | ["ProposalIndex","BalanceOf"] | |
Burnt | 1a04 | ["BalanceOf"] | |
Rollover | 1a05 | ["BalanceOf"] | |
Deposit | 1a06 | ["BalanceOf"] | |
SpendApproved | 1a07 | ["ProposalIndex","BalanceOf","AccountId"] | |
UpdatedInactive | 1a08 | ["BalanceOf","BalanceOf"] | |
AssetSpendApproved | 1a09 | ["SpendIndex","AssetKind","AssetBalanceOf","Beneficiary","BlockNumberFor","BlockNumberFor"] | |
AssetSpendVoided | 1a0a | ["SpendIndex"] | |
Paid | 1a0b | ["SpendIndex","<Paymaster as Pay>::Id"] | |
PaymentFailed | 1a0c | ["SpendIndex","<Paymaster as Pay>::Id"] | |
SpendProcessed | 1a0d | ["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":415}} | |
Deactivated | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
Approvals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":416} | |
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":417}} |
Name | Type | Value | |
---|---|---|---|
ProposalBond | U32 | 10270000 | |
ProposalBondMinimum | U128 | 0000b89d0d6955a00100000000000000 | |
ProposalBondMaximum | option<U128> | 01000050efe2d6e41a1b00000000000000 | |
SpendPeriod | U32 | c0890100 | |
Burn | U32 | 00000000 | |
PalletId | [U8; 8] | 70792f7472737279 | |
MaxApprovals | U32 | 64000000 | |
PayoutPeriod | U32 | c04b0300 |
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. |