@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.
- package/dist/index.d.ts +10 -10
- 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
|
-
|
|
8888
|
+
key: MimoV3MiningPoolKey;
|
|
8889
|
+
v3PositionId: number;
|
|
8888
8890
|
account: `0x${string}`;
|
|
8889
|
-
|
|
8890
|
-
|
|
8891
|
-
|
|
8892
|
-
|
|
8893
|
-
|
|
8894
|
-
|
|
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;
|