kucoin-universal-sdk
Version:
Official KuCoin Universal SDK.
16 lines • 603 B
JavaScript
;
// Code generated by Kucoin Universal SDK Generator; DO NOT EDIT.
Object.defineProperty(exports, "__esModule", { value: true });
exports.VIPLendingServiceImpl = void 0;
const api_vip_lending_1 = require("../viplending/viplending/api_vip_lending");
class VIPLendingServiceImpl {
constructor(transport) {
this.transport = transport;
this.vIPLending = new api_vip_lending_1.VIPLendingAPIImpl(transport);
}
getVIPLendingApi() {
return this.vIPLending;
}
}
exports.VIPLendingServiceImpl = VIPLendingServiceImpl;
//# sourceMappingURL=viplending_api.js.map