@iotexproject/kit 0.1.57 → 0.1.59

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 +10 -10
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -8882,18 +8882,18 @@ declare class LiquidityMiningV3 {
8882
8882
  data: any;
8883
8883
  address: string;
8884
8884
  chainId: string;
8885
- }>;
8885
+ type: string;
8886
+ }[]>;
8886
8887
  harvest(args: {
8887
- rewardToken: `0x${string}`;
8888
+ key: MimoV3MiningPoolKey;
8889
+ v3PositionId: number;
8888
8890
  account: `0x${string}`;
8889
- amount: string;
8890
- }, ctx?: ConfigContext): Promise<import("@dappworks/kit/aiem").QueryReturnType<MimoV3MiningManager, {
8891
- claimReward: [
8892
- `0x${string}`,
8893
- `0x${string}`,
8894
- bigint
8895
- ];
8896
- }>>;
8891
+ }, ctx?: ConfigContext): Promise<{
8892
+ data: any;
8893
+ address: string;
8894
+ chainId: string;
8895
+ type: string;
8896
+ }>;
8897
8897
  withdraw(args: {
8898
8898
  key: MimoV3MiningPoolKey;
8899
8899
  v3PositionId: number;
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.1.57",
5
+ "version": "v0.1.59",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {