@iotexproject/kit 0.0.48 → 0.0.49
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 +4 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6755,9 +6755,12 @@ declare class LSTStrategyEntity {
|
|
|
6755
6755
|
transferOwnership: (newOwner: `0x${string}`) => Promise<any>;
|
|
6756
6756
|
}
|
|
6757
6757
|
declare class MSP {
|
|
6758
|
-
mockBucket(
|
|
6758
|
+
mockBucket(args: {
|
|
6759
|
+
amount: string;
|
|
6760
|
+
}): Promise<{
|
|
6759
6761
|
data: any;
|
|
6760
6762
|
address: string;
|
|
6763
|
+
value: string;
|
|
6761
6764
|
}>;
|
|
6762
6765
|
mockLST(args: {
|
|
6763
6766
|
lstTokenAddress: string;
|