Name | Lookup | Parameters | |
|---|---|---|---|
| report_awesome | 2300 | 2 | |
| retract_tip | 2301 | 1 | |
| tip_new | 2302 | 3 | |
| tip | 2303 | 2 | |
| close_tip | 2304 | 1 | |
| slash_tip | 2305 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewTip | 2300 | ["Hash"] | |
| TipClosing | 2301 | ["Hash"] | |
| TipClosed | 2302 | ["Hash","AccountId","BalanceOf"] | |
| TipRetracted | 2303 | ["Hash"] | |
| TipSlashed | 2304 | ["Hash","AccountId","BalanceOf"] |
Name | Type | |
|---|---|---|
| Tips | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"pallet_tips:OpenTip","keys_id":9,"value_id":585}} | |
| Reasons | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Vec<U8>","keys_id":9,"value_id":10}} |
Name | Type | Value | |
|---|---|---|---|
| MaximumReasonLength | U32 | 00400000 | |
| DataDepositPerByte | U128 | 00e1f505000000000000000000000000 | |
| TipCountdown | U32 | 40380000 | |
| TipFindersFee | U8 | 14 | |
| TipReportDepositBase | U128 | 00e40b54020000000000000000000000 |
Name | Docs |
|---|---|
| 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. |