(methodName, optionName, defaultValue = undefined)
| 5606 | return [value2, params]; |
| 5607 | } |
| 5608 | handleOption(methodName, optionName, defaultValue = undefined) { |
| 5609 | const res = this.handleOptionAndParams({}, methodName, optionName, defaultValue); |
| 5610 | return this.safeValue(res, 0); |
| 5611 | } |
| 5612 | handleMarketTypeAndParams(methodName, market = undefined, params = {}, defaultValue = undefined) { |
| 5613 | /** |
| 5614 | * @ignore |
no test coverage detected