@iotexproject/kit 0.0.17 → 0.0.18

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 +4 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4465,6 +4465,10 @@ declare class MarshallDao {
4465
4465
  ];
4466
4466
  weeklyVoteEmissions: true;
4467
4467
  }> | undefined>;
4468
+ voteToGauge(args: {
4469
+ stakingTokens: `0x${string}`[];
4470
+ weights: number[];
4471
+ }): Promise<any>;
4468
4472
  depositToGauge(args: {
4469
4473
  gagueAddress: `0x${string}`;
4470
4474
  amountOrTokenId: 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.17",
5
+ "version": "v0.0.18",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {