import {ValueOf} from "@chainsafe/ssz"; import * as ssz from "./sszTypes.js"; export type Transaction = ValueOf; export type ExecutionPayload = ValueOf; export type ExecutionPayloadHeader = ValueOf; export type BeaconBlockBody = ValueOf; export type BeaconBlock = ValueOf; export type SignedBeaconBlock = ValueOf; export type BeaconState = ValueOf; export type PowBlock = ValueOf; export type BlindedBeaconBlockBody = ValueOf; export type BlindedBeaconBlock = ValueOf; export type SignedBlindedBeaconBlock = ValueOf; export type ValidatorRegistrationV1 = ValueOf; export type SignedValidatorRegistrationV1 = ValueOf; export type BuilderBid = ValueOf; export type SignedBuilderBid = ValueOf; export type FullOrBlindedExecutionPayload = ExecutionPayload | ExecutionPayloadHeader;