UNPKG

@kraken-crypto/ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

19 lines (14 loc) 477 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var htx = require('./htx.js'); // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- class huobi extends htx["default"] { describe() { return this.deepExtend(super.describe(), { 'id': 'huobi', 'alias': true, }); } } exports["default"] = huobi;