UNPKG

kucoin-universal-sdk

Version:
16 lines 516 B
"use strict"; // Code generated by Kucoin Universal SDK Generator; DO NOT EDIT. Object.defineProperty(exports, "__esModule", { value: true }); exports.EarnServiceImpl = void 0; const api_earn_1 = require("../earn/earn/api_earn"); class EarnServiceImpl { constructor(transport) { this.transport = transport; this.earn = new api_earn_1.EarnAPIImpl(transport); } getEarnApi() { return this.earn; } } exports.EarnServiceImpl = EarnServiceImpl; //# sourceMappingURL=earn_api.js.map