@lodestar/api 1.41.0-dev.bb33751bfd → 1.41.0-dev.c11b797bd6
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/beacon/client/beacon.js.map +1 -1
- package/lib/beacon/client/config.js.map +1 -1
- package/lib/beacon/client/debug.js.map +1 -1
- package/lib/beacon/client/events.js.map +1 -1
- package/lib/beacon/client/index.js.map +1 -1
- package/lib/beacon/client/lightclient.js.map +1 -1
- package/lib/beacon/client/lodestar.js.map +1 -1
- package/lib/beacon/client/node.js.map +1 -1
- package/lib/beacon/client/proof.js.map +1 -1
- package/lib/beacon/client/validator.js.map +1 -1
- package/lib/beacon/index.d.ts +1 -1
- package/lib/beacon/index.d.ts.map +1 -1
- package/lib/beacon/routes/beacon/block.js +2 -1
- package/lib/beacon/routes/beacon/block.js.map +1 -1
- package/lib/beacon/routes/beacon/index.js.map +1 -1
- package/lib/beacon/routes/beacon/pool.js.map +1 -1
- package/lib/beacon/routes/beacon/rewards.js.map +1 -1
- package/lib/beacon/routes/beacon/state.js.map +1 -1
- package/lib/beacon/routes/config.js.map +1 -1
- package/lib/beacon/routes/debug.d.ts +1 -1
- package/lib/beacon/routes/debug.js.map +1 -1
- package/lib/beacon/routes/events.d.ts +615 -1
- package/lib/beacon/routes/events.d.ts.map +1 -1
- package/lib/beacon/routes/events.js +2 -1
- package/lib/beacon/routes/events.js.map +1 -1
- package/lib/beacon/routes/lightclient.js.map +1 -1
- package/lib/beacon/routes/lodestar.js.map +1 -1
- package/lib/beacon/routes/node.d.ts +13 -13
- package/lib/beacon/routes/node.d.ts.map +1 -1
- package/lib/beacon/routes/node.js +14 -5
- package/lib/beacon/routes/node.js.map +1 -1
- package/lib/beacon/routes/proof.js.map +1 -1
- package/lib/beacon/routes/validator.d.ts +2 -2
- package/lib/beacon/routes/validator.d.ts.map +1 -1
- package/lib/beacon/routes/validator.js +2 -1
- package/lib/beacon/routes/validator.js.map +1 -1
- package/lib/beacon/server/beacon.js.map +1 -1
- package/lib/beacon/server/config.js.map +1 -1
- package/lib/beacon/server/debug.js.map +1 -1
- package/lib/beacon/server/events.js.map +1 -1
- package/lib/beacon/server/index.js.map +1 -1
- package/lib/beacon/server/lightclient.js.map +1 -1
- package/lib/beacon/server/lodestar.js.map +1 -1
- package/lib/beacon/server/node.js.map +1 -1
- package/lib/beacon/server/proof.js.map +1 -1
- package/lib/beacon/server/validator.js.map +1 -1
- package/lib/builder/client.js.map +1 -1
- package/lib/builder/index.js.map +1 -1
- package/lib/builder/routes.js.map +1 -1
- package/lib/builder/server/index.js.map +1 -1
- package/lib/keymanager/client.js.map +1 -1
- package/lib/keymanager/index.js.map +1 -1
- package/lib/keymanager/routes.js +8 -4
- package/lib/keymanager/routes.js.map +1 -1
- package/lib/keymanager/server/index.js.map +1 -1
- package/lib/utils/client/error.d.ts.map +1 -1
- package/lib/utils/client/error.js.map +1 -1
- package/lib/utils/client/eventSource.js.map +1 -1
- package/lib/utils/client/format.js.map +1 -1
- package/lib/utils/client/httpClient.d.ts +0 -14
- package/lib/utils/client/httpClient.d.ts.map +1 -1
- package/lib/utils/client/httpClient.js +3 -0
- package/lib/utils/client/httpClient.js.map +1 -1
- package/lib/utils/client/method.js.map +1 -1
- package/lib/utils/client/request.js.map +1 -1
- package/lib/utils/client/response.d.ts.map +1 -1
- package/lib/utils/client/response.js +3 -0
- package/lib/utils/client/response.js.map +1 -1
- package/lib/utils/codecs.js.map +1 -1
- package/lib/utils/fork.js.map +1 -1
- package/lib/utils/headers.d.ts.map +1 -1
- package/lib/utils/headers.js +4 -2
- package/lib/utils/headers.js.map +1 -1
- package/lib/utils/httpStatusCode.js +2 -1
- package/lib/utils/httpStatusCode.js.map +1 -1
- package/lib/utils/metadata.d.ts +11 -11
- package/lib/utils/metadata.d.ts.map +1 -1
- package/lib/utils/metadata.js +2 -1
- package/lib/utils/metadata.js.map +1 -1
- package/lib/utils/schema.js +2 -1
- package/lib/utils/schema.js.map +1 -1
- package/lib/utils/serdes.js.map +1 -1
- package/lib/utils/server/error.d.ts.map +1 -1
- package/lib/utils/server/error.js.map +1 -1
- package/lib/utils/server/handler.js.map +1 -1
- package/lib/utils/server/parser.js.map +1 -1
- package/lib/utils/server/route.js.map +1 -1
- package/lib/utils/types.js.map +1 -1
- package/lib/utils/urlFormat.js +2 -1
- package/lib/utils/urlFormat.js.map +1 -1
- package/lib/utils/wireFormat.js +2 -1
- package/lib/utils/wireFormat.js.map +1 -1
- package/package.json +9 -9
- package/src/beacon/routes/node.ts +4 -0
- package/src/utils/client/httpClient.ts +4 -0
- package/src/utils/client/response.ts +4 -0
|
@@ -159,7 +159,621 @@ export declare function getTypeByEvent(config: ChainForkConfig): {
|
|
|
159
159
|
};
|
|
160
160
|
export declare function getEventSerdes(config: ChainForkConfig): {
|
|
161
161
|
toJson: (event: BeaconEvent) => unknown;
|
|
162
|
-
fromJson: (type: EventType, data: unknown) =>
|
|
162
|
+
fromJson: (type: EventType, data: unknown) => import("@chainsafe/ssz").ValueOfFields<{
|
|
163
|
+
message: ContainerType<{
|
|
164
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
165
|
+
contribution: ContainerType<{
|
|
166
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
167
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
168
|
+
subcommitteeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
169
|
+
aggregationBits: import("@chainsafe/ssz").BitVectorType;
|
|
170
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
171
|
+
}>;
|
|
172
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
173
|
+
}>;
|
|
174
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
175
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
176
|
+
message: ContainerType<{
|
|
177
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
178
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
179
|
+
toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
|
|
180
|
+
}>;
|
|
181
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
182
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
183
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
184
|
+
data: ContainerType<{
|
|
185
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
186
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
187
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
188
|
+
source: ContainerType<{
|
|
189
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
190
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
191
|
+
}>;
|
|
192
|
+
target: ContainerType<{
|
|
193
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
194
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
195
|
+
}>;
|
|
196
|
+
}>;
|
|
197
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
198
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
199
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
200
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
201
|
+
attesterIndex: import("@chainsafe/ssz").UintNumberType;
|
|
202
|
+
data: ContainerType<{
|
|
203
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
204
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
205
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
206
|
+
source: ContainerType<{
|
|
207
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
208
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
209
|
+
}>;
|
|
210
|
+
target: ContainerType<{
|
|
211
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
212
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
213
|
+
}>;
|
|
214
|
+
}>;
|
|
215
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
216
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
217
|
+
attestation1: ContainerType<{
|
|
218
|
+
attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
219
|
+
data: ContainerType<{
|
|
220
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
221
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
222
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
223
|
+
source: ContainerType<{
|
|
224
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
225
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
226
|
+
}>;
|
|
227
|
+
target: ContainerType<{
|
|
228
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
229
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
230
|
+
}>;
|
|
231
|
+
}>;
|
|
232
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
233
|
+
}>;
|
|
234
|
+
attestation2: ContainerType<{
|
|
235
|
+
attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
236
|
+
data: ContainerType<{
|
|
237
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
238
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
239
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
240
|
+
source: ContainerType<{
|
|
241
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
242
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
243
|
+
}>;
|
|
244
|
+
target: ContainerType<{
|
|
245
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
246
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
247
|
+
}>;
|
|
248
|
+
}>;
|
|
249
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
250
|
+
}>;
|
|
251
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
252
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
253
|
+
data: ContainerType<{
|
|
254
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
255
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
256
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
257
|
+
source: ContainerType<{
|
|
258
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
259
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
260
|
+
}>;
|
|
261
|
+
target: ContainerType<{
|
|
262
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
263
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
264
|
+
}>;
|
|
265
|
+
}>;
|
|
266
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
267
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
268
|
+
attestation1: ContainerType<{
|
|
269
|
+
attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
270
|
+
data: ContainerType<{
|
|
271
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
272
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
273
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
274
|
+
source: ContainerType<{
|
|
275
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
276
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
277
|
+
}>;
|
|
278
|
+
target: ContainerType<{
|
|
279
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
280
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
281
|
+
}>;
|
|
282
|
+
}>;
|
|
283
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
284
|
+
}>;
|
|
285
|
+
attestation2: ContainerType<{
|
|
286
|
+
attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
287
|
+
data: ContainerType<{
|
|
288
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
289
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
290
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
291
|
+
source: ContainerType<{
|
|
292
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
293
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
294
|
+
}>;
|
|
295
|
+
target: ContainerType<{
|
|
296
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
297
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
298
|
+
}>;
|
|
299
|
+
}>;
|
|
300
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
301
|
+
}>;
|
|
302
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
303
|
+
signedHeader1: ContainerType<{
|
|
304
|
+
message: ContainerType<{
|
|
305
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
306
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
307
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
308
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
309
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
310
|
+
}>;
|
|
311
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
312
|
+
}>;
|
|
313
|
+
signedHeader2: ContainerType<{
|
|
314
|
+
message: ContainerType<{
|
|
315
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
316
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
317
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
318
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
319
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
320
|
+
}>;
|
|
321
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
322
|
+
}>;
|
|
323
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
324
|
+
message: ContainerType<{
|
|
325
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
326
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
327
|
+
}>;
|
|
328
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
329
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
330
|
+
blockRoot: StringType<string>;
|
|
331
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
332
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
333
|
+
kzgCommitment: StringType<string>;
|
|
334
|
+
versionedHash: StringType<string>;
|
|
335
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
336
|
+
blockRoot: StringType<string>;
|
|
337
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
338
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
339
|
+
kzgCommitments: ListBasicType<StringType<string>>;
|
|
340
|
+
}> | {
|
|
341
|
+
slot: number;
|
|
342
|
+
block: string;
|
|
343
|
+
state: string;
|
|
344
|
+
epochTransition: boolean;
|
|
345
|
+
previousDutyDependentRoot: string;
|
|
346
|
+
currentDutyDependentRoot: string;
|
|
347
|
+
executionOptimistic: boolean;
|
|
348
|
+
} | {
|
|
349
|
+
slot: number;
|
|
350
|
+
block: string;
|
|
351
|
+
executionOptimistic: boolean;
|
|
352
|
+
} | {
|
|
353
|
+
slot: number;
|
|
354
|
+
block: string;
|
|
355
|
+
} | {
|
|
356
|
+
block: string;
|
|
357
|
+
state: string;
|
|
358
|
+
epoch: number;
|
|
359
|
+
executionOptimistic: boolean;
|
|
360
|
+
} | {
|
|
361
|
+
slot: number;
|
|
362
|
+
depth: number;
|
|
363
|
+
oldHeadBlock: string;
|
|
364
|
+
newHeadBlock: string;
|
|
365
|
+
oldHeadState: string;
|
|
366
|
+
newHeadState: string;
|
|
367
|
+
epoch: number;
|
|
368
|
+
executionOptimistic: boolean;
|
|
369
|
+
} | {
|
|
370
|
+
version: ForkName;
|
|
371
|
+
data: import("@chainsafe/ssz").ValueOfFields<{
|
|
372
|
+
attestedHeader: ContainerType<{
|
|
373
|
+
beacon: ContainerType<{
|
|
374
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
375
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
376
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
377
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
378
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
379
|
+
}>;
|
|
380
|
+
}>;
|
|
381
|
+
syncAggregate: ContainerType<{
|
|
382
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
383
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
384
|
+
}>;
|
|
385
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
386
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
387
|
+
attestedHeader: ContainerType<{
|
|
388
|
+
beacon: ContainerType<{
|
|
389
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
390
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
391
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
392
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
393
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
394
|
+
}>;
|
|
395
|
+
execution: ContainerType<{
|
|
396
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
397
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
398
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
399
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
400
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
401
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
402
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
403
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
404
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
405
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
406
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
407
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
408
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
409
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
410
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
411
|
+
}>;
|
|
412
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
413
|
+
}>;
|
|
414
|
+
syncAggregate: ContainerType<{
|
|
415
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
416
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
417
|
+
}>;
|
|
418
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
419
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
420
|
+
attestedHeader: ContainerType<{
|
|
421
|
+
beacon: ContainerType<{
|
|
422
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
423
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
424
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
425
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
426
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
427
|
+
}>;
|
|
428
|
+
execution: ContainerType<{
|
|
429
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
430
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
431
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
432
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
433
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
434
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
435
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
436
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
437
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
438
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
439
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
440
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
441
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
442
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
443
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
444
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
445
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
446
|
+
}>;
|
|
447
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
448
|
+
}>;
|
|
449
|
+
syncAggregate: ContainerType<{
|
|
450
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
451
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
452
|
+
}>;
|
|
453
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
454
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
455
|
+
attestedHeader: ContainerType<{
|
|
456
|
+
beacon: ContainerType<{
|
|
457
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
458
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
459
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
460
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
461
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
462
|
+
}>;
|
|
463
|
+
execution: ContainerType<{
|
|
464
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
465
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
466
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
467
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
468
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
469
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
470
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
471
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
472
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
473
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
474
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
475
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
476
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
477
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
478
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
479
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
480
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
481
|
+
}>;
|
|
482
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
483
|
+
}>;
|
|
484
|
+
syncAggregate: ContainerType<{
|
|
485
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
486
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
487
|
+
}>;
|
|
488
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
489
|
+
}>;
|
|
490
|
+
} | {
|
|
491
|
+
version: ForkName;
|
|
492
|
+
data: import("@chainsafe/ssz").ValueOfFields<{
|
|
493
|
+
attestedHeader: ContainerType<{
|
|
494
|
+
beacon: ContainerType<{
|
|
495
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
496
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
497
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
498
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
499
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
500
|
+
}>;
|
|
501
|
+
}>;
|
|
502
|
+
finalizedHeader: ContainerType<{
|
|
503
|
+
beacon: ContainerType<{
|
|
504
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
505
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
506
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
507
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
508
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
509
|
+
}>;
|
|
510
|
+
}>;
|
|
511
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
512
|
+
syncAggregate: ContainerType<{
|
|
513
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
514
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
515
|
+
}>;
|
|
516
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
517
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
518
|
+
attestedHeader: ContainerType<{
|
|
519
|
+
beacon: ContainerType<{
|
|
520
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
521
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
522
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
523
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
524
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
525
|
+
}>;
|
|
526
|
+
execution: ContainerType<{
|
|
527
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
528
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
529
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
530
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
531
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
532
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
533
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
534
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
535
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
536
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
537
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
538
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
539
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
540
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
541
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
542
|
+
}>;
|
|
543
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
544
|
+
}>;
|
|
545
|
+
finalizedHeader: ContainerType<{
|
|
546
|
+
beacon: ContainerType<{
|
|
547
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
548
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
549
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
550
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
551
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
552
|
+
}>;
|
|
553
|
+
execution: ContainerType<{
|
|
554
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
555
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
556
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
557
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
558
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
559
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
560
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
561
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
562
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
563
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
564
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
565
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
566
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
567
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
568
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
569
|
+
}>;
|
|
570
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
571
|
+
}>;
|
|
572
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
573
|
+
syncAggregate: ContainerType<{
|
|
574
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
575
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
576
|
+
}>;
|
|
577
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
578
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
579
|
+
attestedHeader: ContainerType<{
|
|
580
|
+
beacon: ContainerType<{
|
|
581
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
582
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
583
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
584
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
585
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
586
|
+
}>;
|
|
587
|
+
execution: ContainerType<{
|
|
588
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
589
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
590
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
591
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
592
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
593
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
594
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
595
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
596
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
597
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
598
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
599
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
600
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
601
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
602
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
603
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
604
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
605
|
+
}>;
|
|
606
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
607
|
+
}>;
|
|
608
|
+
finalizedHeader: ContainerType<{
|
|
609
|
+
beacon: ContainerType<{
|
|
610
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
611
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
612
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
613
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
614
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
615
|
+
}>;
|
|
616
|
+
execution: ContainerType<{
|
|
617
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
618
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
619
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
620
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
621
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
622
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
623
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
624
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
625
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
626
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
627
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
628
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
629
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
630
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
631
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
632
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
633
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
634
|
+
}>;
|
|
635
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
636
|
+
}>;
|
|
637
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
638
|
+
syncAggregate: ContainerType<{
|
|
639
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
640
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
641
|
+
}>;
|
|
642
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
643
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
644
|
+
attestedHeader: ContainerType<{
|
|
645
|
+
beacon: ContainerType<{
|
|
646
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
647
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
648
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
649
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
650
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
651
|
+
}>;
|
|
652
|
+
execution: ContainerType<{
|
|
653
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
654
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
655
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
656
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
657
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
658
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
659
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
660
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
661
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
662
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
663
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
664
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
665
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
666
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
667
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
668
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
669
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
670
|
+
}>;
|
|
671
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
672
|
+
}>;
|
|
673
|
+
finalizedHeader: ContainerType<{
|
|
674
|
+
beacon: ContainerType<{
|
|
675
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
676
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
677
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
678
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
679
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
680
|
+
}>;
|
|
681
|
+
execution: ContainerType<{
|
|
682
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
683
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
684
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
685
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
686
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
687
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
688
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
689
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
690
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
691
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
692
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
693
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
694
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
695
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
696
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
697
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
698
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
699
|
+
}>;
|
|
700
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
701
|
+
}>;
|
|
702
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
703
|
+
syncAggregate: ContainerType<{
|
|
704
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
705
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
706
|
+
}>;
|
|
707
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
708
|
+
}>;
|
|
709
|
+
} | {
|
|
710
|
+
version: ForkName;
|
|
711
|
+
data: import("@chainsafe/ssz").ValueOfFields<{
|
|
712
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
713
|
+
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
714
|
+
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
715
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
716
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
717
|
+
payloadAttributes: ContainerType<{
|
|
718
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
719
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
720
|
+
suggestedFeeRecipient: StringType<string>;
|
|
721
|
+
}>;
|
|
722
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
723
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
724
|
+
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
725
|
+
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
726
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
727
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
728
|
+
payloadAttributes: ContainerType<{
|
|
729
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
730
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
731
|
+
suggestedFeeRecipient: StringType<string>;
|
|
732
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
733
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
734
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
735
|
+
address: import("@lodestar/types").ExecutionAddressType;
|
|
736
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
737
|
+
}>>;
|
|
738
|
+
}>;
|
|
739
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
740
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
741
|
+
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
742
|
+
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
743
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
744
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
745
|
+
payloadAttributes: ContainerType<{
|
|
746
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
747
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
748
|
+
suggestedFeeRecipient: StringType<string>;
|
|
749
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
750
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
751
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
752
|
+
address: import("@lodestar/types").ExecutionAddressType;
|
|
753
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
754
|
+
}>>;
|
|
755
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
756
|
+
}>;
|
|
757
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
758
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
759
|
+
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
760
|
+
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
761
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
762
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
763
|
+
payloadAttributes: ContainerType<{
|
|
764
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
765
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
766
|
+
suggestedFeeRecipient: StringType<string>;
|
|
767
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
768
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
769
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
770
|
+
address: import("@lodestar/types").ExecutionAddressType;
|
|
771
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
772
|
+
}>>;
|
|
773
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
774
|
+
}>;
|
|
775
|
+
}>;
|
|
776
|
+
};
|
|
163
777
|
};
|
|
164
778
|
export {};
|
|
165
779
|
//# sourceMappingURL=events.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/beacon/routes/events.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/beacon/routes/events.ts"],"names":[],"mappings":"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"}
|