UNPKG

kucoin-universal-sdk

Version:
56 lines 1.69 kB
"use strict"; // Code generated by Kucoin Universal SDK Generator; DO NOT EDIT. Object.defineProperty(exports, "__esModule", { value: true }); exports.GetCurrencyChains = void 0; const class_transformer_1 = require("class-transformer"); class GetCurrencyChains { /** * Private constructor, please use the corresponding static methods to construct the object. */ constructor() { // @ts-ignore this.chainName = null; // @ts-ignore this.withdrawalMinSize = null; // @ts-ignore this.withdrawFeeRate = null; // @ts-ignore this.withdrawalMinFee = null; // @ts-ignore this.isWithdrawEnabled = null; // @ts-ignore this.isDepositEnabled = null; // @ts-ignore this.confirms = null; // @ts-ignore this.preConfirms = null; // @ts-ignore this.contractAddress = null; // @ts-ignore this.withdrawPrecision = null; // @ts-ignore this.needTag = null; // @ts-ignore this.chainId = null; } /** * Convert the object to a JSON string. */ toJson() { return JSON.stringify((0, class_transformer_1.instanceToPlain)(this)); } /** * Create an object from a JSON string. */ static fromJson(input) { return this.fromObject(JSON.parse(input)); } /** * Create an object from Js Object. */ static fromObject(jsonObject) { return (0, class_transformer_1.plainToClassFromExist)(new GetCurrencyChains(), jsonObject); } } exports.GetCurrencyChains = GetCurrencyChains; //# sourceMappingURL=model_get_currency_chains.js.map