@iotexproject/kit 0.0.19 → 0.0.20

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 +3 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4396,7 +4396,8 @@ declare class VoterEntity {
4396
4396
  isZero: boolean;
4397
4397
  }>;
4398
4398
  weeklyVoteEmissions(): Promise<string | 0>;
4399
- apr(account: `0x${string}`): Promise<number>;
4399
+ apr(): Promise<string>;
4400
+ vault: () => Promise<any>;
4400
4401
  governor: () => Promise<any>;
4401
4402
  epochNext: (_timestamp: string) => Promise<any>;
4402
4403
  forwarder: () => Promise<any>;
@@ -4464,6 +4465,7 @@ declare class MarshallDao {
4464
4465
  `0x${string}`
4465
4466
  ];
4466
4467
  weeklyVoteEmissions: true;
4468
+ apr: true;
4467
4469
  }> | undefined>;
4468
4470
  voteToGauge(args: {
4469
4471
  stakingTokens: `0x${string}`[];
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.19",
5
+ "version": "v0.0.20",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {