@iotexproject/kit 0.0.64 → 0.0.65
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 +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7083,6 +7083,11 @@ declare class Staking {
|
|
|
7083
7083
|
bucketIndex: string;
|
|
7084
7084
|
version: "v1" | "v2";
|
|
7085
7085
|
}): Promise<any>;
|
|
7086
|
+
NFTBucketWithdrawStake(args: {
|
|
7087
|
+
bucketIndex: string;
|
|
7088
|
+
receiverAddress: `0x${string}`;
|
|
7089
|
+
version: "v1" | "v2";
|
|
7090
|
+
}): Promise<any>;
|
|
7086
7091
|
}
|
|
7087
7092
|
declare class utils {
|
|
7088
7093
|
erc20(args: {
|