@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -4
  2. 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: `0x${string}`;
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<{
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.55",
5
+ "version": "v0.1.56",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {