@iotexproject/kit 0.0.51 → 0.0.53

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 +0 -12
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -6968,15 +6968,6 @@ declare class MSP {
6968
6968
  address: string;
6969
6969
  }[] | null>;
6970
6970
  }
6971
- export interface Candidate {
6972
- ownerAddress: string;
6973
- operatorAddress: string;
6974
- rewardAddress: string;
6975
- name: string;
6976
- totalWeightedVotes: bigint;
6977
- selfStakeBucketIdx: bigint;
6978
- selfStakingTokens: bigint;
6979
- }
6980
6971
  export interface Bucket {
6981
6972
  index: bigint;
6982
6973
  candidateAddress: string;
@@ -7035,9 +7026,6 @@ declare class Staking {
7035
7026
  duration: string;
7036
7027
  autoStake: boolean;
7037
7028
  }): Promise<any>;
7038
- selfStakingBuckets(): Promise<Candidate[] | {
7039
- error: any;
7040
- }>;
7041
7029
  }
7042
7030
  declare class utils {
7043
7031
  erc20(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.51",
5
+ "version": "v0.0.53",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {