@iotexproject/kit 0.0.13 → 0.0.14

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -21
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2460,12 +2460,6 @@ declare class GaugeEntity {
2460
2460
  }> | null | undefined>;
2461
2461
  apr(): Promise<string | 0>;
2462
2462
  rewards(account: `0x${string}`): Promise<{
2463
- value: string;
2464
- format: string;
2465
- originFormat: string;
2466
- decimals: string;
2467
- isZero: boolean;
2468
- } | {
2469
2463
  rewards: {
2470
2464
  value: string;
2471
2465
  format: string;
@@ -2476,12 +2470,6 @@ declare class GaugeEntity {
2476
2470
  rewardsUSD: string;
2477
2471
  }>;
2478
2472
  balanceOf(account: `0x${string}`): Promise<{
2479
- value: string;
2480
- format: string;
2481
- originFormat: string;
2482
- decimals: string;
2483
- isZero: boolean;
2484
- } | {
2485
2473
  balanceOf: {
2486
2474
  value: string;
2487
2475
  format: string;
@@ -2490,16 +2478,8 @@ declare class GaugeEntity {
2490
2478
  isZero: boolean;
2491
2479
  };
2492
2480
  balanceOfUSD: string;
2493
- } | {
2494
- balanceOf: {
2495
- value: string;
2496
- format: string;
2497
- originFormat: string;
2498
- decimals: string;
2499
- isZero: boolean;
2500
- };
2501
- balanceOfUSD?: undefined;
2502
2481
  }>;
2482
+ StakingToken: ERC20Entity;
2503
2483
  Incentive: ERC20Entity;
2504
2484
  totalSupply(): Promise<{
2505
2485
  totalSupply: {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iotexproject/kit",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "v0.0.13",
5
+ "version": "v0.0.14",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {