@lodestar/beacon-node 1.42.0-dev.7b5ce3932d → 1.42.0-dev.83dedda569
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/api/impl/beacon/blocks/index.js +1 -1
- package/lib/api/impl/beacon/blocks/index.js.map +1 -1
- package/lib/api/impl/beacon/pool/index.js +1 -1
- package/lib/api/impl/beacon/pool/index.js.map +1 -1
- package/lib/api/impl/beacon/state/index.d.ts.map +1 -1
- package/lib/api/impl/beacon/state/index.js +27 -32
- package/lib/api/impl/beacon/state/index.js.map +1 -1
- package/lib/api/impl/beacon/state/utils.d.ts +4 -4
- package/lib/api/impl/beacon/state/utils.d.ts.map +1 -1
- package/lib/api/impl/beacon/state/utils.js +7 -10
- package/lib/api/impl/beacon/state/utils.js.map +1 -1
- package/lib/api/impl/lodestar/index.d.ts.map +1 -1
- package/lib/api/impl/lodestar/index.js +4 -6
- package/lib/api/impl/lodestar/index.js.map +1 -1
- package/lib/api/impl/proof/index.d.ts.map +1 -1
- package/lib/api/impl/proof/index.js +2 -6
- package/lib/api/impl/proof/index.js.map +1 -1
- package/lib/api/impl/validator/index.d.ts.map +1 -1
- package/lib/api/impl/validator/index.js +27 -27
- package/lib/api/impl/validator/index.js.map +1 -1
- package/lib/api/impl/validator/utils.d.ts +2 -2
- package/lib/api/impl/validator/utils.d.ts.map +1 -1
- package/lib/api/impl/validator/utils.js +3 -3
- package/lib/api/impl/validator/utils.js.map +1 -1
- package/lib/chain/archiveStore/historicalState/getHistoricalState.d.ts +2 -6
- package/lib/chain/archiveStore/historicalState/getHistoricalState.d.ts.map +1 -1
- package/lib/chain/archiveStore/historicalState/getHistoricalState.js +3 -23
- package/lib/chain/archiveStore/historicalState/getHistoricalState.js.map +1 -1
- package/lib/chain/archiveStore/historicalState/worker.js +1 -0
- package/lib/chain/archiveStore/historicalState/worker.js.map +1 -1
- package/lib/chain/balancesCache.d.ts +2 -2
- package/lib/chain/balancesCache.d.ts.map +1 -1
- package/lib/chain/balancesCache.js +4 -4
- package/lib/chain/balancesCache.js.map +1 -1
- package/lib/chain/blocks/blockInput/types.d.ts +1 -0
- package/lib/chain/blocks/blockInput/types.d.ts.map +1 -1
- package/lib/chain/blocks/blockInput/types.js +1 -0
- package/lib/chain/blocks/blockInput/types.js.map +1 -1
- package/lib/chain/blocks/importBlock.d.ts +3 -3
- package/lib/chain/blocks/importBlock.d.ts.map +1 -1
- package/lib/chain/blocks/importBlock.js +9 -9
- package/lib/chain/blocks/importBlock.js.map +1 -1
- package/lib/chain/blocks/importExecutionPayload.d.ts.map +1 -1
- package/lib/chain/blocks/importExecutionPayload.js +4 -5
- package/lib/chain/blocks/importExecutionPayload.js.map +1 -1
- package/lib/chain/blocks/index.js +1 -1
- package/lib/chain/blocks/index.js.map +1 -1
- package/lib/chain/blocks/types.d.ts +2 -2
- package/lib/chain/blocks/types.d.ts.map +1 -1
- package/lib/chain/blocks/types.js.map +1 -1
- package/lib/chain/blocks/utils/checkpoint.d.ts +2 -2
- package/lib/chain/blocks/utils/checkpoint.d.ts.map +1 -1
- package/lib/chain/blocks/utils/checkpoint.js.map +1 -1
- package/lib/chain/blocks/verifyBlock.d.ts +2 -2
- package/lib/chain/blocks/verifyBlock.d.ts.map +1 -1
- package/lib/chain/blocks/verifyBlock.js +4 -4
- package/lib/chain/blocks/verifyBlock.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksExecutionPayloads.d.ts +3 -3
- package/lib/chain/blocks/verifyBlocksExecutionPayloads.d.ts.map +1 -1
- package/lib/chain/blocks/verifyBlocksExecutionPayloads.js +3 -3
- package/lib/chain/blocks/verifyBlocksExecutionPayloads.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksSignatures.d.ts +2 -2
- package/lib/chain/blocks/verifyBlocksSignatures.d.ts.map +1 -1
- package/lib/chain/blocks/verifyBlocksSignatures.js +1 -1
- package/lib/chain/blocks/verifyBlocksSignatures.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksStateTransitionOnly.d.ts +3 -3
- package/lib/chain/blocks/verifyBlocksStateTransitionOnly.d.ts.map +1 -1
- package/lib/chain/blocks/verifyBlocksStateTransitionOnly.js +3 -3
- package/lib/chain/blocks/verifyBlocksStateTransitionOnly.js.map +1 -1
- package/lib/chain/chain.d.ts +12 -12
- package/lib/chain/chain.d.ts.map +1 -1
- package/lib/chain/chain.js +47 -39
- package/lib/chain/chain.js.map +1 -1
- package/lib/chain/emitter.d.ts +2 -2
- package/lib/chain/emitter.d.ts.map +1 -1
- package/lib/chain/errors/blockError.d.ts +4 -4
- package/lib/chain/errors/blockError.d.ts.map +1 -1
- package/lib/chain/forkChoice/index.d.ts +4 -4
- package/lib/chain/forkChoice/index.d.ts.map +1 -1
- package/lib/chain/forkChoice/index.js +27 -23
- package/lib/chain/forkChoice/index.js.map +1 -1
- package/lib/chain/initState.d.ts +2 -2
- package/lib/chain/initState.d.ts.map +1 -1
- package/lib/chain/initState.js +1 -1
- package/lib/chain/initState.js.map +1 -1
- package/lib/chain/interface.d.ts +11 -12
- package/lib/chain/interface.d.ts.map +1 -1
- package/lib/chain/lightClient/index.d.ts +2 -2
- package/lib/chain/lightClient/index.d.ts.map +1 -1
- package/lib/chain/lightClient/index.js +4 -4
- package/lib/chain/lightClient/index.js.map +1 -1
- package/lib/chain/opPools/aggregatedAttestationPool.d.ts +6 -6
- package/lib/chain/opPools/aggregatedAttestationPool.d.ts.map +1 -1
- package/lib/chain/opPools/aggregatedAttestationPool.js +10 -13
- package/lib/chain/opPools/aggregatedAttestationPool.js.map +1 -1
- package/lib/chain/opPools/opPool.d.ts +3 -3
- package/lib/chain/opPools/opPool.d.ts.map +1 -1
- package/lib/chain/opPools/opPool.js +7 -7
- package/lib/chain/opPools/opPool.js.map +1 -1
- package/lib/chain/opPools/utils.d.ts +2 -2
- package/lib/chain/opPools/utils.d.ts.map +1 -1
- package/lib/chain/opPools/utils.js +1 -1
- package/lib/chain/opPools/utils.js.map +1 -1
- package/lib/chain/prepareNextSlot.d.ts +2 -2
- package/lib/chain/prepareNextSlot.d.ts.map +1 -1
- package/lib/chain/prepareNextSlot.js +3 -3
- package/lib/chain/prepareNextSlot.js.map +1 -1
- package/lib/chain/produceBlock/computeNewStateRoot.d.ts +4 -4
- package/lib/chain/produceBlock/computeNewStateRoot.d.ts.map +1 -1
- package/lib/chain/produceBlock/computeNewStateRoot.js +3 -4
- package/lib/chain/produceBlock/computeNewStateRoot.js.map +1 -1
- package/lib/chain/produceBlock/produceBlockBody.d.ts +5 -5
- package/lib/chain/produceBlock/produceBlockBody.d.ts.map +1 -1
- package/lib/chain/produceBlock/produceBlockBody.js +12 -16
- package/lib/chain/produceBlock/produceBlockBody.js.map +1 -1
- package/lib/chain/regen/interface.d.ts +13 -13
- package/lib/chain/regen/interface.d.ts.map +1 -1
- package/lib/chain/regen/queued.d.ts +14 -14
- package/lib/chain/regen/queued.d.ts.map +1 -1
- package/lib/chain/regen/queued.js.map +1 -1
- package/lib/chain/regen/regen.d.ts +6 -5
- package/lib/chain/regen/regen.d.ts.map +1 -1
- package/lib/chain/regen/regen.js +6 -6
- package/lib/chain/regen/regen.js.map +1 -1
- package/lib/chain/serializeState.d.ts +2 -2
- package/lib/chain/serializeState.d.ts.map +1 -1
- package/lib/chain/serializeState.js +1 -1
- package/lib/chain/serializeState.js.map +1 -1
- package/lib/chain/shufflingCache.d.ts +2 -2
- package/lib/chain/shufflingCache.d.ts.map +1 -1
- package/lib/chain/shufflingCache.js +3 -4
- package/lib/chain/shufflingCache.js.map +1 -1
- package/lib/chain/stateCache/fifoBlockStateCache.d.ts +6 -6
- package/lib/chain/stateCache/fifoBlockStateCache.d.ts.map +1 -1
- package/lib/chain/stateCache/fifoBlockStateCache.js.map +1 -1
- package/lib/chain/stateCache/persistentCheckpointsCache.d.ts +11 -11
- package/lib/chain/stateCache/persistentCheckpointsCache.d.ts.map +1 -1
- package/lib/chain/stateCache/persistentCheckpointsCache.js +12 -16
- package/lib/chain/stateCache/persistentCheckpointsCache.js.map +1 -1
- package/lib/chain/stateCache/types.d.ts +14 -14
- package/lib/chain/stateCache/types.d.ts.map +1 -1
- package/lib/chain/stateCache/types.js.map +1 -1
- package/lib/chain/validation/attesterSlashing.js +3 -3
- package/lib/chain/validation/attesterSlashing.js.map +1 -1
- package/lib/chain/validation/blobSidecar.js +1 -1
- package/lib/chain/validation/blobSidecar.js.map +1 -1
- package/lib/chain/validation/block.d.ts.map +1 -1
- package/lib/chain/validation/block.js +3 -3
- package/lib/chain/validation/block.js.map +1 -1
- package/lib/chain/validation/blsToExecutionChange.js +2 -2
- package/lib/chain/validation/blsToExecutionChange.js.map +1 -1
- package/lib/chain/validation/dataColumnSidecar.js +1 -1
- package/lib/chain/validation/dataColumnSidecar.js.map +1 -1
- package/lib/chain/validation/executionPayloadBid.d.ts.map +1 -1
- package/lib/chain/validation/executionPayloadBid.js +4 -4
- package/lib/chain/validation/executionPayloadBid.js.map +1 -1
- package/lib/chain/validation/executionPayloadEnvelope.d.ts.map +1 -1
- package/lib/chain/validation/executionPayloadEnvelope.js +2 -3
- package/lib/chain/validation/executionPayloadEnvelope.js.map +1 -1
- package/lib/chain/validation/payloadAttestationMessage.d.ts.map +1 -1
- package/lib/chain/validation/payloadAttestationMessage.js +1 -2
- package/lib/chain/validation/payloadAttestationMessage.js.map +1 -1
- package/lib/chain/validation/proposerSlashing.js +1 -1
- package/lib/chain/validation/proposerSlashing.js.map +1 -1
- package/lib/chain/validation/signatureSets/contributionAndProof.d.ts +2 -2
- package/lib/chain/validation/signatureSets/contributionAndProof.d.ts.map +1 -1
- package/lib/chain/validation/signatureSets/contributionAndProof.js +1 -1
- package/lib/chain/validation/signatureSets/contributionAndProof.js.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommittee.d.ts +2 -2
- package/lib/chain/validation/signatureSets/syncCommittee.d.ts.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommittee.js +1 -1
- package/lib/chain/validation/signatureSets/syncCommittee.js.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommitteeContribution.d.ts +2 -2
- package/lib/chain/validation/signatureSets/syncCommitteeContribution.d.ts.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommitteeContribution.js.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommitteeSelectionProof.d.ts +2 -2
- package/lib/chain/validation/signatureSets/syncCommitteeSelectionProof.d.ts.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommitteeSelectionProof.js +1 -1
- package/lib/chain/validation/signatureSets/syncCommitteeSelectionProof.js.map +1 -1
- package/lib/chain/validation/syncCommittee.d.ts +4 -4
- package/lib/chain/validation/syncCommittee.d.ts.map +1 -1
- package/lib/chain/validation/syncCommittee.js +13 -12
- package/lib/chain/validation/syncCommittee.js.map +1 -1
- package/lib/chain/validation/syncCommitteeContributionAndProof.d.ts.map +1 -1
- package/lib/chain/validation/syncCommitteeContributionAndProof.js +1 -1
- package/lib/chain/validation/syncCommitteeContributionAndProof.js.map +1 -1
- package/lib/chain/validation/voluntaryExit.d.ts.map +1 -1
- package/lib/chain/validation/voluntaryExit.js +3 -3
- package/lib/chain/validation/voluntaryExit.js.map +1 -1
- package/lib/chain/validatorMonitor.d.ts +3 -3
- package/lib/chain/validatorMonitor.d.ts.map +1 -1
- package/lib/chain/validatorMonitor.js +9 -7
- package/lib/chain/validatorMonitor.js.map +1 -1
- package/lib/metrics/metrics/lodestar.d.ts +12 -4
- package/lib/metrics/metrics/lodestar.d.ts.map +1 -1
- package/lib/metrics/metrics/lodestar.js +19 -15
- package/lib/metrics/metrics/lodestar.js.map +1 -1
- package/lib/network/gossip/encoding.d.ts.map +1 -1
- package/lib/network/gossip/encoding.js +15 -0
- package/lib/network/gossip/encoding.js.map +1 -1
- package/lib/network/gossip/topic.d.ts +2 -729
- package/lib/network/gossip/topic.d.ts.map +1 -1
- package/lib/network/interface.d.ts +4 -2
- package/lib/network/interface.d.ts.map +1 -1
- package/lib/network/libp2p/index.d.ts.map +1 -1
- package/lib/network/libp2p/index.js +5 -0
- package/lib/network/libp2p/index.js.map +1 -1
- package/lib/network/network.d.ts +4 -2
- package/lib/network/network.d.ts.map +1 -1
- package/lib/network/network.js +9 -3
- package/lib/network/network.js.map +1 -1
- package/lib/network/processor/extractSlotRootFns.d.ts +1 -1
- package/lib/network/processor/extractSlotRootFns.js +1 -1
- package/lib/network/processor/gossipHandlers.d.ts.map +1 -1
- package/lib/network/processor/gossipHandlers.js +9 -7
- package/lib/network/processor/gossipHandlers.js.map +1 -1
- package/lib/network/processor/index.d.ts +12 -7
- package/lib/network/processor/index.d.ts.map +1 -1
- package/lib/network/processor/index.js +99 -78
- package/lib/network/processor/index.js.map +1 -1
- package/lib/network/reqresp/ReqRespBeaconNode.d.ts.map +1 -1
- package/lib/network/reqresp/ReqRespBeaconNode.js +9 -0
- package/lib/network/reqresp/ReqRespBeaconNode.js.map +1 -1
- package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRange.d.ts +8 -0
- package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRange.d.ts.map +1 -0
- package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRange.js +69 -0
- package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRange.js.map +1 -0
- package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRoot.d.ts +6 -0
- package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRoot.d.ts.map +1 -0
- package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRoot.js +28 -0
- package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRoot.js.map +1 -0
- package/lib/network/reqresp/handlers/index.d.ts.map +1 -1
- package/lib/network/reqresp/handlers/index.js +11 -1
- package/lib/network/reqresp/handlers/index.js.map +1 -1
- package/lib/network/reqresp/protocols.d.ts +2 -0
- package/lib/network/reqresp/protocols.d.ts.map +1 -1
- package/lib/network/reqresp/protocols.js +10 -0
- package/lib/network/reqresp/protocols.js.map +1 -1
- package/lib/network/reqresp/rateLimit.d.ts.map +1 -1
- package/lib/network/reqresp/rateLimit.js +8 -0
- package/lib/network/reqresp/rateLimit.js.map +1 -1
- package/lib/network/reqresp/score.d.ts.map +1 -1
- package/lib/network/reqresp/score.js +2 -0
- package/lib/network/reqresp/score.js.map +1 -1
- package/lib/network/reqresp/types.d.ts +8 -2
- package/lib/network/reqresp/types.d.ts.map +1 -1
- package/lib/network/reqresp/types.js +7 -1
- package/lib/network/reqresp/types.js.map +1 -1
- package/lib/node/nodejs.d.ts +2 -2
- package/lib/node/nodejs.d.ts.map +1 -1
- package/lib/node/nodejs.js +1 -4
- package/lib/node/nodejs.js.map +1 -1
- package/lib/node/notifier.d.ts.map +1 -1
- package/lib/node/notifier.js +3 -3
- package/lib/node/notifier.js.map +1 -1
- package/lib/sync/backfill/backfill.d.ts +2 -2
- package/lib/sync/backfill/backfill.d.ts.map +1 -1
- package/lib/sync/backfill/backfill.js +2 -2
- package/lib/sync/backfill/backfill.js.map +1 -1
- package/lib/sync/unknownBlock.d.ts +3 -9
- package/lib/sync/unknownBlock.d.ts.map +1 -1
- package/lib/sync/unknownBlock.js +8 -41
- package/lib/sync/unknownBlock.js.map +1 -1
- package/lib/util/types.d.ts +2 -0
- package/lib/util/types.d.ts.map +1 -1
- package/lib/util/types.js +1 -0
- package/lib/util/types.js.map +1 -1
- package/package.json +16 -16
- package/src/api/impl/beacon/blocks/index.ts +1 -1
- package/src/api/impl/beacon/pool/index.ts +1 -1
- package/src/api/impl/beacon/state/index.ts +29 -41
- package/src/api/impl/beacon/state/utils.ts +11 -25
- package/src/api/impl/lodestar/index.ts +4 -8
- package/src/api/impl/proof/index.ts +2 -9
- package/src/api/impl/validator/index.ts +29 -41
- package/src/api/impl/validator/utils.ts +4 -7
- package/src/chain/archiveStore/historicalState/getHistoricalState.ts +6 -36
- package/src/chain/archiveStore/historicalState/worker.ts +1 -0
- package/src/chain/balancesCache.ts +5 -11
- package/src/chain/blocks/blockInput/types.ts +1 -0
- package/src/chain/blocks/importBlock.ts +11 -14
- package/src/chain/blocks/importExecutionPayload.ts +6 -11
- package/src/chain/blocks/index.ts +1 -1
- package/src/chain/blocks/types.ts +2 -2
- package/src/chain/blocks/utils/checkpoint.ts +2 -2
- package/src/chain/blocks/verifyBlock.ts +5 -10
- package/src/chain/blocks/verifyBlocksExecutionPayloads.ts +5 -10
- package/src/chain/blocks/verifyBlocksSignatures.ts +3 -3
- package/src/chain/blocks/verifyBlocksStateTransitionOnly.ts +6 -8
- package/src/chain/chain.ts +75 -67
- package/src/chain/emitter.ts +2 -2
- package/src/chain/errors/blockError.ts +4 -4
- package/src/chain/forkChoice/index.ts +33 -42
- package/src/chain/initState.ts +7 -2
- package/src/chain/interface.ts +12 -13
- package/src/chain/lightClient/index.ts +9 -22
- package/src/chain/opPools/aggregatedAttestationPool.ts +15 -21
- package/src/chain/opPools/opPool.ts +13 -14
- package/src/chain/opPools/utils.ts +3 -3
- package/src/chain/prepareNextSlot.ts +6 -8
- package/src/chain/produceBlock/computeNewStateRoot.ts +6 -10
- package/src/chain/produceBlock/produceBlockBody.ts +22 -49
- package/src/chain/regen/interface.ts +13 -17
- package/src/chain/regen/queued.ts +16 -20
- package/src/chain/regen/regen.ts +16 -17
- package/src/chain/serializeState.ts +3 -3
- package/src/chain/shufflingCache.ts +5 -7
- package/src/chain/stateCache/fifoBlockStateCache.ts +7 -7
- package/src/chain/stateCache/persistentCheckpointsCache.ts +27 -42
- package/src/chain/stateCache/types.ts +14 -18
- package/src/chain/validation/attesterSlashing.ts +3 -3
- package/src/chain/validation/blobSidecar.ts +1 -1
- package/src/chain/validation/block.ts +2 -4
- package/src/chain/validation/blsToExecutionChange.ts +2 -2
- package/src/chain/validation/dataColumnSidecar.ts +1 -1
- package/src/chain/validation/executionPayloadBid.ts +3 -7
- package/src/chain/validation/executionPayloadEnvelope.ts +2 -8
- package/src/chain/validation/payloadAttestationMessage.ts +2 -4
- package/src/chain/validation/proposerSlashing.ts +1 -1
- package/src/chain/validation/signatureSets/contributionAndProof.ts +2 -7
- package/src/chain/validation/signatureSets/syncCommittee.ts +2 -7
- package/src/chain/validation/signatureSets/syncCommitteeContribution.ts +2 -2
- package/src/chain/validation/signatureSets/syncCommitteeSelectionProof.ts +2 -7
- package/src/chain/validation/syncCommittee.ts +21 -20
- package/src/chain/validation/syncCommitteeContributionAndProof.ts +5 -10
- package/src/chain/validation/voluntaryExit.ts +3 -8
- package/src/chain/validatorMonitor.ts +12 -11
- package/src/metrics/metrics/lodestar.ts +23 -19
- package/src/network/gossip/encoding.ts +16 -0
- package/src/network/interface.ts +15 -2
- package/src/network/libp2p/index.ts +5 -0
- package/src/network/network.ts +32 -4
- package/src/network/processor/extractSlotRootFns.ts +1 -1
- package/src/network/processor/gossipHandlers.ts +9 -8
- package/src/network/processor/index.ts +110 -89
- package/src/network/reqresp/ReqRespBeaconNode.ts +13 -0
- package/src/network/reqresp/handlers/executionPayloadEnvelopesByRange.ts +94 -0
- package/src/network/reqresp/handlers/executionPayloadEnvelopesByRoot.ts +43 -0
- package/src/network/reqresp/handlers/index.ts +12 -0
- package/src/network/reqresp/protocols.ts +12 -0
- package/src/network/reqresp/rateLimit.ts +18 -0
- package/src/network/reqresp/score.ts +2 -0
- package/src/network/reqresp/types.ts +13 -0
- package/src/node/nodejs.ts +3 -5
- package/src/node/notifier.ts +4 -10
- package/src/sync/backfill/backfill.ts +3 -3
- package/src/sync/unknownBlock.ts +10 -50
- package/src/util/types.ts +6 -0
|
@@ -285,426 +285,11 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
285
285
|
}>;
|
|
286
286
|
}>;
|
|
287
287
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
288
|
-
}> | import("@chainsafe/ssz").ContainerType<{
|
|
289
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
290
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
291
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
292
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
293
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
294
|
-
body: import("@chainsafe/ssz").ContainerType<{
|
|
295
|
-
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
296
|
-
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
297
|
-
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
298
|
-
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
299
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
300
|
-
}>;
|
|
301
|
-
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
302
|
-
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
303
|
-
signedHeader1: import("@chainsafe/ssz").ContainerType<{
|
|
304
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
305
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
306
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
307
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
308
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
309
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
310
|
-
}>;
|
|
311
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
312
|
-
}>;
|
|
313
|
-
signedHeader2: import("@chainsafe/ssz").ContainerType<{
|
|
314
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
315
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
316
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
317
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
318
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
319
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
320
|
-
}>;
|
|
321
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
322
|
-
}>;
|
|
323
|
-
}>>;
|
|
324
|
-
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
325
|
-
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
326
|
-
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
327
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
328
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
329
|
-
index: import("@chainsafe/ssz").UintBigintType;
|
|
330
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
331
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
332
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
333
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
334
|
-
}>;
|
|
335
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
336
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
337
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
338
|
-
}>;
|
|
339
|
-
}>;
|
|
340
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
341
|
-
}>;
|
|
342
|
-
attestation2: import("@chainsafe/ssz").ContainerType<{
|
|
343
|
-
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
344
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
345
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
346
|
-
index: import("@chainsafe/ssz").UintBigintType;
|
|
347
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
348
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
349
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
350
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
351
|
-
}>;
|
|
352
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
353
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
354
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
355
|
-
}>;
|
|
356
|
-
}>;
|
|
357
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
358
|
-
}>;
|
|
359
|
-
}>>;
|
|
360
|
-
attestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
361
|
-
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
362
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
363
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
364
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
365
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
366
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
367
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
368
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
369
|
-
}>;
|
|
370
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
371
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
372
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
373
|
-
}>;
|
|
374
|
-
}>;
|
|
375
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
376
|
-
}>>;
|
|
377
|
-
deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
378
|
-
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
379
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
380
|
-
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
381
|
-
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
382
|
-
amount: import("@chainsafe/ssz").UintNumberType;
|
|
383
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
384
|
-
}>;
|
|
385
|
-
}>>;
|
|
386
|
-
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
387
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
388
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
389
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
390
|
-
}>;
|
|
391
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
392
|
-
}>>;
|
|
393
|
-
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
394
|
-
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
395
|
-
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
396
|
-
}>;
|
|
397
|
-
executionPayload: import("@chainsafe/ssz").ContainerType<{
|
|
398
|
-
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
399
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
400
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
401
|
-
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
402
|
-
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
403
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
404
|
-
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
405
|
-
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
406
|
-
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
407
|
-
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
408
|
-
extraData: import("@chainsafe/ssz").ByteListType;
|
|
409
|
-
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
410
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
411
|
-
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
412
|
-
}>;
|
|
413
|
-
}>;
|
|
414
|
-
}>;
|
|
415
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
416
288
|
}> | import("@chainsafe/ssz").ContainerType<{
|
|
417
289
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
418
290
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
419
|
-
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
420
|
-
toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
|
|
421
|
-
}>;
|
|
422
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
423
|
-
}> | import("@chainsafe/ssz").ContainerType<{
|
|
424
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
425
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
426
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
427
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
428
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
429
|
-
body: import("@chainsafe/ssz").ContainerType<{
|
|
430
|
-
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
431
|
-
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
432
|
-
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
433
|
-
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
434
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
435
|
-
}>;
|
|
436
|
-
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
437
|
-
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
438
|
-
signedHeader1: import("@chainsafe/ssz").ContainerType<{
|
|
439
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
440
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
441
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
442
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
443
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
444
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
445
|
-
}>;
|
|
446
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
447
|
-
}>;
|
|
448
|
-
signedHeader2: import("@chainsafe/ssz").ContainerType<{
|
|
449
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
450
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
451
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
452
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
453
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
454
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
455
|
-
}>;
|
|
456
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
457
|
-
}>;
|
|
458
|
-
}>>;
|
|
459
|
-
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
460
|
-
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
461
|
-
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
462
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
463
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
464
|
-
index: import("@chainsafe/ssz").UintBigintType;
|
|
465
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
466
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
467
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
468
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
469
|
-
}>;
|
|
470
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
471
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
472
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
473
|
-
}>;
|
|
474
|
-
}>;
|
|
475
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
476
|
-
}>;
|
|
477
|
-
attestation2: import("@chainsafe/ssz").ContainerType<{
|
|
478
|
-
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
479
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
480
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
481
|
-
index: import("@chainsafe/ssz").UintBigintType;
|
|
482
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
483
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
484
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
485
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
486
|
-
}>;
|
|
487
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
488
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
489
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
490
|
-
}>;
|
|
491
|
-
}>;
|
|
492
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
493
|
-
}>;
|
|
494
|
-
}>>;
|
|
495
|
-
attestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
496
|
-
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
497
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
498
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
499
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
500
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
501
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
502
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
503
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
504
|
-
}>;
|
|
505
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
506
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
507
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
508
|
-
}>;
|
|
509
|
-
}>;
|
|
510
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
511
|
-
}>>;
|
|
512
|
-
deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
513
|
-
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
514
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
515
|
-
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
516
|
-
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
517
|
-
amount: import("@chainsafe/ssz").UintNumberType;
|
|
518
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
519
|
-
}>;
|
|
520
|
-
}>>;
|
|
521
|
-
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
522
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
523
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
524
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
525
|
-
}>;
|
|
526
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
527
|
-
}>>;
|
|
528
|
-
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
529
|
-
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
530
|
-
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
531
|
-
}>;
|
|
532
|
-
executionPayload: import("@chainsafe/ssz").ContainerType<{
|
|
533
|
-
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
534
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
535
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
536
|
-
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
537
|
-
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
538
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
539
|
-
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
540
|
-
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
541
|
-
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
542
|
-
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
543
|
-
extraData: import("@chainsafe/ssz").ByteListType;
|
|
544
|
-
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
545
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
546
|
-
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
547
|
-
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
548
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
549
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
550
|
-
address: import("@lodestar/types").ExecutionAddressType;
|
|
551
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
552
|
-
}>>;
|
|
553
|
-
}>;
|
|
554
|
-
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
555
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
556
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
557
|
-
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
558
|
-
toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
|
|
559
|
-
}>;
|
|
560
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
561
|
-
}>>;
|
|
562
|
-
}>;
|
|
563
|
-
}>;
|
|
564
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
565
|
-
}> | import("@chainsafe/ssz").ContainerType<{
|
|
566
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
567
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
568
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
569
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
570
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
571
|
-
body: import("@chainsafe/ssz").ContainerType<{
|
|
572
|
-
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
573
|
-
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
574
|
-
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
575
|
-
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
576
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
577
|
-
}>;
|
|
578
|
-
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
579
|
-
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
580
|
-
signedHeader1: import("@chainsafe/ssz").ContainerType<{
|
|
581
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
582
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
583
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
584
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
585
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
586
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
587
|
-
}>;
|
|
588
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
589
|
-
}>;
|
|
590
|
-
signedHeader2: import("@chainsafe/ssz").ContainerType<{
|
|
591
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
592
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
593
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
594
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
595
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
596
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
597
|
-
}>;
|
|
598
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
599
|
-
}>;
|
|
600
|
-
}>>;
|
|
601
|
-
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
602
|
-
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
603
|
-
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
604
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
605
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
606
|
-
index: import("@chainsafe/ssz").UintBigintType;
|
|
607
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
608
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
609
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
610
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
611
|
-
}>;
|
|
612
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
613
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
614
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
615
|
-
}>;
|
|
616
|
-
}>;
|
|
617
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
618
|
-
}>;
|
|
619
|
-
attestation2: import("@chainsafe/ssz").ContainerType<{
|
|
620
|
-
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
621
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
622
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
623
|
-
index: import("@chainsafe/ssz").UintBigintType;
|
|
624
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
625
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
626
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
627
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
628
|
-
}>;
|
|
629
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
630
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
631
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
632
|
-
}>;
|
|
633
|
-
}>;
|
|
634
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
635
|
-
}>;
|
|
636
|
-
}>>;
|
|
637
|
-
attestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
638
|
-
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
639
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
640
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
641
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
642
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
643
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
644
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
645
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
646
|
-
}>;
|
|
647
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
648
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
649
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
650
|
-
}>;
|
|
651
|
-
}>;
|
|
652
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
653
|
-
}>>;
|
|
654
|
-
deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
655
|
-
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
656
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
657
|
-
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
658
|
-
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
659
|
-
amount: import("@chainsafe/ssz").UintNumberType;
|
|
660
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
661
|
-
}>;
|
|
662
|
-
}>>;
|
|
663
|
-
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
664
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
665
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
666
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
667
|
-
}>;
|
|
668
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
669
|
-
}>>;
|
|
670
|
-
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
671
|
-
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
672
|
-
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
673
|
-
}>;
|
|
674
|
-
executionPayload: import("@chainsafe/ssz").ContainerType<{
|
|
675
|
-
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
676
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
677
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
678
|
-
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
679
|
-
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
680
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
681
|
-
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
682
|
-
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
683
|
-
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
684
|
-
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
685
|
-
extraData: import("@chainsafe/ssz").ByteListType;
|
|
686
|
-
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
687
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
688
|
-
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
689
|
-
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
690
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
691
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
692
|
-
address: import("@lodestar/types").ExecutionAddressType;
|
|
693
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
694
|
-
}>>;
|
|
695
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
696
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
697
|
-
}>;
|
|
698
|
-
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
699
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
700
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
701
|
-
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
702
|
-
toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
|
|
703
|
-
}>;
|
|
704
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
705
|
-
}>>;
|
|
706
|
-
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
707
|
-
}>;
|
|
291
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
292
|
+
toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
|
|
708
293
|
}>;
|
|
709
294
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
710
295
|
}> | import("@chainsafe/ssz").ContainerType<{
|
|
@@ -723,171 +308,6 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
723
308
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
724
309
|
}>;
|
|
725
310
|
kzgCommitmentInclusionProof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
726
|
-
}> | import("@chainsafe/ssz").ContainerType<{
|
|
727
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
728
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
729
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
730
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
731
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
732
|
-
body: import("@chainsafe/ssz").ContainerType<{
|
|
733
|
-
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
734
|
-
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
735
|
-
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
736
|
-
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
737
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
738
|
-
}>;
|
|
739
|
-
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
740
|
-
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
741
|
-
signedHeader1: import("@chainsafe/ssz").ContainerType<{
|
|
742
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
743
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
744
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
745
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
746
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
747
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
748
|
-
}>;
|
|
749
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
750
|
-
}>;
|
|
751
|
-
signedHeader2: import("@chainsafe/ssz").ContainerType<{
|
|
752
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
753
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
754
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
755
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
756
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
757
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
758
|
-
}>;
|
|
759
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
760
|
-
}>;
|
|
761
|
-
}>>;
|
|
762
|
-
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
763
|
-
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
764
|
-
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
765
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
766
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
767
|
-
index: import("@chainsafe/ssz").UintBigintType;
|
|
768
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
769
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
770
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
771
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
772
|
-
}>;
|
|
773
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
774
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
775
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
776
|
-
}>;
|
|
777
|
-
}>;
|
|
778
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
779
|
-
}>;
|
|
780
|
-
attestation2: import("@chainsafe/ssz").ContainerType<{
|
|
781
|
-
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
782
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
783
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
784
|
-
index: import("@chainsafe/ssz").UintBigintType;
|
|
785
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
786
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
787
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
788
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
789
|
-
}>;
|
|
790
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
791
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
792
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
793
|
-
}>;
|
|
794
|
-
}>;
|
|
795
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
796
|
-
}>;
|
|
797
|
-
}>>;
|
|
798
|
-
attestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
799
|
-
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
800
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
801
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
802
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
803
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
804
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
805
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
806
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
807
|
-
}>;
|
|
808
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
809
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
810
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
811
|
-
}>;
|
|
812
|
-
}>;
|
|
813
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
814
|
-
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
815
|
-
}>>;
|
|
816
|
-
deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
817
|
-
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
818
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
819
|
-
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
820
|
-
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
821
|
-
amount: import("@chainsafe/ssz").UintNumberType;
|
|
822
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
823
|
-
}>;
|
|
824
|
-
}>>;
|
|
825
|
-
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
826
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
827
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
828
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
829
|
-
}>;
|
|
830
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
831
|
-
}>>;
|
|
832
|
-
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
833
|
-
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
834
|
-
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
835
|
-
}>;
|
|
836
|
-
executionPayload: import("@chainsafe/ssz").ContainerType<{
|
|
837
|
-
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
838
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
839
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
840
|
-
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
841
|
-
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
842
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
843
|
-
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
844
|
-
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
845
|
-
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
846
|
-
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
847
|
-
extraData: import("@chainsafe/ssz").ByteListType;
|
|
848
|
-
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
849
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
850
|
-
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
851
|
-
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
852
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
853
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
854
|
-
address: import("@lodestar/types").ExecutionAddressType;
|
|
855
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
856
|
-
}>>;
|
|
857
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
858
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
859
|
-
}>;
|
|
860
|
-
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
861
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
862
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
863
|
-
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
864
|
-
toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
|
|
865
|
-
}>;
|
|
866
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
867
|
-
}>>;
|
|
868
|
-
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
869
|
-
executionRequests: import("@chainsafe/ssz").ContainerType<{
|
|
870
|
-
deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
871
|
-
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
872
|
-
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
873
|
-
amount: import("@chainsafe/ssz").UintNumberType;
|
|
874
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
875
|
-
index: import("@chainsafe/ssz").UintBigintType;
|
|
876
|
-
}>>;
|
|
877
|
-
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
878
|
-
sourceAddress: import("@lodestar/types").ExecutionAddressType;
|
|
879
|
-
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
880
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
881
|
-
}>>;
|
|
882
|
-
consolidations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
883
|
-
sourceAddress: import("@lodestar/types").ExecutionAddressType;
|
|
884
|
-
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
885
|
-
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
886
|
-
}>>;
|
|
887
|
-
}>;
|
|
888
|
-
}>;
|
|
889
|
-
}>;
|
|
890
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
891
311
|
}> | import("@chainsafe/ssz").ContainerType<{
|
|
892
312
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
893
313
|
data: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -963,153 +383,6 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
963
383
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
964
384
|
}>;
|
|
965
385
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
966
|
-
}> | import("@chainsafe/ssz").ContainerType<{
|
|
967
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
968
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
969
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
970
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
971
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
972
|
-
body: import("@chainsafe/ssz").ContainerType<{
|
|
973
|
-
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
974
|
-
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
975
|
-
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
976
|
-
depositCount: import("@chainsafe/ssz").UintNumberType;
|
|
977
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
978
|
-
}>;
|
|
979
|
-
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
980
|
-
proposerSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
981
|
-
signedHeader1: import("@chainsafe/ssz").ContainerType<{
|
|
982
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
983
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
984
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
985
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
986
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
987
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
988
|
-
}>;
|
|
989
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
990
|
-
}>;
|
|
991
|
-
signedHeader2: import("@chainsafe/ssz").ContainerType<{
|
|
992
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
993
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
994
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
995
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
996
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
997
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
998
|
-
}>;
|
|
999
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1000
|
-
}>;
|
|
1001
|
-
}>>;
|
|
1002
|
-
attesterSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1003
|
-
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
1004
|
-
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
1005
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
1006
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
1007
|
-
index: import("@chainsafe/ssz").UintBigintType;
|
|
1008
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1009
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
1010
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1011
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1012
|
-
}>;
|
|
1013
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
1014
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1015
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1016
|
-
}>;
|
|
1017
|
-
}>;
|
|
1018
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1019
|
-
}>;
|
|
1020
|
-
attestation2: import("@chainsafe/ssz").ContainerType<{
|
|
1021
|
-
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
1022
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
1023
|
-
slot: import("@chainsafe/ssz").UintBigintType;
|
|
1024
|
-
index: import("@chainsafe/ssz").UintBigintType;
|
|
1025
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1026
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
1027
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1028
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1029
|
-
}>;
|
|
1030
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
1031
|
-
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1032
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1033
|
-
}>;
|
|
1034
|
-
}>;
|
|
1035
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1036
|
-
}>;
|
|
1037
|
-
}>>;
|
|
1038
|
-
attestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1039
|
-
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1040
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
1041
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1042
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
1043
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1044
|
-
source: import("@chainsafe/ssz").ContainerType<{
|
|
1045
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1046
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1047
|
-
}>;
|
|
1048
|
-
target: import("@chainsafe/ssz").ContainerType<{
|
|
1049
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1050
|
-
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1051
|
-
}>;
|
|
1052
|
-
}>;
|
|
1053
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1054
|
-
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1055
|
-
}>>;
|
|
1056
|
-
deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1057
|
-
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1058
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
1059
|
-
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1060
|
-
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
1061
|
-
amount: import("@chainsafe/ssz").UintNumberType;
|
|
1062
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1063
|
-
}>;
|
|
1064
|
-
}>>;
|
|
1065
|
-
voluntaryExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1066
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
1067
|
-
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1068
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1069
|
-
}>;
|
|
1070
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1071
|
-
}>>;
|
|
1072
|
-
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1073
|
-
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1074
|
-
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1075
|
-
}>;
|
|
1076
|
-
blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1077
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
1078
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1079
|
-
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1080
|
-
toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
|
|
1081
|
-
}>;
|
|
1082
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1083
|
-
}>>;
|
|
1084
|
-
signedExecutionPayloadBid: import("@chainsafe/ssz").ContainerType<{
|
|
1085
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
1086
|
-
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1087
|
-
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1088
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1089
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1090
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
1091
|
-
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
1092
|
-
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1093
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1094
|
-
value: import("@chainsafe/ssz").UintNumberType;
|
|
1095
|
-
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
1096
|
-
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1097
|
-
}>;
|
|
1098
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1099
|
-
}>;
|
|
1100
|
-
payloadAttestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1101
|
-
aggregationBits: import("@chainsafe/ssz").BitVectorType;
|
|
1102
|
-
data: import("@chainsafe/ssz").ContainerType<{
|
|
1103
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1104
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1105
|
-
payloadPresent: import("@chainsafe/ssz").BooleanType;
|
|
1106
|
-
blobDataAvailable: import("@chainsafe/ssz").BooleanType;
|
|
1107
|
-
}>;
|
|
1108
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1109
|
-
}>>;
|
|
1110
|
-
}>;
|
|
1111
|
-
}>;
|
|
1112
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1113
386
|
}> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
1114
387
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
1115
388
|
column: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|