@gainsnetwork/sdk 0.0.8 → 0.0.9-rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -11
- package/lib/contracts/addresses.d.ts +2 -2
- package/lib/contracts/addresses.js +15 -15
- package/lib/contracts/addresses.json +20 -17
- package/lib/contracts/index.d.ts +6 -6
- package/lib/contracts/index.js +31 -30
- package/lib/contracts/types/GFarmTradingStorageV5.d.ts +1911 -0
- package/lib/contracts/types/GFarmTradingStorageV5.js +2 -0
- package/lib/contracts/types/GNSPairInfosV6_1.d.ts +911 -0
- package/lib/contracts/types/GNSPairInfosV6_1.js +2 -0
- package/lib/contracts/types/GNSPairsStorageV6.d.ts +660 -0
- package/lib/contracts/types/GNSPairsStorageV6.js +2 -0
- package/lib/contracts/types/common.d.ts +22 -0
- package/lib/contracts/types/common.js +2 -0
- package/lib/contracts/types/factories/GFarmTradingStorageV5__factory.d.ts +83 -0
- package/lib/contracts/types/factories/GFarmTradingStorageV5__factory.js +2691 -0
- package/lib/contracts/types/factories/GNSPairInfosV6_1__factory.d.ts +98 -0
- package/lib/contracts/types/factories/GNSPairInfosV6_1__factory.js +1485 -0
- package/lib/contracts/types/factories/GNSPairsStorageV6__factory.d.ts +117 -0
- package/lib/contracts/types/factories/GNSPairsStorageV6__factory.js +1265 -0
- package/lib/contracts/types/factories/index.d.ts +3 -0
- package/lib/contracts/types/factories/index.js +12 -0
- package/lib/contracts/types/generated/GFarmTradingStorageV5.d.ts +1911 -1911
- package/lib/contracts/types/generated/GFarmTradingStorageV5.js +2 -2
- package/lib/contracts/types/generated/GNSPairInfosV6_1.d.ts +911 -911
- package/lib/contracts/types/generated/GNSPairInfosV6_1.js +2 -2
- package/lib/contracts/types/generated/GNSPairsStorageV6.d.ts +660 -660
- package/lib/contracts/types/generated/GNSPairsStorageV6.js +2 -2
- package/lib/contracts/types/generated/GTokenOpenPnlFeed.d.ts +557 -0
- package/lib/contracts/types/generated/GTokenOpenPnlFeed.js +2 -0
- package/lib/contracts/types/generated/common.d.ts +22 -22
- package/lib/contracts/types/generated/common.js +2 -2
- package/lib/contracts/types/generated/factories/GFarmTradingStorageV5__factory.d.ts +83 -83
- package/lib/contracts/types/generated/factories/GFarmTradingStorageV5__factory.js +2691 -2691
- package/lib/contracts/types/generated/factories/GNSPairInfosV6_1__factory.d.ts +98 -98
- package/lib/contracts/types/generated/factories/GNSPairInfosV6_1__factory.js +1485 -1485
- package/lib/contracts/types/generated/factories/GNSPairsStorageV6__factory.d.ts +117 -117
- package/lib/contracts/types/generated/factories/GNSPairsStorageV6__factory.js +1265 -1265
- package/lib/contracts/types/generated/factories/GTokenOpenPnlFeed__factory.d.ts +59 -0
- package/lib/contracts/types/generated/factories/GTokenOpenPnlFeed__factory.js +765 -0
- package/lib/contracts/types/generated/factories/index.d.ts +4 -3
- package/lib/contracts/types/generated/factories/index.js +14 -12
- package/lib/contracts/types/generated/index.d.ts +9 -7
- package/lib/contracts/types/generated/index.js +35 -33
- package/lib/contracts/types/index.d.ts +13 -11
- package/lib/contracts/types/index.js +2 -2
- package/lib/contracts/utils/index.d.ts +2 -2
- package/lib/contracts/utils/index.js +18 -18
- package/lib/contracts/utils/openTrades.d.ts +3 -3
- package/lib/contracts/utils/openTrades.js +116 -116
- package/lib/contracts/utils/pairs.d.ts +6 -6
- package/lib/contracts/utils/pairs.js +102 -102
- package/lib/index.d.ts +3 -3
- package/lib/index.js +19 -19
- package/lib/markets/crypto.d.ts +1 -1
- package/lib/markets/crypto.js +6 -6
- package/lib/markets/forex.d.ts +2 -2
- package/lib/markets/forex.js +38 -38
- package/lib/markets/index.d.ts +3 -3
- package/lib/markets/index.js +19 -19
- package/lib/markets/stocks.d.ts +3 -3
- package/lib/markets/stocks.js +54 -54
- package/lib/trade/fees.d.ts +15 -15
- package/lib/trade/fees.js +45 -45
- package/lib/trade/index.d.ts +2 -2
- package/lib/trade/index.js +18 -18
- package/lib/trade/pnl.d.ts +7 -7
- package/lib/trade/pnl.js +43 -43
- package/lib/trade/types.d.ts +143 -143
- package/lib/trade/types.js +8 -8
- package/package.json +103 -103
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GNSPairsStorageV6__factory = exports.GNSPairInfosV6_1__factory = exports.GFarmTradingStorageV5__factory = void 0;
|
|
4
|
+
/* Autogenerated file. Do not edit manually. */
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
var GFarmTradingStorageV5__factory_1 = require("./GFarmTradingStorageV5__factory");
|
|
8
|
+
Object.defineProperty(exports, "GFarmTradingStorageV5__factory", { enumerable: true, get: function () { return GFarmTradingStorageV5__factory_1.GFarmTradingStorageV5__factory; } });
|
|
9
|
+
var GNSPairInfosV6_1__factory_1 = require("./GNSPairInfosV6_1__factory");
|
|
10
|
+
Object.defineProperty(exports, "GNSPairInfosV6_1__factory", { enumerable: true, get: function () { return GNSPairInfosV6_1__factory_1.GNSPairInfosV6_1__factory; } });
|
|
11
|
+
var GNSPairsStorageV6__factory_1 = require("./GNSPairsStorageV6__factory");
|
|
12
|
+
Object.defineProperty(exports, "GNSPairsStorageV6__factory", { enumerable: true, get: function () { return GNSPairsStorageV6__factory_1.GNSPairsStorageV6__factory; } });
|