@sentio/sdk 2.56.0 → 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.
- package/lib/aptos/builtin/0x1.d.ts +308 -308
- package/lib/aptos/builtin/0x1.d.ts.map +1 -1
- package/lib/aptos/builtin/0x1.js.map +1 -1
- package/lib/aptos/builtin/0x3.d.ts +102 -102
- package/lib/aptos/builtin/0x3.d.ts.map +1 -1
- package/lib/aptos/builtin/0x3.js.map +1 -1
- package/lib/aptos/builtin/0x4.d.ts +22 -22
- package/lib/aptos/builtin/0x4.d.ts.map +1 -1
- package/lib/aptos/builtin/0x4.js.map +1 -1
- package/lib/sui/builtin/0x1.d.ts +12 -12
- package/lib/sui/builtin/0x1.d.ts.map +1 -1
- package/lib/sui/builtin/0x1.js.map +1 -1
- package/lib/sui/builtin/0x2.d.ts +66 -66
- package/lib/sui/builtin/0x2.d.ts.map +1 -1
- package/lib/sui/builtin/0x2.js.map +1 -1
- package/lib/sui/builtin/0x3.d.ts +26 -26
- package/lib/sui/builtin/0x3.d.ts.map +1 -1
- package/package.json +8 -8
- package/src/aptos/builtin/0x1.ts +539 -579
- package/src/aptos/builtin/0x3.ts +177 -191
- package/src/aptos/builtin/0x4.ts +28 -31
- package/src/sui/builtin/0x1.ts +12 -13
- package/src/sui/builtin/0x2.ts +87 -86
- package/src/sui/builtin/0x3.ts +65 -65
package/src/sui/builtin/0x3.ts
CHANGED
@@ -119,11 +119,11 @@ export namespace genesis {
|
|
119
119
|
}
|
120
120
|
}
|
121
121
|
|
122
|
-
export
|
123
|
-
|
124
|
-
|
125
|
-
|
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
|
159
|
-
|
160
|
-
|
161
|
-
|
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
|
485
|
-
|
486
|
-
|
487
|
-
|
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
|
508
|
-
|
509
|
-
|
510
|
-
|
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
|
4053
|
-
|
4054
|
-
|
4055
|
-
|
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
|
6036
|
-
|
6037
|
-
|
6038
|
-
|
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
|
6060
|
-
|
6061
|
-
|
6062
|
-
|
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
|
6086
|
-
|
6087
|
-
|
6088
|
-
|
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
|
6114
|
-
|
6115
|
-
|
6116
|
-
|
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
|
8841
|
-
|
8842
|
-
|
8843
|
-
|
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
|
8873
|
-
|
8874
|
-
|
8875
|
-
|
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
|
8897
|
-
|
8898
|
-
|
8899
|
-
|
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
|
8922
|
-
|
8923
|
-
|
8924
|
-
|
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;
|