@iotexproject/kit 0.0.48 → 0.0.50
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 +6 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7020,6 +7020,12 @@ declare class Staking {
|
|
|
7020
7020
|
getNFTV2BucketByIndex(args: {
|
|
7021
7021
|
token_id: string;
|
|
7022
7022
|
}): Promise<any>;
|
|
7023
|
+
createNativeBucket(args: {
|
|
7024
|
+
candName: string;
|
|
7025
|
+
amount: string;
|
|
7026
|
+
duration: string;
|
|
7027
|
+
autoStake: boolean;
|
|
7028
|
+
}): Promise<any>;
|
|
7023
7029
|
}
|
|
7024
7030
|
declare class utils {
|
|
7025
7031
|
erc20(args: {
|