Name | Lookup | Parameters | |
|---|---|---|---|
| propose_spend | 1200 | 2 | |
| reject_proposal | 1201 | 1 | |
| approve_proposal | 1202 | 1 | |
| report_awesome | 1203 | 2 | |
| retract_tip | 1204 | 1 | |
| tip_new | 1205 | 3 | |
| tip | 1206 | 2 | |
| close_tip | 1207 | 1 |
Name | Type | |
|---|---|---|
| ProposalCount | {"origin":"PlainType","plain_type":"ProposalIndex"} | |
| Proposals | {"origin":"MapType","map_type":{"key":"ProposalIndex","hasher":"Blake2_256","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":"Twox64Concat","value":"Bytes","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| ProposalBond | Permill | 0x50c30000 | |
| ProposalBondMinimum | BalanceOf | 0x0040e59c301200000000000000000000 | |
| SpendPeriod | BlockNumber | 0x80510100 | |
| Burn | Permill | 0x00000000 | |
| TipCountdown | BlockNumber | 0x40380000 | |
| TipFindersFee | Percent | 0x14 | |
| TipReportDepositBase | BalanceOf | 0x0010a5d4e80000000000000000000000 | |
| TipReportDepositPerByte | BalanceOf | 0x00e40b54020000000000000000000000 |
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. |