v2

package
v0.0.169 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BlockVersion_name = map[int32]string{
		0: "UNKNOWN",
		1: "PHASE0",
		2: "ALTAIR",
		3: "BELLATRIX",
		4: "CAPELLA",
		5: "DENEB",
	}
	BlockVersion_value = map[string]int32{
		"UNKNOWN":   0,
		"PHASE0":    1,
		"ALTAIR":    2,
		"BELLATRIX": 3,
		"CAPELLA":   4,
		"DENEB":     5,
	}
)

Enum value maps for BlockVersion.

View Source
var File_pkg_proto_eth_v2_beacon_block_proto protoreflect.FileDescriptor
View Source
var File_pkg_proto_eth_v2_events_proto protoreflect.FileDescriptor
View Source
var File_pkg_proto_eth_v2_withdrawals_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BLSToExecutionChange

type BLSToExecutionChange struct {
	ValidatorIndex     uint64 `protobuf:"varint,1,opt,name=validator_index,proto3" json:"validator_index,omitempty"`
	FromBlsPubkey      string `protobuf:"bytes,2,opt,name=from_bls_pubkey,proto3" json:"from_bls_pubkey,omitempty"`
	ToExecutionAddress string `protobuf:"bytes,3,opt,name=to_execution_address,proto3" json:"to_execution_address,omitempty"`
	// contains filtered or unexported fields
}

func (*BLSToExecutionChange) Descriptor deprecated

func (*BLSToExecutionChange) Descriptor() ([]byte, []int)

Deprecated: Use BLSToExecutionChange.ProtoReflect.Descriptor instead.

func (*BLSToExecutionChange) GetFromBlsPubkey

func (x *BLSToExecutionChange) GetFromBlsPubkey() string

func (*BLSToExecutionChange) GetToExecutionAddress

func (x *BLSToExecutionChange) GetToExecutionAddress() string

func (*BLSToExecutionChange) GetValidatorIndex

func (x *BLSToExecutionChange) GetValidatorIndex() uint64

func (*BLSToExecutionChange) ProtoMessage

func (*BLSToExecutionChange) ProtoMessage()

func (*BLSToExecutionChange) ProtoReflect

func (x *BLSToExecutionChange) ProtoReflect() protoreflect.Message

func (*BLSToExecutionChange) Reset

func (x *BLSToExecutionChange) Reset()

func (*BLSToExecutionChange) String

func (x *BLSToExecutionChange) String() string

type BLSToExecutionChangeV2

type BLSToExecutionChangeV2 struct {
	ValidatorIndex     *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=validator_index,proto3" json:"validator_index,omitempty"`
	FromBlsPubkey      string                  `protobuf:"bytes,2,opt,name=from_bls_pubkey,proto3" json:"from_bls_pubkey,omitempty"`
	ToExecutionAddress string                  `protobuf:"bytes,3,opt,name=to_execution_address,proto3" json:"to_execution_address,omitempty"`
	// contains filtered or unexported fields
}

func (*BLSToExecutionChangeV2) Descriptor deprecated

func (*BLSToExecutionChangeV2) Descriptor() ([]byte, []int)

Deprecated: Use BLSToExecutionChangeV2.ProtoReflect.Descriptor instead.

func (*BLSToExecutionChangeV2) GetFromBlsPubkey

func (x *BLSToExecutionChangeV2) GetFromBlsPubkey() string

func (*BLSToExecutionChangeV2) GetToExecutionAddress

func (x *BLSToExecutionChangeV2) GetToExecutionAddress() string

func (*BLSToExecutionChangeV2) GetValidatorIndex

func (x *BLSToExecutionChangeV2) GetValidatorIndex() *wrapperspb.UInt64Value

func (*BLSToExecutionChangeV2) ProtoMessage

func (*BLSToExecutionChangeV2) ProtoMessage()

func (*BLSToExecutionChangeV2) ProtoReflect

func (x *BLSToExecutionChangeV2) ProtoReflect() protoreflect.Message

func (*BLSToExecutionChangeV2) Reset

func (x *BLSToExecutionChangeV2) Reset()

func (*BLSToExecutionChangeV2) String

func (x *BLSToExecutionChangeV2) String() string

type BeaconBlockAltair

type BeaconBlockAltair struct {
	Slot          uint64                 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex uint64                 `protobuf:"varint,2,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	ParentRoot    string                 `protobuf:"bytes,3,opt,name=parent_root,proto3" json:"parent_root,omitempty"`
	StateRoot     string                 `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	Body          *BeaconBlockBodyAltair `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockAltair) Descriptor deprecated

func (*BeaconBlockAltair) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockAltair.ProtoReflect.Descriptor instead.

func (*BeaconBlockAltair) GetBody

func (*BeaconBlockAltair) GetParentRoot

func (x *BeaconBlockAltair) GetParentRoot() string

func (*BeaconBlockAltair) GetProposerIndex

func (x *BeaconBlockAltair) GetProposerIndex() uint64

func (*BeaconBlockAltair) GetSlot

func (x *BeaconBlockAltair) GetSlot() uint64

func (*BeaconBlockAltair) GetStateRoot

func (x *BeaconBlockAltair) GetStateRoot() string

func (*BeaconBlockAltair) ProtoMessage

func (*BeaconBlockAltair) ProtoMessage()

func (*BeaconBlockAltair) ProtoReflect

func (x *BeaconBlockAltair) ProtoReflect() protoreflect.Message

func (*BeaconBlockAltair) Reset

func (x *BeaconBlockAltair) Reset()

func (*BeaconBlockAltair) String

func (x *BeaconBlockAltair) String() string

type BeaconBlockAltairV2

type BeaconBlockAltairV2 struct {
	Slot          *wrapperspb.UInt64Value  `protobuf:"bytes,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex *wrapperspb.UInt64Value  `protobuf:"bytes,2,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	ParentRoot    string                   `protobuf:"bytes,3,opt,name=parent_root,proto3" json:"parent_root,omitempty"`
	StateRoot     string                   `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	Body          *BeaconBlockBodyAltairV2 `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockAltairV2) Descriptor deprecated

func (*BeaconBlockAltairV2) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockAltairV2.ProtoReflect.Descriptor instead.

func (*BeaconBlockAltairV2) GetBody

func (*BeaconBlockAltairV2) GetParentRoot

func (x *BeaconBlockAltairV2) GetParentRoot() string

func (*BeaconBlockAltairV2) GetProposerIndex

func (x *BeaconBlockAltairV2) GetProposerIndex() *wrapperspb.UInt64Value

func (*BeaconBlockAltairV2) GetSlot

func (*BeaconBlockAltairV2) GetStateRoot

func (x *BeaconBlockAltairV2) GetStateRoot() string

func (*BeaconBlockAltairV2) ProtoMessage

func (*BeaconBlockAltairV2) ProtoMessage()

func (*BeaconBlockAltairV2) ProtoReflect

func (x *BeaconBlockAltairV2) ProtoReflect() protoreflect.Message

func (*BeaconBlockAltairV2) Reset

func (x *BeaconBlockAltairV2) Reset()

func (*BeaconBlockAltairV2) String

func (x *BeaconBlockAltairV2) String() string

type BeaconBlockBellatrix

type BeaconBlockBellatrix struct {
	Slot          uint64                    `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex uint64                    `protobuf:"varint,2,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	ParentRoot    string                    `protobuf:"bytes,3,opt,name=parent_root,proto3" json:"parent_root,omitempty"`
	StateRoot     string                    `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	Body          *BeaconBlockBodyBellatrix `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBellatrix) Descriptor deprecated

func (*BeaconBlockBellatrix) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockBellatrix.ProtoReflect.Descriptor instead.

func (*BeaconBlockBellatrix) GetBody

func (*BeaconBlockBellatrix) GetParentRoot

func (x *BeaconBlockBellatrix) GetParentRoot() string

func (*BeaconBlockBellatrix) GetProposerIndex

func (x *BeaconBlockBellatrix) GetProposerIndex() uint64

func (*BeaconBlockBellatrix) GetSlot

func (x *BeaconBlockBellatrix) GetSlot() uint64

func (*BeaconBlockBellatrix) GetStateRoot

func (x *BeaconBlockBellatrix) GetStateRoot() string

func (*BeaconBlockBellatrix) ProtoMessage

func (*BeaconBlockBellatrix) ProtoMessage()

func (*BeaconBlockBellatrix) ProtoReflect

func (x *BeaconBlockBellatrix) ProtoReflect() protoreflect.Message

func (*BeaconBlockBellatrix) Reset

func (x *BeaconBlockBellatrix) Reset()

func (*BeaconBlockBellatrix) String

func (x *BeaconBlockBellatrix) String() string

type BeaconBlockBellatrixV2

type BeaconBlockBellatrixV2 struct {
	Slot          *wrapperspb.UInt64Value     `protobuf:"bytes,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex *wrapperspb.UInt64Value     `protobuf:"bytes,2,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	ParentRoot    string                      `protobuf:"bytes,3,opt,name=parent_root,proto3" json:"parent_root,omitempty"`
	StateRoot     string                      `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	Body          *BeaconBlockBodyBellatrixV2 `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBellatrixV2) Descriptor deprecated

func (*BeaconBlockBellatrixV2) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockBellatrixV2.ProtoReflect.Descriptor instead.

func (*BeaconBlockBellatrixV2) GetBody

func (*BeaconBlockBellatrixV2) GetParentRoot

func (x *BeaconBlockBellatrixV2) GetParentRoot() string

func (*BeaconBlockBellatrixV2) GetProposerIndex

func (x *BeaconBlockBellatrixV2) GetProposerIndex() *wrapperspb.UInt64Value

func (*BeaconBlockBellatrixV2) GetSlot

func (*BeaconBlockBellatrixV2) GetStateRoot

func (x *BeaconBlockBellatrixV2) GetStateRoot() string

func (*BeaconBlockBellatrixV2) ProtoMessage

func (*BeaconBlockBellatrixV2) ProtoMessage()

func (*BeaconBlockBellatrixV2) ProtoReflect

func (x *BeaconBlockBellatrixV2) ProtoReflect() protoreflect.Message

func (*BeaconBlockBellatrixV2) Reset

func (x *BeaconBlockBellatrixV2) Reset()

func (*BeaconBlockBellatrixV2) String

func (x *BeaconBlockBellatrixV2) String() string

type BeaconBlockBodyAltair

type BeaconBlockBodyAltair struct {
	RandaoReveal      string                 `protobuf:"bytes,1,opt,name=randao_reveal,proto3" json:"randao_reveal,omitempty"`
	Eth1Data          *v1.Eth1Data           `protobuf:"bytes,2,opt,name=eth1_data,proto3" json:"eth1_data,omitempty"`
	Graffiti          string                 `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty"`
	ProposerSlashings []*v1.ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,proto3" json:"proposer_slashings,omitempty"`
	// At most MAX_ATTESTER_SLASHINGS.
	AttesterSlashings []*v1.AttesterSlashing    `protobuf:"bytes,5,rep,name=attester_slashings,proto3" json:"attester_slashings,omitempty"`
	Attestations      []*v1.Attestation         `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty"`
	Deposits          []*v1.Deposit             `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty"`
	VoluntaryExits    []*v1.SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,proto3" json:"voluntary_exits,omitempty"`
	SyncAggregate     *v1.SyncAggregate         `protobuf:"bytes,9,opt,name=sync_aggregate,proto3" json:"sync_aggregate,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyAltair) Descriptor deprecated

func (*BeaconBlockBodyAltair) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockBodyAltair.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyAltair) GetAttestations

func (x *BeaconBlockBodyAltair) GetAttestations() []*v1.Attestation

func (*BeaconBlockBodyAltair) GetAttesterSlashings

func (x *BeaconBlockBodyAltair) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BeaconBlockBodyAltair) GetDeposits

func (x *BeaconBlockBodyAltair) GetDeposits() []*v1.Deposit

func (*BeaconBlockBodyAltair) GetEth1Data

func (x *BeaconBlockBodyAltair) GetEth1Data() *v1.Eth1Data

func (*BeaconBlockBodyAltair) GetGraffiti

func (x *BeaconBlockBodyAltair) GetGraffiti() string

func (*BeaconBlockBodyAltair) GetProposerSlashings

func (x *BeaconBlockBodyAltair) GetProposerSlashings() []*v1.ProposerSlashing

func (*BeaconBlockBodyAltair) GetRandaoReveal

func (x *BeaconBlockBodyAltair) GetRandaoReveal() string

func (*BeaconBlockBodyAltair) GetSyncAggregate

func (x *BeaconBlockBodyAltair) GetSyncAggregate() *v1.SyncAggregate

func (*BeaconBlockBodyAltair) GetVoluntaryExits

func (x *BeaconBlockBodyAltair) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BeaconBlockBodyAltair) ProtoMessage

func (*BeaconBlockBodyAltair) ProtoMessage()

func (*BeaconBlockBodyAltair) ProtoReflect

func (x *BeaconBlockBodyAltair) ProtoReflect() protoreflect.Message

func (*BeaconBlockBodyAltair) Reset

func (x *BeaconBlockBodyAltair) Reset()

func (*BeaconBlockBodyAltair) String

func (x *BeaconBlockBodyAltair) String() string

type BeaconBlockBodyAltairV2

type BeaconBlockBodyAltairV2 struct {
	RandaoReveal      string                 `protobuf:"bytes,1,opt,name=randao_reveal,proto3" json:"randao_reveal,omitempty"`
	Eth1Data          *v1.Eth1Data           `protobuf:"bytes,2,opt,name=eth1_data,proto3" json:"eth1_data,omitempty"`
	Graffiti          string                 `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty"`
	ProposerSlashings []*v1.ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,proto3" json:"proposer_slashings,omitempty"`
	// At most MAX_ATTESTER_SLASHINGS.
	AttesterSlashings []*v1.AttesterSlashing    `protobuf:"bytes,5,rep,name=attester_slashings,proto3" json:"attester_slashings,omitempty"`
	Attestations      []*v1.Attestation         `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty"`
	Deposits          []*v1.Deposit             `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty"`
	VoluntaryExits    []*v1.SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,proto3" json:"voluntary_exits,omitempty"`
	SyncAggregate     *v1.SyncAggregate         `protobuf:"bytes,9,opt,name=sync_aggregate,proto3" json:"sync_aggregate,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyAltairV2) Descriptor deprecated

func (*BeaconBlockBodyAltairV2) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockBodyAltairV2.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyAltairV2) GetAttestations

func (x *BeaconBlockBodyAltairV2) GetAttestations() []*v1.Attestation

func (*BeaconBlockBodyAltairV2) GetAttesterSlashings

func (x *BeaconBlockBodyAltairV2) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BeaconBlockBodyAltairV2) GetDeposits

func (x *BeaconBlockBodyAltairV2) GetDeposits() []*v1.Deposit

func (*BeaconBlockBodyAltairV2) GetEth1Data

func (x *BeaconBlockBodyAltairV2) GetEth1Data() *v1.Eth1Data

func (*BeaconBlockBodyAltairV2) GetGraffiti

func (x *BeaconBlockBodyAltairV2) GetGraffiti() string

func (*BeaconBlockBodyAltairV2) GetProposerSlashings

func (x *BeaconBlockBodyAltairV2) GetProposerSlashings() []*v1.ProposerSlashing

func (*BeaconBlockBodyAltairV2) GetRandaoReveal

func (x *BeaconBlockBodyAltairV2) GetRandaoReveal() string

func (*BeaconBlockBodyAltairV2) GetSyncAggregate

func (x *BeaconBlockBodyAltairV2) GetSyncAggregate() *v1.SyncAggregate

func (*BeaconBlockBodyAltairV2) GetVoluntaryExits

func (x *BeaconBlockBodyAltairV2) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BeaconBlockBodyAltairV2) ProtoMessage

func (*BeaconBlockBodyAltairV2) ProtoMessage()

func (*BeaconBlockBodyAltairV2) ProtoReflect

func (x *BeaconBlockBodyAltairV2) ProtoReflect() protoreflect.Message

func (*BeaconBlockBodyAltairV2) Reset

func (x *BeaconBlockBodyAltairV2) Reset()

func (*BeaconBlockBodyAltairV2) String

func (x *BeaconBlockBodyAltairV2) String() string

type BeaconBlockBodyBellatrix

type BeaconBlockBodyBellatrix struct {
	RandaoReveal      string                    `protobuf:"bytes,1,opt,name=randao_reveal,proto3" json:"randao_reveal,omitempty"`
	Eth1Data          *v1.Eth1Data              `protobuf:"bytes,2,opt,name=eth1_data,proto3" json:"eth1_data,omitempty"`
	Graffiti          string                    `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty"`
	ProposerSlashings []*v1.ProposerSlashing    `protobuf:"bytes,4,rep,name=proposer_slashings,proto3" json:"proposer_slashings,omitempty"`
	AttesterSlashings []*v1.AttesterSlashing    `protobuf:"bytes,5,rep,name=attester_slashings,proto3" json:"attester_slashings,omitempty"`
	Attestations      []*v1.Attestation         `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty"`
	Deposits          []*v1.Deposit             `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty"`
	VoluntaryExits    []*v1.SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,proto3" json:"voluntary_exits,omitempty"`
	SyncAggregate     *v1.SyncAggregate         `protobuf:"bytes,9,opt,name=sync_aggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayload  *v1.ExecutionPayload      `protobuf:"bytes,10,opt,name=execution_payload,proto3" json:"execution_payload,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyBellatrix) Descriptor deprecated

func (*BeaconBlockBodyBellatrix) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockBodyBellatrix.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyBellatrix) GetAttestations

func (x *BeaconBlockBodyBellatrix) GetAttestations() []*v1.Attestation

func (*BeaconBlockBodyBellatrix) GetAttesterSlashings

func (x *BeaconBlockBodyBellatrix) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BeaconBlockBodyBellatrix) GetDeposits

func (x *BeaconBlockBodyBellatrix) GetDeposits() []*v1.Deposit

func (*BeaconBlockBodyBellatrix) GetEth1Data

func (x *BeaconBlockBodyBellatrix) GetEth1Data() *v1.Eth1Data

func (*BeaconBlockBodyBellatrix) GetExecutionPayload

func (x *BeaconBlockBodyBellatrix) GetExecutionPayload() *v1.ExecutionPayload

func (*BeaconBlockBodyBellatrix) GetGraffiti

func (x *BeaconBlockBodyBellatrix) GetGraffiti() string

func (*BeaconBlockBodyBellatrix) GetProposerSlashings

func (x *BeaconBlockBodyBellatrix) GetProposerSlashings() []*v1.ProposerSlashing

func (*BeaconBlockBodyBellatrix) GetRandaoReveal

func (x *BeaconBlockBodyBellatrix) GetRandaoReveal() string

func (*BeaconBlockBodyBellatrix) GetSyncAggregate

func (x *BeaconBlockBodyBellatrix) GetSyncAggregate() *v1.SyncAggregate

func (*BeaconBlockBodyBellatrix) GetVoluntaryExits

func (x *BeaconBlockBodyBellatrix) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BeaconBlockBodyBellatrix) ProtoMessage

func (*BeaconBlockBodyBellatrix) ProtoMessage()

func (*BeaconBlockBodyBellatrix) ProtoReflect

func (x *BeaconBlockBodyBellatrix) ProtoReflect() protoreflect.Message

func (*BeaconBlockBodyBellatrix) Reset

func (x *BeaconBlockBodyBellatrix) Reset()

func (*BeaconBlockBodyBellatrix) String

func (x *BeaconBlockBodyBellatrix) String() string

type BeaconBlockBodyBellatrixV2

type BeaconBlockBodyBellatrixV2 struct {
	RandaoReveal      string                    `protobuf:"bytes,1,opt,name=randao_reveal,proto3" json:"randao_reveal,omitempty"`
	Eth1Data          *v1.Eth1Data              `protobuf:"bytes,2,opt,name=eth1_data,proto3" json:"eth1_data,omitempty"`
	Graffiti          string                    `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty"`
	ProposerSlashings []*v1.ProposerSlashing    `protobuf:"bytes,4,rep,name=proposer_slashings,proto3" json:"proposer_slashings,omitempty"`
	AttesterSlashings []*v1.AttesterSlashing    `protobuf:"bytes,5,rep,name=attester_slashings,proto3" json:"attester_slashings,omitempty"`
	Attestations      []*v1.Attestation         `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty"`
	Deposits          []*v1.Deposit             `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty"`
	VoluntaryExits    []*v1.SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,proto3" json:"voluntary_exits,omitempty"`
	SyncAggregate     *v1.SyncAggregate         `protobuf:"bytes,9,opt,name=sync_aggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayload  *v1.ExecutionPayloadV2    `protobuf:"bytes,10,opt,name=execution_payload,proto3" json:"execution_payload,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyBellatrixV2) Descriptor deprecated

func (*BeaconBlockBodyBellatrixV2) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockBodyBellatrixV2.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyBellatrixV2) GetAttestations

func (x *BeaconBlockBodyBellatrixV2) GetAttestations() []*v1.Attestation

func (*BeaconBlockBodyBellatrixV2) GetAttesterSlashings

func (x *BeaconBlockBodyBellatrixV2) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BeaconBlockBodyBellatrixV2) GetDeposits

func (x *BeaconBlockBodyBellatrixV2) GetDeposits() []*v1.Deposit

func (*BeaconBlockBodyBellatrixV2) GetEth1Data

func (x *BeaconBlockBodyBellatrixV2) GetEth1Data() *v1.Eth1Data

func (*BeaconBlockBodyBellatrixV2) GetExecutionPayload

func (x *BeaconBlockBodyBellatrixV2) GetExecutionPayload() *v1.ExecutionPayloadV2

func (*BeaconBlockBodyBellatrixV2) GetGraffiti

func (x *BeaconBlockBodyBellatrixV2) GetGraffiti() string

func (*BeaconBlockBodyBellatrixV2) GetProposerSlashings

func (x *BeaconBlockBodyBellatrixV2) GetProposerSlashings() []*v1.ProposerSlashing

func (*BeaconBlockBodyBellatrixV2) GetRandaoReveal

func (x *BeaconBlockBodyBellatrixV2) GetRandaoReveal() string

func (*BeaconBlockBodyBellatrixV2) GetSyncAggregate

func (x *BeaconBlockBodyBellatrixV2) GetSyncAggregate() *v1.SyncAggregate

func (*BeaconBlockBodyBellatrixV2) GetVoluntaryExits

func (x *BeaconBlockBodyBellatrixV2) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BeaconBlockBodyBellatrixV2) ProtoMessage

func (*BeaconBlockBodyBellatrixV2) ProtoMessage()

func (*BeaconBlockBodyBellatrixV2) ProtoReflect

func (*BeaconBlockBodyBellatrixV2) Reset

func (x *BeaconBlockBodyBellatrixV2) Reset()

func (*BeaconBlockBodyBellatrixV2) String

func (x *BeaconBlockBodyBellatrixV2) String() string

type BeaconBlockBodyCapella

type BeaconBlockBodyCapella struct {
	RandaoReveal          string                        `protobuf:"bytes,1,opt,name=randao_reveal,proto3" json:"randao_reveal,omitempty"`
	Eth1Data              *v1.Eth1Data                  `protobuf:"bytes,2,opt,name=eth1_data,proto3" json:"eth1_data,omitempty"`
	Graffiti              string                        `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty"`
	ProposerSlashings     []*v1.ProposerSlashing        `protobuf:"bytes,4,rep,name=proposer_slashings,proto3" json:"proposer_slashings,omitempty"`
	AttesterSlashings     []*v1.AttesterSlashing        `protobuf:"bytes,5,rep,name=attester_slashings,proto3" json:"attester_slashings,omitempty"`
	Attestations          []*v1.Attestation             `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty"`
	Deposits              []*v1.Deposit                 `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty"`
	VoluntaryExits        []*v1.SignedVoluntaryExit     `protobuf:"bytes,8,rep,name=voluntary_exits,proto3" json:"voluntary_exits,omitempty"`
	SyncAggregate         *v1.SyncAggregate             `protobuf:"bytes,9,opt,name=sync_aggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayload      *v1.ExecutionPayloadCapella   `protobuf:"bytes,10,opt,name=execution_payload,proto3" json:"execution_payload,omitempty"`
	BlsToExecutionChanges []*SignedBLSToExecutionChange `protobuf:"bytes,11,rep,name=bls_to_execution_changes,proto3" json:"bls_to_execution_changes,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyCapella) Descriptor deprecated

func (*BeaconBlockBodyCapella) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockBodyCapella.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyCapella) GetAttestations

func (x *BeaconBlockBodyCapella) GetAttestations() []*v1.Attestation

func (*BeaconBlockBodyCapella) GetAttesterSlashings

func (x *BeaconBlockBodyCapella) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BeaconBlockBodyCapella) GetBlsToExecutionChanges

func (x *BeaconBlockBodyCapella) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange

func (*BeaconBlockBodyCapella) GetDeposits

func (x *BeaconBlockBodyCapella) GetDeposits() []*v1.Deposit

func (*BeaconBlockBodyCapella) GetEth1Data

func (x *BeaconBlockBodyCapella) GetEth1Data() *v1.Eth1Data

func (*BeaconBlockBodyCapella) GetExecutionPayload

func (x *BeaconBlockBodyCapella) GetExecutionPayload() *v1.ExecutionPayloadCapella

func (*BeaconBlockBodyCapella) GetGraffiti

func (x *BeaconBlockBodyCapella) GetGraffiti() string

func (*BeaconBlockBodyCapella) GetProposerSlashings

func (x *BeaconBlockBodyCapella) GetProposerSlashings() []*v1.ProposerSlashing

func (*BeaconBlockBodyCapella) GetRandaoReveal

func (x *BeaconBlockBodyCapella) GetRandaoReveal() string

func (*BeaconBlockBodyCapella) GetSyncAggregate

func (x *BeaconBlockBodyCapella) GetSyncAggregate() *v1.SyncAggregate

func (*BeaconBlockBodyCapella) GetVoluntaryExits

func (x *BeaconBlockBodyCapella) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BeaconBlockBodyCapella) ProtoMessage

func (*BeaconBlockBodyCapella) ProtoMessage()

func (*BeaconBlockBodyCapella) ProtoReflect

func (x *BeaconBlockBodyCapella) ProtoReflect() protoreflect.Message

func (*BeaconBlockBodyCapella) Reset

func (x *BeaconBlockBodyCapella) Reset()

func (*BeaconBlockBodyCapella) String

func (x *BeaconBlockBodyCapella) String() string

type BeaconBlockBodyCapellaV2

type BeaconBlockBodyCapellaV2 struct {
	RandaoReveal          string                        `protobuf:"bytes,1,opt,name=randao_reveal,proto3" json:"randao_reveal,omitempty"`
	Eth1Data              *v1.Eth1Data                  `protobuf:"bytes,2,opt,name=eth1_data,proto3" json:"eth1_data,omitempty"`
	Graffiti              string                        `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty"`
	ProposerSlashings     []*v1.ProposerSlashing        `protobuf:"bytes,4,rep,name=proposer_slashings,proto3" json:"proposer_slashings,omitempty"`
	AttesterSlashings     []*v1.AttesterSlashing        `protobuf:"bytes,5,rep,name=attester_slashings,proto3" json:"attester_slashings,omitempty"`
	Attestations          []*v1.Attestation             `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty"`
	Deposits              []*v1.Deposit                 `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty"`
	VoluntaryExits        []*v1.SignedVoluntaryExit     `protobuf:"bytes,8,rep,name=voluntary_exits,proto3" json:"voluntary_exits,omitempty"`
	SyncAggregate         *v1.SyncAggregate             `protobuf:"bytes,9,opt,name=sync_aggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayload      *v1.ExecutionPayloadCapellaV2 `protobuf:"bytes,10,opt,name=execution_payload,proto3" json:"execution_payload,omitempty"`
	BlsToExecutionChanges []*SignedBLSToExecutionChange `protobuf:"bytes,11,rep,name=bls_to_execution_changes,proto3" json:"bls_to_execution_changes,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyCapellaV2) Descriptor deprecated

func (*BeaconBlockBodyCapellaV2) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockBodyCapellaV2.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyCapellaV2) GetAttestations

func (x *BeaconBlockBodyCapellaV2) GetAttestations() []*v1.Attestation

func (*BeaconBlockBodyCapellaV2) GetAttesterSlashings

func (x *BeaconBlockBodyCapellaV2) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BeaconBlockBodyCapellaV2) GetBlsToExecutionChanges

func (x *BeaconBlockBodyCapellaV2) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange

func (*BeaconBlockBodyCapellaV2) GetDeposits

func (x *BeaconBlockBodyCapellaV2) GetDeposits() []*v1.Deposit

func (*BeaconBlockBodyCapellaV2) GetEth1Data

func (x *BeaconBlockBodyCapellaV2) GetEth1Data() *v1.Eth1Data

func (*BeaconBlockBodyCapellaV2) GetExecutionPayload

func (x *BeaconBlockBodyCapellaV2) GetExecutionPayload() *v1.ExecutionPayloadCapellaV2

func (*BeaconBlockBodyCapellaV2) GetGraffiti

func (x *BeaconBlockBodyCapellaV2) GetGraffiti() string

func (*BeaconBlockBodyCapellaV2) GetProposerSlashings

func (x *BeaconBlockBodyCapellaV2) GetProposerSlashings() []*v1.ProposerSlashing

func (*BeaconBlockBodyCapellaV2) GetRandaoReveal

func (x *BeaconBlockBodyCapellaV2) GetRandaoReveal() string

func (*BeaconBlockBodyCapellaV2) GetSyncAggregate

func (x *BeaconBlockBodyCapellaV2) GetSyncAggregate() *v1.SyncAggregate

func (*BeaconBlockBodyCapellaV2) GetVoluntaryExits

func (x *BeaconBlockBodyCapellaV2) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BeaconBlockBodyCapellaV2) ProtoMessage

func (*BeaconBlockBodyCapellaV2) ProtoMessage()

func (*BeaconBlockBodyCapellaV2) ProtoReflect

func (x *BeaconBlockBodyCapellaV2) ProtoReflect() protoreflect.Message

func (*BeaconBlockBodyCapellaV2) Reset

func (x *BeaconBlockBodyCapellaV2) Reset()

func (*BeaconBlockBodyCapellaV2) String

func (x *BeaconBlockBodyCapellaV2) String() string

type BeaconBlockBodyDeneb

type BeaconBlockBodyDeneb struct {
	RandaoReveal          string                        `protobuf:"bytes,1,opt,name=randao_reveal,proto3" json:"randao_reveal,omitempty"`
	Eth1Data              *v1.Eth1Data                  `protobuf:"bytes,2,opt,name=eth1_data,proto3" json:"eth1_data,omitempty"`
	Graffiti              string                        `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty"`
	ProposerSlashings     []*v1.ProposerSlashing        `protobuf:"bytes,4,rep,name=proposer_slashings,proto3" json:"proposer_slashings,omitempty"`
	AttesterSlashings     []*v1.AttesterSlashing        `protobuf:"bytes,5,rep,name=attester_slashings,proto3" json:"attester_slashings,omitempty"`
	Attestations          []*v1.Attestation             `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty"`
	Deposits              []*v1.Deposit                 `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty"`
	VoluntaryExits        []*v1.SignedVoluntaryExit     `protobuf:"bytes,8,rep,name=voluntary_exits,proto3" json:"voluntary_exits,omitempty"`
	SyncAggregate         *v1.SyncAggregate             `protobuf:"bytes,9,opt,name=sync_aggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayload      *v1.ExecutionPayloadDeneb     `protobuf:"bytes,10,opt,name=execution_payload,proto3" json:"execution_payload,omitempty"`
	BlsToExecutionChanges []*SignedBLSToExecutionChange `protobuf:"bytes,11,rep,name=bls_to_execution_changes,proto3" json:"bls_to_execution_changes,omitempty"`
	BlobKzgCommitments    []string                      `protobuf:"bytes,12,rep,name=blob_kzg_commitments,proto3" json:"blob_kzg_commitments,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyDeneb) Descriptor deprecated

func (*BeaconBlockBodyDeneb) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockBodyDeneb.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyDeneb) GetAttestations

func (x *BeaconBlockBodyDeneb) GetAttestations() []*v1.Attestation

func (*BeaconBlockBodyDeneb) GetAttesterSlashings

func (x *BeaconBlockBodyDeneb) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BeaconBlockBodyDeneb) GetBlobKzgCommitments

func (x *BeaconBlockBodyDeneb) GetBlobKzgCommitments() []string

func (*BeaconBlockBodyDeneb) GetBlsToExecutionChanges

func (x *BeaconBlockBodyDeneb) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange

func (*BeaconBlockBodyDeneb) GetDeposits

func (x *BeaconBlockBodyDeneb) GetDeposits() []*v1.Deposit

func (*BeaconBlockBodyDeneb) GetEth1Data

func (x *BeaconBlockBodyDeneb) GetEth1Data() *v1.Eth1Data

func (*BeaconBlockBodyDeneb) GetExecutionPayload

func (x *BeaconBlockBodyDeneb) GetExecutionPayload() *v1.ExecutionPayloadDeneb

func (*BeaconBlockBodyDeneb) GetGraffiti

func (x *BeaconBlockBodyDeneb) GetGraffiti() string

func (*BeaconBlockBodyDeneb) GetProposerSlashings

func (x *BeaconBlockBodyDeneb) GetProposerSlashings() []*v1.ProposerSlashing

func (*BeaconBlockBodyDeneb) GetRandaoReveal

func (x *BeaconBlockBodyDeneb) GetRandaoReveal() string

func (*BeaconBlockBodyDeneb) GetSyncAggregate

func (x *BeaconBlockBodyDeneb) GetSyncAggregate() *v1.SyncAggregate

func (*BeaconBlockBodyDeneb) GetVoluntaryExits

func (x *BeaconBlockBodyDeneb) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BeaconBlockBodyDeneb) ProtoMessage

func (*BeaconBlockBodyDeneb) ProtoMessage()

func (*BeaconBlockBodyDeneb) ProtoReflect

func (x *BeaconBlockBodyDeneb) ProtoReflect() protoreflect.Message

func (*BeaconBlockBodyDeneb) Reset

func (x *BeaconBlockBodyDeneb) Reset()

func (*BeaconBlockBodyDeneb) String

func (x *BeaconBlockBodyDeneb) String() string

type BeaconBlockCapella

type BeaconBlockCapella struct {
	Slot          uint64                  `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex uint64                  `protobuf:"varint,2,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	ParentRoot    string                  `protobuf:"bytes,3,opt,name=parent_root,proto3" json:"parent_root,omitempty"`
	StateRoot     string                  `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	Body          *BeaconBlockBodyCapella `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockCapella) Descriptor deprecated

func (*BeaconBlockCapella) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockCapella.ProtoReflect.Descriptor instead.

func (*BeaconBlockCapella) GetBody

func (*BeaconBlockCapella) GetParentRoot

func (x *BeaconBlockCapella) GetParentRoot() string

func (*BeaconBlockCapella) GetProposerIndex

func (x *BeaconBlockCapella) GetProposerIndex() uint64

func (*BeaconBlockCapella) GetSlot

func (x *BeaconBlockCapella) GetSlot() uint64

func (*BeaconBlockCapella) GetStateRoot

func (x *BeaconBlockCapella) GetStateRoot() string

func (*BeaconBlockCapella) ProtoMessage

func (*BeaconBlockCapella) ProtoMessage()

func (*BeaconBlockCapella) ProtoReflect

func (x *BeaconBlockCapella) ProtoReflect() protoreflect.Message

func (*BeaconBlockCapella) Reset

func (x *BeaconBlockCapella) Reset()

func (*BeaconBlockCapella) String

func (x *BeaconBlockCapella) String() string

type BeaconBlockCapellaV2

type BeaconBlockCapellaV2 struct {
	Slot          *wrapperspb.UInt64Value   `protobuf:"bytes,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex *wrapperspb.UInt64Value   `protobuf:"bytes,2,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	ParentRoot    string                    `protobuf:"bytes,3,opt,name=parent_root,proto3" json:"parent_root,omitempty"`
	StateRoot     string                    `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	Body          *BeaconBlockBodyCapellaV2 `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockCapellaV2) Descriptor deprecated

func (*BeaconBlockCapellaV2) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockCapellaV2.ProtoReflect.Descriptor instead.

func (*BeaconBlockCapellaV2) GetBody

func (*BeaconBlockCapellaV2) GetParentRoot

func (x *BeaconBlockCapellaV2) GetParentRoot() string

func (*BeaconBlockCapellaV2) GetProposerIndex

func (x *BeaconBlockCapellaV2) GetProposerIndex() *wrapperspb.UInt64Value

func (*BeaconBlockCapellaV2) GetSlot

func (*BeaconBlockCapellaV2) GetStateRoot

func (x *BeaconBlockCapellaV2) GetStateRoot() string

func (*BeaconBlockCapellaV2) ProtoMessage

func (*BeaconBlockCapellaV2) ProtoMessage()

func (*BeaconBlockCapellaV2) ProtoReflect

func (x *BeaconBlockCapellaV2) ProtoReflect() protoreflect.Message

func (*BeaconBlockCapellaV2) Reset

func (x *BeaconBlockCapellaV2) Reset()

func (*BeaconBlockCapellaV2) String

func (x *BeaconBlockCapellaV2) String() string

type BeaconBlockDeneb

type BeaconBlockDeneb struct {
	Slot          *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	ParentRoot    string                  `protobuf:"bytes,3,opt,name=parent_root,proto3" json:"parent_root,omitempty"`
	StateRoot     string                  `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	Body          *BeaconBlockBodyDeneb   `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockDeneb) Descriptor deprecated

func (*BeaconBlockDeneb) Descriptor() ([]byte, []int)

Deprecated: Use BeaconBlockDeneb.ProtoReflect.Descriptor instead.

func (*BeaconBlockDeneb) GetBody

func (x *BeaconBlockDeneb) GetBody() *BeaconBlockBodyDeneb

func (*BeaconBlockDeneb) GetParentRoot

func (x *BeaconBlockDeneb) GetParentRoot() string

func (*BeaconBlockDeneb) GetProposerIndex

func (x *BeaconBlockDeneb) GetProposerIndex() *wrapperspb.UInt64Value

func (*BeaconBlockDeneb) GetSlot

func (x *BeaconBlockDeneb) GetSlot() *wrapperspb.UInt64Value

func (*BeaconBlockDeneb) GetStateRoot

func (x *BeaconBlockDeneb) GetStateRoot() string

func (*BeaconBlockDeneb) ProtoMessage

func (*BeaconBlockDeneb) ProtoMessage()

func (*BeaconBlockDeneb) ProtoReflect

func (x *BeaconBlockDeneb) ProtoReflect() protoreflect.Message

func (*BeaconBlockDeneb) Reset

func (x *BeaconBlockDeneb) Reset()

func (*BeaconBlockDeneb) String

func (x *BeaconBlockDeneb) String() string

type BlindedBeaconBlockBellatrix

type BlindedBeaconBlockBellatrix struct {
	Slot          uint64                           `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex uint64                           `protobuf:"varint,2,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	ParentRoot    string                           `protobuf:"bytes,3,opt,name=parent_root,proto3" json:"parent_root,omitempty"`
	StateRoot     string                           `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	Body          *BlindedBeaconBlockBodyBellatrix `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockBellatrix) Descriptor deprecated

func (*BlindedBeaconBlockBellatrix) Descriptor() ([]byte, []int)

Deprecated: Use BlindedBeaconBlockBellatrix.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBellatrix) GetBody

func (*BlindedBeaconBlockBellatrix) GetParentRoot

func (x *BlindedBeaconBlockBellatrix) GetParentRoot() string

func (*BlindedBeaconBlockBellatrix) GetProposerIndex

func (x *BlindedBeaconBlockBellatrix) GetProposerIndex() uint64

func (*BlindedBeaconBlockBellatrix) GetSlot

func (x *BlindedBeaconBlockBellatrix) GetSlot() uint64

func (*BlindedBeaconBlockBellatrix) GetStateRoot

func (x *BlindedBeaconBlockBellatrix) GetStateRoot() string

func (*BlindedBeaconBlockBellatrix) ProtoMessage

func (*BlindedBeaconBlockBellatrix) ProtoMessage()

func (*BlindedBeaconBlockBellatrix) ProtoReflect

func (*BlindedBeaconBlockBellatrix) Reset

func (x *BlindedBeaconBlockBellatrix) Reset()

func (*BlindedBeaconBlockBellatrix) String

func (x *BlindedBeaconBlockBellatrix) String() string

type BlindedBeaconBlockBellatrixV2

type BlindedBeaconBlockBellatrixV2 struct {
	Slot          *wrapperspb.UInt64Value            `protobuf:"bytes,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex *wrapperspb.UInt64Value            `protobuf:"bytes,2,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	ParentRoot    string                             `protobuf:"bytes,3,opt,name=parent_root,proto3" json:"parent_root,omitempty"`
	StateRoot     string                             `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	Body          *BlindedBeaconBlockBodyBellatrixV2 `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockBellatrixV2) Descriptor deprecated

func (*BlindedBeaconBlockBellatrixV2) Descriptor() ([]byte, []int)

Deprecated: Use BlindedBeaconBlockBellatrixV2.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBellatrixV2) GetBody

func (*BlindedBeaconBlockBellatrixV2) GetParentRoot

func (x *BlindedBeaconBlockBellatrixV2) GetParentRoot() string

func (*BlindedBeaconBlockBellatrixV2) GetProposerIndex

func (x *BlindedBeaconBlockBellatrixV2) GetProposerIndex() *wrapperspb.UInt64Value

func (*BlindedBeaconBlockBellatrixV2) GetSlot

func (*BlindedBeaconBlockBellatrixV2) GetStateRoot

func (x *BlindedBeaconBlockBellatrixV2) GetStateRoot() string

func (*BlindedBeaconBlockBellatrixV2) ProtoMessage

func (*BlindedBeaconBlockBellatrixV2) ProtoMessage()

func (*BlindedBeaconBlockBellatrixV2) ProtoReflect

func (*BlindedBeaconBlockBellatrixV2) Reset

func (x *BlindedBeaconBlockBellatrixV2) Reset()

func (*BlindedBeaconBlockBellatrixV2) String

type BlindedBeaconBlockBodyBellatrix

type BlindedBeaconBlockBodyBellatrix struct {
	RandaoReveal           string                     `protobuf:"bytes,1,opt,name=randao_reveal,proto3" json:"randao_reveal,omitempty"`
	Eth1Data               *v1.Eth1Data               `protobuf:"bytes,2,opt,name=eth1_data,proto3" json:"eth1_data,omitempty"`
	Graffiti               string                     `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty"`
	ProposerSlashings      []*v1.ProposerSlashing     `protobuf:"bytes,4,rep,name=proposer_slashings,proto3" json:"proposer_slashings,omitempty"`
	AttesterSlashings      []*v1.AttesterSlashing     `protobuf:"bytes,5,rep,name=attester_slashings,proto3" json:"attester_slashings,omitempty"`
	Attestations           []*v1.Attestation          `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty"`
	Deposits               []*v1.Deposit              `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty"`
	VoluntaryExits         []*v1.SignedVoluntaryExit  `protobuf:"bytes,8,rep,name=voluntary_exits,proto3" json:"voluntary_exits,omitempty"`
	SyncAggregate          *v1.SyncAggregate          `protobuf:"bytes,9,opt,name=sync_aggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayloadHeader *v1.ExecutionPayloadHeader `protobuf:"bytes,10,opt,name=execution_payload_header,proto3" json:"execution_payload_header,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockBodyBellatrix) Descriptor deprecated

func (*BlindedBeaconBlockBodyBellatrix) Descriptor() ([]byte, []int)

Deprecated: Use BlindedBeaconBlockBodyBellatrix.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBodyBellatrix) GetAttestations

func (x *BlindedBeaconBlockBodyBellatrix) GetAttestations() []*v1.Attestation

func (*BlindedBeaconBlockBodyBellatrix) GetAttesterSlashings

func (x *BlindedBeaconBlockBodyBellatrix) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BlindedBeaconBlockBodyBellatrix) GetDeposits

func (x *BlindedBeaconBlockBodyBellatrix) GetDeposits() []*v1.Deposit

func (*BlindedBeaconBlockBodyBellatrix) GetEth1Data

func (x *BlindedBeaconBlockBodyBellatrix) GetEth1Data() *v1.Eth1Data

func (*BlindedBeaconBlockBodyBellatrix) GetExecutionPayloadHeader

func (x *BlindedBeaconBlockBodyBellatrix) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeader

func (*BlindedBeaconBlockBodyBellatrix) GetGraffiti

func (x *BlindedBeaconBlockBodyBellatrix) GetGraffiti() string

func (*BlindedBeaconBlockBodyBellatrix) GetProposerSlashings

func (x *BlindedBeaconBlockBodyBellatrix) GetProposerSlashings() []*v1.ProposerSlashing

func (*BlindedBeaconBlockBodyBellatrix) GetRandaoReveal

func (x *BlindedBeaconBlockBodyBellatrix) GetRandaoReveal() string

func (*BlindedBeaconBlockBodyBellatrix) GetSyncAggregate

func (x *BlindedBeaconBlockBodyBellatrix) GetSyncAggregate() *v1.SyncAggregate

func (*BlindedBeaconBlockBodyBellatrix) GetVoluntaryExits

func (x *BlindedBeaconBlockBodyBellatrix) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BlindedBeaconBlockBodyBellatrix) ProtoMessage

func (*BlindedBeaconBlockBodyBellatrix) ProtoMessage()

func (*BlindedBeaconBlockBodyBellatrix) ProtoReflect

func (*BlindedBeaconBlockBodyBellatrix) Reset

func (*BlindedBeaconBlockBodyBellatrix) String

type BlindedBeaconBlockBodyBellatrixV2

type BlindedBeaconBlockBodyBellatrixV2 struct {
	RandaoReveal           string                       `protobuf:"bytes,1,opt,name=randao_reveal,proto3" json:"randao_reveal,omitempty"`
	Eth1Data               *v1.Eth1Data                 `protobuf:"bytes,2,opt,name=eth1_data,proto3" json:"eth1_data,omitempty"`
	Graffiti               string                       `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty"`
	ProposerSlashings      []*v1.ProposerSlashing       `protobuf:"bytes,4,rep,name=proposer_slashings,proto3" json:"proposer_slashings,omitempty"`
	AttesterSlashings      []*v1.AttesterSlashing       `protobuf:"bytes,5,rep,name=attester_slashings,proto3" json:"attester_slashings,omitempty"`
	Attestations           []*v1.Attestation            `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty"`
	Deposits               []*v1.Deposit                `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty"`
	VoluntaryExits         []*v1.SignedVoluntaryExit    `protobuf:"bytes,8,rep,name=voluntary_exits,proto3" json:"voluntary_exits,omitempty"`
	SyncAggregate          *v1.SyncAggregate            `protobuf:"bytes,9,opt,name=sync_aggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayloadHeader *v1.ExecutionPayloadHeaderV2 `protobuf:"bytes,10,opt,name=execution_payload_header,proto3" json:"execution_payload_header,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockBodyBellatrixV2) Descriptor deprecated

func (*BlindedBeaconBlockBodyBellatrixV2) Descriptor() ([]byte, []int)

Deprecated: Use BlindedBeaconBlockBodyBellatrixV2.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBodyBellatrixV2) GetAttestations

func (x *BlindedBeaconBlockBodyBellatrixV2) GetAttestations() []*v1.Attestation

func (*BlindedBeaconBlockBodyBellatrixV2) GetAttesterSlashings

func (x *BlindedBeaconBlockBodyBellatrixV2) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BlindedBeaconBlockBodyBellatrixV2) GetDeposits

func (x *BlindedBeaconBlockBodyBellatrixV2) GetDeposits() []*v1.Deposit

func (*BlindedBeaconBlockBodyBellatrixV2) GetEth1Data

func (x *BlindedBeaconBlockBodyBellatrixV2) GetEth1Data() *v1.Eth1Data

func (*BlindedBeaconBlockBodyBellatrixV2) GetExecutionPayloadHeader

func (x *BlindedBeaconBlockBodyBellatrixV2) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeaderV2

func (*BlindedBeaconBlockBodyBellatrixV2) GetGraffiti

func (x *BlindedBeaconBlockBodyBellatrixV2) GetGraffiti() string

func (*BlindedBeaconBlockBodyBellatrixV2) GetProposerSlashings

func (x *BlindedBeaconBlockBodyBellatrixV2) GetProposerSlashings() []*v1.ProposerSlashing

func (*BlindedBeaconBlockBodyBellatrixV2) GetRandaoReveal

func (x *BlindedBeaconBlockBodyBellatrixV2) GetRandaoReveal() string

func (*BlindedBeaconBlockBodyBellatrixV2) GetSyncAggregate

func (x *BlindedBeaconBlockBodyBellatrixV2) GetSyncAggregate() *v1.SyncAggregate

func (*BlindedBeaconBlockBodyBellatrixV2) GetVoluntaryExits

func (x *BlindedBeaconBlockBodyBellatrixV2) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BlindedBeaconBlockBodyBellatrixV2) ProtoMessage

func (*BlindedBeaconBlockBodyBellatrixV2) ProtoMessage()

func (*BlindedBeaconBlockBodyBellatrixV2) ProtoReflect

func (*BlindedBeaconBlockBodyBellatrixV2) Reset

func (*BlindedBeaconBlockBodyBellatrixV2) String

type BlindedBeaconBlockBodyCapella

type BlindedBeaconBlockBodyCapella struct {
	RandaoReveal           string                            `protobuf:"bytes,1,opt,name=randao_reveal,proto3" json:"randao_reveal,omitempty"`
	Eth1Data               *v1.Eth1Data                      `protobuf:"bytes,2,opt,name=eth1_data,proto3" json:"eth1_data,omitempty"`
	Graffiti               string                            `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty"`
	ProposerSlashings      []*v1.ProposerSlashing            `protobuf:"bytes,4,rep,name=proposer_slashings,proto3" json:"proposer_slashings,omitempty"`
	AttesterSlashings      []*v1.AttesterSlashing            `protobuf:"bytes,5,rep,name=attester_slashings,proto3" json:"attester_slashings,omitempty"`
	Attestations           []*v1.Attestation                 `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty"`
	Deposits               []*v1.Deposit                     `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty"`
	VoluntaryExits         []*v1.SignedVoluntaryExit         `protobuf:"bytes,8,rep,name=voluntary_exits,proto3" json:"voluntary_exits,omitempty"`
	SyncAggregate          *v1.SyncAggregate                 `protobuf:"bytes,9,opt,name=sync_aggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayloadHeader *v1.ExecutionPayloadHeaderCapella `protobuf:"bytes,10,opt,name=execution_payload_header,proto3" json:"execution_payload_header,omitempty"`
	BlsToExecutionChanges  []*SignedBLSToExecutionChange     `protobuf:"bytes,11,rep,name=bls_to_execution_changes,proto3" json:"bls_to_execution_changes,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockBodyCapella) Descriptor deprecated

func (*BlindedBeaconBlockBodyCapella) Descriptor() ([]byte, []int)

Deprecated: Use BlindedBeaconBlockBodyCapella.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBodyCapella) GetAttestations

func (x *BlindedBeaconBlockBodyCapella) GetAttestations() []*v1.Attestation

func (*BlindedBeaconBlockBodyCapella) GetAttesterSlashings

func (x *BlindedBeaconBlockBodyCapella) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BlindedBeaconBlockBodyCapella) GetBlsToExecutionChanges

func (x *BlindedBeaconBlockBodyCapella) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange

func (*BlindedBeaconBlockBodyCapella) GetDeposits

func (x *BlindedBeaconBlockBodyCapella) GetDeposits() []*v1.Deposit

func (*BlindedBeaconBlockBodyCapella) GetEth1Data

func (x *BlindedBeaconBlockBodyCapella) GetEth1Data() *v1.Eth1Data

func (*BlindedBeaconBlockBodyCapella) GetExecutionPayloadHeader

func (x *BlindedBeaconBlockBodyCapella) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeaderCapella

func (*BlindedBeaconBlockBodyCapella) GetGraffiti

func (x *BlindedBeaconBlockBodyCapella) GetGraffiti() string

func (*BlindedBeaconBlockBodyCapella) GetProposerSlashings

func (x *BlindedBeaconBlockBodyCapella) GetProposerSlashings() []*v1.ProposerSlashing

func (*BlindedBeaconBlockBodyCapella) GetRandaoReveal

func (x *BlindedBeaconBlockBodyCapella) GetRandaoReveal() string

func (*BlindedBeaconBlockBodyCapella) GetSyncAggregate

func (x *BlindedBeaconBlockBodyCapella) GetSyncAggregate() *v1.SyncAggregate

func (*BlindedBeaconBlockBodyCapella) GetVoluntaryExits

func (x *BlindedBeaconBlockBodyCapella) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BlindedBeaconBlockBodyCapella) ProtoMessage

func (*BlindedBeaconBlockBodyCapella) ProtoMessage()

func (*BlindedBeaconBlockBodyCapella) ProtoReflect

func (*BlindedBeaconBlockBodyCapella) Reset

func (x *BlindedBeaconBlockBodyCapella) Reset()

func (*BlindedBeaconBlockBodyCapella) String

type BlindedBeaconBlockBodyCapellaV2

type BlindedBeaconBlockBodyCapellaV2 struct {
	RandaoReveal           string                              `protobuf:"bytes,1,opt,name=randao_reveal,proto3" json:"randao_reveal,omitempty"`
	Eth1Data               *v1.Eth1Data                        `protobuf:"bytes,2,opt,name=eth1_data,proto3" json:"eth1_data,omitempty"`
	Graffiti               string                              `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty"`
	ProposerSlashings      []*v1.ProposerSlashing              `protobuf:"bytes,4,rep,name=proposer_slashings,proto3" json:"proposer_slashings,omitempty"`
	AttesterSlashings      []*v1.AttesterSlashing              `protobuf:"bytes,5,rep,name=attester_slashings,proto3" json:"attester_slashings,omitempty"`
	Attestations           []*v1.Attestation                   `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty"`
	Deposits               []*v1.Deposit                       `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty"`
	VoluntaryExits         []*v1.SignedVoluntaryExit           `protobuf:"bytes,8,rep,name=voluntary_exits,proto3" json:"voluntary_exits,omitempty"`
	SyncAggregate          *v1.SyncAggregate                   `protobuf:"bytes,9,opt,name=sync_aggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayloadHeader *v1.ExecutionPayloadHeaderCapellaV2 `protobuf:"bytes,10,opt,name=execution_payload_header,proto3" json:"execution_payload_header,omitempty"`
	BlsToExecutionChanges  []*SignedBLSToExecutionChange       `protobuf:"bytes,11,rep,name=bls_to_execution_changes,proto3" json:"bls_to_execution_changes,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockBodyCapellaV2) Descriptor deprecated

func (*BlindedBeaconBlockBodyCapellaV2) Descriptor() ([]byte, []int)

Deprecated: Use BlindedBeaconBlockBodyCapellaV2.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBodyCapellaV2) GetAttestations

func (x *BlindedBeaconBlockBodyCapellaV2) GetAttestations() []*v1.Attestation

func (*BlindedBeaconBlockBodyCapellaV2) GetAttesterSlashings

func (x *BlindedBeaconBlockBodyCapellaV2) GetAttesterSlashings() []*v1.AttesterSlashing

func (*BlindedBeaconBlockBodyCapellaV2) GetBlsToExecutionChanges

func (x *BlindedBeaconBlockBodyCapellaV2) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange

func (*BlindedBeaconBlockBodyCapellaV2) GetDeposits

func (x *BlindedBeaconBlockBodyCapellaV2) GetDeposits() []*v1.Deposit

func (*BlindedBeaconBlockBodyCapellaV2) GetEth1Data

func (x *BlindedBeaconBlockBodyCapellaV2) GetEth1Data() *v1.Eth1Data

func (*BlindedBeaconBlockBodyCapellaV2) GetExecutionPayloadHeader

func (x *BlindedBeaconBlockBodyCapellaV2) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeaderCapellaV2

func (*BlindedBeaconBlockBodyCapellaV2) GetGraffiti

func (x *BlindedBeaconBlockBodyCapellaV2) GetGraffiti() string

func (*BlindedBeaconBlockBodyCapellaV2) GetProposerSlashings

func (x *BlindedBeaconBlockBodyCapellaV2) GetProposerSlashings() []*v1.ProposerSlashing

func (*BlindedBeaconBlockBodyCapellaV2) GetRandaoReveal

func (x *BlindedBeaconBlockBodyCapellaV2) GetRandaoReveal() string

func (*BlindedBeaconBlockBodyCapellaV2) GetSyncAggregate

func (x *BlindedBeaconBlockBodyCapellaV2) GetSyncAggregate() *v1.SyncAggregate

func (*BlindedBeaconBlockBodyCapellaV2) GetVoluntaryExits

func (x *BlindedBeaconBlockBodyCapellaV2) GetVoluntaryExits() []*v1.SignedVoluntaryExit

func (*BlindedBeaconBlockBodyCapellaV2) ProtoMessage

func (*BlindedBeaconBlockBodyCapellaV2) ProtoMessage()

func (*BlindedBeaconBlockBodyCapellaV2) ProtoReflect

func (*BlindedBeaconBlockBodyCapellaV2) Reset

func (*BlindedBeaconBlockBodyCapellaV2) String

type BlindedBeaconBlockCapella

type BlindedBeaconBlockCapella struct {
	Slot          uint64                         `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex uint64                         `protobuf:"varint,2,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	ParentRoot    string                         `protobuf:"bytes,3,opt,name=parent_root,proto3" json:"parent_root,omitempty"`
	StateRoot     string                         `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	Body          *BlindedBeaconBlockBodyCapella `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockCapella) Descriptor deprecated

func (*BlindedBeaconBlockCapella) Descriptor() ([]byte, []int)

Deprecated: Use BlindedBeaconBlockCapella.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockCapella) GetBody

func (*BlindedBeaconBlockCapella) GetParentRoot

func (x *BlindedBeaconBlockCapella) GetParentRoot() string

func (*BlindedBeaconBlockCapella) GetProposerIndex

func (x *BlindedBeaconBlockCapella) GetProposerIndex() uint64

func (*BlindedBeaconBlockCapella) GetSlot

func (x *BlindedBeaconBlockCapella) GetSlot() uint64

func (*BlindedBeaconBlockCapella) GetStateRoot

func (x *BlindedBeaconBlockCapella) GetStateRoot() string

func (*BlindedBeaconBlockCapella) ProtoMessage

func (*BlindedBeaconBlockCapella) ProtoMessage()

func (*BlindedBeaconBlockCapella) ProtoReflect

func (*BlindedBeaconBlockCapella) Reset

func (x *BlindedBeaconBlockCapella) Reset()

func (*BlindedBeaconBlockCapella) String

func (x *BlindedBeaconBlockCapella) String() string

type BlindedBeaconBlockCapellaV2

type BlindedBeaconBlockCapellaV2 struct {
	Slot          *wrapperspb.UInt64Value          `protobuf:"bytes,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ProposerIndex *wrapperspb.UInt64Value          `protobuf:"bytes,2,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	ParentRoot    string                           `protobuf:"bytes,3,opt,name=parent_root,proto3" json:"parent_root,omitempty"`
	StateRoot     string                           `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	Body          *BlindedBeaconBlockBodyCapellaV2 `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockCapellaV2) Descriptor deprecated

func (*BlindedBeaconBlockCapellaV2) Descriptor() ([]byte, []int)

Deprecated: Use BlindedBeaconBlockCapellaV2.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockCapellaV2) GetBody

func (*BlindedBeaconBlockCapellaV2) GetParentRoot

func (x *BlindedBeaconBlockCapellaV2) GetParentRoot() string

func (*BlindedBeaconBlockCapellaV2) GetProposerIndex

func (x *BlindedBeaconBlockCapellaV2) GetProposerIndex() *wrapperspb.UInt64Value

func (*BlindedBeaconBlockCapellaV2) GetSlot

func (*BlindedBeaconBlockCapellaV2) GetStateRoot

func (x *BlindedBeaconBlockCapellaV2) GetStateRoot() string

func (*BlindedBeaconBlockCapellaV2) ProtoMessage

func (*BlindedBeaconBlockCapellaV2) ProtoMessage()

func (*BlindedBeaconBlockCapellaV2) ProtoReflect

func (*BlindedBeaconBlockCapellaV2) Reset

func (x *BlindedBeaconBlockCapellaV2) Reset()

func (*BlindedBeaconBlockCapellaV2) String

func (x *BlindedBeaconBlockCapellaV2) String() string

type BlockVersion

type BlockVersion int32
const (
	BlockVersion_UNKNOWN   BlockVersion = 0
	BlockVersion_PHASE0    BlockVersion = 1
	BlockVersion_ALTAIR    BlockVersion = 2
	BlockVersion_BELLATRIX BlockVersion = 3
	BlockVersion_CAPELLA   BlockVersion = 4
	BlockVersion_DENEB     BlockVersion = 5
)

func (BlockVersion) Descriptor

func (BlockVersion) Enum

func (x BlockVersion) Enum() *BlockVersion

func (BlockVersion) EnumDescriptor deprecated

func (BlockVersion) EnumDescriptor() ([]byte, []int)

Deprecated: Use BlockVersion.Descriptor instead.

func (BlockVersion) Number

func (BlockVersion) String

func (x BlockVersion) String() string

func (BlockVersion) Type

func (*BlockVersion) UnmarshalJSON

func (v *BlockVersion) UnmarshalJSON(data []byte) error

type EventBlock

type EventBlock struct {

	// Types that are assignable to Message:
	//
	//	*EventBlock_Phase0Block
	//	*EventBlock_AltairBlock
	//	*EventBlock_BellatrixBlock
	//	*EventBlock_CapellaBlock
	//	*EventBlock_DenebBlock
	Message   isEventBlock_Message `protobuf_oneof:"message"`
	Signature string               `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"`
	Version   BlockVersion         `protobuf:"varint,6,opt,name=version,proto3,enum=xatu.eth.v2.BlockVersion" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*EventBlock) Descriptor deprecated

func (*EventBlock) Descriptor() ([]byte, []int)

Deprecated: Use EventBlock.ProtoReflect.Descriptor instead.

func (*EventBlock) GetAltairBlock

func (x *EventBlock) GetAltairBlock() *BeaconBlockAltair

func (*EventBlock) GetBellatrixBlock

func (x *EventBlock) GetBellatrixBlock() *BeaconBlockBellatrix

func (*EventBlock) GetCapellaBlock

func (x *EventBlock) GetCapellaBlock() *BeaconBlockCapella

func (*EventBlock) GetDenebBlock

func (x *EventBlock) GetDenebBlock() *BeaconBlockDeneb

func (*EventBlock) GetMessage

func (m *EventBlock) GetMessage() isEventBlock_Message

func (*EventBlock) GetPhase0Block

func (x *EventBlock) GetPhase0Block() *v1.BeaconBlock

func (*EventBlock) GetSignature

func (x *EventBlock) GetSignature() string

func (*EventBlock) GetVersion

func (x *EventBlock) GetVersion() BlockVersion

func (*EventBlock) ProtoMessage

func (*EventBlock) ProtoMessage()

func (*EventBlock) ProtoReflect

func (x *EventBlock) ProtoReflect() protoreflect.Message

func (*EventBlock) Reset

func (x *EventBlock) Reset()

func (*EventBlock) String

func (x *EventBlock) String() string

func (*EventBlock) UnmarshalJSON

func (b *EventBlock) UnmarshalJSON(data []byte) error

type EventBlockV2

type EventBlockV2 struct {

	// Types that are assignable to Message:
	//
	//	*EventBlockV2_Phase0Block
	//	*EventBlockV2_AltairBlock
	//	*EventBlockV2_BellatrixBlock
	//	*EventBlockV2_CapellaBlock
	//	*EventBlockV2_DenebBlock
	Message   isEventBlockV2_Message `protobuf_oneof:"message"`
	Signature string                 `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"`
	Version   BlockVersion           `protobuf:"varint,6,opt,name=version,proto3,enum=xatu.eth.v2.BlockVersion" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*EventBlockV2) Descriptor deprecated

func (*EventBlockV2) Descriptor() ([]byte, []int)

Deprecated: Use EventBlockV2.ProtoReflect.Descriptor instead.

func (*EventBlockV2) GetAltairBlock

func (x *EventBlockV2) GetAltairBlock() *BeaconBlockAltairV2

func (*EventBlockV2) GetBellatrixBlock

func (x *EventBlockV2) GetBellatrixBlock() *BeaconBlockBellatrixV2

func (*EventBlockV2) GetCapellaBlock

func (x *EventBlockV2) GetCapellaBlock() *BeaconBlockCapellaV2

func (*EventBlockV2) GetDenebBlock

func (x *EventBlockV2) GetDenebBlock() *BeaconBlockDeneb

func (*EventBlockV2) GetMessage

func (m *EventBlockV2) GetMessage() isEventBlockV2_Message

func (*EventBlockV2) GetPhase0Block

func (x *EventBlockV2) GetPhase0Block() *v1.BeaconBlockV2

func (*EventBlockV2) GetSignature

func (x *EventBlockV2) GetSignature() string

func (*EventBlockV2) GetVersion

func (x *EventBlockV2) GetVersion() BlockVersion

func (*EventBlockV2) ProtoMessage

func (*EventBlockV2) ProtoMessage()

func (*EventBlockV2) ProtoReflect

func (x *EventBlockV2) ProtoReflect() protoreflect.Message

func (*EventBlockV2) Reset

func (x *EventBlockV2) Reset()

func (*EventBlockV2) String

func (x *EventBlockV2) String() string

type EventBlockV2_AltairBlock

type EventBlockV2_AltairBlock struct {
	AltairBlock *BeaconBlockAltairV2 `protobuf:"bytes,2,opt,name=altair_block,json=ALTAIR,proto3,oneof"`
}

type EventBlockV2_BellatrixBlock

type EventBlockV2_BellatrixBlock struct {
	BellatrixBlock *BeaconBlockBellatrixV2 `protobuf:"bytes,3,opt,name=bellatrix_block,json=BELLATRIX,proto3,oneof"`
}

type EventBlockV2_CapellaBlock

type EventBlockV2_CapellaBlock struct {
	CapellaBlock *BeaconBlockCapellaV2 `protobuf:"bytes,4,opt,name=capella_block,json=CAPELLA,proto3,oneof"`
}

type EventBlockV2_DenebBlock

type EventBlockV2_DenebBlock struct {
	DenebBlock *BeaconBlockDeneb `protobuf:"bytes,7,opt,name=deneb_block,json=DENEB,proto3,oneof"`
}

type EventBlockV2_Phase0Block

type EventBlockV2_Phase0Block struct {
	Phase0Block *v1.BeaconBlockV2 `protobuf:"bytes,1,opt,name=phase0_block,json=PHASE0,proto3,oneof"`
}

type EventBlock_AltairBlock

type EventBlock_AltairBlock struct {
	AltairBlock *BeaconBlockAltair `protobuf:"bytes,2,opt,name=altair_block,json=ALTAIR,proto3,oneof"`
}

type EventBlock_BellatrixBlock

type EventBlock_BellatrixBlock struct {
	BellatrixBlock *BeaconBlockBellatrix `protobuf:"bytes,3,opt,name=bellatrix_block,json=BELLATRIX,proto3,oneof"`
}

type EventBlock_CapellaBlock

type EventBlock_CapellaBlock struct {
	CapellaBlock *BeaconBlockCapella `protobuf:"bytes,4,opt,name=capella_block,json=CAPELLA,proto3,oneof"`
}

type EventBlock_DenebBlock

type EventBlock_DenebBlock struct {
	DenebBlock *BeaconBlockDeneb `protobuf:"bytes,7,opt,name=deneb_block,json=DENEB,proto3,oneof"`
}

type EventBlock_Phase0Block

type EventBlock_Phase0Block struct {
	Phase0Block *v1.BeaconBlock `protobuf:"bytes,1,opt,name=phase0_block,json=PHASE0,proto3,oneof"`
}

type SignedBLSToExecutionChange

type SignedBLSToExecutionChange struct {
	Message   *BLSToExecutionChange `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string                `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func NewBLSToExecutionChangesFromCapella

func NewBLSToExecutionChangesFromCapella(data []*capella.SignedBLSToExecutionChange) []*SignedBLSToExecutionChange

func (*SignedBLSToExecutionChange) Descriptor deprecated

func (*SignedBLSToExecutionChange) Descriptor() ([]byte, []int)

Deprecated: Use SignedBLSToExecutionChange.ProtoReflect.Descriptor instead.

func (*SignedBLSToExecutionChange) GetMessage

func (*SignedBLSToExecutionChange) GetSignature

func (x *SignedBLSToExecutionChange) GetSignature() string

func (*SignedBLSToExecutionChange) ProtoMessage

func (*SignedBLSToExecutionChange) ProtoMessage()

func (*SignedBLSToExecutionChange) ProtoReflect

func (*SignedBLSToExecutionChange) Reset

func (x *SignedBLSToExecutionChange) Reset()

func (*SignedBLSToExecutionChange) String

func (x *SignedBLSToExecutionChange) String() string

type SignedBLSToExecutionChangeV2

type SignedBLSToExecutionChangeV2 struct {
	Message   *BLSToExecutionChangeV2 `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string                  `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBLSToExecutionChangeV2) Descriptor deprecated

func (*SignedBLSToExecutionChangeV2) Descriptor() ([]byte, []int)

Deprecated: Use SignedBLSToExecutionChangeV2.ProtoReflect.Descriptor instead.

func (*SignedBLSToExecutionChangeV2) GetMessage

func (*SignedBLSToExecutionChangeV2) GetSignature

func (x *SignedBLSToExecutionChangeV2) GetSignature() string

func (*SignedBLSToExecutionChangeV2) ProtoMessage

func (*SignedBLSToExecutionChangeV2) ProtoMessage()

func (*SignedBLSToExecutionChangeV2) ProtoReflect

func (*SignedBLSToExecutionChangeV2) Reset

func (x *SignedBLSToExecutionChangeV2) Reset()

func (*SignedBLSToExecutionChangeV2) String

type SignedBeaconBlockAltair

type SignedBeaconBlockAltair struct {
	Message   *BeaconBlockAltair `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string             `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockAltair) Descriptor deprecated

func (*SignedBeaconBlockAltair) Descriptor() ([]byte, []int)

Deprecated: Use SignedBeaconBlockAltair.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockAltair) GetMessage

func (x *SignedBeaconBlockAltair) GetMessage() *BeaconBlockAltair

func (*SignedBeaconBlockAltair) GetSignature

func (x *SignedBeaconBlockAltair) GetSignature() string

func (*SignedBeaconBlockAltair) ProtoMessage

func (*SignedBeaconBlockAltair) ProtoMessage()

func (*SignedBeaconBlockAltair) ProtoReflect

func (x *SignedBeaconBlockAltair) ProtoReflect() protoreflect.Message

func (*SignedBeaconBlockAltair) Reset

func (x *SignedBeaconBlockAltair) Reset()

func (*SignedBeaconBlockAltair) String

func (x *SignedBeaconBlockAltair) String() string

type SignedBeaconBlockAltairV2

type SignedBeaconBlockAltairV2 struct {
	Message   *BeaconBlockAltairV2 `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string               `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockAltairV2) Descriptor deprecated

func (*SignedBeaconBlockAltairV2) Descriptor() ([]byte, []int)

Deprecated: Use SignedBeaconBlockAltairV2.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockAltairV2) GetMessage

func (*SignedBeaconBlockAltairV2) GetSignature

func (x *SignedBeaconBlockAltairV2) GetSignature() string

func (*SignedBeaconBlockAltairV2) ProtoMessage

func (*SignedBeaconBlockAltairV2) ProtoMessage()

func (*SignedBeaconBlockAltairV2) ProtoReflect

func (*SignedBeaconBlockAltairV2) Reset

func (x *SignedBeaconBlockAltairV2) Reset()

func (*SignedBeaconBlockAltairV2) String

func (x *SignedBeaconBlockAltairV2) String() string

type SignedBeaconBlockBellatrix

type SignedBeaconBlockBellatrix struct {
	Message   *BeaconBlockBellatrix `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string                `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockBellatrix) Descriptor deprecated

func (*SignedBeaconBlockBellatrix) Descriptor() ([]byte, []int)

Deprecated: Use SignedBeaconBlockBellatrix.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockBellatrix) GetMessage

func (*SignedBeaconBlockBellatrix) GetSignature

func (x *SignedBeaconBlockBellatrix) GetSignature() string

func (*SignedBeaconBlockBellatrix) ProtoMessage

func (*SignedBeaconBlockBellatrix) ProtoMessage()

func (*SignedBeaconBlockBellatrix) ProtoReflect

func (*SignedBeaconBlockBellatrix) Reset

func (x *SignedBeaconBlockBellatrix) Reset()

func (*SignedBeaconBlockBellatrix) String

func (x *SignedBeaconBlockBellatrix) String() string

type SignedBeaconBlockBellatrixV2

type SignedBeaconBlockBellatrixV2 struct {
	Message   *BeaconBlockBellatrixV2 `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string                  `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockBellatrixV2) Descriptor deprecated

func (*SignedBeaconBlockBellatrixV2) Descriptor() ([]byte, []int)

Deprecated: Use SignedBeaconBlockBellatrixV2.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockBellatrixV2) GetMessage

func (*SignedBeaconBlockBellatrixV2) GetSignature

func (x *SignedBeaconBlockBellatrixV2) GetSignature() string

func (*SignedBeaconBlockBellatrixV2) ProtoMessage

func (*SignedBeaconBlockBellatrixV2) ProtoMessage()

func (*SignedBeaconBlockBellatrixV2) ProtoReflect

func (*SignedBeaconBlockBellatrixV2) Reset

func (x *SignedBeaconBlockBellatrixV2) Reset()

func (*SignedBeaconBlockBellatrixV2) String

type SignedBeaconBlockCapella

type SignedBeaconBlockCapella struct {
	Message   *BeaconBlockCapella `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string              `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockCapella) Descriptor deprecated

func (*SignedBeaconBlockCapella) Descriptor() ([]byte, []int)

Deprecated: Use SignedBeaconBlockCapella.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockCapella) GetMessage

func (*SignedBeaconBlockCapella) GetSignature

func (x *SignedBeaconBlockCapella) GetSignature() string

func (*SignedBeaconBlockCapella) ProtoMessage

func (*SignedBeaconBlockCapella) ProtoMessage()

func (*SignedBeaconBlockCapella) ProtoReflect

func (x *SignedBeaconBlockCapella) ProtoReflect() protoreflect.Message

func (*SignedBeaconBlockCapella) Reset

func (x *SignedBeaconBlockCapella) Reset()

func (*SignedBeaconBlockCapella) String

func (x *SignedBeaconBlockCapella) String() string

type SignedBeaconBlockCapellaV2

type SignedBeaconBlockCapellaV2 struct {
	Message   *BeaconBlockCapellaV2 `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string                `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockCapellaV2) Descriptor deprecated

func (*SignedBeaconBlockCapellaV2) Descriptor() ([]byte, []int)

Deprecated: Use SignedBeaconBlockCapellaV2.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockCapellaV2) GetMessage

func (*SignedBeaconBlockCapellaV2) GetSignature

func (x *SignedBeaconBlockCapellaV2) GetSignature() string

func (*SignedBeaconBlockCapellaV2) ProtoMessage

func (*SignedBeaconBlockCapellaV2) ProtoMessage()

func (*SignedBeaconBlockCapellaV2) ProtoReflect

func (*SignedBeaconBlockCapellaV2) Reset

func (x *SignedBeaconBlockCapellaV2) Reset()

func (*SignedBeaconBlockCapellaV2) String

func (x *SignedBeaconBlockCapellaV2) String() string

type SignedBeaconBlockDeneb

type SignedBeaconBlockDeneb struct {
	Message   *BeaconBlockDeneb `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string            `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockDeneb) Descriptor deprecated

func (*SignedBeaconBlockDeneb) Descriptor() ([]byte, []int)

Deprecated: Use SignedBeaconBlockDeneb.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockDeneb) GetMessage

func (x *SignedBeaconBlockDeneb) GetMessage() *BeaconBlockDeneb

func (*SignedBeaconBlockDeneb) GetSignature

func (x *SignedBeaconBlockDeneb) GetSignature() string

func (*SignedBeaconBlockDeneb) ProtoMessage

func (*SignedBeaconBlockDeneb) ProtoMessage()

func (*SignedBeaconBlockDeneb) ProtoReflect

func (x *SignedBeaconBlockDeneb) ProtoReflect() protoreflect.Message

func (*SignedBeaconBlockDeneb) Reset

func (x *SignedBeaconBlockDeneb) Reset()

func (*SignedBeaconBlockDeneb) String

func (x *SignedBeaconBlockDeneb) String() string

type SignedBlindedBeaconBlockBellatrix

type SignedBlindedBeaconBlockBellatrix struct {
	Message   *BlindedBeaconBlockBellatrix `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string                       `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBlindedBeaconBlockBellatrix) Descriptor deprecated

func (*SignedBlindedBeaconBlockBellatrix) Descriptor() ([]byte, []int)

Deprecated: Use SignedBlindedBeaconBlockBellatrix.ProtoReflect.Descriptor instead.

func (*SignedBlindedBeaconBlockBellatrix) GetMessage

func (*SignedBlindedBeaconBlockBellatrix) GetSignature

func (x *SignedBlindedBeaconBlockBellatrix) GetSignature() string

func (*SignedBlindedBeaconBlockBellatrix) ProtoMessage

func (*SignedBlindedBeaconBlockBellatrix) ProtoMessage()

func (*SignedBlindedBeaconBlockBellatrix) ProtoReflect

func (*SignedBlindedBeaconBlockBellatrix) Reset

func (*SignedBlindedBeaconBlockBellatrix) String

type SignedBlindedBeaconBlockBellatrixV2

type SignedBlindedBeaconBlockBellatrixV2 struct {
	Message   *BlindedBeaconBlockBellatrixV2 `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string                         `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBlindedBeaconBlockBellatrixV2) Descriptor deprecated

func (*SignedBlindedBeaconBlockBellatrixV2) Descriptor() ([]byte, []int)

Deprecated: Use SignedBlindedBeaconBlockBellatrixV2.ProtoReflect.Descriptor instead.

func (*SignedBlindedBeaconBlockBellatrixV2) GetMessage

func (*SignedBlindedBeaconBlockBellatrixV2) GetSignature

func (x *SignedBlindedBeaconBlockBellatrixV2) GetSignature() string

func (*SignedBlindedBeaconBlockBellatrixV2) ProtoMessage

func (*SignedBlindedBeaconBlockBellatrixV2) ProtoMessage()

func (*SignedBlindedBeaconBlockBellatrixV2) ProtoReflect

func (*SignedBlindedBeaconBlockBellatrixV2) Reset

func (*SignedBlindedBeaconBlockBellatrixV2) String

type SignedBlindedBeaconBlockCapella

type SignedBlindedBeaconBlockCapella struct {
	Message   *BlindedBeaconBlockCapella `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string                     `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBlindedBeaconBlockCapella) Descriptor deprecated

func (*SignedBlindedBeaconBlockCapella) Descriptor() ([]byte, []int)

Deprecated: Use SignedBlindedBeaconBlockCapella.ProtoReflect.Descriptor instead.

func (*SignedBlindedBeaconBlockCapella) GetMessage

func (*SignedBlindedBeaconBlockCapella) GetSignature

func (x *SignedBlindedBeaconBlockCapella) GetSignature() string

func (*SignedBlindedBeaconBlockCapella) ProtoMessage

func (*SignedBlindedBeaconBlockCapella) ProtoMessage()

func (*SignedBlindedBeaconBlockCapella) ProtoReflect

func (*SignedBlindedBeaconBlockCapella) Reset

func (*SignedBlindedBeaconBlockCapella) String

type SignedBlindedBeaconBlockCapellaV2

type SignedBlindedBeaconBlockCapellaV2 struct {
	Message   *BlindedBeaconBlockCapellaV2 `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature string                       `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedBlindedBeaconBlockCapellaV2) Descriptor deprecated

func (*SignedBlindedBeaconBlockCapellaV2) Descriptor() ([]byte, []int)

Deprecated: Use SignedBlindedBeaconBlockCapellaV2.ProtoReflect.Descriptor instead.

func (*SignedBlindedBeaconBlockCapellaV2) GetMessage

func (*SignedBlindedBeaconBlockCapellaV2) GetSignature

func (x *SignedBlindedBeaconBlockCapellaV2) GetSignature() string

func (*SignedBlindedBeaconBlockCapellaV2) ProtoMessage

func (*SignedBlindedBeaconBlockCapellaV2) ProtoMessage()

func (*SignedBlindedBeaconBlockCapellaV2) ProtoReflect

func (*SignedBlindedBeaconBlockCapellaV2) Reset

func (*SignedBlindedBeaconBlockCapellaV2) String

type SubmitBLSToExecutionChangesRequest

type SubmitBLSToExecutionChangesRequest struct {
	Changes []*SignedBLSToExecutionChange `protobuf:"bytes,1,rep,name=changes,proto3" json:"changes,omitempty"`
	// contains filtered or unexported fields
}

func (*SubmitBLSToExecutionChangesRequest) Descriptor deprecated

func (*SubmitBLSToExecutionChangesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubmitBLSToExecutionChangesRequest.ProtoReflect.Descriptor instead.

func (*SubmitBLSToExecutionChangesRequest) GetChanges

func (*SubmitBLSToExecutionChangesRequest) ProtoMessage

func (*SubmitBLSToExecutionChangesRequest) ProtoMessage()

func (*SubmitBLSToExecutionChangesRequest) ProtoReflect

func (*SubmitBLSToExecutionChangesRequest) Reset

func (*SubmitBLSToExecutionChangesRequest) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL