@iotexproject/kit 0.2.9 → 0.2.10
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 +0 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6903,7 +6903,6 @@ export interface Bucket {
|
|
|
6903
6903
|
unstakeStartBlockHeight: bigint;
|
|
6904
6904
|
isSelfStakingBucket: boolean;
|
|
6905
6905
|
endorsementExpireBlockHeight: bigint;
|
|
6906
|
-
endorsementExpireTime: bigint;
|
|
6907
6906
|
}
|
|
6908
6907
|
declare class Staking {
|
|
6909
6908
|
compositeBucketsByVoter(args: {
|