@sentio/sdk 2.56.0-rc.3 → 2.57.0-rc.1

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.
@@ -119,11 +119,11 @@ export namespace genesis {
119
119
  }
120
120
  }
121
121
 
122
- export interface GenesisChainParametersInstance
123
- extends TypedEventInstance<GenesisChainParameters> {
124
- data_decoded: GenesisChainParameters;
125
- type_arguments: [];
126
- }
122
+ export type GenesisChainParametersInstance =
123
+ TypedEventInstance<GenesisChainParameters> & {
124
+ data_decoded: GenesisChainParameters;
125
+ type_arguments: [];
126
+ };
127
127
 
128
128
  export interface GenesisValidatorMetadata {
129
129
  name: number[];
@@ -155,11 +155,11 @@ export namespace genesis {
155
155
  }
156
156
  }
157
157
 
158
- export interface GenesisValidatorMetadataInstance
159
- extends TypedEventInstance<GenesisValidatorMetadata> {
160
- data_decoded: GenesisValidatorMetadata;
161
- type_arguments: [];
162
- }
158
+ export type GenesisValidatorMetadataInstance =
159
+ TypedEventInstance<GenesisValidatorMetadata> & {
160
+ data_decoded: GenesisValidatorMetadata;
161
+ type_arguments: [];
162
+ };
163
163
 
164
164
  export interface TokenAllocation {
165
165
  recipient_address: string;
@@ -481,11 +481,11 @@ export namespace staking_pool {
481
481
  }
482
482
  }
483
483
 
484
- export interface FungibleStakedSuiDataKeyInstance
485
- extends TypedEventInstance<FungibleStakedSuiDataKey> {
486
- data_decoded: FungibleStakedSuiDataKey;
487
- type_arguments: [];
488
- }
484
+ export type FungibleStakedSuiDataKeyInstance =
485
+ TypedEventInstance<FungibleStakedSuiDataKey> & {
486
+ data_decoded: FungibleStakedSuiDataKey;
487
+ type_arguments: [];
488
+ };
489
489
 
490
490
  export interface PoolTokenExchangeRate {
491
491
  sui_amount: bigint;
@@ -504,11 +504,11 @@ export namespace staking_pool {
504
504
  }
505
505
  }
506
506
 
507
- export interface PoolTokenExchangeRateInstance
508
- extends TypedEventInstance<PoolTokenExchangeRate> {
509
- data_decoded: PoolTokenExchangeRate;
510
- type_arguments: [];
511
- }
507
+ export type PoolTokenExchangeRateInstance =
508
+ TypedEventInstance<PoolTokenExchangeRate> & {
509
+ data_decoded: PoolTokenExchangeRate;
510
+ type_arguments: [];
511
+ };
512
512
 
513
513
  export interface StakedSui {
514
514
  id: _0x2.object$.UID;
@@ -4049,11 +4049,11 @@ export namespace sui_system_state_inner {
4049
4049
  }
4050
4050
  }
4051
4051
 
4052
- export interface SystemEpochInfoEventInstance
4053
- extends TypedEventInstance<SystemEpochInfoEvent> {
4054
- data_decoded: SystemEpochInfoEvent;
4055
- type_arguments: [];
4056
- }
4052
+ export type SystemEpochInfoEventInstance =
4053
+ TypedEventInstance<SystemEpochInfoEvent> & {
4054
+ data_decoded: SystemEpochInfoEvent;
4055
+ type_arguments: [];
4056
+ };
4057
4057
 
4058
4058
  export interface SystemParameters {
4059
4059
  epoch_duration_ms: bigint;
@@ -6032,11 +6032,11 @@ export namespace validator {
6032
6032
  }
6033
6033
  }
6034
6034
 
6035
- export interface ConvertingToFungibleStakedSuiEventInstance
6036
- extends TypedEventInstance<ConvertingToFungibleStakedSuiEvent> {
6037
- data_decoded: ConvertingToFungibleStakedSuiEvent;
6038
- type_arguments: [];
6039
- }
6035
+ export type ConvertingToFungibleStakedSuiEventInstance =
6036
+ TypedEventInstance<ConvertingToFungibleStakedSuiEvent> & {
6037
+ data_decoded: ConvertingToFungibleStakedSuiEvent;
6038
+ type_arguments: [];
6039
+ };
6040
6040
 
6041
6041
  export interface RedeemingFungibleStakedSuiEvent {
6042
6042
  pool_id: _0x2.object$.ID;
@@ -6056,11 +6056,11 @@ export namespace validator {
6056
6056
  }
6057
6057
  }
6058
6058
 
6059
- export interface RedeemingFungibleStakedSuiEventInstance
6060
- extends TypedEventInstance<RedeemingFungibleStakedSuiEvent> {
6061
- data_decoded: RedeemingFungibleStakedSuiEvent;
6062
- type_arguments: [];
6063
- }
6059
+ export type RedeemingFungibleStakedSuiEventInstance =
6060
+ TypedEventInstance<RedeemingFungibleStakedSuiEvent> & {
6061
+ data_decoded: RedeemingFungibleStakedSuiEvent;
6062
+ type_arguments: [];
6063
+ };
6064
6064
 
6065
6065
  export interface StakingRequestEvent {
6066
6066
  pool_id: _0x2.object$.ID;
@@ -6082,11 +6082,11 @@ export namespace validator {
6082
6082
  }
6083
6083
  }
6084
6084
 
6085
- export interface StakingRequestEventInstance
6086
- extends TypedEventInstance<StakingRequestEvent> {
6087
- data_decoded: StakingRequestEvent;
6088
- type_arguments: [];
6089
- }
6085
+ export type StakingRequestEventInstance =
6086
+ TypedEventInstance<StakingRequestEvent> & {
6087
+ data_decoded: StakingRequestEvent;
6088
+ type_arguments: [];
6089
+ };
6090
6090
 
6091
6091
  export interface UnstakingRequestEvent {
6092
6092
  pool_id: _0x2.object$.ID;
@@ -6110,11 +6110,11 @@ export namespace validator {
6110
6110
  }
6111
6111
  }
6112
6112
 
6113
- export interface UnstakingRequestEventInstance
6114
- extends TypedEventInstance<UnstakingRequestEvent> {
6115
- data_decoded: UnstakingRequestEvent;
6116
- type_arguments: [];
6117
- }
6113
+ export type UnstakingRequestEventInstance =
6114
+ TypedEventInstance<UnstakingRequestEvent> & {
6115
+ data_decoded: UnstakingRequestEvent;
6116
+ type_arguments: [];
6117
+ };
6118
6118
 
6119
6119
  export interface Validator {
6120
6120
  metadata: validator.ValidatorMetadata;
@@ -8837,11 +8837,11 @@ export namespace validator_set {
8837
8837
  }
8838
8838
  }
8839
8839
 
8840
- export interface ValidatorEpochInfoEventInstance
8841
- extends TypedEventInstance<ValidatorEpochInfoEvent> {
8842
- data_decoded: ValidatorEpochInfoEvent;
8843
- type_arguments: [];
8844
- }
8840
+ export type ValidatorEpochInfoEventInstance =
8841
+ TypedEventInstance<ValidatorEpochInfoEvent> & {
8842
+ data_decoded: ValidatorEpochInfoEvent;
8843
+ type_arguments: [];
8844
+ };
8845
8845
 
8846
8846
  export interface ValidatorEpochInfoEventV2 {
8847
8847
  epoch: bigint;
@@ -8869,11 +8869,11 @@ export namespace validator_set {
8869
8869
  }
8870
8870
  }
8871
8871
 
8872
- export interface ValidatorEpochInfoEventV2Instance
8873
- extends TypedEventInstance<ValidatorEpochInfoEventV2> {
8874
- data_decoded: ValidatorEpochInfoEventV2;
8875
- type_arguments: [];
8876
- }
8872
+ export type ValidatorEpochInfoEventV2Instance =
8873
+ TypedEventInstance<ValidatorEpochInfoEventV2> & {
8874
+ data_decoded: ValidatorEpochInfoEventV2;
8875
+ type_arguments: [];
8876
+ };
8877
8877
 
8878
8878
  export interface ValidatorJoinEvent {
8879
8879
  epoch: bigint;
@@ -8893,11 +8893,11 @@ export namespace validator_set {
8893
8893
  }
8894
8894
  }
8895
8895
 
8896
- export interface ValidatorJoinEventInstance
8897
- extends TypedEventInstance<ValidatorJoinEvent> {
8898
- data_decoded: ValidatorJoinEvent;
8899
- type_arguments: [];
8900
- }
8896
+ export type ValidatorJoinEventInstance =
8897
+ TypedEventInstance<ValidatorJoinEvent> & {
8898
+ data_decoded: ValidatorJoinEvent;
8899
+ type_arguments: [];
8900
+ };
8901
8901
 
8902
8902
  export interface ValidatorLeaveEvent {
8903
8903
  epoch: bigint;
@@ -8918,11 +8918,11 @@ export namespace validator_set {
8918
8918
  }
8919
8919
  }
8920
8920
 
8921
- export interface ValidatorLeaveEventInstance
8922
- extends TypedEventInstance<ValidatorLeaveEvent> {
8923
- data_decoded: ValidatorLeaveEvent;
8924
- type_arguments: [];
8925
- }
8921
+ export type ValidatorLeaveEventInstance =
8922
+ TypedEventInstance<ValidatorLeaveEvent> & {
8923
+ data_decoded: ValidatorLeaveEvent;
8924
+ type_arguments: [];
8925
+ };
8926
8926
 
8927
8927
  export interface ValidatorSet {
8928
8928
  total_stake: bigint;