@lodestar/types 1.45.0-dev.f2645825a8 → 1.45.0-dev.f6c521a123
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/gloas/sszTypes.d.ts +646 -149
- package/lib/gloas/sszTypes.d.ts.map +1 -1
- package/lib/gloas/sszTypes.js +194 -59
- package/lib/gloas/sszTypes.js.map +1 -1
- package/lib/gloas/types.d.ts +27 -1
- package/lib/gloas/types.d.ts.map +1 -1
- package/lib/sszTypes.d.ts +2549 -2663
- package/lib/sszTypes.d.ts.map +1 -1
- package/lib/types.d.ts +12 -12
- package/lib/types.d.ts.map +1 -1
- package/lib/utils/typeguards.d.ts.map +1 -1
- package/lib/utils/typeguards.js +5 -3
- package/lib/utils/typeguards.js.map +1 -1
- package/package.json +5 -5
- package/src/gloas/sszTypes.ts +272 -68
- package/src/gloas/types.ts +31 -1
- package/src/types.ts +12 -12
- package/src/utils/typeguards.ts +5 -2
package/lib/gloas/sszTypes.d.ts
CHANGED
|
@@ -1,33 +1,198 @@
|
|
|
1
|
-
import { BitVectorType,
|
|
2
|
-
export declare const
|
|
1
|
+
import { BitVectorType, ContainerType, ListBasicType, ListCompositeType, ProgressiveBitListType, ProgressiveByteListType, ProgressiveContainerType, ProgressiveListBasicType, ProgressiveListCompositeType, VectorBasicType, VectorCompositeType } from "@chainsafe/ssz";
|
|
2
|
+
export declare const ExecutionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
3
|
+
export declare const CurrentSyncCommitteeBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
4
|
+
export declare const FinalityBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
5
|
+
export declare const NextSyncCommitteeBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
6
|
+
export declare const AggregationBits: ProgressiveBitListType;
|
|
7
|
+
export declare const AttestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
8
|
+
export declare const Transaction: ProgressiveByteListType;
|
|
9
|
+
export declare const Transactions: ProgressiveListCompositeType<ProgressiveByteListType>;
|
|
10
|
+
export declare const Withdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
11
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
13
|
+
address: import("../index.ts").ExecutionAddressType;
|
|
14
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
15
|
+
}>>;
|
|
16
|
+
export declare const BlobKzgCommitments: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
17
|
+
export declare const KZGProofs: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
18
|
+
export declare const DataColumn: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
19
|
+
export declare const Attestation: ProgressiveContainerType<{
|
|
20
|
+
aggregationBits: ProgressiveBitListType;
|
|
21
|
+
data: ContainerType<{
|
|
22
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
23
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
24
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
25
|
+
source: ContainerType<{
|
|
26
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
27
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
28
|
+
}>;
|
|
29
|
+
target: ContainerType<{
|
|
30
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
31
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
32
|
+
}>;
|
|
33
|
+
}>;
|
|
34
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
35
|
+
committeeBits: BitVectorType;
|
|
36
|
+
}>;
|
|
37
|
+
export declare const IndexedAttestation: ProgressiveContainerType<{
|
|
38
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
39
|
+
data: ContainerType<{
|
|
40
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
41
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
42
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
43
|
+
source: ContainerType<{
|
|
44
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
45
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
46
|
+
}>;
|
|
47
|
+
target: ContainerType<{
|
|
48
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
49
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
50
|
+
}>;
|
|
51
|
+
}>;
|
|
52
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
53
|
+
}>;
|
|
54
|
+
/** Same as `IndexedAttestation` but epoch, slot and index are not bounded and must be a bigint */
|
|
55
|
+
export declare const IndexedAttestationBigint: ProgressiveContainerType<{
|
|
56
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
57
|
+
data: ContainerType<{
|
|
58
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
59
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
60
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
61
|
+
source: ContainerType<{
|
|
62
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
63
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
64
|
+
}>;
|
|
65
|
+
target: ContainerType<{
|
|
66
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
67
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
68
|
+
}>;
|
|
69
|
+
}>;
|
|
70
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
71
|
+
}>;
|
|
72
|
+
export declare const AttesterSlashing: ContainerType<{
|
|
73
|
+
attestation1: ProgressiveContainerType<{
|
|
74
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
75
|
+
data: ContainerType<{
|
|
76
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
77
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
78
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
79
|
+
source: ContainerType<{
|
|
80
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
81
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
82
|
+
}>;
|
|
83
|
+
target: ContainerType<{
|
|
84
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
85
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
86
|
+
}>;
|
|
87
|
+
}>;
|
|
88
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
89
|
+
}>;
|
|
90
|
+
attestation2: ProgressiveContainerType<{
|
|
91
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
92
|
+
data: ContainerType<{
|
|
93
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
94
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
95
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
96
|
+
source: ContainerType<{
|
|
97
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
98
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
99
|
+
}>;
|
|
100
|
+
target: ContainerType<{
|
|
101
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
102
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
103
|
+
}>;
|
|
104
|
+
}>;
|
|
105
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
106
|
+
}>;
|
|
107
|
+
}>;
|
|
108
|
+
export declare const AggregateAndProof: ContainerType<{
|
|
109
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
110
|
+
aggregate: ProgressiveContainerType<{
|
|
111
|
+
aggregationBits: ProgressiveBitListType;
|
|
112
|
+
data: ContainerType<{
|
|
113
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
114
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
115
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
116
|
+
source: ContainerType<{
|
|
117
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
118
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
119
|
+
}>;
|
|
120
|
+
target: ContainerType<{
|
|
121
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
122
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
123
|
+
}>;
|
|
124
|
+
}>;
|
|
125
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
126
|
+
committeeBits: BitVectorType;
|
|
127
|
+
}>;
|
|
128
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
129
|
+
}>;
|
|
130
|
+
export declare const SignedAggregateAndProof: ContainerType<{
|
|
131
|
+
message: ContainerType<{
|
|
132
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
133
|
+
aggregate: ProgressiveContainerType<{
|
|
134
|
+
aggregationBits: ProgressiveBitListType;
|
|
135
|
+
data: ContainerType<{
|
|
136
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
137
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
138
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
139
|
+
source: ContainerType<{
|
|
140
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
141
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
142
|
+
}>;
|
|
143
|
+
target: ContainerType<{
|
|
144
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
145
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
146
|
+
}>;
|
|
147
|
+
}>;
|
|
148
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
149
|
+
committeeBits: BitVectorType;
|
|
150
|
+
}>;
|
|
151
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
152
|
+
}>;
|
|
153
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
154
|
+
}>;
|
|
155
|
+
export declare const DepositRequest: ContainerType<{
|
|
3
156
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
withdrawableEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
157
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
158
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
159
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
160
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
9
161
|
}>;
|
|
10
|
-
export declare const
|
|
11
|
-
|
|
162
|
+
export declare const DepositRequests: ProgressiveListCompositeType<ContainerType<{
|
|
163
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
164
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
12
165
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
13
|
-
|
|
166
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
167
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
168
|
+
}>>;
|
|
169
|
+
export declare const WithdrawalRequest: ContainerType<{
|
|
170
|
+
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
171
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
172
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
14
173
|
}>;
|
|
15
|
-
export declare const
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
174
|
+
export declare const WithdrawalRequests: ProgressiveListCompositeType<ContainerType<{
|
|
175
|
+
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
176
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
177
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
178
|
+
}>>;
|
|
179
|
+
export declare const ConsolidationRequest: ContainerType<{
|
|
180
|
+
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
181
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
182
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
23
183
|
}>;
|
|
184
|
+
export declare const ConsolidationRequests: ProgressiveListCompositeType<ContainerType<{
|
|
185
|
+
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
186
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
187
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
188
|
+
}>>;
|
|
24
189
|
export declare const BuilderDepositRequest: ContainerType<{
|
|
25
190
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
26
191
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
27
192
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
28
193
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
29
194
|
}>;
|
|
30
|
-
export declare const BuilderDepositRequests:
|
|
195
|
+
export declare const BuilderDepositRequests: ProgressiveListCompositeType<ContainerType<{
|
|
31
196
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
32
197
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
33
198
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -37,39 +202,194 @@ export declare const BuilderExitRequest: ContainerType<{
|
|
|
37
202
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
38
203
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
39
204
|
}>;
|
|
40
|
-
export declare const BuilderExitRequests:
|
|
205
|
+
export declare const BuilderExitRequests: ProgressiveListCompositeType<ContainerType<{
|
|
41
206
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
42
207
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
43
208
|
}>>;
|
|
44
|
-
export declare const ExecutionRequests:
|
|
45
|
-
deposits:
|
|
209
|
+
export declare const ExecutionRequests: ProgressiveContainerType<{
|
|
210
|
+
deposits: ProgressiveListCompositeType<ContainerType<{
|
|
46
211
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
47
212
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
48
213
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
49
214
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
50
215
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
51
216
|
}>>;
|
|
52
|
-
withdrawals:
|
|
217
|
+
withdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
53
218
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
54
219
|
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
55
220
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
56
221
|
}>>;
|
|
57
|
-
consolidations:
|
|
222
|
+
consolidations: ProgressiveListCompositeType<ContainerType<{
|
|
58
223
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
59
224
|
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
60
225
|
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
61
226
|
}>>;
|
|
62
|
-
builderDeposits:
|
|
227
|
+
builderDeposits: ProgressiveListCompositeType<ContainerType<{
|
|
63
228
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
64
229
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
65
230
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
66
231
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
67
232
|
}>>;
|
|
68
|
-
builderExits:
|
|
233
|
+
builderExits: ProgressiveListCompositeType<ContainerType<{
|
|
69
234
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
70
235
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
71
236
|
}>>;
|
|
72
237
|
}>;
|
|
238
|
+
export declare const ProposerSlashings: ProgressiveListCompositeType<ContainerType<{
|
|
239
|
+
signedHeader1: ContainerType<{
|
|
240
|
+
message: ContainerType<{
|
|
241
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
242
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
243
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
244
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
245
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
246
|
+
}>;
|
|
247
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
248
|
+
}>;
|
|
249
|
+
signedHeader2: ContainerType<{
|
|
250
|
+
message: ContainerType<{
|
|
251
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
252
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
253
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
254
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
255
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
256
|
+
}>;
|
|
257
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
258
|
+
}>;
|
|
259
|
+
}>>;
|
|
260
|
+
export declare const AttesterSlashings: ProgressiveListCompositeType<ContainerType<{
|
|
261
|
+
attestation1: ProgressiveContainerType<{
|
|
262
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
263
|
+
data: ContainerType<{
|
|
264
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
265
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
266
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
267
|
+
source: ContainerType<{
|
|
268
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
269
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
270
|
+
}>;
|
|
271
|
+
target: ContainerType<{
|
|
272
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
273
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
274
|
+
}>;
|
|
275
|
+
}>;
|
|
276
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
277
|
+
}>;
|
|
278
|
+
attestation2: ProgressiveContainerType<{
|
|
279
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
280
|
+
data: ContainerType<{
|
|
281
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
282
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
283
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
284
|
+
source: ContainerType<{
|
|
285
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
286
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
287
|
+
}>;
|
|
288
|
+
target: ContainerType<{
|
|
289
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
290
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
291
|
+
}>;
|
|
292
|
+
}>;
|
|
293
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
294
|
+
}>;
|
|
295
|
+
}>>;
|
|
296
|
+
export declare const Attestations: ProgressiveListCompositeType<ProgressiveContainerType<{
|
|
297
|
+
aggregationBits: ProgressiveBitListType;
|
|
298
|
+
data: ContainerType<{
|
|
299
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
300
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
301
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
302
|
+
source: ContainerType<{
|
|
303
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
304
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
305
|
+
}>;
|
|
306
|
+
target: ContainerType<{
|
|
307
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
308
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
309
|
+
}>;
|
|
310
|
+
}>;
|
|
311
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
312
|
+
committeeBits: BitVectorType;
|
|
313
|
+
}>>;
|
|
314
|
+
export declare const Deposits: ProgressiveListCompositeType<ContainerType<{
|
|
315
|
+
proof: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
316
|
+
data: ContainerType<{
|
|
317
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
318
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
319
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
320
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
321
|
+
}>;
|
|
322
|
+
}>>;
|
|
323
|
+
export declare const VoluntaryExits: ProgressiveListCompositeType<ContainerType<{
|
|
324
|
+
message: ContainerType<{
|
|
325
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
326
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
327
|
+
}>;
|
|
328
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
329
|
+
}>>;
|
|
330
|
+
export declare const BlsToExecutionChanges: ProgressiveListCompositeType<ContainerType<{
|
|
331
|
+
message: ContainerType<{
|
|
332
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
333
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
334
|
+
toExecutionAddress: import("../index.ts").ExecutionAddressType;
|
|
335
|
+
}>;
|
|
336
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
337
|
+
}>>;
|
|
338
|
+
export declare const Validators: ProgressiveListCompositeType<import("../phase0/validator.ts").ValidatorNodeStructType>;
|
|
339
|
+
export declare const Balances: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
340
|
+
export declare const EpochParticipation: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
341
|
+
export declare const InactivityScores: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
342
|
+
export declare const PendingDeposits: ProgressiveListCompositeType<ContainerType<{
|
|
343
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
344
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
345
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
346
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
347
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
348
|
+
}>>;
|
|
349
|
+
export declare const PendingPartialWithdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
350
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
351
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
352
|
+
withdrawableEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
353
|
+
}>>;
|
|
354
|
+
export declare const PendingConsolidations: ProgressiveListCompositeType<ContainerType<{
|
|
355
|
+
sourceIndex: import("@chainsafe/ssz").UintNumberType;
|
|
356
|
+
targetIndex: import("@chainsafe/ssz").UintNumberType;
|
|
357
|
+
}>>;
|
|
358
|
+
export declare const Builder: ContainerType<{
|
|
359
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
360
|
+
version: import("@chainsafe/ssz").UintNumberType;
|
|
361
|
+
executionAddress: import("../index.ts").ExecutionAddressType;
|
|
362
|
+
balance: import("@chainsafe/ssz").UintNumberType;
|
|
363
|
+
depositEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
364
|
+
withdrawableEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
365
|
+
}>;
|
|
366
|
+
export declare const BuilderPendingWithdrawal: ContainerType<{
|
|
367
|
+
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
368
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
369
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
370
|
+
}>;
|
|
371
|
+
export declare const BuilderPendingPayment: ContainerType<{
|
|
372
|
+
weight: import("@chainsafe/ssz").UintNumberType;
|
|
373
|
+
withdrawal: ContainerType<{
|
|
374
|
+
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
375
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
376
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
377
|
+
}>;
|
|
378
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
379
|
+
}>;
|
|
380
|
+
export declare const Builders: ProgressiveListCompositeType<ContainerType<{
|
|
381
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
382
|
+
version: import("@chainsafe/ssz").UintNumberType;
|
|
383
|
+
executionAddress: import("../index.ts").ExecutionAddressType;
|
|
384
|
+
balance: import("@chainsafe/ssz").UintNumberType;
|
|
385
|
+
depositEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
386
|
+
withdrawableEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
387
|
+
}>>;
|
|
388
|
+
export declare const BuilderPendingWithdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
389
|
+
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
390
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
391
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
392
|
+
}>>;
|
|
73
393
|
export declare const PayloadTimelinessCommittee: VectorBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
74
394
|
export declare const PtcWindow: VectorCompositeType<VectorBasicType<import("@chainsafe/ssz").UintNumberType>>;
|
|
75
395
|
export declare const PayloadAttestationData: ContainerType<{
|
|
@@ -78,7 +398,7 @@ export declare const PayloadAttestationData: ContainerType<{
|
|
|
78
398
|
payloadPresent: import("@chainsafe/ssz").BooleanType;
|
|
79
399
|
blobDataAvailable: import("@chainsafe/ssz").BooleanType;
|
|
80
400
|
}>;
|
|
81
|
-
export declare const PayloadAttestation:
|
|
401
|
+
export declare const PayloadAttestation: ProgressiveContainerType<{
|
|
82
402
|
aggregationBits: BitVectorType;
|
|
83
403
|
data: ContainerType<{
|
|
84
404
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -88,6 +408,16 @@ export declare const PayloadAttestation: ContainerType<{
|
|
|
88
408
|
}>;
|
|
89
409
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
90
410
|
}>;
|
|
411
|
+
export declare const PayloadAttestations: ProgressiveListCompositeType<ProgressiveContainerType<{
|
|
412
|
+
aggregationBits: BitVectorType;
|
|
413
|
+
data: ContainerType<{
|
|
414
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
415
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
416
|
+
payloadPresent: import("@chainsafe/ssz").BooleanType;
|
|
417
|
+
blobDataAvailable: import("@chainsafe/ssz").BooleanType;
|
|
418
|
+
}>;
|
|
419
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
420
|
+
}>>;
|
|
91
421
|
export declare const PayloadAttestationMessage: ContainerType<{
|
|
92
422
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
93
423
|
data: ContainerType<{
|
|
@@ -98,7 +428,7 @@ export declare const PayloadAttestationMessage: ContainerType<{
|
|
|
98
428
|
}>;
|
|
99
429
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
100
430
|
}>;
|
|
101
|
-
export declare const IndexedPayloadAttestation:
|
|
431
|
+
export declare const IndexedPayloadAttestation: ProgressiveContainerType<{
|
|
102
432
|
attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
103
433
|
data: ContainerType<{
|
|
104
434
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -125,7 +455,7 @@ export declare const SignedProposerPreferences: ContainerType<{
|
|
|
125
455
|
}>;
|
|
126
456
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
127
457
|
}>;
|
|
128
|
-
export declare const ExecutionPayloadBid:
|
|
458
|
+
export declare const ExecutionPayloadBid: ProgressiveContainerType<{
|
|
129
459
|
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
130
460
|
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
131
461
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -136,11 +466,11 @@ export declare const ExecutionPayloadBid: ContainerType<{
|
|
|
136
466
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
137
467
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
138
468
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
139
|
-
blobKzgCommitments:
|
|
469
|
+
blobKzgCommitments: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
140
470
|
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
141
471
|
}>;
|
|
142
472
|
export declare const SignedExecutionPayloadBid: ContainerType<{
|
|
143
|
-
message:
|
|
473
|
+
message: ProgressiveContainerType<{
|
|
144
474
|
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
145
475
|
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
146
476
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -151,13 +481,13 @@ export declare const SignedExecutionPayloadBid: ContainerType<{
|
|
|
151
481
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
152
482
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
153
483
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
154
|
-
blobKzgCommitments:
|
|
484
|
+
blobKzgCommitments: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
155
485
|
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
156
486
|
}>;
|
|
157
487
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
158
488
|
}>;
|
|
159
|
-
export declare const BlockAccessList:
|
|
160
|
-
export declare const ExecutionPayload:
|
|
489
|
+
export declare const BlockAccessList: ProgressiveByteListType;
|
|
490
|
+
export declare const ExecutionPayload: ProgressiveContainerType<{
|
|
161
491
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
162
492
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
163
493
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -168,23 +498,23 @@ export declare const ExecutionPayload: ContainerType<{
|
|
|
168
498
|
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
169
499
|
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
170
500
|
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
171
|
-
extraData: ByteListType;
|
|
501
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
172
502
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
173
503
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
174
|
-
|
|
175
|
-
|
|
504
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
505
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
506
|
+
transactions: ProgressiveListCompositeType<ProgressiveByteListType>;
|
|
507
|
+
withdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
176
508
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
177
509
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
178
510
|
address: import("../index.ts").ExecutionAddressType;
|
|
179
511
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
180
512
|
}>>;
|
|
181
|
-
|
|
182
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
183
|
-
blockAccessList: ByteListType;
|
|
513
|
+
blockAccessList: ProgressiveByteListType;
|
|
184
514
|
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
185
515
|
}>;
|
|
186
|
-
export declare const ExecutionPayloadEnvelope:
|
|
187
|
-
payload:
|
|
516
|
+
export declare const ExecutionPayloadEnvelope: ProgressiveContainerType<{
|
|
517
|
+
payload: ProgressiveContainerType<{
|
|
188
518
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
189
519
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
190
520
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -195,46 +525,46 @@ export declare const ExecutionPayloadEnvelope: ContainerType<{
|
|
|
195
525
|
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
196
526
|
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
197
527
|
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
198
|
-
extraData: ByteListType;
|
|
528
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
199
529
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
200
530
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
201
|
-
|
|
202
|
-
|
|
531
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
532
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
533
|
+
transactions: ProgressiveListCompositeType<ProgressiveByteListType>;
|
|
534
|
+
withdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
203
535
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
204
536
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
205
537
|
address: import("../index.ts").ExecutionAddressType;
|
|
206
538
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
207
539
|
}>>;
|
|
208
|
-
|
|
209
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
210
|
-
blockAccessList: ByteListType;
|
|
540
|
+
blockAccessList: ProgressiveByteListType;
|
|
211
541
|
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
212
542
|
}>;
|
|
213
|
-
executionRequests:
|
|
214
|
-
deposits:
|
|
543
|
+
executionRequests: ProgressiveContainerType<{
|
|
544
|
+
deposits: ProgressiveListCompositeType<ContainerType<{
|
|
215
545
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
216
546
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
217
547
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
218
548
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
219
549
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
220
550
|
}>>;
|
|
221
|
-
withdrawals:
|
|
551
|
+
withdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
222
552
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
223
553
|
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
224
554
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
225
555
|
}>>;
|
|
226
|
-
consolidations:
|
|
556
|
+
consolidations: ProgressiveListCompositeType<ContainerType<{
|
|
227
557
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
228
558
|
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
229
559
|
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
230
560
|
}>>;
|
|
231
|
-
builderDeposits:
|
|
561
|
+
builderDeposits: ProgressiveListCompositeType<ContainerType<{
|
|
232
562
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
233
563
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
234
564
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
235
565
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
236
566
|
}>>;
|
|
237
|
-
builderExits:
|
|
567
|
+
builderExits: ProgressiveListCompositeType<ContainerType<{
|
|
238
568
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
239
569
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
240
570
|
}>>;
|
|
@@ -244,8 +574,8 @@ export declare const ExecutionPayloadEnvelope: ContainerType<{
|
|
|
244
574
|
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
245
575
|
}>;
|
|
246
576
|
export declare const SignedExecutionPayloadEnvelope: ContainerType<{
|
|
247
|
-
message:
|
|
248
|
-
payload:
|
|
577
|
+
message: ProgressiveContainerType<{
|
|
578
|
+
payload: ProgressiveContainerType<{
|
|
249
579
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
250
580
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
251
581
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -256,46 +586,46 @@ export declare const SignedExecutionPayloadEnvelope: ContainerType<{
|
|
|
256
586
|
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
257
587
|
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
258
588
|
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
259
|
-
extraData: ByteListType;
|
|
589
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
260
590
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
261
591
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
262
|
-
|
|
263
|
-
|
|
592
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
593
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
594
|
+
transactions: ProgressiveListCompositeType<ProgressiveByteListType>;
|
|
595
|
+
withdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
264
596
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
265
597
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
266
598
|
address: import("../index.ts").ExecutionAddressType;
|
|
267
599
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
268
600
|
}>>;
|
|
269
|
-
|
|
270
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
271
|
-
blockAccessList: ByteListType;
|
|
601
|
+
blockAccessList: ProgressiveByteListType;
|
|
272
602
|
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
273
603
|
}>;
|
|
274
|
-
executionRequests:
|
|
275
|
-
deposits:
|
|
604
|
+
executionRequests: ProgressiveContainerType<{
|
|
605
|
+
deposits: ProgressiveListCompositeType<ContainerType<{
|
|
276
606
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
277
607
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
278
608
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
279
609
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
280
610
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
281
611
|
}>>;
|
|
282
|
-
withdrawals:
|
|
612
|
+
withdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
283
613
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
284
614
|
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
285
615
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
286
616
|
}>>;
|
|
287
|
-
consolidations:
|
|
617
|
+
consolidations: ProgressiveListCompositeType<ContainerType<{
|
|
288
618
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
289
619
|
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
290
620
|
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
291
621
|
}>>;
|
|
292
|
-
builderDeposits:
|
|
622
|
+
builderDeposits: ProgressiveListCompositeType<ContainerType<{
|
|
293
623
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
294
624
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
295
625
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
296
626
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
297
627
|
}>>;
|
|
298
|
-
builderExits:
|
|
628
|
+
builderExits: ProgressiveListCompositeType<ContainerType<{
|
|
299
629
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
300
630
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
301
631
|
}>>;
|
|
@@ -306,7 +636,7 @@ export declare const SignedExecutionPayloadEnvelope: ContainerType<{
|
|
|
306
636
|
}>;
|
|
307
637
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
308
638
|
}>;
|
|
309
|
-
export declare const BeaconBlockBody:
|
|
639
|
+
export declare const BeaconBlockBody: ProgressiveContainerType<{
|
|
310
640
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
311
641
|
eth1Data: ContainerType<{
|
|
312
642
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -314,7 +644,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
314
644
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
315
645
|
}>;
|
|
316
646
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
317
|
-
proposerSlashings:
|
|
647
|
+
proposerSlashings: ProgressiveListCompositeType<ContainerType<{
|
|
318
648
|
signedHeader1: ContainerType<{
|
|
319
649
|
message: ContainerType<{
|
|
320
650
|
slot: import("@chainsafe/ssz").UintBigintType;
|
|
@@ -336,9 +666,9 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
336
666
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
337
667
|
}>;
|
|
338
668
|
}>>;
|
|
339
|
-
attesterSlashings:
|
|
340
|
-
attestation1:
|
|
341
|
-
attestingIndices:
|
|
669
|
+
attesterSlashings: ProgressiveListCompositeType<ContainerType<{
|
|
670
|
+
attestation1: ProgressiveContainerType<{
|
|
671
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
342
672
|
data: ContainerType<{
|
|
343
673
|
slot: import("@chainsafe/ssz").UintBigintType;
|
|
344
674
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
@@ -354,8 +684,8 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
354
684
|
}>;
|
|
355
685
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
356
686
|
}>;
|
|
357
|
-
attestation2:
|
|
358
|
-
attestingIndices:
|
|
687
|
+
attestation2: ProgressiveContainerType<{
|
|
688
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
359
689
|
data: ContainerType<{
|
|
360
690
|
slot: import("@chainsafe/ssz").UintBigintType;
|
|
361
691
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
@@ -372,8 +702,8 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
372
702
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
373
703
|
}>;
|
|
374
704
|
}>>;
|
|
375
|
-
attestations:
|
|
376
|
-
aggregationBits:
|
|
705
|
+
attestations: ProgressiveListCompositeType<ProgressiveContainerType<{
|
|
706
|
+
aggregationBits: ProgressiveBitListType;
|
|
377
707
|
data: ContainerType<{
|
|
378
708
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
379
709
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -390,7 +720,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
390
720
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
391
721
|
committeeBits: BitVectorType;
|
|
392
722
|
}>>;
|
|
393
|
-
deposits:
|
|
723
|
+
deposits: ProgressiveListCompositeType<ContainerType<{
|
|
394
724
|
proof: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
395
725
|
data: ContainerType<{
|
|
396
726
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -399,7 +729,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
399
729
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
400
730
|
}>;
|
|
401
731
|
}>>;
|
|
402
|
-
voluntaryExits:
|
|
732
|
+
voluntaryExits: ProgressiveListCompositeType<ContainerType<{
|
|
403
733
|
message: ContainerType<{
|
|
404
734
|
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
405
735
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -410,7 +740,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
410
740
|
syncCommitteeBits: BitVectorType;
|
|
411
741
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
412
742
|
}>;
|
|
413
|
-
blsToExecutionChanges:
|
|
743
|
+
blsToExecutionChanges: ProgressiveListCompositeType<ContainerType<{
|
|
414
744
|
message: ContainerType<{
|
|
415
745
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
416
746
|
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -419,7 +749,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
419
749
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
420
750
|
}>>;
|
|
421
751
|
signedExecutionPayloadBid: ContainerType<{
|
|
422
|
-
message:
|
|
752
|
+
message: ProgressiveContainerType<{
|
|
423
753
|
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
424
754
|
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
425
755
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -430,12 +760,12 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
430
760
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
431
761
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
432
762
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
433
|
-
blobKzgCommitments:
|
|
763
|
+
blobKzgCommitments: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
434
764
|
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
435
765
|
}>;
|
|
436
766
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
437
767
|
}>;
|
|
438
|
-
payloadAttestations:
|
|
768
|
+
payloadAttestations: ProgressiveListCompositeType<ProgressiveContainerType<{
|
|
439
769
|
aggregationBits: BitVectorType;
|
|
440
770
|
data: ContainerType<{
|
|
441
771
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -445,31 +775,31 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
445
775
|
}>;
|
|
446
776
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
447
777
|
}>>;
|
|
448
|
-
parentExecutionRequests:
|
|
449
|
-
deposits:
|
|
778
|
+
parentExecutionRequests: ProgressiveContainerType<{
|
|
779
|
+
deposits: ProgressiveListCompositeType<ContainerType<{
|
|
450
780
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
451
781
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
452
782
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
453
783
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
454
784
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
455
785
|
}>>;
|
|
456
|
-
withdrawals:
|
|
786
|
+
withdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
457
787
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
458
788
|
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
459
789
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
460
790
|
}>>;
|
|
461
|
-
consolidations:
|
|
791
|
+
consolidations: ProgressiveListCompositeType<ContainerType<{
|
|
462
792
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
463
793
|
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
464
794
|
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
465
795
|
}>>;
|
|
466
|
-
builderDeposits:
|
|
796
|
+
builderDeposits: ProgressiveListCompositeType<ContainerType<{
|
|
467
797
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
468
798
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
469
799
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
470
800
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
471
801
|
}>>;
|
|
472
|
-
builderExits:
|
|
802
|
+
builderExits: ProgressiveListCompositeType<ContainerType<{
|
|
473
803
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
474
804
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
475
805
|
}>>;
|
|
@@ -480,7 +810,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
480
810
|
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
481
811
|
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
482
812
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
483
|
-
body:
|
|
813
|
+
body: ProgressiveContainerType<{
|
|
484
814
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
485
815
|
eth1Data: ContainerType<{
|
|
486
816
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -488,7 +818,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
488
818
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
489
819
|
}>;
|
|
490
820
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
491
|
-
proposerSlashings:
|
|
821
|
+
proposerSlashings: ProgressiveListCompositeType<ContainerType<{
|
|
492
822
|
signedHeader1: ContainerType<{
|
|
493
823
|
message: ContainerType<{
|
|
494
824
|
slot: import("@chainsafe/ssz").UintBigintType;
|
|
@@ -510,9 +840,9 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
510
840
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
511
841
|
}>;
|
|
512
842
|
}>>;
|
|
513
|
-
attesterSlashings:
|
|
514
|
-
attestation1:
|
|
515
|
-
attestingIndices:
|
|
843
|
+
attesterSlashings: ProgressiveListCompositeType<ContainerType<{
|
|
844
|
+
attestation1: ProgressiveContainerType<{
|
|
845
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
516
846
|
data: ContainerType<{
|
|
517
847
|
slot: import("@chainsafe/ssz").UintBigintType;
|
|
518
848
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
@@ -528,8 +858,8 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
528
858
|
}>;
|
|
529
859
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
530
860
|
}>;
|
|
531
|
-
attestation2:
|
|
532
|
-
attestingIndices:
|
|
861
|
+
attestation2: ProgressiveContainerType<{
|
|
862
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
533
863
|
data: ContainerType<{
|
|
534
864
|
slot: import("@chainsafe/ssz").UintBigintType;
|
|
535
865
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
@@ -546,8 +876,8 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
546
876
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
547
877
|
}>;
|
|
548
878
|
}>>;
|
|
549
|
-
attestations:
|
|
550
|
-
aggregationBits:
|
|
879
|
+
attestations: ProgressiveListCompositeType<ProgressiveContainerType<{
|
|
880
|
+
aggregationBits: ProgressiveBitListType;
|
|
551
881
|
data: ContainerType<{
|
|
552
882
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
553
883
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -564,7 +894,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
564
894
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
565
895
|
committeeBits: BitVectorType;
|
|
566
896
|
}>>;
|
|
567
|
-
deposits:
|
|
897
|
+
deposits: ProgressiveListCompositeType<ContainerType<{
|
|
568
898
|
proof: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
569
899
|
data: ContainerType<{
|
|
570
900
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -573,7 +903,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
573
903
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
574
904
|
}>;
|
|
575
905
|
}>>;
|
|
576
|
-
voluntaryExits:
|
|
906
|
+
voluntaryExits: ProgressiveListCompositeType<ContainerType<{
|
|
577
907
|
message: ContainerType<{
|
|
578
908
|
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
579
909
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -584,7 +914,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
584
914
|
syncCommitteeBits: BitVectorType;
|
|
585
915
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
586
916
|
}>;
|
|
587
|
-
blsToExecutionChanges:
|
|
917
|
+
blsToExecutionChanges: ProgressiveListCompositeType<ContainerType<{
|
|
588
918
|
message: ContainerType<{
|
|
589
919
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
590
920
|
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -593,7 +923,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
593
923
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
594
924
|
}>>;
|
|
595
925
|
signedExecutionPayloadBid: ContainerType<{
|
|
596
|
-
message:
|
|
926
|
+
message: ProgressiveContainerType<{
|
|
597
927
|
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
598
928
|
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
599
929
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -604,12 +934,12 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
604
934
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
605
935
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
606
936
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
607
|
-
blobKzgCommitments:
|
|
937
|
+
blobKzgCommitments: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
608
938
|
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
609
939
|
}>;
|
|
610
940
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
611
941
|
}>;
|
|
612
|
-
payloadAttestations:
|
|
942
|
+
payloadAttestations: ProgressiveListCompositeType<ProgressiveContainerType<{
|
|
613
943
|
aggregationBits: BitVectorType;
|
|
614
944
|
data: ContainerType<{
|
|
615
945
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -619,31 +949,31 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
619
949
|
}>;
|
|
620
950
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
621
951
|
}>>;
|
|
622
|
-
parentExecutionRequests:
|
|
623
|
-
deposits:
|
|
952
|
+
parentExecutionRequests: ProgressiveContainerType<{
|
|
953
|
+
deposits: ProgressiveListCompositeType<ContainerType<{
|
|
624
954
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
625
955
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
626
956
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
627
957
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
628
958
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
629
959
|
}>>;
|
|
630
|
-
withdrawals:
|
|
960
|
+
withdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
631
961
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
632
962
|
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
633
963
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
634
964
|
}>>;
|
|
635
|
-
consolidations:
|
|
965
|
+
consolidations: ProgressiveListCompositeType<ContainerType<{
|
|
636
966
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
637
967
|
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
638
968
|
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
639
969
|
}>>;
|
|
640
|
-
builderDeposits:
|
|
970
|
+
builderDeposits: ProgressiveListCompositeType<ContainerType<{
|
|
641
971
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
642
972
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
643
973
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
644
974
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
645
975
|
}>>;
|
|
646
|
-
builderExits:
|
|
976
|
+
builderExits: ProgressiveListCompositeType<ContainerType<{
|
|
647
977
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
648
978
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
649
979
|
}>>;
|
|
@@ -656,7 +986,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
656
986
|
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
657
987
|
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
658
988
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
659
|
-
body:
|
|
989
|
+
body: ProgressiveContainerType<{
|
|
660
990
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
661
991
|
eth1Data: ContainerType<{
|
|
662
992
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -664,7 +994,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
664
994
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
665
995
|
}>;
|
|
666
996
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
667
|
-
proposerSlashings:
|
|
997
|
+
proposerSlashings: ProgressiveListCompositeType<ContainerType<{
|
|
668
998
|
signedHeader1: ContainerType<{
|
|
669
999
|
message: ContainerType<{
|
|
670
1000
|
slot: import("@chainsafe/ssz").UintBigintType;
|
|
@@ -686,9 +1016,9 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
686
1016
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
687
1017
|
}>;
|
|
688
1018
|
}>>;
|
|
689
|
-
attesterSlashings:
|
|
690
|
-
attestation1:
|
|
691
|
-
attestingIndices:
|
|
1019
|
+
attesterSlashings: ProgressiveListCompositeType<ContainerType<{
|
|
1020
|
+
attestation1: ProgressiveContainerType<{
|
|
1021
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
692
1022
|
data: ContainerType<{
|
|
693
1023
|
slot: import("@chainsafe/ssz").UintBigintType;
|
|
694
1024
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
@@ -704,8 +1034,8 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
704
1034
|
}>;
|
|
705
1035
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
706
1036
|
}>;
|
|
707
|
-
attestation2:
|
|
708
|
-
attestingIndices:
|
|
1037
|
+
attestation2: ProgressiveContainerType<{
|
|
1038
|
+
attestingIndices: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
709
1039
|
data: ContainerType<{
|
|
710
1040
|
slot: import("@chainsafe/ssz").UintBigintType;
|
|
711
1041
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
@@ -722,8 +1052,8 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
722
1052
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
723
1053
|
}>;
|
|
724
1054
|
}>>;
|
|
725
|
-
attestations:
|
|
726
|
-
aggregationBits:
|
|
1055
|
+
attestations: ProgressiveListCompositeType<ProgressiveContainerType<{
|
|
1056
|
+
aggregationBits: ProgressiveBitListType;
|
|
727
1057
|
data: ContainerType<{
|
|
728
1058
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
729
1059
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -740,7 +1070,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
740
1070
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
741
1071
|
committeeBits: BitVectorType;
|
|
742
1072
|
}>>;
|
|
743
|
-
deposits:
|
|
1073
|
+
deposits: ProgressiveListCompositeType<ContainerType<{
|
|
744
1074
|
proof: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
745
1075
|
data: ContainerType<{
|
|
746
1076
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -749,7 +1079,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
749
1079
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
750
1080
|
}>;
|
|
751
1081
|
}>>;
|
|
752
|
-
voluntaryExits:
|
|
1082
|
+
voluntaryExits: ProgressiveListCompositeType<ContainerType<{
|
|
753
1083
|
message: ContainerType<{
|
|
754
1084
|
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
755
1085
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -760,7 +1090,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
760
1090
|
syncCommitteeBits: BitVectorType;
|
|
761
1091
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
762
1092
|
}>;
|
|
763
|
-
blsToExecutionChanges:
|
|
1093
|
+
blsToExecutionChanges: ProgressiveListCompositeType<ContainerType<{
|
|
764
1094
|
message: ContainerType<{
|
|
765
1095
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
766
1096
|
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -769,7 +1099,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
769
1099
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
770
1100
|
}>>;
|
|
771
1101
|
signedExecutionPayloadBid: ContainerType<{
|
|
772
|
-
message:
|
|
1102
|
+
message: ProgressiveContainerType<{
|
|
773
1103
|
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
774
1104
|
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
775
1105
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -780,12 +1110,12 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
780
1110
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
781
1111
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
782
1112
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
783
|
-
blobKzgCommitments:
|
|
1113
|
+
blobKzgCommitments: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
784
1114
|
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
785
1115
|
}>;
|
|
786
1116
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
787
1117
|
}>;
|
|
788
|
-
payloadAttestations:
|
|
1118
|
+
payloadAttestations: ProgressiveListCompositeType<ProgressiveContainerType<{
|
|
789
1119
|
aggregationBits: BitVectorType;
|
|
790
1120
|
data: ContainerType<{
|
|
791
1121
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -795,31 +1125,31 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
795
1125
|
}>;
|
|
796
1126
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
797
1127
|
}>>;
|
|
798
|
-
parentExecutionRequests:
|
|
799
|
-
deposits:
|
|
1128
|
+
parentExecutionRequests: ProgressiveContainerType<{
|
|
1129
|
+
deposits: ProgressiveListCompositeType<ContainerType<{
|
|
800
1130
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
801
1131
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
802
1132
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
803
1133
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
804
1134
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
805
1135
|
}>>;
|
|
806
|
-
withdrawals:
|
|
1136
|
+
withdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
807
1137
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
808
1138
|
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
809
1139
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
810
1140
|
}>>;
|
|
811
|
-
consolidations:
|
|
1141
|
+
consolidations: ProgressiveListCompositeType<ContainerType<{
|
|
812
1142
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
813
1143
|
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
814
1144
|
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
815
1145
|
}>>;
|
|
816
|
-
builderDeposits:
|
|
1146
|
+
builderDeposits: ProgressiveListCompositeType<ContainerType<{
|
|
817
1147
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
818
1148
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
819
1149
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
820
1150
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
821
1151
|
}>>;
|
|
822
|
-
builderExits:
|
|
1152
|
+
builderExits: ProgressiveListCompositeType<ContainerType<{
|
|
823
1153
|
sourceAddress: import("../index.ts").ExecutionAddressType;
|
|
824
1154
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
825
1155
|
}>>;
|
|
@@ -828,7 +1158,174 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
828
1158
|
}>;
|
|
829
1159
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
830
1160
|
}>;
|
|
831
|
-
export declare const
|
|
1161
|
+
export declare const LightClientHeader: ContainerType<{
|
|
1162
|
+
beacon: ContainerType<{
|
|
1163
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1164
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1165
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1166
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1167
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1168
|
+
}>;
|
|
1169
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1170
|
+
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1171
|
+
}>;
|
|
1172
|
+
export declare const LightClientBootstrap: ContainerType<{
|
|
1173
|
+
header: ContainerType<{
|
|
1174
|
+
beacon: ContainerType<{
|
|
1175
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1176
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1177
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1178
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1179
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1180
|
+
}>;
|
|
1181
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1182
|
+
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1183
|
+
}>;
|
|
1184
|
+
currentSyncCommittee: ContainerType<{
|
|
1185
|
+
pubkeys: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1186
|
+
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1187
|
+
}>;
|
|
1188
|
+
currentSyncCommitteeBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1189
|
+
}>;
|
|
1190
|
+
export declare const LightClientUpdate: ContainerType<{
|
|
1191
|
+
attestedHeader: ContainerType<{
|
|
1192
|
+
beacon: ContainerType<{
|
|
1193
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1194
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1195
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1196
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1197
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1198
|
+
}>;
|
|
1199
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1200
|
+
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1201
|
+
}>;
|
|
1202
|
+
nextSyncCommittee: ContainerType<{
|
|
1203
|
+
pubkeys: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1204
|
+
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1205
|
+
}>;
|
|
1206
|
+
nextSyncCommitteeBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1207
|
+
finalizedHeader: ContainerType<{
|
|
1208
|
+
beacon: ContainerType<{
|
|
1209
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1210
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1211
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1212
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1213
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1214
|
+
}>;
|
|
1215
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1216
|
+
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1217
|
+
}>;
|
|
1218
|
+
finalityBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1219
|
+
syncAggregate: ContainerType<{
|
|
1220
|
+
syncCommitteeBits: BitVectorType;
|
|
1221
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1222
|
+
}>;
|
|
1223
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1224
|
+
}>;
|
|
1225
|
+
export declare const LightClientFinalityUpdate: ContainerType<{
|
|
1226
|
+
attestedHeader: ContainerType<{
|
|
1227
|
+
beacon: ContainerType<{
|
|
1228
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1229
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1230
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1231
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1232
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1233
|
+
}>;
|
|
1234
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1235
|
+
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1236
|
+
}>;
|
|
1237
|
+
finalizedHeader: ContainerType<{
|
|
1238
|
+
beacon: ContainerType<{
|
|
1239
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1240
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1241
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1242
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1243
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1244
|
+
}>;
|
|
1245
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1246
|
+
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1247
|
+
}>;
|
|
1248
|
+
finalityBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1249
|
+
syncAggregate: ContainerType<{
|
|
1250
|
+
syncCommitteeBits: BitVectorType;
|
|
1251
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1252
|
+
}>;
|
|
1253
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1254
|
+
}>;
|
|
1255
|
+
export declare const LightClientOptimisticUpdate: ContainerType<{
|
|
1256
|
+
attestedHeader: ContainerType<{
|
|
1257
|
+
beacon: ContainerType<{
|
|
1258
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1259
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1260
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1261
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1262
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1263
|
+
}>;
|
|
1264
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1265
|
+
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1266
|
+
}>;
|
|
1267
|
+
syncAggregate: ContainerType<{
|
|
1268
|
+
syncCommitteeBits: BitVectorType;
|
|
1269
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1270
|
+
}>;
|
|
1271
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1272
|
+
}>;
|
|
1273
|
+
export declare const LightClientStore: ContainerType<{
|
|
1274
|
+
snapshot: ContainerType<{
|
|
1275
|
+
header: ContainerType<{
|
|
1276
|
+
beacon: ContainerType<{
|
|
1277
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1278
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1279
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1280
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1281
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1282
|
+
}>;
|
|
1283
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1284
|
+
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1285
|
+
}>;
|
|
1286
|
+
currentSyncCommittee: ContainerType<{
|
|
1287
|
+
pubkeys: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1288
|
+
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1289
|
+
}>;
|
|
1290
|
+
currentSyncCommitteeBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1291
|
+
}>;
|
|
1292
|
+
validUpdates: ListCompositeType<ContainerType<{
|
|
1293
|
+
attestedHeader: ContainerType<{
|
|
1294
|
+
beacon: ContainerType<{
|
|
1295
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1296
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1297
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1298
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1299
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1300
|
+
}>;
|
|
1301
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1302
|
+
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1303
|
+
}>;
|
|
1304
|
+
nextSyncCommittee: ContainerType<{
|
|
1305
|
+
pubkeys: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1306
|
+
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1307
|
+
}>;
|
|
1308
|
+
nextSyncCommitteeBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1309
|
+
finalizedHeader: ContainerType<{
|
|
1310
|
+
beacon: ContainerType<{
|
|
1311
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1312
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1313
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1314
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1315
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1316
|
+
}>;
|
|
1317
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1318
|
+
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1319
|
+
}>;
|
|
1320
|
+
finalityBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1321
|
+
syncAggregate: ContainerType<{
|
|
1322
|
+
syncCommitteeBits: BitVectorType;
|
|
1323
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1324
|
+
}>;
|
|
1325
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1326
|
+
}>>;
|
|
1327
|
+
}>;
|
|
1328
|
+
export declare const BeaconState: ProgressiveContainerType<{
|
|
832
1329
|
genesisTime: import("@chainsafe/ssz").UintNumberType;
|
|
833
1330
|
genesisValidatorsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
834
1331
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -858,12 +1355,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
858
1355
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
859
1356
|
}>>;
|
|
860
1357
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
861
|
-
validators:
|
|
862
|
-
balances: import("@chainsafe/ssz").
|
|
1358
|
+
validators: ProgressiveListCompositeType<import("../phase0/validator.ts").ValidatorNodeStructType>;
|
|
1359
|
+
balances: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
863
1360
|
randaoMixes: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
864
1361
|
slashings: VectorBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
865
|
-
previousEpochParticipation:
|
|
866
|
-
currentEpochParticipation:
|
|
1362
|
+
previousEpochParticipation: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
1363
|
+
currentEpochParticipation: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
867
1364
|
justificationBits: BitVectorType;
|
|
868
1365
|
previousJustifiedCheckpoint: ContainerType<{
|
|
869
1366
|
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -877,7 +1374,7 @@ export declare const BeaconState: ContainerType<{
|
|
|
877
1374
|
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
878
1375
|
root: import("@chainsafe/ssz").ByteVectorType;
|
|
879
1376
|
}>;
|
|
880
|
-
inactivityScores:
|
|
1377
|
+
inactivityScores: ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
881
1378
|
currentSyncCommittee: ContainerType<{
|
|
882
1379
|
pubkeys: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
883
1380
|
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -899,24 +1396,24 @@ export declare const BeaconState: ContainerType<{
|
|
|
899
1396
|
earliestExitEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
900
1397
|
consolidationBalanceToConsume: import("@chainsafe/ssz").UintBigintType;
|
|
901
1398
|
earliestConsolidationEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
902
|
-
pendingDeposits:
|
|
1399
|
+
pendingDeposits: ProgressiveListCompositeType<ContainerType<{
|
|
903
1400
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
904
1401
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
905
1402
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
906
1403
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
907
1404
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
908
1405
|
}>>;
|
|
909
|
-
pendingPartialWithdrawals:
|
|
1406
|
+
pendingPartialWithdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
910
1407
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
911
1408
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
912
1409
|
withdrawableEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
913
1410
|
}>>;
|
|
914
|
-
pendingConsolidations:
|
|
1411
|
+
pendingConsolidations: ProgressiveListCompositeType<ContainerType<{
|
|
915
1412
|
sourceIndex: import("@chainsafe/ssz").UintNumberType;
|
|
916
1413
|
targetIndex: import("@chainsafe/ssz").UintNumberType;
|
|
917
1414
|
}>>;
|
|
918
1415
|
proposerLookahead: VectorBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
919
|
-
builders:
|
|
1416
|
+
builders: ProgressiveListCompositeType<ContainerType<{
|
|
920
1417
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
921
1418
|
version: import("@chainsafe/ssz").UintNumberType;
|
|
922
1419
|
executionAddress: import("../index.ts").ExecutionAddressType;
|
|
@@ -935,12 +1432,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
935
1432
|
}>;
|
|
936
1433
|
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
937
1434
|
}>>;
|
|
938
|
-
builderPendingWithdrawals:
|
|
1435
|
+
builderPendingWithdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
939
1436
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
940
1437
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
941
1438
|
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
942
1439
|
}>>;
|
|
943
|
-
latestExecutionPayloadBid:
|
|
1440
|
+
latestExecutionPayloadBid: ProgressiveContainerType<{
|
|
944
1441
|
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
945
1442
|
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
946
1443
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -951,10 +1448,10 @@ export declare const BeaconState: ContainerType<{
|
|
|
951
1448
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
952
1449
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
953
1450
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
954
|
-
blobKzgCommitments:
|
|
1451
|
+
blobKzgCommitments: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
955
1452
|
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
956
1453
|
}>;
|
|
957
|
-
payloadExpectedWithdrawals:
|
|
1454
|
+
payloadExpectedWithdrawals: ProgressiveListCompositeType<ContainerType<{
|
|
958
1455
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
959
1456
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
960
1457
|
address: import("../index.ts").ExecutionAddressType;
|
|
@@ -964,15 +1461,15 @@ export declare const BeaconState: ContainerType<{
|
|
|
964
1461
|
}>;
|
|
965
1462
|
export declare const DataColumnSidecar: ContainerType<{
|
|
966
1463
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
967
|
-
column:
|
|
968
|
-
kzgProofs:
|
|
1464
|
+
column: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1465
|
+
kzgProofs: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
969
1466
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
970
1467
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
971
1468
|
}>;
|
|
972
1469
|
export declare const DataColumnSidecars: ListCompositeType<ContainerType<{
|
|
973
1470
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
974
|
-
column:
|
|
975
|
-
kzgProofs:
|
|
1471
|
+
column: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1472
|
+
kzgProofs: ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
976
1473
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
977
1474
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
978
1475
|
}>>;
|