Name | Lookup | Parameters | |
---|---|---|---|
propose_spend | 2000 | 2 | |
reject_proposal | 2001 | 1 | |
approve_proposal | 2002 | 1 | |
spend | 2003 | 2 | |
remove_approval | 2004 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Proposed | 2000 | ["ProposalIndex"] | |
Spending | 2001 | ["BalanceOf"] | |
Awarded | 2002 | ["ProposalIndex","BalanceOf","AccountId"] | |
Rejected | 2003 | ["ProposalIndex","BalanceOf"] | |
Burnt | 2004 | ["BalanceOf"] | |
Rollover | 2005 | ["BalanceOf"] | |
Deposit | 2006 | ["BalanceOf"] | |
SpendApproved | 2007 | ["ProposalIndex","BalanceOf","AccountId"] | |
UpdatedInactive | 2008 | ["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":507}} | |
Deactivated | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
Approvals | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":508} |
Name | Type | Value | |
---|---|---|---|
ProposalBond | U32 | 50c30000 | |
ProposalBondMinimum | U128 | 0080e03779c311000000000000000000 | |
ProposalBondMaximum | option<U128> | 010000c16ff28623000000000000000000 | |
SpendPeriod | U32 | 60540000 | |
Burn | U32 | 00000000 | |
PalletId | [U8; 8] | 7069636174727379 | |
MaxApprovals | U32 | 1e000000 |
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. |