@iotexproject/kit 0.1.68 → 0.1.70
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/dist/index.d.ts +44 -42
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8230,7 +8230,7 @@ declare class LiquidityMining {
|
|
|
8230
8230
|
}>>;
|
|
8231
8231
|
token0: () => Promise<any>;
|
|
8232
8232
|
token1: () => Promise<any>;
|
|
8233
|
-
fee:
|
|
8233
|
+
fee: any;
|
|
8234
8234
|
myPendingReward: {
|
|
8235
8235
|
pendingReward: {
|
|
8236
8236
|
value: string;
|
|
@@ -8253,7 +8253,25 @@ declare class LiquidityMining {
|
|
|
8253
8253
|
};
|
|
8254
8254
|
isNew: boolean;
|
|
8255
8255
|
isExpired: boolean;
|
|
8256
|
-
|
|
8256
|
+
totalReward: {
|
|
8257
|
+
totalRewardUSD: string;
|
|
8258
|
+
totalReward: {
|
|
8259
|
+
value: string;
|
|
8260
|
+
format: string;
|
|
8261
|
+
originFormat: string;
|
|
8262
|
+
decimals: string;
|
|
8263
|
+
};
|
|
8264
|
+
} | undefined;
|
|
8265
|
+
dailyRewards: {
|
|
8266
|
+
dailyRewardUSD: string;
|
|
8267
|
+
dailyReward: {
|
|
8268
|
+
value: string;
|
|
8269
|
+
format: string;
|
|
8270
|
+
originFormat: string;
|
|
8271
|
+
decimals: string;
|
|
8272
|
+
};
|
|
8273
|
+
} | null | undefined;
|
|
8274
|
+
myStakedTokenBalance: ({
|
|
8257
8275
|
token0Address: `0x${string}`;
|
|
8258
8276
|
token1Address: `0x${string}`;
|
|
8259
8277
|
fee: number;
|
|
@@ -8284,25 +8302,7 @@ declare class LiquidityMining {
|
|
|
8284
8302
|
price0: number;
|
|
8285
8303
|
price1: number;
|
|
8286
8304
|
})[];
|
|
8287
|
-
|
|
8288
|
-
totalRewardUSD: string;
|
|
8289
|
-
totalReward: {
|
|
8290
|
-
value: string;
|
|
8291
|
-
format: string;
|
|
8292
|
-
originFormat: string;
|
|
8293
|
-
decimals: string;
|
|
8294
|
-
};
|
|
8295
|
-
} | undefined;
|
|
8296
|
-
dailyRewards: {
|
|
8297
|
-
dailyRewardUSD: string;
|
|
8298
|
-
dailyReward: {
|
|
8299
|
-
value: string;
|
|
8300
|
-
format: string;
|
|
8301
|
-
originFormat: string;
|
|
8302
|
-
decimals: string;
|
|
8303
|
-
};
|
|
8304
|
-
} | null | undefined;
|
|
8305
|
-
myStakedTokenBalance: {
|
|
8305
|
+
myPoolBalance: {
|
|
8306
8306
|
token0Address: any;
|
|
8307
8307
|
token1Address: any;
|
|
8308
8308
|
fee: any;
|
|
@@ -8432,7 +8432,7 @@ declare class LiquidityMiningV3 {
|
|
|
8432
8432
|
}>>;
|
|
8433
8433
|
token0: () => Promise<any>;
|
|
8434
8434
|
token1: () => Promise<any>;
|
|
8435
|
-
fee:
|
|
8435
|
+
fee: any;
|
|
8436
8436
|
myPendingReward: {
|
|
8437
8437
|
pendingReward: {
|
|
8438
8438
|
value: string;
|
|
@@ -8455,7 +8455,25 @@ declare class LiquidityMiningV3 {
|
|
|
8455
8455
|
};
|
|
8456
8456
|
isNew: boolean;
|
|
8457
8457
|
isExpired: boolean;
|
|
8458
|
-
|
|
8458
|
+
totalReward: {
|
|
8459
|
+
totalRewardUSD: string;
|
|
8460
|
+
totalReward: {
|
|
8461
|
+
value: string;
|
|
8462
|
+
format: string;
|
|
8463
|
+
originFormat: string;
|
|
8464
|
+
decimals: string;
|
|
8465
|
+
};
|
|
8466
|
+
} | undefined;
|
|
8467
|
+
dailyRewards: {
|
|
8468
|
+
dailyRewardUSD: string;
|
|
8469
|
+
dailyReward: {
|
|
8470
|
+
value: string;
|
|
8471
|
+
format: string;
|
|
8472
|
+
originFormat: string;
|
|
8473
|
+
decimals: string;
|
|
8474
|
+
};
|
|
8475
|
+
} | null | undefined;
|
|
8476
|
+
myStakedTokenBalance: ({
|
|
8459
8477
|
token0Address: `0x${string}`;
|
|
8460
8478
|
token1Address: `0x${string}`;
|
|
8461
8479
|
fee: number;
|
|
@@ -8486,25 +8504,7 @@ declare class LiquidityMiningV3 {
|
|
|
8486
8504
|
price0: number;
|
|
8487
8505
|
price1: number;
|
|
8488
8506
|
})[];
|
|
8489
|
-
|
|
8490
|
-
totalRewardUSD: string;
|
|
8491
|
-
totalReward: {
|
|
8492
|
-
value: string;
|
|
8493
|
-
format: string;
|
|
8494
|
-
originFormat: string;
|
|
8495
|
-
decimals: string;
|
|
8496
|
-
};
|
|
8497
|
-
} | undefined;
|
|
8498
|
-
dailyRewards: {
|
|
8499
|
-
dailyRewardUSD: string;
|
|
8500
|
-
dailyReward: {
|
|
8501
|
-
value: string;
|
|
8502
|
-
format: string;
|
|
8503
|
-
originFormat: string;
|
|
8504
|
-
decimals: string;
|
|
8505
|
-
};
|
|
8506
|
-
} | null | undefined;
|
|
8507
|
-
myStakedTokenBalance: {
|
|
8507
|
+
myPoolBalance: {
|
|
8508
8508
|
token0Address: any;
|
|
8509
8509
|
token1Address: any;
|
|
8510
8510
|
fee: any;
|
|
@@ -8859,9 +8859,11 @@ declare class AnalysisV2 extends BaseDBModule {
|
|
|
8859
8859
|
error: string;
|
|
8860
8860
|
ok?: undefined;
|
|
8861
8861
|
totalPoints?: undefined;
|
|
8862
|
+
point?: undefined;
|
|
8862
8863
|
} | {
|
|
8863
8864
|
ok: boolean;
|
|
8864
8865
|
totalPoints: any;
|
|
8866
|
+
point: any;
|
|
8865
8867
|
status?: undefined;
|
|
8866
8868
|
error?: undefined;
|
|
8867
8869
|
}>;
|