@iotexproject/kit 0.0.24 → 0.0.26

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 +5 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -6723,9 +6723,7 @@ declare class LSTStrategyEntity {
6723
6723
  transferOwnership: (newOwner: `0x${string}`) => Promise<any>;
6724
6724
  }
6725
6725
  declare class MSP {
6726
- mockBucket(args: {
6727
- bucketId: string;
6728
- }): Promise<any>;
6726
+ mockBucket(): Promise<any>;
6729
6727
  mockLST(args: {
6730
6728
  lstTokenAddress: string;
6731
6729
  account: `0x${string}`;
@@ -6828,6 +6826,10 @@ declare class MSP {
6828
6826
  amount: false | [
6829
6827
  `0x${string}`
6830
6828
  ];
6829
+ MockLST: {
6830
+ name: true;
6831
+ symbol: true;
6832
+ };
6831
6833
  }>[];
6832
6834
  }>;
6833
6835
  stakeBucket(args: {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iotexproject/kit",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "v0.0.24",
5
+ "version": "v0.0.26",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {