@iotexproject/kit 0.1.95 → 0.1.96

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 +9 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -6935,6 +6935,15 @@ declare class Staking {
6935
6935
  migrateStake(args: {
6936
6936
  bucketIndex: string;
6937
6937
  }, ctx?: ConfigContext): Promise<any>;
6938
+ /**
6939
+ * Approve the nftV3StakingContractAddress to transfer the bucket
6940
+ * @param args
6941
+ * @param ctx
6942
+ * @returns approve
6943
+ */
6944
+ migrateLegacyBucketApprove(args: {
6945
+ bucketIndex: string;
6946
+ }, ctx?: ConfigContext): Promise<any>;
6938
6947
  migrateLegacyBucket(args: {
6939
6948
  bucketIndex: string;
6940
6949
  }, ctx?: ConfigContext): Promise<any>;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iotexproject/kit",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "0.1.95",
5
+ "version": "0.1.96",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {