Name | Lookup | Parameters | |
|---|---|---|---|
| propose_spend | 1000 | 2 | |
| reject_proposal | 1001 | 1 | |
| approve_proposal | 1002 | 1 | |
| report_awesome | 1003 | 2 | |
| retract_tip | 1004 | 1 | |
| tip_new | 1005 | 3 | |
| tip | 1006 | 2 | |
| close_tip | 1007 | 1 |
Name | Type | |
|---|---|---|
| ProposalCount | {"origin":"PlainType","plain_type":"ProposalIndex"} | |
| Proposals | {"origin":"MapType","map_type":{"key":"ProposalIndex","hasher":"Twox64Concat","value":"Proposal<AccountId, BalanceOf>","isLinked":false}} | |
| Approvals | {"origin":"PlainType","plain_type":"Vec<ProposalIndex>"} | |
| Tips | {"origin":"MapType","map_type":{"key":"Hash","hasher":"Twox64Concat","value":"OpenTip<AccountId, BalanceOf, BlockNumber, Hash>","isLinked":false}} | |
| Reasons | {"origin":"MapType","map_type":{"key":"Hash","hasher":"Identity","value":"Bytes","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| ProposalBond | Permill | 0x50c30000 | |
| ProposalBondMinimum | BalanceOf | 0x00008a5d784563010000000000000000 | |
| SpendPeriod | BlockNumber | 0x00460500 | |
| Burn | Permill | 0x00000000 | |
| TipCountdown | BlockNumber | 0x40380000 | |
| TipFindersFee | Percent | 0x14 | |
| TipReportDepositBase | BalanceOf | 0x00a0724e180900000000000000000000 | |
| TipReportDepositPerByte | BalanceOf | 0x00e87648170000000000000000000000 | |
| ModuleId | ModuleId | 0x70792f7472737279 |
Name | Docs |
|---|---|
| InsufficientProposersBalance | Proposer's balance is too low. |
| InvalidProposalIndex | No proposal at that index. |
| ReasonTooBig | The reason given is just too big. |
| AlreadyKnown | The tip was already found/started. |
| UnknownTip | The tip hash is unknown. |
| NotFinder | The account attempting to retract the tip is not the finder of the tip. |
| StillOpen | The tip cannot be claimed/closed because there are not enough tippers yet. |
| Premature | The tip cannot be claimed/closed because it's still in the countdown period. |