nomadex-client
Version:
Client library to programmatically interact with https://voi.nomadex.app
15 lines (14 loc) • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TokenType = exports.MyPool = exports.MySmartAsset = exports.PoolClient = exports.PoolFactoryClient = exports.SmartAssetClient = void 0;
const SmartAssetClient_1 = require("./clients/SmartAssetClient");
Object.defineProperty(exports, "SmartAssetClient", { enumerable: true, get: function () { return SmartAssetClient_1.SmartAssetClient; } });
const PoolFactoryClient_1 = require("./clients/PoolFactoryClient");
Object.defineProperty(exports, "PoolFactoryClient", { enumerable: true, get: function () { return PoolFactoryClient_1.PoolFactoryClient; } });
const PoolClient_1 = require("./clients/PoolClient");
Object.defineProperty(exports, "PoolClient", { enumerable: true, get: function () { return PoolClient_1.PoolClient; } });
const MySmartAsset_1 = require("./clients/MySmartAsset");
Object.defineProperty(exports, "MySmartAsset", { enumerable: true, get: function () { return MySmartAsset_1.MySmartAsset; } });
const MyPool_1 = require("./clients/MyPool");
Object.defineProperty(exports, "MyPool", { enumerable: true, get: function () { return MyPool_1.MyPool; } });
Object.defineProperty(exports, "TokenType", { enumerable: true, get: function () { return MyPool_1.TokenType; } });