@iotexproject/kit 0.1.58 → 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.
- package/dist/index.d.ts +8 -9
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8885,16 +8885,15 @@ declare class LiquidityMiningV3 {
|
|
|
8885
8885
|
type: string;
|
|
8886
8886
|
}[]>;
|
|
8887
8887
|
harvest(args: {
|
|
8888
|
-
|
|
8888
|
+
key: MimoV3MiningPoolKey;
|
|
8889
|
+
v3PositionId: number;
|
|
8889
8890
|
account: `0x${string}`;
|
|
8890
|
-
|
|
8891
|
-
|
|
8892
|
-
|
|
8893
|
-
|
|
8894
|
-
|
|
8895
|
-
|
|
8896
|
-
];
|
|
8897
|
-
}>>;
|
|
8891
|
+
}, ctx?: ConfigContext): Promise<{
|
|
8892
|
+
data: any;
|
|
8893
|
+
address: string;
|
|
8894
|
+
chainId: string;
|
|
8895
|
+
type: string;
|
|
8896
|
+
}>;
|
|
8898
8897
|
withdraw(args: {
|
|
8899
8898
|
key: MimoV3MiningPoolKey;
|
|
8900
8899
|
v3PositionId: number;
|