@iotexproject/kit 0.0.63 → 0.0.64

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 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -7079,6 +7079,10 @@ declare class Staking {
7079
7079
  version: "v1" | "v2";
7080
7080
  duration?: string;
7081
7081
  }): Promise<any>;
7082
+ NFTBucketUnstake(args: {
7083
+ bucketIndex: string;
7084
+ version: "v1" | "v2";
7085
+ }): Promise<any>;
7082
7086
  }
7083
7087
  declare class utils {
7084
7088
  erc20(args: {
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.0.63",
5
+ "version": "v0.0.64",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {