UNPKG

kucoin-universal-sdk

Version:
16 lines 603 B
"use strict"; // 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