@iotexproject/kit 0.0.57 → 0.0.58

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
@@ -7056,6 +7056,10 @@ declare class Staking {
7056
7056
  max_duration?: undefined;
7057
7057
  one_day?: undefined;
7058
7058
  }>;
7059
+ createNFTV2Bucket(args: {
7060
+ duration: string;
7061
+ delegate: `0x${string}`;
7062
+ }): Promise<any>;
7059
7063
  }
7060
7064
  declare class utils {
7061
7065
  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.57",
5
+ "version": "v0.0.58",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {