@iotexproject/kit 0.1.55 → 0.1.56
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 +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6664,6 +6664,7 @@ declare class MSP {
|
|
|
6664
6664
|
balanceOf: false | [
|
|
6665
6665
|
`0x${string}`
|
|
6666
6666
|
];
|
|
6667
|
+
tokenUrl: true;
|
|
6667
6668
|
}>;
|
|
6668
6669
|
pendingRewards: {
|
|
6669
6670
|
value: string;
|
|
@@ -6716,11 +6717,10 @@ declare class MSP {
|
|
|
6716
6717
|
contractAddress: `0x${string}`;
|
|
6717
6718
|
}, ctx?: ConfigContext): Promise<{
|
|
6718
6719
|
data: any;
|
|
6719
|
-
address:
|
|
6720
|
-
approve: any;
|
|
6721
|
-
approveAddress: string;
|
|
6720
|
+
address: string;
|
|
6722
6721
|
chainId: string;
|
|
6723
|
-
|
|
6722
|
+
type: string;
|
|
6723
|
+
}[]>;
|
|
6724
6724
|
unStakeBucket(args: {
|
|
6725
6725
|
bucketIds: string[];
|
|
6726
6726
|
}, ctx?: ConfigContext): Promise<{
|