@iotexproject/kit 0.1.60 → 0.1.61
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 +2 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6717,7 +6717,7 @@ declare class MSP {
|
|
|
6717
6717
|
contractAddress: `0x${string}`;
|
|
6718
6718
|
}, ctx?: ConfigContext): Promise<{
|
|
6719
6719
|
data: any;
|
|
6720
|
-
address: string
|
|
6720
|
+
address: `0x${string}`;
|
|
6721
6721
|
chainId: string;
|
|
6722
6722
|
type: string;
|
|
6723
6723
|
}[]>;
|
|
@@ -8821,7 +8821,6 @@ declare class MimoV3MiningManager {
|
|
|
8821
8821
|
tickLower: number;
|
|
8822
8822
|
tickUpper: number;
|
|
8823
8823
|
tokenId: bigint;
|
|
8824
|
-
tokenURI: any;
|
|
8825
8824
|
}[] | undefined>;
|
|
8826
8825
|
}
|
|
8827
8826
|
declare class LiquidityMiningV3 {
|
|
@@ -8867,7 +8866,6 @@ declare class LiquidityMiningV3 {
|
|
|
8867
8866
|
tickLower: number;
|
|
8868
8867
|
tickUpper: number;
|
|
8869
8868
|
tokenId: bigint;
|
|
8870
|
-
tokenURI: any;
|
|
8871
8869
|
}[] | undefined;
|
|
8872
8870
|
RewardToken: import("@dappworks/kit/aiem").QueryReturnType<ERC20Entity, {
|
|
8873
8871
|
symbol: true;
|
|
@@ -10565,7 +10563,7 @@ declare class Point {
|
|
|
10565
10563
|
ok: boolean;
|
|
10566
10564
|
message: string;
|
|
10567
10565
|
authData: {
|
|
10568
|
-
sub: string
|
|
10566
|
+
sub: string;
|
|
10569
10567
|
};
|
|
10570
10568
|
}>;
|
|
10571
10569
|
upload_event({ action_id, device_id, }: {
|