@lodestar/types 1.28.0-dev.b785bbdedf → 1.28.0-dev.bddb386db4
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/sszTypes.d.ts +2643 -1
- package/lib/sszTypes.js +2 -1
- package/lib/sszTypes.js.map +1 -1
- package/lib/types.d.ts +38 -0
- package/package.json +7 -10
package/lib/sszTypes.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { ssz as deneb } from "./deneb/index.js";
|
|
|
7
7
|
import { ssz as electra } from "./electra/index.js";
|
|
8
8
|
import { ssz as phase0 } from "./phase0/index.js";
|
|
9
9
|
export * from "./primitive/sszTypes.js";
|
|
10
|
-
export { phase0, altair, bellatrix, capella, deneb, electra };
|
|
10
|
+
export { phase0, altair, bellatrix, capella, deneb, electra, electra as fulu };
|
|
11
11
|
/**
|
|
12
12
|
* Index the ssz types that differ by fork
|
|
13
13
|
* A record of AllForksSSZTypes indexed by fork
|
|
@@ -10253,6 +10253,2648 @@ declare const typesByFork: {
|
|
|
10253
10253
|
genesisForkVersion: import("@chainsafe/ssz").ByteVectorType;
|
|
10254
10254
|
}>;
|
|
10255
10255
|
};
|
|
10256
|
+
fulu: {
|
|
10257
|
+
AggregationBits: import("@chainsafe/ssz").BitListType;
|
|
10258
|
+
CommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
10259
|
+
AttestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
10260
|
+
Attestation: ContainerType<{
|
|
10261
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
10262
|
+
data: ContainerType<{
|
|
10263
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
10264
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10265
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10266
|
+
source: ContainerType<{
|
|
10267
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10268
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10269
|
+
}>;
|
|
10270
|
+
target: ContainerType<{
|
|
10271
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10272
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10273
|
+
}>;
|
|
10274
|
+
}>;
|
|
10275
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10276
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
10277
|
+
}>;
|
|
10278
|
+
SingleAttestation: ContainerType<{
|
|
10279
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10280
|
+
attesterIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10281
|
+
data: ContainerType<{
|
|
10282
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
10283
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10284
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10285
|
+
source: ContainerType<{
|
|
10286
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10287
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10288
|
+
}>;
|
|
10289
|
+
target: ContainerType<{
|
|
10290
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10291
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10292
|
+
}>;
|
|
10293
|
+
}>;
|
|
10294
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10295
|
+
}>;
|
|
10296
|
+
IndexedAttestation: ContainerType<{
|
|
10297
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
10298
|
+
data: ContainerType<{
|
|
10299
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
10300
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10301
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10302
|
+
source: ContainerType<{
|
|
10303
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10304
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10305
|
+
}>;
|
|
10306
|
+
target: ContainerType<{
|
|
10307
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10308
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10309
|
+
}>;
|
|
10310
|
+
}>;
|
|
10311
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10312
|
+
}>;
|
|
10313
|
+
IndexedAttestationBigint: ContainerType<{
|
|
10314
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
10315
|
+
data: ContainerType<{
|
|
10316
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10317
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10318
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10319
|
+
source: ContainerType<{
|
|
10320
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10321
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10322
|
+
}>;
|
|
10323
|
+
target: ContainerType<{
|
|
10324
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10325
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10326
|
+
}>;
|
|
10327
|
+
}>;
|
|
10328
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10329
|
+
}>;
|
|
10330
|
+
AttesterSlashing: ContainerType<{
|
|
10331
|
+
attestation1: ContainerType<{
|
|
10332
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
10333
|
+
data: ContainerType<{
|
|
10334
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10335
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10336
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10337
|
+
source: ContainerType<{
|
|
10338
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10339
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10340
|
+
}>;
|
|
10341
|
+
target: ContainerType<{
|
|
10342
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10343
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10344
|
+
}>;
|
|
10345
|
+
}>;
|
|
10346
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10347
|
+
}>;
|
|
10348
|
+
attestation2: ContainerType<{
|
|
10349
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
10350
|
+
data: ContainerType<{
|
|
10351
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10352
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10353
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10354
|
+
source: ContainerType<{
|
|
10355
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10356
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10357
|
+
}>;
|
|
10358
|
+
target: ContainerType<{
|
|
10359
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10360
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10361
|
+
}>;
|
|
10362
|
+
}>;
|
|
10363
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10364
|
+
}>;
|
|
10365
|
+
}>;
|
|
10366
|
+
AggregateAndProof: ContainerType<{
|
|
10367
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10368
|
+
aggregate: ContainerType<{
|
|
10369
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
10370
|
+
data: ContainerType<{
|
|
10371
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
10372
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10373
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10374
|
+
source: ContainerType<{
|
|
10375
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10376
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10377
|
+
}>;
|
|
10378
|
+
target: ContainerType<{
|
|
10379
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10380
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10381
|
+
}>;
|
|
10382
|
+
}>;
|
|
10383
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10384
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
10385
|
+
}>;
|
|
10386
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
10387
|
+
}>;
|
|
10388
|
+
SignedAggregateAndProof: ContainerType<{
|
|
10389
|
+
message: ContainerType<{
|
|
10390
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10391
|
+
aggregate: ContainerType<{
|
|
10392
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
10393
|
+
data: ContainerType<{
|
|
10394
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
10395
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10396
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10397
|
+
source: ContainerType<{
|
|
10398
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10399
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10400
|
+
}>;
|
|
10401
|
+
target: ContainerType<{
|
|
10402
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10403
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10404
|
+
}>;
|
|
10405
|
+
}>;
|
|
10406
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10407
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
10408
|
+
}>;
|
|
10409
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
10410
|
+
}>;
|
|
10411
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10412
|
+
}>;
|
|
10413
|
+
DepositRequest: ContainerType<{
|
|
10414
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10415
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
10416
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
10417
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10418
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10419
|
+
}>;
|
|
10420
|
+
DepositRequests: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10421
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10422
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
10423
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
10424
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10425
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10426
|
+
}>>;
|
|
10427
|
+
WithdrawalRequest: ContainerType<{
|
|
10428
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10429
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10430
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
10431
|
+
}>;
|
|
10432
|
+
WithdrawalRequests: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10433
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10434
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10435
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
10436
|
+
}>>;
|
|
10437
|
+
ConsolidationRequest: ContainerType<{
|
|
10438
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10439
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10440
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10441
|
+
}>;
|
|
10442
|
+
ConsolidationRequests: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10443
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10444
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10445
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10446
|
+
}>>;
|
|
10447
|
+
ExecutionRequests: ContainerType<{
|
|
10448
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10449
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10450
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
10451
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
10452
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10453
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10454
|
+
}>>;
|
|
10455
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10456
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10457
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10458
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
10459
|
+
}>>;
|
|
10460
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10461
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10462
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10463
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10464
|
+
}>>;
|
|
10465
|
+
}>;
|
|
10466
|
+
ExecutionPayloadHeader: ContainerType<{
|
|
10467
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
10468
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
10469
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10470
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10471
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10472
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10473
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10474
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10475
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
10476
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
10477
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
10478
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
10479
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
10480
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
10481
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
10482
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
10483
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10484
|
+
}>;
|
|
10485
|
+
ExecutionPayload: ContainerType<{
|
|
10486
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
10487
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
10488
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10489
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10490
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10491
|
+
address: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10492
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
10493
|
+
}>>;
|
|
10494
|
+
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
10495
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10496
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10497
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10498
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10499
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
10500
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
10501
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
10502
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
10503
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
10504
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
10505
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
10506
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
10507
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10508
|
+
}>;
|
|
10509
|
+
BeaconBlockBody: ContainerType<{
|
|
10510
|
+
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
10511
|
+
eth1Data: ContainerType<{
|
|
10512
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10513
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
10514
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10515
|
+
}>;
|
|
10516
|
+
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
10517
|
+
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10518
|
+
signedHeader1: ContainerType<{
|
|
10519
|
+
message: ContainerType<{
|
|
10520
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10521
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10522
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10523
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10524
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10525
|
+
}>;
|
|
10526
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10527
|
+
}>;
|
|
10528
|
+
signedHeader2: ContainerType<{
|
|
10529
|
+
message: ContainerType<{
|
|
10530
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10531
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10532
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10533
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10534
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10535
|
+
}>;
|
|
10536
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10537
|
+
}>;
|
|
10538
|
+
}>>;
|
|
10539
|
+
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10540
|
+
attestation1: ContainerType<{
|
|
10541
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
10542
|
+
data: ContainerType<{
|
|
10543
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10544
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10545
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10546
|
+
source: ContainerType<{
|
|
10547
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10548
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10549
|
+
}>;
|
|
10550
|
+
target: ContainerType<{
|
|
10551
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10552
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10553
|
+
}>;
|
|
10554
|
+
}>;
|
|
10555
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10556
|
+
}>;
|
|
10557
|
+
attestation2: ContainerType<{
|
|
10558
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
10559
|
+
data: ContainerType<{
|
|
10560
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10561
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10562
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10563
|
+
source: ContainerType<{
|
|
10564
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10565
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10566
|
+
}>;
|
|
10567
|
+
target: ContainerType<{
|
|
10568
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10569
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10570
|
+
}>;
|
|
10571
|
+
}>;
|
|
10572
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10573
|
+
}>;
|
|
10574
|
+
}>>;
|
|
10575
|
+
attestations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10576
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
10577
|
+
data: ContainerType<{
|
|
10578
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
10579
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10580
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10581
|
+
source: ContainerType<{
|
|
10582
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10583
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10584
|
+
}>;
|
|
10585
|
+
target: ContainerType<{
|
|
10586
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10587
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10588
|
+
}>;
|
|
10589
|
+
}>;
|
|
10590
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10591
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
10592
|
+
}>>;
|
|
10593
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10594
|
+
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
10595
|
+
data: ContainerType<{
|
|
10596
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10597
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
10598
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
10599
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10600
|
+
}>;
|
|
10601
|
+
}>>;
|
|
10602
|
+
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10603
|
+
message: ContainerType<{
|
|
10604
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10605
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10606
|
+
}>;
|
|
10607
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10608
|
+
}>>;
|
|
10609
|
+
syncAggregate: ContainerType<{
|
|
10610
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
10611
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
10612
|
+
}>;
|
|
10613
|
+
executionPayload: ContainerType<{
|
|
10614
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
10615
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
10616
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10617
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10618
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10619
|
+
address: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10620
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
10621
|
+
}>>;
|
|
10622
|
+
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
10623
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10624
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10625
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10626
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10627
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
10628
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
10629
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
10630
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
10631
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
10632
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
10633
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
10634
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
10635
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10636
|
+
}>;
|
|
10637
|
+
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10638
|
+
message: ContainerType<{
|
|
10639
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10640
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10641
|
+
toExecutionAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10642
|
+
}>;
|
|
10643
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10644
|
+
}>>;
|
|
10645
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
10646
|
+
executionRequests: ContainerType<{
|
|
10647
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10648
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10649
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
10650
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
10651
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10652
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10653
|
+
}>>;
|
|
10654
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10655
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10656
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10657
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
10658
|
+
}>>;
|
|
10659
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10660
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10661
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10662
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10663
|
+
}>>;
|
|
10664
|
+
}>;
|
|
10665
|
+
}>;
|
|
10666
|
+
BeaconBlock: ContainerType<{
|
|
10667
|
+
body: ContainerType<{
|
|
10668
|
+
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
10669
|
+
eth1Data: ContainerType<{
|
|
10670
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10671
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
10672
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10673
|
+
}>;
|
|
10674
|
+
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
10675
|
+
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10676
|
+
signedHeader1: ContainerType<{
|
|
10677
|
+
message: ContainerType<{
|
|
10678
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10679
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10680
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10681
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10682
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10683
|
+
}>;
|
|
10684
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10685
|
+
}>;
|
|
10686
|
+
signedHeader2: ContainerType<{
|
|
10687
|
+
message: ContainerType<{
|
|
10688
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10689
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10690
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10691
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10692
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10693
|
+
}>;
|
|
10694
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10695
|
+
}>;
|
|
10696
|
+
}>>;
|
|
10697
|
+
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10698
|
+
attestation1: ContainerType<{
|
|
10699
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
10700
|
+
data: ContainerType<{
|
|
10701
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10702
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10703
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10704
|
+
source: ContainerType<{
|
|
10705
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10706
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10707
|
+
}>;
|
|
10708
|
+
target: ContainerType<{
|
|
10709
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10710
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10711
|
+
}>;
|
|
10712
|
+
}>;
|
|
10713
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10714
|
+
}>;
|
|
10715
|
+
attestation2: ContainerType<{
|
|
10716
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
10717
|
+
data: ContainerType<{
|
|
10718
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10719
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10720
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10721
|
+
source: ContainerType<{
|
|
10722
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10723
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10724
|
+
}>;
|
|
10725
|
+
target: ContainerType<{
|
|
10726
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10727
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10728
|
+
}>;
|
|
10729
|
+
}>;
|
|
10730
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10731
|
+
}>;
|
|
10732
|
+
}>>;
|
|
10733
|
+
attestations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10734
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
10735
|
+
data: ContainerType<{
|
|
10736
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
10737
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10738
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10739
|
+
source: ContainerType<{
|
|
10740
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10741
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10742
|
+
}>;
|
|
10743
|
+
target: ContainerType<{
|
|
10744
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10745
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10746
|
+
}>;
|
|
10747
|
+
}>;
|
|
10748
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10749
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
10750
|
+
}>>;
|
|
10751
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10752
|
+
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
10753
|
+
data: ContainerType<{
|
|
10754
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10755
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
10756
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
10757
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10758
|
+
}>;
|
|
10759
|
+
}>>;
|
|
10760
|
+
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10761
|
+
message: ContainerType<{
|
|
10762
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10763
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10764
|
+
}>;
|
|
10765
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10766
|
+
}>>;
|
|
10767
|
+
syncAggregate: ContainerType<{
|
|
10768
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
10769
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
10770
|
+
}>;
|
|
10771
|
+
executionPayload: ContainerType<{
|
|
10772
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
10773
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
10774
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10775
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10776
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10777
|
+
address: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10778
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
10779
|
+
}>>;
|
|
10780
|
+
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
10781
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10782
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10783
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10784
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10785
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
10786
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
10787
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
10788
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
10789
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
10790
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
10791
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
10792
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
10793
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10794
|
+
}>;
|
|
10795
|
+
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10796
|
+
message: ContainerType<{
|
|
10797
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10798
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10799
|
+
toExecutionAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10800
|
+
}>;
|
|
10801
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10802
|
+
}>>;
|
|
10803
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
10804
|
+
executionRequests: ContainerType<{
|
|
10805
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10806
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10807
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
10808
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
10809
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10810
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10811
|
+
}>>;
|
|
10812
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10813
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10814
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10815
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
10816
|
+
}>>;
|
|
10817
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10818
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10819
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10820
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10821
|
+
}>>;
|
|
10822
|
+
}>;
|
|
10823
|
+
}>;
|
|
10824
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
10825
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10826
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10827
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10828
|
+
}>;
|
|
10829
|
+
SignedBeaconBlock: ContainerType<{
|
|
10830
|
+
message: ContainerType<{
|
|
10831
|
+
body: ContainerType<{
|
|
10832
|
+
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
10833
|
+
eth1Data: ContainerType<{
|
|
10834
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10835
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
10836
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10837
|
+
}>;
|
|
10838
|
+
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
10839
|
+
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10840
|
+
signedHeader1: ContainerType<{
|
|
10841
|
+
message: ContainerType<{
|
|
10842
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10843
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10844
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10845
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10846
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10847
|
+
}>;
|
|
10848
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10849
|
+
}>;
|
|
10850
|
+
signedHeader2: ContainerType<{
|
|
10851
|
+
message: ContainerType<{
|
|
10852
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10853
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10854
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10855
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10856
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10857
|
+
}>;
|
|
10858
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10859
|
+
}>;
|
|
10860
|
+
}>>;
|
|
10861
|
+
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10862
|
+
attestation1: ContainerType<{
|
|
10863
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
10864
|
+
data: ContainerType<{
|
|
10865
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10866
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10867
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10868
|
+
source: ContainerType<{
|
|
10869
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10870
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10871
|
+
}>;
|
|
10872
|
+
target: ContainerType<{
|
|
10873
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10874
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10875
|
+
}>;
|
|
10876
|
+
}>;
|
|
10877
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10878
|
+
}>;
|
|
10879
|
+
attestation2: ContainerType<{
|
|
10880
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
10881
|
+
data: ContainerType<{
|
|
10882
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
10883
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10884
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10885
|
+
source: ContainerType<{
|
|
10886
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10887
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10888
|
+
}>;
|
|
10889
|
+
target: ContainerType<{
|
|
10890
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
10891
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10892
|
+
}>;
|
|
10893
|
+
}>;
|
|
10894
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10895
|
+
}>;
|
|
10896
|
+
}>>;
|
|
10897
|
+
attestations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10898
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
10899
|
+
data: ContainerType<{
|
|
10900
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
10901
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10902
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10903
|
+
source: ContainerType<{
|
|
10904
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10905
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10906
|
+
}>;
|
|
10907
|
+
target: ContainerType<{
|
|
10908
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10909
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
10910
|
+
}>;
|
|
10911
|
+
}>;
|
|
10912
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10913
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
10914
|
+
}>>;
|
|
10915
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10916
|
+
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
10917
|
+
data: ContainerType<{
|
|
10918
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10919
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
10920
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
10921
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10922
|
+
}>;
|
|
10923
|
+
}>>;
|
|
10924
|
+
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10925
|
+
message: ContainerType<{
|
|
10926
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
10927
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10928
|
+
}>;
|
|
10929
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10930
|
+
}>>;
|
|
10931
|
+
syncAggregate: ContainerType<{
|
|
10932
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
10933
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
10934
|
+
}>;
|
|
10935
|
+
executionPayload: ContainerType<{
|
|
10936
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
10937
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
10938
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10939
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
10940
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10941
|
+
address: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10942
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
10943
|
+
}>>;
|
|
10944
|
+
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
10945
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10946
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10947
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10948
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10949
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
10950
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
10951
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
10952
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
10953
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
10954
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
10955
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
10956
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
10957
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
10958
|
+
}>;
|
|
10959
|
+
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10960
|
+
message: ContainerType<{
|
|
10961
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10962
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10963
|
+
toExecutionAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10964
|
+
}>;
|
|
10965
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10966
|
+
}>>;
|
|
10967
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
10968
|
+
executionRequests: ContainerType<{
|
|
10969
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10970
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10971
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
10972
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
10973
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10974
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
10975
|
+
}>>;
|
|
10976
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10977
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10978
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10979
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
10980
|
+
}>>;
|
|
10981
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
10982
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
10983
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10984
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
10985
|
+
}>>;
|
|
10986
|
+
}>;
|
|
10987
|
+
}>;
|
|
10988
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
10989
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
10990
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10991
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10992
|
+
}>;
|
|
10993
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
10994
|
+
}>;
|
|
10995
|
+
BlindedBeaconBlockBody: ContainerType<{
|
|
10996
|
+
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
10997
|
+
eth1Data: ContainerType<{
|
|
10998
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
10999
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
11000
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11001
|
+
}>;
|
|
11002
|
+
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
11003
|
+
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11004
|
+
signedHeader1: ContainerType<{
|
|
11005
|
+
message: ContainerType<{
|
|
11006
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11007
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11008
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11009
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11010
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11011
|
+
}>;
|
|
11012
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11013
|
+
}>;
|
|
11014
|
+
signedHeader2: ContainerType<{
|
|
11015
|
+
message: ContainerType<{
|
|
11016
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11017
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11018
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11019
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11020
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11021
|
+
}>;
|
|
11022
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11023
|
+
}>;
|
|
11024
|
+
}>>;
|
|
11025
|
+
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11026
|
+
attestation1: ContainerType<{
|
|
11027
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
11028
|
+
data: ContainerType<{
|
|
11029
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11030
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
11031
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11032
|
+
source: ContainerType<{
|
|
11033
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11034
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11035
|
+
}>;
|
|
11036
|
+
target: ContainerType<{
|
|
11037
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11038
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11039
|
+
}>;
|
|
11040
|
+
}>;
|
|
11041
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11042
|
+
}>;
|
|
11043
|
+
attestation2: ContainerType<{
|
|
11044
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
11045
|
+
data: ContainerType<{
|
|
11046
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11047
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
11048
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11049
|
+
source: ContainerType<{
|
|
11050
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11051
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11052
|
+
}>;
|
|
11053
|
+
target: ContainerType<{
|
|
11054
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11055
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11056
|
+
}>;
|
|
11057
|
+
}>;
|
|
11058
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11059
|
+
}>;
|
|
11060
|
+
}>>;
|
|
11061
|
+
attestations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11062
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
11063
|
+
data: ContainerType<{
|
|
11064
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11065
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
11066
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11067
|
+
source: ContainerType<{
|
|
11068
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11069
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11070
|
+
}>;
|
|
11071
|
+
target: ContainerType<{
|
|
11072
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11073
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11074
|
+
}>;
|
|
11075
|
+
}>;
|
|
11076
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11077
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
11078
|
+
}>>;
|
|
11079
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11080
|
+
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11081
|
+
data: ContainerType<{
|
|
11082
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11083
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
11084
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
11085
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11086
|
+
}>;
|
|
11087
|
+
}>>;
|
|
11088
|
+
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11089
|
+
message: ContainerType<{
|
|
11090
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11091
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11092
|
+
}>;
|
|
11093
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11094
|
+
}>>;
|
|
11095
|
+
syncAggregate: ContainerType<{
|
|
11096
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
11097
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
11098
|
+
}>;
|
|
11099
|
+
executionPayloadHeader: ContainerType<{
|
|
11100
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11101
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11102
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11103
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11104
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11105
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11106
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11107
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11108
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11109
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11110
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11111
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11112
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11113
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11114
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11115
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11116
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11117
|
+
}>;
|
|
11118
|
+
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11119
|
+
message: ContainerType<{
|
|
11120
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11121
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11122
|
+
toExecutionAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11123
|
+
}>;
|
|
11124
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11125
|
+
}>>;
|
|
11126
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11127
|
+
executionRequests: ContainerType<{
|
|
11128
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11129
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11130
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
11131
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
11132
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11133
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
11134
|
+
}>>;
|
|
11135
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11136
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11137
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11138
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
11139
|
+
}>>;
|
|
11140
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11141
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11142
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11143
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11144
|
+
}>>;
|
|
11145
|
+
}>;
|
|
11146
|
+
}>;
|
|
11147
|
+
BlindedBeaconBlock: ContainerType<{
|
|
11148
|
+
body: ContainerType<{
|
|
11149
|
+
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
11150
|
+
eth1Data: ContainerType<{
|
|
11151
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11152
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
11153
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11154
|
+
}>;
|
|
11155
|
+
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
11156
|
+
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11157
|
+
signedHeader1: ContainerType<{
|
|
11158
|
+
message: ContainerType<{
|
|
11159
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11160
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11161
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11162
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11163
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11164
|
+
}>;
|
|
11165
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11166
|
+
}>;
|
|
11167
|
+
signedHeader2: ContainerType<{
|
|
11168
|
+
message: ContainerType<{
|
|
11169
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11170
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11171
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11172
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11173
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11174
|
+
}>;
|
|
11175
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11176
|
+
}>;
|
|
11177
|
+
}>>;
|
|
11178
|
+
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11179
|
+
attestation1: ContainerType<{
|
|
11180
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
11181
|
+
data: ContainerType<{
|
|
11182
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11183
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
11184
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11185
|
+
source: ContainerType<{
|
|
11186
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11187
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11188
|
+
}>;
|
|
11189
|
+
target: ContainerType<{
|
|
11190
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11191
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11192
|
+
}>;
|
|
11193
|
+
}>;
|
|
11194
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11195
|
+
}>;
|
|
11196
|
+
attestation2: ContainerType<{
|
|
11197
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
11198
|
+
data: ContainerType<{
|
|
11199
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11200
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
11201
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11202
|
+
source: ContainerType<{
|
|
11203
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11204
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11205
|
+
}>;
|
|
11206
|
+
target: ContainerType<{
|
|
11207
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11208
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11209
|
+
}>;
|
|
11210
|
+
}>;
|
|
11211
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11212
|
+
}>;
|
|
11213
|
+
}>>;
|
|
11214
|
+
attestations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11215
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
11216
|
+
data: ContainerType<{
|
|
11217
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11218
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
11219
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11220
|
+
source: ContainerType<{
|
|
11221
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11222
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11223
|
+
}>;
|
|
11224
|
+
target: ContainerType<{
|
|
11225
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11226
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11227
|
+
}>;
|
|
11228
|
+
}>;
|
|
11229
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11230
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
11231
|
+
}>>;
|
|
11232
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11233
|
+
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11234
|
+
data: ContainerType<{
|
|
11235
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11236
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
11237
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
11238
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11239
|
+
}>;
|
|
11240
|
+
}>>;
|
|
11241
|
+
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11242
|
+
message: ContainerType<{
|
|
11243
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11244
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11245
|
+
}>;
|
|
11246
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11247
|
+
}>>;
|
|
11248
|
+
syncAggregate: ContainerType<{
|
|
11249
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
11250
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
11251
|
+
}>;
|
|
11252
|
+
executionPayloadHeader: ContainerType<{
|
|
11253
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11254
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11255
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11256
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11257
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11258
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11259
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11260
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11261
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11262
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11263
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11264
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11265
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11266
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11267
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11268
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11269
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11270
|
+
}>;
|
|
11271
|
+
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11272
|
+
message: ContainerType<{
|
|
11273
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11274
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11275
|
+
toExecutionAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11276
|
+
}>;
|
|
11277
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11278
|
+
}>>;
|
|
11279
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11280
|
+
executionRequests: ContainerType<{
|
|
11281
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11282
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11283
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
11284
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
11285
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11286
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
11287
|
+
}>>;
|
|
11288
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11289
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11290
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11291
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
11292
|
+
}>>;
|
|
11293
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11294
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11295
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11296
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11297
|
+
}>>;
|
|
11298
|
+
}>;
|
|
11299
|
+
}>;
|
|
11300
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11301
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11302
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11303
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11304
|
+
}>;
|
|
11305
|
+
SignedBlindedBeaconBlock: ContainerType<{
|
|
11306
|
+
message: ContainerType<{
|
|
11307
|
+
body: ContainerType<{
|
|
11308
|
+
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
11309
|
+
eth1Data: ContainerType<{
|
|
11310
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11311
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
11312
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11313
|
+
}>;
|
|
11314
|
+
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
11315
|
+
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11316
|
+
signedHeader1: ContainerType<{
|
|
11317
|
+
message: ContainerType<{
|
|
11318
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11319
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11320
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11321
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11322
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11323
|
+
}>;
|
|
11324
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11325
|
+
}>;
|
|
11326
|
+
signedHeader2: ContainerType<{
|
|
11327
|
+
message: ContainerType<{
|
|
11328
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11329
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11330
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11331
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11332
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11333
|
+
}>;
|
|
11334
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11335
|
+
}>;
|
|
11336
|
+
}>>;
|
|
11337
|
+
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11338
|
+
attestation1: ContainerType<{
|
|
11339
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
11340
|
+
data: ContainerType<{
|
|
11341
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11342
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
11343
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11344
|
+
source: ContainerType<{
|
|
11345
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11346
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11347
|
+
}>;
|
|
11348
|
+
target: ContainerType<{
|
|
11349
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11350
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11351
|
+
}>;
|
|
11352
|
+
}>;
|
|
11353
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11354
|
+
}>;
|
|
11355
|
+
attestation2: ContainerType<{
|
|
11356
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
11357
|
+
data: ContainerType<{
|
|
11358
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
11359
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
11360
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11361
|
+
source: ContainerType<{
|
|
11362
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11363
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11364
|
+
}>;
|
|
11365
|
+
target: ContainerType<{
|
|
11366
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
11367
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11368
|
+
}>;
|
|
11369
|
+
}>;
|
|
11370
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11371
|
+
}>;
|
|
11372
|
+
}>>;
|
|
11373
|
+
attestations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11374
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
11375
|
+
data: ContainerType<{
|
|
11376
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11377
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
11378
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11379
|
+
source: ContainerType<{
|
|
11380
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11381
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11382
|
+
}>;
|
|
11383
|
+
target: ContainerType<{
|
|
11384
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11385
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11386
|
+
}>;
|
|
11387
|
+
}>;
|
|
11388
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11389
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
11390
|
+
}>>;
|
|
11391
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11392
|
+
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11393
|
+
data: ContainerType<{
|
|
11394
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11395
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
11396
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
11397
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11398
|
+
}>;
|
|
11399
|
+
}>>;
|
|
11400
|
+
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11401
|
+
message: ContainerType<{
|
|
11402
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11403
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11404
|
+
}>;
|
|
11405
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11406
|
+
}>>;
|
|
11407
|
+
syncAggregate: ContainerType<{
|
|
11408
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
11409
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
11410
|
+
}>;
|
|
11411
|
+
executionPayloadHeader: ContainerType<{
|
|
11412
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11413
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11414
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11415
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11416
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11417
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11418
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11419
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11420
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11421
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11422
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11423
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11424
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11425
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11426
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11427
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11428
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11429
|
+
}>;
|
|
11430
|
+
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11431
|
+
message: ContainerType<{
|
|
11432
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11433
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11434
|
+
toExecutionAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11435
|
+
}>;
|
|
11436
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11437
|
+
}>>;
|
|
11438
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11439
|
+
executionRequests: ContainerType<{
|
|
11440
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11441
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11442
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
11443
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
11444
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11445
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
11446
|
+
}>>;
|
|
11447
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11448
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11449
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11450
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
11451
|
+
}>>;
|
|
11452
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11453
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11454
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11455
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11456
|
+
}>>;
|
|
11457
|
+
}>;
|
|
11458
|
+
}>;
|
|
11459
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11460
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11461
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11462
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11463
|
+
}>;
|
|
11464
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11465
|
+
}>;
|
|
11466
|
+
BuilderBid: ContainerType<{
|
|
11467
|
+
header: ContainerType<{
|
|
11468
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11469
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11470
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11471
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11472
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11473
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11474
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11475
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11476
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11477
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11478
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11479
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11480
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11481
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11482
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11483
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11484
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11485
|
+
}>;
|
|
11486
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11487
|
+
executionRequests: ContainerType<{
|
|
11488
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11489
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11490
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
11491
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
11492
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11493
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
11494
|
+
}>>;
|
|
11495
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11496
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11497
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11498
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
11499
|
+
}>>;
|
|
11500
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11501
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11502
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11503
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11504
|
+
}>>;
|
|
11505
|
+
}>;
|
|
11506
|
+
value: import("@chainsafe/ssz").UintBigintType;
|
|
11507
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11508
|
+
}>;
|
|
11509
|
+
SignedBuilderBid: ContainerType<{
|
|
11510
|
+
message: ContainerType<{
|
|
11511
|
+
header: ContainerType<{
|
|
11512
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11513
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11514
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11515
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11516
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11517
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11518
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11519
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11520
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11521
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11522
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11523
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11524
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11525
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11526
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11527
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11528
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11529
|
+
}>;
|
|
11530
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11531
|
+
executionRequests: ContainerType<{
|
|
11532
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11533
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11534
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
11535
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
11536
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11537
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
11538
|
+
}>>;
|
|
11539
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11540
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11541
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11542
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
11543
|
+
}>>;
|
|
11544
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11545
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11546
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11547
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11548
|
+
}>>;
|
|
11549
|
+
}>;
|
|
11550
|
+
value: import("@chainsafe/ssz").UintBigintType;
|
|
11551
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11552
|
+
}>;
|
|
11553
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11554
|
+
}>;
|
|
11555
|
+
PendingDeposit: ContainerType<{
|
|
11556
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11557
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
11558
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
11559
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11560
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11561
|
+
}>;
|
|
11562
|
+
PendingDeposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11563
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11564
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
11565
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
11566
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11567
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11568
|
+
}>>;
|
|
11569
|
+
PendingPartialWithdrawal: ContainerType<{
|
|
11570
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11571
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
11572
|
+
withdrawableEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
11573
|
+
}>;
|
|
11574
|
+
PendingPartialWithdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11575
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11576
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
11577
|
+
withdrawableEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
11578
|
+
}>>;
|
|
11579
|
+
PendingConsolidation: ContainerType<{
|
|
11580
|
+
sourceIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11581
|
+
targetIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11582
|
+
}>;
|
|
11583
|
+
PendingConsolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11584
|
+
sourceIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11585
|
+
targetIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11586
|
+
}>>;
|
|
11587
|
+
BeaconState: ContainerType<{
|
|
11588
|
+
genesisTime: import("@chainsafe/ssz").UintNumberType;
|
|
11589
|
+
genesisValidatorsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11590
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11591
|
+
fork: ContainerType<{
|
|
11592
|
+
previousVersion: import("@chainsafe/ssz").ByteVectorType;
|
|
11593
|
+
currentVersion: import("@chainsafe/ssz").ByteVectorType;
|
|
11594
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11595
|
+
}>;
|
|
11596
|
+
latestBlockHeader: ContainerType<{
|
|
11597
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11598
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11599
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11600
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11601
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11602
|
+
}>;
|
|
11603
|
+
blockRoots: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11604
|
+
stateRoots: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11605
|
+
historicalRoots: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11606
|
+
eth1Data: ContainerType<{
|
|
11607
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11608
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
11609
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11610
|
+
}>;
|
|
11611
|
+
eth1DataVotes: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11612
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11613
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
11614
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11615
|
+
}>>;
|
|
11616
|
+
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11617
|
+
validators: import("@chainsafe/ssz").ListCompositeType<import("./phase0/validator.js").ValidatorNodeStructType>;
|
|
11618
|
+
balances: import("@chainsafe/ssz").ListUintNum64Type;
|
|
11619
|
+
randaoMixes: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11620
|
+
slashings: import("@chainsafe/ssz").VectorBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
11621
|
+
previousEpochParticipation: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
11622
|
+
currentEpochParticipation: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
11623
|
+
justificationBits: import("@chainsafe/ssz").BitVectorType;
|
|
11624
|
+
previousJustifiedCheckpoint: ContainerType<{
|
|
11625
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11626
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11627
|
+
}>;
|
|
11628
|
+
currentJustifiedCheckpoint: ContainerType<{
|
|
11629
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11630
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11631
|
+
}>;
|
|
11632
|
+
finalizedCheckpoint: ContainerType<{
|
|
11633
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
11634
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
11635
|
+
}>;
|
|
11636
|
+
inactivityScores: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
11637
|
+
currentSyncCommittee: ContainerType<{
|
|
11638
|
+
pubkeys: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11639
|
+
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11640
|
+
}>;
|
|
11641
|
+
nextSyncCommittee: ContainerType<{
|
|
11642
|
+
pubkeys: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11643
|
+
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11644
|
+
}>;
|
|
11645
|
+
latestExecutionPayloadHeader: ContainerType<{
|
|
11646
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11647
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11648
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11649
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11650
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11651
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11652
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11653
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11654
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11655
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11656
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11657
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11658
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11659
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11660
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11661
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11662
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11663
|
+
}>;
|
|
11664
|
+
nextWithdrawalIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11665
|
+
nextWithdrawalValidatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11666
|
+
historicalSummaries: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11667
|
+
blockSummaryRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11668
|
+
stateSummaryRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11669
|
+
}>>;
|
|
11670
|
+
depositRequestsStartIndex: import("@chainsafe/ssz").UintBigintType;
|
|
11671
|
+
depositBalanceToConsume: import("@chainsafe/ssz").UintBigintType;
|
|
11672
|
+
exitBalanceToConsume: import("@chainsafe/ssz").UintBigintType;
|
|
11673
|
+
earliestExitEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
11674
|
+
consolidationBalanceToConsume: import("@chainsafe/ssz").UintBigintType;
|
|
11675
|
+
earliestConsolidationEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
11676
|
+
pendingDeposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11677
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11678
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
11679
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
11680
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
11681
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11682
|
+
}>>;
|
|
11683
|
+
pendingPartialWithdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11684
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11685
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
11686
|
+
withdrawableEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
11687
|
+
}>>;
|
|
11688
|
+
pendingConsolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11689
|
+
sourceIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11690
|
+
targetIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11691
|
+
}>>;
|
|
11692
|
+
}>;
|
|
11693
|
+
LightClientBootstrap: ContainerType<{
|
|
11694
|
+
header: ContainerType<{
|
|
11695
|
+
beacon: ContainerType<{
|
|
11696
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11697
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11698
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11699
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11700
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11701
|
+
}>;
|
|
11702
|
+
execution: ContainerType<{
|
|
11703
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11704
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11705
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11706
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11707
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11708
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11709
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11710
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11711
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11712
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11713
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11714
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11715
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11716
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11717
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11718
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11719
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11720
|
+
}>;
|
|
11721
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11722
|
+
}>;
|
|
11723
|
+
currentSyncCommittee: ContainerType<{
|
|
11724
|
+
pubkeys: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11725
|
+
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11726
|
+
}>;
|
|
11727
|
+
currentSyncCommitteeBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11728
|
+
}>;
|
|
11729
|
+
LightClientUpdate: ContainerType<{
|
|
11730
|
+
attestedHeader: ContainerType<{
|
|
11731
|
+
beacon: ContainerType<{
|
|
11732
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11733
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11734
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11735
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11736
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11737
|
+
}>;
|
|
11738
|
+
execution: ContainerType<{
|
|
11739
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11740
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11741
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11742
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11743
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11744
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11745
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11746
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11747
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11748
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11749
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11750
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11751
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11752
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11753
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11754
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11755
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11756
|
+
}>;
|
|
11757
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11758
|
+
}>;
|
|
11759
|
+
nextSyncCommittee: ContainerType<{
|
|
11760
|
+
pubkeys: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11761
|
+
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11762
|
+
}>;
|
|
11763
|
+
nextSyncCommitteeBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11764
|
+
finalizedHeader: ContainerType<{
|
|
11765
|
+
beacon: ContainerType<{
|
|
11766
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11767
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11768
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11769
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11770
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11771
|
+
}>;
|
|
11772
|
+
execution: ContainerType<{
|
|
11773
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11774
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11775
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11776
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11777
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11778
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11779
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11780
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11781
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11782
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11783
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11784
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11785
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11786
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11787
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11788
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11789
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11790
|
+
}>;
|
|
11791
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11792
|
+
}>;
|
|
11793
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11794
|
+
syncAggregate: ContainerType<{
|
|
11795
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
11796
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
11797
|
+
}>;
|
|
11798
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
11799
|
+
}>;
|
|
11800
|
+
LightClientFinalityUpdate: ContainerType<{
|
|
11801
|
+
attestedHeader: ContainerType<{
|
|
11802
|
+
beacon: ContainerType<{
|
|
11803
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11804
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11805
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11806
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11807
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11808
|
+
}>;
|
|
11809
|
+
execution: ContainerType<{
|
|
11810
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11811
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11812
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11813
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11814
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11815
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11816
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11817
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11818
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11819
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11820
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11821
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11822
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11823
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11824
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11825
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11826
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11827
|
+
}>;
|
|
11828
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11829
|
+
}>;
|
|
11830
|
+
finalizedHeader: ContainerType<{
|
|
11831
|
+
beacon: ContainerType<{
|
|
11832
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11833
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11834
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11835
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11836
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11837
|
+
}>;
|
|
11838
|
+
execution: ContainerType<{
|
|
11839
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11840
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11841
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11842
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11843
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11844
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11845
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11846
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11847
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11848
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11849
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11850
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11851
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11852
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11853
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11854
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11855
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11856
|
+
}>;
|
|
11857
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11858
|
+
}>;
|
|
11859
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11860
|
+
syncAggregate: ContainerType<{
|
|
11861
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
11862
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
11863
|
+
}>;
|
|
11864
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
11865
|
+
}>;
|
|
11866
|
+
LightClientOptimisticUpdate: ContainerType<{
|
|
11867
|
+
attestedHeader: ContainerType<{
|
|
11868
|
+
beacon: ContainerType<{
|
|
11869
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11870
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11871
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11872
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11873
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11874
|
+
}>;
|
|
11875
|
+
execution: ContainerType<{
|
|
11876
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11877
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11878
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11879
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11880
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11881
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11882
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11883
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11884
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11885
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11886
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11887
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11888
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11889
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11890
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11891
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11892
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11893
|
+
}>;
|
|
11894
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11895
|
+
}>;
|
|
11896
|
+
syncAggregate: ContainerType<{
|
|
11897
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
11898
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
11899
|
+
}>;
|
|
11900
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
11901
|
+
}>;
|
|
11902
|
+
LightClientStore: ContainerType<{
|
|
11903
|
+
snapshot: ContainerType<{
|
|
11904
|
+
header: ContainerType<{
|
|
11905
|
+
beacon: ContainerType<{
|
|
11906
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11907
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11908
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11909
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11910
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11911
|
+
}>;
|
|
11912
|
+
execution: ContainerType<{
|
|
11913
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11914
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11915
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11916
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11917
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11918
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11919
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11920
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11921
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11922
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11923
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11924
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11925
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11926
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11927
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11928
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11929
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11930
|
+
}>;
|
|
11931
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11932
|
+
}>;
|
|
11933
|
+
currentSyncCommittee: ContainerType<{
|
|
11934
|
+
pubkeys: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11935
|
+
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11936
|
+
}>;
|
|
11937
|
+
currentSyncCommitteeBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11938
|
+
}>;
|
|
11939
|
+
validUpdates: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
11940
|
+
attestedHeader: ContainerType<{
|
|
11941
|
+
beacon: ContainerType<{
|
|
11942
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11943
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11944
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11945
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11946
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11947
|
+
}>;
|
|
11948
|
+
execution: ContainerType<{
|
|
11949
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11950
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11951
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11952
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11953
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11954
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11955
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11956
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11957
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11958
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11959
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11960
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11961
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11962
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11963
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11964
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11965
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11966
|
+
}>;
|
|
11967
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11968
|
+
}>;
|
|
11969
|
+
nextSyncCommittee: ContainerType<{
|
|
11970
|
+
pubkeys: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11971
|
+
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
11972
|
+
}>;
|
|
11973
|
+
nextSyncCommitteeBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
11974
|
+
finalizedHeader: ContainerType<{
|
|
11975
|
+
beacon: ContainerType<{
|
|
11976
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
11977
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
11978
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11979
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11980
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11981
|
+
}>;
|
|
11982
|
+
execution: ContainerType<{
|
|
11983
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
11984
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
11985
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11986
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11987
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
11988
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
11989
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11990
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
11991
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
11992
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
11993
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
11994
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
11995
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
11996
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
11997
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
11998
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
11999
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12000
|
+
}>;
|
|
12001
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12002
|
+
}>;
|
|
12003
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12004
|
+
syncAggregate: ContainerType<{
|
|
12005
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
12006
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
12007
|
+
}>;
|
|
12008
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
12009
|
+
}>>;
|
|
12010
|
+
}>;
|
|
12011
|
+
PayloadAttributes: ContainerType<{
|
|
12012
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12013
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12014
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12015
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12016
|
+
address: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12017
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
12018
|
+
}>>;
|
|
12019
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
12020
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
12021
|
+
suggestedFeeRecipient: import("./index.js").StringType<string>;
|
|
12022
|
+
}>;
|
|
12023
|
+
SSEPayloadAttributes: ContainerType<{
|
|
12024
|
+
payloadAttributes: ContainerType<{
|
|
12025
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12026
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12027
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12028
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12029
|
+
address: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12030
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
12031
|
+
}>>;
|
|
12032
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
12033
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
12034
|
+
suggestedFeeRecipient: import("./index.js").StringType<string>;
|
|
12035
|
+
}>;
|
|
12036
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12037
|
+
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
12038
|
+
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
12039
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12040
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12041
|
+
}>;
|
|
12042
|
+
BlockContents: ContainerType<{
|
|
12043
|
+
block: ContainerType<{
|
|
12044
|
+
body: ContainerType<{
|
|
12045
|
+
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
12046
|
+
eth1Data: ContainerType<{
|
|
12047
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12048
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
12049
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12050
|
+
}>;
|
|
12051
|
+
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
12052
|
+
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12053
|
+
signedHeader1: ContainerType<{
|
|
12054
|
+
message: ContainerType<{
|
|
12055
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12056
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12057
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12058
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12059
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12060
|
+
}>;
|
|
12061
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12062
|
+
}>;
|
|
12063
|
+
signedHeader2: ContainerType<{
|
|
12064
|
+
message: ContainerType<{
|
|
12065
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12066
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12067
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12068
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12069
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12070
|
+
}>;
|
|
12071
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12072
|
+
}>;
|
|
12073
|
+
}>>;
|
|
12074
|
+
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12075
|
+
attestation1: ContainerType<{
|
|
12076
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
12077
|
+
data: ContainerType<{
|
|
12078
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12079
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
12080
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12081
|
+
source: ContainerType<{
|
|
12082
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
12083
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12084
|
+
}>;
|
|
12085
|
+
target: ContainerType<{
|
|
12086
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
12087
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12088
|
+
}>;
|
|
12089
|
+
}>;
|
|
12090
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12091
|
+
}>;
|
|
12092
|
+
attestation2: ContainerType<{
|
|
12093
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
12094
|
+
data: ContainerType<{
|
|
12095
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12096
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
12097
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12098
|
+
source: ContainerType<{
|
|
12099
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
12100
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12101
|
+
}>;
|
|
12102
|
+
target: ContainerType<{
|
|
12103
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
12104
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12105
|
+
}>;
|
|
12106
|
+
}>;
|
|
12107
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12108
|
+
}>;
|
|
12109
|
+
}>>;
|
|
12110
|
+
attestations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12111
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
12112
|
+
data: ContainerType<{
|
|
12113
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12114
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12115
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12116
|
+
source: ContainerType<{
|
|
12117
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12118
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12119
|
+
}>;
|
|
12120
|
+
target: ContainerType<{
|
|
12121
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12122
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12123
|
+
}>;
|
|
12124
|
+
}>;
|
|
12125
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12126
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
12127
|
+
}>>;
|
|
12128
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12129
|
+
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12130
|
+
data: ContainerType<{
|
|
12131
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12132
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
12133
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
12134
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12135
|
+
}>;
|
|
12136
|
+
}>>;
|
|
12137
|
+
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12138
|
+
message: ContainerType<{
|
|
12139
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12140
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12141
|
+
}>;
|
|
12142
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12143
|
+
}>>;
|
|
12144
|
+
syncAggregate: ContainerType<{
|
|
12145
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
12146
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
12147
|
+
}>;
|
|
12148
|
+
executionPayload: ContainerType<{
|
|
12149
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
12150
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
12151
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12152
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12153
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12154
|
+
address: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12155
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
12156
|
+
}>>;
|
|
12157
|
+
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
12158
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12159
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12160
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12161
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12162
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
12163
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
12164
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
12165
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
12166
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
12167
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
12168
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
12169
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
12170
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12171
|
+
}>;
|
|
12172
|
+
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12173
|
+
message: ContainerType<{
|
|
12174
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12175
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12176
|
+
toExecutionAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12177
|
+
}>;
|
|
12178
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12179
|
+
}>>;
|
|
12180
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12181
|
+
executionRequests: ContainerType<{
|
|
12182
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12183
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12184
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
12185
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
12186
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12187
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
12188
|
+
}>>;
|
|
12189
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12190
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12191
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12192
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
12193
|
+
}>>;
|
|
12194
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12195
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12196
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12197
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12198
|
+
}>>;
|
|
12199
|
+
}>;
|
|
12200
|
+
}>;
|
|
12201
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12202
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12203
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12204
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12205
|
+
}>;
|
|
12206
|
+
kzgProofs: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12207
|
+
blobs: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12208
|
+
}>;
|
|
12209
|
+
SignedBlockContents: ContainerType<{
|
|
12210
|
+
signedBlock: ContainerType<{
|
|
12211
|
+
message: ContainerType<{
|
|
12212
|
+
body: ContainerType<{
|
|
12213
|
+
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
12214
|
+
eth1Data: ContainerType<{
|
|
12215
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12216
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
12217
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12218
|
+
}>;
|
|
12219
|
+
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
12220
|
+
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12221
|
+
signedHeader1: ContainerType<{
|
|
12222
|
+
message: ContainerType<{
|
|
12223
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12224
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12225
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12226
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12227
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12228
|
+
}>;
|
|
12229
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12230
|
+
}>;
|
|
12231
|
+
signedHeader2: ContainerType<{
|
|
12232
|
+
message: ContainerType<{
|
|
12233
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12234
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12235
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12236
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12237
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12238
|
+
}>;
|
|
12239
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12240
|
+
}>;
|
|
12241
|
+
}>>;
|
|
12242
|
+
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12243
|
+
attestation1: ContainerType<{
|
|
12244
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
12245
|
+
data: ContainerType<{
|
|
12246
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12247
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
12248
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12249
|
+
source: ContainerType<{
|
|
12250
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
12251
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12252
|
+
}>;
|
|
12253
|
+
target: ContainerType<{
|
|
12254
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
12255
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12256
|
+
}>;
|
|
12257
|
+
}>;
|
|
12258
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12259
|
+
}>;
|
|
12260
|
+
attestation2: ContainerType<{
|
|
12261
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
12262
|
+
data: ContainerType<{
|
|
12263
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12264
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
12265
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12266
|
+
source: ContainerType<{
|
|
12267
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
12268
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12269
|
+
}>;
|
|
12270
|
+
target: ContainerType<{
|
|
12271
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
12272
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12273
|
+
}>;
|
|
12274
|
+
}>;
|
|
12275
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12276
|
+
}>;
|
|
12277
|
+
}>>;
|
|
12278
|
+
attestations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12279
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
12280
|
+
data: ContainerType<{
|
|
12281
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12282
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12283
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12284
|
+
source: ContainerType<{
|
|
12285
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12286
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12287
|
+
}>;
|
|
12288
|
+
target: ContainerType<{
|
|
12289
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12290
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12291
|
+
}>;
|
|
12292
|
+
}>;
|
|
12293
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12294
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
12295
|
+
}>>;
|
|
12296
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12297
|
+
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12298
|
+
data: ContainerType<{
|
|
12299
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12300
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
12301
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
12302
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12303
|
+
}>;
|
|
12304
|
+
}>>;
|
|
12305
|
+
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12306
|
+
message: ContainerType<{
|
|
12307
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12308
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12309
|
+
}>;
|
|
12310
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12311
|
+
}>>;
|
|
12312
|
+
syncAggregate: ContainerType<{
|
|
12313
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
12314
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
12315
|
+
}>;
|
|
12316
|
+
executionPayload: ContainerType<{
|
|
12317
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
12318
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
12319
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12320
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12321
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12322
|
+
address: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12323
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
12324
|
+
}>>;
|
|
12325
|
+
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
12326
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12327
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12328
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12329
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12330
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
12331
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
12332
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
12333
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
12334
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
12335
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
12336
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
12337
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
12338
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12339
|
+
}>;
|
|
12340
|
+
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12341
|
+
message: ContainerType<{
|
|
12342
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12343
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12344
|
+
toExecutionAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12345
|
+
}>;
|
|
12346
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12347
|
+
}>>;
|
|
12348
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12349
|
+
executionRequests: ContainerType<{
|
|
12350
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12351
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12352
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
12353
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
12354
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12355
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
12356
|
+
}>>;
|
|
12357
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12358
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12359
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12360
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
12361
|
+
}>>;
|
|
12362
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12363
|
+
sourceAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12364
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12365
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12366
|
+
}>>;
|
|
12367
|
+
}>;
|
|
12368
|
+
}>;
|
|
12369
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12370
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12371
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12372
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12373
|
+
}>;
|
|
12374
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12375
|
+
}>;
|
|
12376
|
+
kzgProofs: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12377
|
+
blobs: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12378
|
+
}>;
|
|
12379
|
+
G1Point: import("@chainsafe/ssz").ByteVectorType;
|
|
12380
|
+
G2Point: import("@chainsafe/ssz").ByteVectorType;
|
|
12381
|
+
BLSFieldElement: import("@chainsafe/ssz").ByteVectorType;
|
|
12382
|
+
KZGCommitment: import("@chainsafe/ssz").ByteVectorType;
|
|
12383
|
+
KZGProof: import("@chainsafe/ssz").ByteVectorType;
|
|
12384
|
+
Blob: import("@chainsafe/ssz").ByteVectorType;
|
|
12385
|
+
Blobs: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12386
|
+
BlindedBlob: import("@chainsafe/ssz").ByteVectorType;
|
|
12387
|
+
BlindedBlobs: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12388
|
+
VersionedHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12389
|
+
BlobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12390
|
+
KZGProofs: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12391
|
+
BlobSidecarsByRangeRequest: ContainerType<{
|
|
12392
|
+
startSlot: import("@chainsafe/ssz").UintNumberType;
|
|
12393
|
+
count: import("@chainsafe/ssz").UintNumberType;
|
|
12394
|
+
}>;
|
|
12395
|
+
BlobIdentifier: ContainerType<{
|
|
12396
|
+
blockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12397
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12398
|
+
}>;
|
|
12399
|
+
KzgCommitmentInclusionProof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12400
|
+
BlobSidecar: ContainerType<{
|
|
12401
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12402
|
+
blob: import("@chainsafe/ssz").ByteVectorType;
|
|
12403
|
+
kzgCommitment: import("@chainsafe/ssz").ByteVectorType;
|
|
12404
|
+
kzgProof: import("@chainsafe/ssz").ByteVectorType;
|
|
12405
|
+
signedBlockHeader: ContainerType<{
|
|
12406
|
+
message: ContainerType<{
|
|
12407
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12408
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12409
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12410
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12411
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12412
|
+
}>;
|
|
12413
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12414
|
+
}>;
|
|
12415
|
+
kzgCommitmentInclusionProof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12416
|
+
}>;
|
|
12417
|
+
BlobSidecars: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12418
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12419
|
+
blob: import("@chainsafe/ssz").ByteVectorType;
|
|
12420
|
+
kzgCommitment: import("@chainsafe/ssz").ByteVectorType;
|
|
12421
|
+
kzgProof: import("@chainsafe/ssz").ByteVectorType;
|
|
12422
|
+
signedBlockHeader: ContainerType<{
|
|
12423
|
+
message: ContainerType<{
|
|
12424
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12425
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12426
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12427
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12428
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12429
|
+
}>;
|
|
12430
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12431
|
+
}>;
|
|
12432
|
+
kzgCommitmentInclusionProof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12433
|
+
}>>;
|
|
12434
|
+
BlobsBundle: ContainerType<{
|
|
12435
|
+
commitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12436
|
+
proofs: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12437
|
+
blobs: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12438
|
+
}>;
|
|
12439
|
+
ExecutionPayloadAndBlobsBundle: ContainerType<{
|
|
12440
|
+
executionPayload: ContainerType<{
|
|
12441
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
12442
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
12443
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12444
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12445
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12446
|
+
address: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12447
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
12448
|
+
}>>;
|
|
12449
|
+
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
12450
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12451
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12452
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12453
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12454
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
12455
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
12456
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
12457
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
12458
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
12459
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
12460
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
12461
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
12462
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12463
|
+
}>;
|
|
12464
|
+
blobsBundle: ContainerType<{
|
|
12465
|
+
commitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12466
|
+
proofs: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12467
|
+
blobs: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12468
|
+
}>;
|
|
12469
|
+
}>;
|
|
12470
|
+
LightClientHeader: ContainerType<{
|
|
12471
|
+
beacon: ContainerType<{
|
|
12472
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12473
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12474
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12475
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12476
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12477
|
+
}>;
|
|
12478
|
+
execution: ContainerType<{
|
|
12479
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
12480
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
12481
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12482
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12483
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12484
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12485
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12486
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12487
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
12488
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
12489
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
12490
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
12491
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
12492
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
12493
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
12494
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
12495
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12496
|
+
}>;
|
|
12497
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12498
|
+
}>;
|
|
12499
|
+
Withdrawal: ContainerType<{
|
|
12500
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12501
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12502
|
+
address: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12503
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
12504
|
+
}>;
|
|
12505
|
+
BLSToExecutionChange: ContainerType<{
|
|
12506
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12507
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12508
|
+
toExecutionAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12509
|
+
}>;
|
|
12510
|
+
SignedBLSToExecutionChange: ContainerType<{
|
|
12511
|
+
message: ContainerType<{
|
|
12512
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12513
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12514
|
+
toExecutionAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12515
|
+
}>;
|
|
12516
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12517
|
+
}>;
|
|
12518
|
+
Withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12519
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12520
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12521
|
+
address: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12522
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
12523
|
+
}>>;
|
|
12524
|
+
BLSToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12525
|
+
message: ContainerType<{
|
|
12526
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12527
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12528
|
+
toExecutionAddress: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12529
|
+
}>;
|
|
12530
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12531
|
+
}>>;
|
|
12532
|
+
HistoricalSummary: ContainerType<{
|
|
12533
|
+
blockSummaryRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12534
|
+
stateSummaryRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12535
|
+
}>;
|
|
12536
|
+
HistoricalSummaries: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12537
|
+
blockSummaryRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12538
|
+
stateSummaryRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12539
|
+
}>>;
|
|
12540
|
+
Transaction: import("@chainsafe/ssz").ByteListType;
|
|
12541
|
+
Transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
12542
|
+
CommonExecutionPayloadType: ContainerType<{
|
|
12543
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12544
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12545
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12546
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12547
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
12548
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
12549
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
12550
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
12551
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
12552
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
12553
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
12554
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
12555
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12556
|
+
}>;
|
|
12557
|
+
PowBlock: ContainerType<{
|
|
12558
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12559
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12560
|
+
totalDifficulty: import("@chainsafe/ssz").UintBigintType;
|
|
12561
|
+
}>;
|
|
12562
|
+
ValidatorRegistrationV1: ContainerType<{
|
|
12563
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12564
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
12565
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
12566
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12567
|
+
}>;
|
|
12568
|
+
SignedValidatorRegistrationV1: ContainerType<{
|
|
12569
|
+
message: ContainerType<{
|
|
12570
|
+
feeRecipient: import("./utils/executionAddress.js").ExecutionAddressType;
|
|
12571
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
12572
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
12573
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12574
|
+
}>;
|
|
12575
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12576
|
+
}>;
|
|
12577
|
+
SSEPayloadAttributesCommon: ContainerType<{
|
|
12578
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12579
|
+
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
12580
|
+
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
12581
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12582
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12583
|
+
}>;
|
|
12584
|
+
SyncSubnets: import("@chainsafe/ssz").BitVectorType;
|
|
12585
|
+
Metadata: ContainerType<{
|
|
12586
|
+
seqNumber: import("@chainsafe/ssz").UintBigintType;
|
|
12587
|
+
attnets: import("@chainsafe/ssz").BitVectorType;
|
|
12588
|
+
syncnets: import("@chainsafe/ssz").BitVectorType;
|
|
12589
|
+
}>;
|
|
12590
|
+
SyncCommittee: ContainerType<{
|
|
12591
|
+
pubkeys: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12592
|
+
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12593
|
+
}>;
|
|
12594
|
+
SyncCommitteeMessage: ContainerType<{
|
|
12595
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12596
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12597
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12598
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12599
|
+
}>;
|
|
12600
|
+
SyncCommitteeContribution: ContainerType<{
|
|
12601
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12602
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12603
|
+
subcommitteeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12604
|
+
aggregationBits: import("@chainsafe/ssz").BitVectorType;
|
|
12605
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12606
|
+
}>;
|
|
12607
|
+
ContributionAndProof: ContainerType<{
|
|
12608
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12609
|
+
contribution: ContainerType<{
|
|
12610
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12611
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12612
|
+
subcommitteeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12613
|
+
aggregationBits: import("@chainsafe/ssz").BitVectorType;
|
|
12614
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12615
|
+
}>;
|
|
12616
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
12617
|
+
}>;
|
|
12618
|
+
SignedContributionAndProof: ContainerType<{
|
|
12619
|
+
message: ContainerType<{
|
|
12620
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12621
|
+
contribution: ContainerType<{
|
|
12622
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12623
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12624
|
+
subcommitteeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12625
|
+
aggregationBits: import("@chainsafe/ssz").BitVectorType;
|
|
12626
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12627
|
+
}>;
|
|
12628
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
12629
|
+
}>;
|
|
12630
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12631
|
+
}>;
|
|
12632
|
+
SyncAggregatorSelectionData: ContainerType<{
|
|
12633
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12634
|
+
subcommitteeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12635
|
+
}>;
|
|
12636
|
+
SyncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
12637
|
+
SyncAggregate: ContainerType<{
|
|
12638
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
12639
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
12640
|
+
}>;
|
|
12641
|
+
EpochParticipation: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
12642
|
+
InactivityScores: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
12643
|
+
LightClientUpdatesByRange: ContainerType<{
|
|
12644
|
+
startPeriod: import("@chainsafe/ssz").UintNumberType;
|
|
12645
|
+
count: import("@chainsafe/ssz").UintNumberType;
|
|
12646
|
+
}>;
|
|
12647
|
+
AttestationSubnets: import("@chainsafe/ssz").BitVectorType;
|
|
12648
|
+
BeaconBlockHeader: ContainerType<{
|
|
12649
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12650
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12651
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12652
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12653
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12654
|
+
}>;
|
|
12655
|
+
BeaconBlockHeaderBigint: ContainerType<{
|
|
12656
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12657
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12658
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12659
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12660
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12661
|
+
}>;
|
|
12662
|
+
SignedBeaconBlockHeader: ContainerType<{
|
|
12663
|
+
message: ContainerType<{
|
|
12664
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12665
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12666
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12667
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12668
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12669
|
+
}>;
|
|
12670
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12671
|
+
}>;
|
|
12672
|
+
SignedBeaconBlockHeaderBigint: ContainerType<{
|
|
12673
|
+
message: ContainerType<{
|
|
12674
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12675
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12676
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12677
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12678
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12679
|
+
}>;
|
|
12680
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12681
|
+
}>;
|
|
12682
|
+
Checkpoint: ContainerType<{
|
|
12683
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12684
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12685
|
+
}>;
|
|
12686
|
+
CheckpointBigint: ContainerType<{
|
|
12687
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
12688
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12689
|
+
}>;
|
|
12690
|
+
CommitteeIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
12691
|
+
DepositMessage: ContainerType<{
|
|
12692
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12693
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
12694
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
12695
|
+
}>;
|
|
12696
|
+
DepositData: ContainerType<{
|
|
12697
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12698
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
12699
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
12700
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12701
|
+
}>;
|
|
12702
|
+
DepositDataRootList: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12703
|
+
DepositEvent: ContainerType<{
|
|
12704
|
+
depositData: ContainerType<{
|
|
12705
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12706
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
12707
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
12708
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12709
|
+
}>;
|
|
12710
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
12711
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12712
|
+
}>;
|
|
12713
|
+
Eth1Data: ContainerType<{
|
|
12714
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12715
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
12716
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12717
|
+
}>;
|
|
12718
|
+
Eth1DataVotes: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12719
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12720
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
12721
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12722
|
+
}>>;
|
|
12723
|
+
Eth1DataOrdered: ContainerType<{
|
|
12724
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12725
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
12726
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
12727
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
12728
|
+
}>;
|
|
12729
|
+
Eth1Block: ContainerType<{
|
|
12730
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
12731
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12732
|
+
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
12733
|
+
}>;
|
|
12734
|
+
Fork: ContainerType<{
|
|
12735
|
+
previousVersion: import("@chainsafe/ssz").ByteVectorType;
|
|
12736
|
+
currentVersion: import("@chainsafe/ssz").ByteVectorType;
|
|
12737
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12738
|
+
}>;
|
|
12739
|
+
ForkData: ContainerType<{
|
|
12740
|
+
currentVersion: import("@chainsafe/ssz").ByteVectorType;
|
|
12741
|
+
genesisValidatorsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12742
|
+
}>;
|
|
12743
|
+
ENRForkID: ContainerType<{
|
|
12744
|
+
forkDigest: import("@chainsafe/ssz").ByteVectorType;
|
|
12745
|
+
nextForkVersion: import("@chainsafe/ssz").ByteVectorType;
|
|
12746
|
+
nextForkEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
12747
|
+
}>;
|
|
12748
|
+
HistoricalBlockRoots: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12749
|
+
HistoricalStateRoots: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12750
|
+
HistoricalBatch: ContainerType<{
|
|
12751
|
+
blockRoots: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12752
|
+
stateRoots: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12753
|
+
}>;
|
|
12754
|
+
HistoricalBatchRoots: ContainerType<{
|
|
12755
|
+
blockRoots: import("@chainsafe/ssz").ByteVectorType;
|
|
12756
|
+
stateRoots: import("@chainsafe/ssz").ByteVectorType;
|
|
12757
|
+
}>;
|
|
12758
|
+
Validator: import("./phase0/validator.js").ValidatorNodeStructType;
|
|
12759
|
+
Validators: import("@chainsafe/ssz").ListCompositeType<import("./phase0/validator.js").ValidatorNodeStructType>;
|
|
12760
|
+
Balances: import("@chainsafe/ssz").ListUintNum64Type;
|
|
12761
|
+
RandaoMixes: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12762
|
+
Slashings: import("@chainsafe/ssz").VectorBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
12763
|
+
JustificationBits: import("@chainsafe/ssz").BitVectorType;
|
|
12764
|
+
AttestationData: ContainerType<{
|
|
12765
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12766
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12767
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12768
|
+
source: ContainerType<{
|
|
12769
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12770
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12771
|
+
}>;
|
|
12772
|
+
target: ContainerType<{
|
|
12773
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12774
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12775
|
+
}>;
|
|
12776
|
+
}>;
|
|
12777
|
+
AttestationDataBigint: ContainerType<{
|
|
12778
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12779
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
12780
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12781
|
+
source: ContainerType<{
|
|
12782
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
12783
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12784
|
+
}>;
|
|
12785
|
+
target: ContainerType<{
|
|
12786
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
12787
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12788
|
+
}>;
|
|
12789
|
+
}>;
|
|
12790
|
+
PendingAttestation: ContainerType<{
|
|
12791
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
12792
|
+
data: ContainerType<{
|
|
12793
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12794
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12795
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12796
|
+
source: ContainerType<{
|
|
12797
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12798
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12799
|
+
}>;
|
|
12800
|
+
target: ContainerType<{
|
|
12801
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12802
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12803
|
+
}>;
|
|
12804
|
+
}>;
|
|
12805
|
+
inclusionDelay: import("@chainsafe/ssz").UintNumberType;
|
|
12806
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12807
|
+
}>;
|
|
12808
|
+
SigningData: ContainerType<{
|
|
12809
|
+
objectRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12810
|
+
domain: import("@chainsafe/ssz").ByteVectorType;
|
|
12811
|
+
}>;
|
|
12812
|
+
Deposit: ContainerType<{
|
|
12813
|
+
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12814
|
+
data: ContainerType<{
|
|
12815
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
12816
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
12817
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
12818
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12819
|
+
}>;
|
|
12820
|
+
}>;
|
|
12821
|
+
ProposerSlashing: ContainerType<{
|
|
12822
|
+
signedHeader1: ContainerType<{
|
|
12823
|
+
message: ContainerType<{
|
|
12824
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12825
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12826
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12827
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12828
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12829
|
+
}>;
|
|
12830
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12831
|
+
}>;
|
|
12832
|
+
signedHeader2: ContainerType<{
|
|
12833
|
+
message: ContainerType<{
|
|
12834
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
12835
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12836
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12837
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12838
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12839
|
+
}>;
|
|
12840
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12841
|
+
}>;
|
|
12842
|
+
}>;
|
|
12843
|
+
VoluntaryExit: ContainerType<{
|
|
12844
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12845
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12846
|
+
}>;
|
|
12847
|
+
SignedVoluntaryExit: ContainerType<{
|
|
12848
|
+
message: ContainerType<{
|
|
12849
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12850
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12851
|
+
}>;
|
|
12852
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
12853
|
+
}>;
|
|
12854
|
+
EpochAttestations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
12855
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
12856
|
+
data: ContainerType<{
|
|
12857
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12858
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
12859
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12860
|
+
source: ContainerType<{
|
|
12861
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12862
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12863
|
+
}>;
|
|
12864
|
+
target: ContainerType<{
|
|
12865
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
12866
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
12867
|
+
}>;
|
|
12868
|
+
}>;
|
|
12869
|
+
inclusionDelay: import("@chainsafe/ssz").UintNumberType;
|
|
12870
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12871
|
+
}>>;
|
|
12872
|
+
CommitteeAssignment: ContainerType<{
|
|
12873
|
+
validators: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
12874
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
12875
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
12876
|
+
}>;
|
|
12877
|
+
Status: ContainerType<{
|
|
12878
|
+
forkDigest: import("@chainsafe/ssz").ByteVectorType;
|
|
12879
|
+
finalizedRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12880
|
+
finalizedEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
12881
|
+
headRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12882
|
+
headSlot: import("@chainsafe/ssz").UintNumberType;
|
|
12883
|
+
}>;
|
|
12884
|
+
Goodbye: import("@chainsafe/ssz").UintBigintType;
|
|
12885
|
+
Ping: import("@chainsafe/ssz").UintBigintType;
|
|
12886
|
+
BeaconBlocksByRangeRequest: ContainerType<{
|
|
12887
|
+
startSlot: import("@chainsafe/ssz").UintNumberType;
|
|
12888
|
+
count: import("@chainsafe/ssz").UintNumberType;
|
|
12889
|
+
step: import("@chainsafe/ssz").UintNumberType;
|
|
12890
|
+
}>;
|
|
12891
|
+
BeaconBlocksByRootRequest: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
12892
|
+
Genesis: ContainerType<{
|
|
12893
|
+
genesisValidatorsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
12894
|
+
genesisTime: import("@chainsafe/ssz").UintNumberType;
|
|
12895
|
+
genesisForkVersion: import("@chainsafe/ssz").ByteVectorType;
|
|
12896
|
+
}>;
|
|
12897
|
+
};
|
|
10256
12898
|
};
|
|
10257
12899
|
/**
|
|
10258
12900
|
* A type of union of forks must accept as any parameter the UNION of all fork types.
|