@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.
- package/dist/index.d.ts +9 -0
- 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>;
|