kucoin-universal-sdk
Version:
Official KuCoin Universal SDK.
16 lines • 516 B
JavaScript
;
// 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