v2

package
v1.15.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2026 License: GPL-3.0 Imports: 15 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",
		6: "ELECTRA",
		7: "FULU",
	}
	BlockVersion_value = map[string]int32{
		"UNKNOWN":   0,
		"PHASE0":    1,
		"ALTAIR":    2,
		"BELLATRIX": 3,
		"CAPELLA":   4,
		"DENEB":     5,
		"ELECTRA":   6,
		"FULU":      7,
	}
)

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 BLSToExecutionChangeFromVTPool added in v1.8.12

func BLSToExecutionChangeFromVTPool() *BLSToExecutionChange

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BLSToExecutionChange) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BLSToExecutionChange) MarshalToVT added in v1.8.12

func (m *BLSToExecutionChange) MarshalToVT(dAtA []byte) (int, error)

func (*BLSToExecutionChange) MarshalVT added in v1.8.12

func (m *BLSToExecutionChange) MarshalVT() (dAtA []byte, err error)

func (*BLSToExecutionChange) ProtoMessage

func (*BLSToExecutionChange) ProtoMessage()

func (*BLSToExecutionChange) ProtoReflect

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

func (*BLSToExecutionChange) Reset

func (x *BLSToExecutionChange) Reset()

func (*BLSToExecutionChange) ResetVT added in v1.8.12

func (m *BLSToExecutionChange) ResetVT()

func (*BLSToExecutionChange) ReturnToVTPool added in v1.8.12

func (m *BLSToExecutionChange) ReturnToVTPool()

func (*BLSToExecutionChange) SizeVT added in v1.8.12

func (m *BLSToExecutionChange) SizeVT() (n int)

func (*BLSToExecutionChange) String

func (x *BLSToExecutionChange) String() string

func (*BLSToExecutionChange) UnmarshalVT added in v1.8.12

func (m *BLSToExecutionChange) UnmarshalVT(dAtA []byte) error

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 BLSToExecutionChangeV2FromVTPool added in v1.8.12

func BLSToExecutionChangeV2FromVTPool() *BLSToExecutionChangeV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BLSToExecutionChangeV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BLSToExecutionChangeV2) MarshalToVT added in v1.8.12

func (m *BLSToExecutionChangeV2) MarshalToVT(dAtA []byte) (int, error)

func (*BLSToExecutionChangeV2) MarshalVT added in v1.8.12

func (m *BLSToExecutionChangeV2) MarshalVT() (dAtA []byte, err error)

func (*BLSToExecutionChangeV2) ProtoMessage

func (*BLSToExecutionChangeV2) ProtoMessage()

func (*BLSToExecutionChangeV2) ProtoReflect

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

func (*BLSToExecutionChangeV2) Reset

func (x *BLSToExecutionChangeV2) Reset()

func (*BLSToExecutionChangeV2) ResetVT added in v1.8.12

func (m *BLSToExecutionChangeV2) ResetVT()

func (*BLSToExecutionChangeV2) ReturnToVTPool added in v1.8.12

func (m *BLSToExecutionChangeV2) ReturnToVTPool()

func (*BLSToExecutionChangeV2) SizeVT added in v1.8.12

func (m *BLSToExecutionChangeV2) SizeVT() (n int)

func (*BLSToExecutionChangeV2) String

func (x *BLSToExecutionChangeV2) String() string

func (*BLSToExecutionChangeV2) UnmarshalVT added in v1.8.12

func (m *BLSToExecutionChangeV2) UnmarshalVT(dAtA []byte) error

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 BeaconBlockAltairFromVTPool added in v1.8.12

func BeaconBlockAltairFromVTPool() *BeaconBlockAltair

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockAltair) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockAltair) MarshalToVT added in v1.8.12

func (m *BeaconBlockAltair) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockAltair) MarshalVT added in v1.8.12

func (m *BeaconBlockAltair) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockAltair) ProtoMessage

func (*BeaconBlockAltair) ProtoMessage()

func (*BeaconBlockAltair) ProtoReflect

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

func (*BeaconBlockAltair) Reset

func (x *BeaconBlockAltair) Reset()

func (*BeaconBlockAltair) ResetVT added in v1.8.12

func (m *BeaconBlockAltair) ResetVT()

func (*BeaconBlockAltair) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockAltair) ReturnToVTPool()

func (*BeaconBlockAltair) SizeVT added in v1.8.12

func (m *BeaconBlockAltair) SizeVT() (n int)

func (*BeaconBlockAltair) String

func (x *BeaconBlockAltair) String() string

func (*BeaconBlockAltair) UnmarshalVT added in v1.8.12

func (m *BeaconBlockAltair) UnmarshalVT(dAtA []byte) error

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 BeaconBlockAltairV2FromVTPool added in v1.8.12

func BeaconBlockAltairV2FromVTPool() *BeaconBlockAltairV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockAltairV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockAltairV2) MarshalToVT added in v1.8.12

func (m *BeaconBlockAltairV2) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockAltairV2) MarshalVT added in v1.8.12

func (m *BeaconBlockAltairV2) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockAltairV2) ProtoMessage

func (*BeaconBlockAltairV2) ProtoMessage()

func (*BeaconBlockAltairV2) ProtoReflect

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

func (*BeaconBlockAltairV2) Reset

func (x *BeaconBlockAltairV2) Reset()

func (*BeaconBlockAltairV2) ResetVT added in v1.8.12

func (m *BeaconBlockAltairV2) ResetVT()

func (*BeaconBlockAltairV2) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockAltairV2) ReturnToVTPool()

func (*BeaconBlockAltairV2) SizeVT added in v1.8.12

func (m *BeaconBlockAltairV2) SizeVT() (n int)

func (*BeaconBlockAltairV2) String

func (x *BeaconBlockAltairV2) String() string

func (*BeaconBlockAltairV2) UnmarshalVT added in v1.8.12

func (m *BeaconBlockAltairV2) UnmarshalVT(dAtA []byte) error

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 BeaconBlockBellatrixFromVTPool added in v1.8.12

func BeaconBlockBellatrixFromVTPool() *BeaconBlockBellatrix

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockBellatrix) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockBellatrix) MarshalToVT added in v1.8.12

func (m *BeaconBlockBellatrix) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockBellatrix) MarshalVT added in v1.8.12

func (m *BeaconBlockBellatrix) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockBellatrix) ProtoMessage

func (*BeaconBlockBellatrix) ProtoMessage()

func (*BeaconBlockBellatrix) ProtoReflect

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

func (*BeaconBlockBellatrix) Reset

func (x *BeaconBlockBellatrix) Reset()

func (*BeaconBlockBellatrix) ResetVT added in v1.8.12

func (m *BeaconBlockBellatrix) ResetVT()

func (*BeaconBlockBellatrix) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockBellatrix) ReturnToVTPool()

func (*BeaconBlockBellatrix) SizeVT added in v1.8.12

func (m *BeaconBlockBellatrix) SizeVT() (n int)

func (*BeaconBlockBellatrix) String

func (x *BeaconBlockBellatrix) String() string

func (*BeaconBlockBellatrix) UnmarshalVT added in v1.8.12

func (m *BeaconBlockBellatrix) UnmarshalVT(dAtA []byte) error

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 BeaconBlockBellatrixV2FromVTPool added in v1.8.12

func BeaconBlockBellatrixV2FromVTPool() *BeaconBlockBellatrixV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockBellatrixV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockBellatrixV2) MarshalToVT added in v1.8.12

func (m *BeaconBlockBellatrixV2) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockBellatrixV2) MarshalVT added in v1.8.12

func (m *BeaconBlockBellatrixV2) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockBellatrixV2) ProtoMessage

func (*BeaconBlockBellatrixV2) ProtoMessage()

func (*BeaconBlockBellatrixV2) ProtoReflect

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

func (*BeaconBlockBellatrixV2) Reset

func (x *BeaconBlockBellatrixV2) Reset()

func (*BeaconBlockBellatrixV2) ResetVT added in v1.8.12

func (m *BeaconBlockBellatrixV2) ResetVT()

func (*BeaconBlockBellatrixV2) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockBellatrixV2) ReturnToVTPool()

func (*BeaconBlockBellatrixV2) SizeVT added in v1.8.12

func (m *BeaconBlockBellatrixV2) SizeVT() (n int)

func (*BeaconBlockBellatrixV2) String

func (x *BeaconBlockBellatrixV2) String() string

func (*BeaconBlockBellatrixV2) UnmarshalVT added in v1.8.12

func (m *BeaconBlockBellatrixV2) UnmarshalVT(dAtA []byte) error

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 BeaconBlockBodyAltairFromVTPool added in v1.8.12

func BeaconBlockBodyAltairFromVTPool() *BeaconBlockBodyAltair

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockBodyAltair) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyAltair) MarshalToVT added in v1.8.12

func (m *BeaconBlockBodyAltair) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyAltair) MarshalVT added in v1.8.12

func (m *BeaconBlockBodyAltair) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockBodyAltair) ProtoMessage

func (*BeaconBlockBodyAltair) ProtoMessage()

func (*BeaconBlockBodyAltair) ProtoReflect

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

func (*BeaconBlockBodyAltair) Reset

func (x *BeaconBlockBodyAltair) Reset()

func (*BeaconBlockBodyAltair) ResetVT added in v1.8.12

func (m *BeaconBlockBodyAltair) ResetVT()

func (*BeaconBlockBodyAltair) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockBodyAltair) ReturnToVTPool()

func (*BeaconBlockBodyAltair) SizeVT added in v1.8.12

func (m *BeaconBlockBodyAltair) SizeVT() (n int)

func (*BeaconBlockBodyAltair) String

func (x *BeaconBlockBodyAltair) String() string

func (*BeaconBlockBodyAltair) UnmarshalVT added in v1.8.12

func (m *BeaconBlockBodyAltair) UnmarshalVT(dAtA []byte) error

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 BeaconBlockBodyAltairV2FromVTPool added in v1.8.12

func BeaconBlockBodyAltairV2FromVTPool() *BeaconBlockBodyAltairV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockBodyAltairV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyAltairV2) MarshalToVT added in v1.8.12

func (m *BeaconBlockBodyAltairV2) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyAltairV2) MarshalVT added in v1.8.12

func (m *BeaconBlockBodyAltairV2) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockBodyAltairV2) ProtoMessage

func (*BeaconBlockBodyAltairV2) ProtoMessage()

func (*BeaconBlockBodyAltairV2) ProtoReflect

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

func (*BeaconBlockBodyAltairV2) Reset

func (x *BeaconBlockBodyAltairV2) Reset()

func (*BeaconBlockBodyAltairV2) ResetVT added in v1.8.12

func (m *BeaconBlockBodyAltairV2) ResetVT()

func (*BeaconBlockBodyAltairV2) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockBodyAltairV2) ReturnToVTPool()

func (*BeaconBlockBodyAltairV2) SizeVT added in v1.8.12

func (m *BeaconBlockBodyAltairV2) SizeVT() (n int)

func (*BeaconBlockBodyAltairV2) String

func (x *BeaconBlockBodyAltairV2) String() string

func (*BeaconBlockBodyAltairV2) UnmarshalVT added in v1.8.12

func (m *BeaconBlockBodyAltairV2) UnmarshalVT(dAtA []byte) error

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 BeaconBlockBodyBellatrixFromVTPool added in v1.8.12

func BeaconBlockBodyBellatrixFromVTPool() *BeaconBlockBodyBellatrix

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockBodyBellatrix) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyBellatrix) MarshalToVT added in v1.8.12

func (m *BeaconBlockBodyBellatrix) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyBellatrix) MarshalVT added in v1.8.12

func (m *BeaconBlockBodyBellatrix) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockBodyBellatrix) ProtoMessage

func (*BeaconBlockBodyBellatrix) ProtoMessage()

func (*BeaconBlockBodyBellatrix) ProtoReflect

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

func (*BeaconBlockBodyBellatrix) Reset

func (x *BeaconBlockBodyBellatrix) Reset()

func (*BeaconBlockBodyBellatrix) ResetVT added in v1.8.12

func (m *BeaconBlockBodyBellatrix) ResetVT()

func (*BeaconBlockBodyBellatrix) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockBodyBellatrix) ReturnToVTPool()

func (*BeaconBlockBodyBellatrix) SizeVT added in v1.8.12

func (m *BeaconBlockBodyBellatrix) SizeVT() (n int)

func (*BeaconBlockBodyBellatrix) String

func (x *BeaconBlockBodyBellatrix) String() string

func (*BeaconBlockBodyBellatrix) UnmarshalVT added in v1.8.12

func (m *BeaconBlockBodyBellatrix) UnmarshalVT(dAtA []byte) error

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 BeaconBlockBodyBellatrixV2FromVTPool added in v1.8.12

func BeaconBlockBodyBellatrixV2FromVTPool() *BeaconBlockBodyBellatrixV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockBodyBellatrixV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyBellatrixV2) MarshalToVT added in v1.8.12

func (m *BeaconBlockBodyBellatrixV2) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyBellatrixV2) MarshalVT added in v1.8.12

func (m *BeaconBlockBodyBellatrixV2) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockBodyBellatrixV2) ProtoMessage

func (*BeaconBlockBodyBellatrixV2) ProtoMessage()

func (*BeaconBlockBodyBellatrixV2) ProtoReflect

func (*BeaconBlockBodyBellatrixV2) Reset

func (x *BeaconBlockBodyBellatrixV2) Reset()

func (*BeaconBlockBodyBellatrixV2) ResetVT added in v1.8.12

func (m *BeaconBlockBodyBellatrixV2) ResetVT()

func (*BeaconBlockBodyBellatrixV2) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockBodyBellatrixV2) ReturnToVTPool()

func (*BeaconBlockBodyBellatrixV2) SizeVT added in v1.8.12

func (m *BeaconBlockBodyBellatrixV2) SizeVT() (n int)

func (*BeaconBlockBodyBellatrixV2) String

func (x *BeaconBlockBodyBellatrixV2) String() string

func (*BeaconBlockBodyBellatrixV2) UnmarshalVT added in v1.8.12

func (m *BeaconBlockBodyBellatrixV2) UnmarshalVT(dAtA []byte) error

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 BeaconBlockBodyCapellaFromVTPool added in v1.8.12

func BeaconBlockBodyCapellaFromVTPool() *BeaconBlockBodyCapella

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockBodyCapella) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyCapella) MarshalToVT added in v1.8.12

func (m *BeaconBlockBodyCapella) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyCapella) MarshalVT added in v1.8.12

func (m *BeaconBlockBodyCapella) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockBodyCapella) ProtoMessage

func (*BeaconBlockBodyCapella) ProtoMessage()

func (*BeaconBlockBodyCapella) ProtoReflect

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

func (*BeaconBlockBodyCapella) Reset

func (x *BeaconBlockBodyCapella) Reset()

func (*BeaconBlockBodyCapella) ResetVT added in v1.8.12

func (m *BeaconBlockBodyCapella) ResetVT()

func (*BeaconBlockBodyCapella) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockBodyCapella) ReturnToVTPool()

func (*BeaconBlockBodyCapella) SizeVT added in v1.8.12

func (m *BeaconBlockBodyCapella) SizeVT() (n int)

func (*BeaconBlockBodyCapella) String

func (x *BeaconBlockBodyCapella) String() string

func (*BeaconBlockBodyCapella) UnmarshalVT added in v1.8.12

func (m *BeaconBlockBodyCapella) UnmarshalVT(dAtA []byte) error

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 BeaconBlockBodyCapellaV2FromVTPool added in v1.8.12

func BeaconBlockBodyCapellaV2FromVTPool() *BeaconBlockBodyCapellaV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockBodyCapellaV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyCapellaV2) MarshalToVT added in v1.8.12

func (m *BeaconBlockBodyCapellaV2) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyCapellaV2) MarshalVT added in v1.8.12

func (m *BeaconBlockBodyCapellaV2) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockBodyCapellaV2) ProtoMessage

func (*BeaconBlockBodyCapellaV2) ProtoMessage()

func (*BeaconBlockBodyCapellaV2) ProtoReflect

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

func (*BeaconBlockBodyCapellaV2) Reset

func (x *BeaconBlockBodyCapellaV2) Reset()

func (*BeaconBlockBodyCapellaV2) ResetVT added in v1.8.12

func (m *BeaconBlockBodyCapellaV2) ResetVT()

func (*BeaconBlockBodyCapellaV2) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockBodyCapellaV2) ReturnToVTPool()

func (*BeaconBlockBodyCapellaV2) SizeVT added in v1.8.12

func (m *BeaconBlockBodyCapellaV2) SizeVT() (n int)

func (*BeaconBlockBodyCapellaV2) String

func (x *BeaconBlockBodyCapellaV2) String() string

func (*BeaconBlockBodyCapellaV2) UnmarshalVT added in v1.8.12

func (m *BeaconBlockBodyCapellaV2) UnmarshalVT(dAtA []byte) error

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 BeaconBlockBodyDenebFromVTPool added in v1.8.12

func BeaconBlockBodyDenebFromVTPool() *BeaconBlockBodyDeneb

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockBodyDeneb) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyDeneb) MarshalToVT added in v1.8.12

func (m *BeaconBlockBodyDeneb) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyDeneb) MarshalVT added in v1.8.12

func (m *BeaconBlockBodyDeneb) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockBodyDeneb) ProtoMessage

func (*BeaconBlockBodyDeneb) ProtoMessage()

func (*BeaconBlockBodyDeneb) ProtoReflect

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

func (*BeaconBlockBodyDeneb) Reset

func (x *BeaconBlockBodyDeneb) Reset()

func (*BeaconBlockBodyDeneb) ResetVT added in v1.8.12

func (m *BeaconBlockBodyDeneb) ResetVT()

func (*BeaconBlockBodyDeneb) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockBodyDeneb) ReturnToVTPool()

func (*BeaconBlockBodyDeneb) SizeVT added in v1.8.12

func (m *BeaconBlockBodyDeneb) SizeVT() (n int)

func (*BeaconBlockBodyDeneb) String

func (x *BeaconBlockBodyDeneb) String() string

func (*BeaconBlockBodyDeneb) UnmarshalVT added in v1.8.12

func (m *BeaconBlockBodyDeneb) UnmarshalVT(dAtA []byte) error

type BeaconBlockBodyElectra added in v1.0.26

type BeaconBlockBodyElectra 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.ExecutionPayloadElectra   `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"`
	ExecutionRequests     *v1.ElectraExecutionRequests  `protobuf:"bytes,13,opt,name=execution_requests,proto3" json:"execution_requests,omitempty"`
	// contains filtered or unexported fields
}

func BeaconBlockBodyElectraFromVTPool added in v1.8.12

func BeaconBlockBodyElectraFromVTPool() *BeaconBlockBodyElectra

func (*BeaconBlockBodyElectra) Descriptor deprecated added in v1.0.26

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

Deprecated: Use BeaconBlockBodyElectra.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyElectra) GetAttestations added in v1.0.26

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

func (*BeaconBlockBodyElectra) GetAttesterSlashings added in v1.0.26

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

func (*BeaconBlockBodyElectra) GetBlobKzgCommitments added in v1.0.26

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

func (*BeaconBlockBodyElectra) GetBlsToExecutionChanges added in v1.0.26

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

func (*BeaconBlockBodyElectra) GetDeposits added in v1.0.26

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

func (*BeaconBlockBodyElectra) GetEth1Data added in v1.0.26

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

func (*BeaconBlockBodyElectra) GetExecutionPayload added in v1.0.26

func (x *BeaconBlockBodyElectra) GetExecutionPayload() *v1.ExecutionPayloadElectra

func (*BeaconBlockBodyElectra) GetExecutionRequests added in v1.0.26

func (x *BeaconBlockBodyElectra) GetExecutionRequests() *v1.ElectraExecutionRequests

func (*BeaconBlockBodyElectra) GetGraffiti added in v1.0.26

func (x *BeaconBlockBodyElectra) GetGraffiti() string

func (*BeaconBlockBodyElectra) GetProposerSlashings added in v1.0.26

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

func (*BeaconBlockBodyElectra) GetRandaoReveal added in v1.0.26

func (x *BeaconBlockBodyElectra) GetRandaoReveal() string

func (*BeaconBlockBodyElectra) GetSyncAggregate added in v1.0.26

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

func (*BeaconBlockBodyElectra) GetVoluntaryExits added in v1.0.26

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

func (*BeaconBlockBodyElectra) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockBodyElectra) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyElectra) MarshalToVT added in v1.8.12

func (m *BeaconBlockBodyElectra) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyElectra) MarshalVT added in v1.8.12

func (m *BeaconBlockBodyElectra) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockBodyElectra) ProtoMessage added in v1.0.26

func (*BeaconBlockBodyElectra) ProtoMessage()

func (*BeaconBlockBodyElectra) ProtoReflect added in v1.0.26

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

func (*BeaconBlockBodyElectra) Reset added in v1.0.26

func (x *BeaconBlockBodyElectra) Reset()

func (*BeaconBlockBodyElectra) ResetVT added in v1.8.12

func (m *BeaconBlockBodyElectra) ResetVT()

func (*BeaconBlockBodyElectra) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockBodyElectra) ReturnToVTPool()

func (*BeaconBlockBodyElectra) SizeVT added in v1.8.12

func (m *BeaconBlockBodyElectra) SizeVT() (n int)

func (*BeaconBlockBodyElectra) String added in v1.0.26

func (x *BeaconBlockBodyElectra) String() string

func (*BeaconBlockBodyElectra) UnmarshalVT added in v1.8.12

func (m *BeaconBlockBodyElectra) UnmarshalVT(dAtA []byte) error

type BeaconBlockBodyFulu added in v1.2.0

type BeaconBlockBodyFulu 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.ExecutionPayloadElectra   `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"`
	ExecutionRequests     *v1.ElectraExecutionRequests  `protobuf:"bytes,13,opt,name=execution_requests,proto3" json:"execution_requests,omitempty"`
	// contains filtered or unexported fields
}

func BeaconBlockBodyFuluFromVTPool added in v1.8.12

func BeaconBlockBodyFuluFromVTPool() *BeaconBlockBodyFulu

func (*BeaconBlockBodyFulu) Descriptor deprecated added in v1.2.0

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

Deprecated: Use BeaconBlockBodyFulu.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyFulu) GetAttestations added in v1.2.0

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

func (*BeaconBlockBodyFulu) GetAttesterSlashings added in v1.2.0

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

func (*BeaconBlockBodyFulu) GetBlobKzgCommitments added in v1.2.0

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

func (*BeaconBlockBodyFulu) GetBlsToExecutionChanges added in v1.2.0

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

func (*BeaconBlockBodyFulu) GetDeposits added in v1.2.0

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

func (*BeaconBlockBodyFulu) GetEth1Data added in v1.2.0

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

func (*BeaconBlockBodyFulu) GetExecutionPayload added in v1.2.0

func (x *BeaconBlockBodyFulu) GetExecutionPayload() *v1.ExecutionPayloadElectra

func (*BeaconBlockBodyFulu) GetExecutionRequests added in v1.2.0

func (x *BeaconBlockBodyFulu) GetExecutionRequests() *v1.ElectraExecutionRequests

func (*BeaconBlockBodyFulu) GetGraffiti added in v1.2.0

func (x *BeaconBlockBodyFulu) GetGraffiti() string

func (*BeaconBlockBodyFulu) GetProposerSlashings added in v1.2.0

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

func (*BeaconBlockBodyFulu) GetRandaoReveal added in v1.2.0

func (x *BeaconBlockBodyFulu) GetRandaoReveal() string

func (*BeaconBlockBodyFulu) GetSyncAggregate added in v1.2.0

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

func (*BeaconBlockBodyFulu) GetVoluntaryExits added in v1.2.0

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

func (*BeaconBlockBodyFulu) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockBodyFulu) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyFulu) MarshalToVT added in v1.8.12

func (m *BeaconBlockBodyFulu) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockBodyFulu) MarshalVT added in v1.8.12

func (m *BeaconBlockBodyFulu) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockBodyFulu) ProtoMessage added in v1.2.0

func (*BeaconBlockBodyFulu) ProtoMessage()

func (*BeaconBlockBodyFulu) ProtoReflect added in v1.2.0

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

func (*BeaconBlockBodyFulu) Reset added in v1.2.0

func (x *BeaconBlockBodyFulu) Reset()

func (*BeaconBlockBodyFulu) ResetVT added in v1.8.12

func (m *BeaconBlockBodyFulu) ResetVT()

func (*BeaconBlockBodyFulu) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockBodyFulu) ReturnToVTPool()

func (*BeaconBlockBodyFulu) SizeVT added in v1.8.12

func (m *BeaconBlockBodyFulu) SizeVT() (n int)

func (*BeaconBlockBodyFulu) String added in v1.2.0

func (x *BeaconBlockBodyFulu) String() string

func (*BeaconBlockBodyFulu) UnmarshalVT added in v1.8.12

func (m *BeaconBlockBodyFulu) UnmarshalVT(dAtA []byte) error

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 BeaconBlockCapellaFromVTPool added in v1.8.12

func BeaconBlockCapellaFromVTPool() *BeaconBlockCapella

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockCapella) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockCapella) MarshalToVT added in v1.8.12

func (m *BeaconBlockCapella) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockCapella) MarshalVT added in v1.8.12

func (m *BeaconBlockCapella) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockCapella) ProtoMessage

func (*BeaconBlockCapella) ProtoMessage()

func (*BeaconBlockCapella) ProtoReflect

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

func (*BeaconBlockCapella) Reset

func (x *BeaconBlockCapella) Reset()

func (*BeaconBlockCapella) ResetVT added in v1.8.12

func (m *BeaconBlockCapella) ResetVT()

func (*BeaconBlockCapella) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockCapella) ReturnToVTPool()

func (*BeaconBlockCapella) SizeVT added in v1.8.12

func (m *BeaconBlockCapella) SizeVT() (n int)

func (*BeaconBlockCapella) String

func (x *BeaconBlockCapella) String() string

func (*BeaconBlockCapella) UnmarshalVT added in v1.8.12

func (m *BeaconBlockCapella) UnmarshalVT(dAtA []byte) error

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 BeaconBlockCapellaV2FromVTPool added in v1.8.12

func BeaconBlockCapellaV2FromVTPool() *BeaconBlockCapellaV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockCapellaV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockCapellaV2) MarshalToVT added in v1.8.12

func (m *BeaconBlockCapellaV2) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockCapellaV2) MarshalVT added in v1.8.12

func (m *BeaconBlockCapellaV2) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockCapellaV2) ProtoMessage

func (*BeaconBlockCapellaV2) ProtoMessage()

func (*BeaconBlockCapellaV2) ProtoReflect

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

func (*BeaconBlockCapellaV2) Reset

func (x *BeaconBlockCapellaV2) Reset()

func (*BeaconBlockCapellaV2) ResetVT added in v1.8.12

func (m *BeaconBlockCapellaV2) ResetVT()

func (*BeaconBlockCapellaV2) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockCapellaV2) ReturnToVTPool()

func (*BeaconBlockCapellaV2) SizeVT added in v1.8.12

func (m *BeaconBlockCapellaV2) SizeVT() (n int)

func (*BeaconBlockCapellaV2) String

func (x *BeaconBlockCapellaV2) String() string

func (*BeaconBlockCapellaV2) UnmarshalVT added in v1.8.12

func (m *BeaconBlockCapellaV2) UnmarshalVT(dAtA []byte) error

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 BeaconBlockDenebFromVTPool added in v1.8.12

func BeaconBlockDenebFromVTPool() *BeaconBlockDeneb

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockDeneb) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockDeneb) MarshalToVT added in v1.8.12

func (m *BeaconBlockDeneb) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockDeneb) MarshalVT added in v1.8.12

func (m *BeaconBlockDeneb) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockDeneb) ProtoMessage

func (*BeaconBlockDeneb) ProtoMessage()

func (*BeaconBlockDeneb) ProtoReflect

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

func (*BeaconBlockDeneb) Reset

func (x *BeaconBlockDeneb) Reset()

func (*BeaconBlockDeneb) ResetVT added in v1.8.12

func (m *BeaconBlockDeneb) ResetVT()

func (*BeaconBlockDeneb) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockDeneb) ReturnToVTPool()

func (*BeaconBlockDeneb) SizeVT added in v1.8.12

func (m *BeaconBlockDeneb) SizeVT() (n int)

func (*BeaconBlockDeneb) String

func (x *BeaconBlockDeneb) String() string

func (*BeaconBlockDeneb) UnmarshalVT added in v1.8.12

func (m *BeaconBlockDeneb) UnmarshalVT(dAtA []byte) error

type BeaconBlockElectra added in v1.0.26

type BeaconBlockElectra 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          *BeaconBlockBodyElectra `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func BeaconBlockElectraFromVTPool added in v1.8.12

func BeaconBlockElectraFromVTPool() *BeaconBlockElectra

func (*BeaconBlockElectra) Descriptor deprecated added in v1.0.26

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

Deprecated: Use BeaconBlockElectra.ProtoReflect.Descriptor instead.

func (*BeaconBlockElectra) GetBody added in v1.0.26

func (*BeaconBlockElectra) GetParentRoot added in v1.0.26

func (x *BeaconBlockElectra) GetParentRoot() string

func (*BeaconBlockElectra) GetProposerIndex added in v1.0.26

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

func (*BeaconBlockElectra) GetSlot added in v1.0.26

func (*BeaconBlockElectra) GetStateRoot added in v1.0.26

func (x *BeaconBlockElectra) GetStateRoot() string

func (*BeaconBlockElectra) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockElectra) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockElectra) MarshalToVT added in v1.8.12

func (m *BeaconBlockElectra) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockElectra) MarshalVT added in v1.8.12

func (m *BeaconBlockElectra) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockElectra) ProtoMessage added in v1.0.26

func (*BeaconBlockElectra) ProtoMessage()

func (*BeaconBlockElectra) ProtoReflect added in v1.0.26

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

func (*BeaconBlockElectra) Reset added in v1.0.26

func (x *BeaconBlockElectra) Reset()

func (*BeaconBlockElectra) ResetVT added in v1.8.12

func (m *BeaconBlockElectra) ResetVT()

func (*BeaconBlockElectra) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockElectra) ReturnToVTPool()

func (*BeaconBlockElectra) SizeVT added in v1.8.12

func (m *BeaconBlockElectra) SizeVT() (n int)

func (*BeaconBlockElectra) String added in v1.0.26

func (x *BeaconBlockElectra) String() string

func (*BeaconBlockElectra) UnmarshalVT added in v1.8.12

func (m *BeaconBlockElectra) UnmarshalVT(dAtA []byte) error

type BeaconBlockFulu added in v1.2.0

type BeaconBlockFulu 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          *BeaconBlockBodyFulu    `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func BeaconBlockFuluFromVTPool added in v1.8.12

func BeaconBlockFuluFromVTPool() *BeaconBlockFulu

func (*BeaconBlockFulu) Descriptor deprecated added in v1.2.0

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

Deprecated: Use BeaconBlockFulu.ProtoReflect.Descriptor instead.

func (*BeaconBlockFulu) GetBody added in v1.2.0

func (x *BeaconBlockFulu) GetBody() *BeaconBlockBodyFulu

func (*BeaconBlockFulu) GetParentRoot added in v1.2.0

func (x *BeaconBlockFulu) GetParentRoot() string

func (*BeaconBlockFulu) GetProposerIndex added in v1.2.0

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

func (*BeaconBlockFulu) GetSlot added in v1.2.0

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

func (*BeaconBlockFulu) GetStateRoot added in v1.2.0

func (x *BeaconBlockFulu) GetStateRoot() string

func (*BeaconBlockFulu) MarshalToSizedBufferVT added in v1.8.12

func (m *BeaconBlockFulu) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BeaconBlockFulu) MarshalToVT added in v1.8.12

func (m *BeaconBlockFulu) MarshalToVT(dAtA []byte) (int, error)

func (*BeaconBlockFulu) MarshalVT added in v1.8.12

func (m *BeaconBlockFulu) MarshalVT() (dAtA []byte, err error)

func (*BeaconBlockFulu) ProtoMessage added in v1.2.0

func (*BeaconBlockFulu) ProtoMessage()

func (*BeaconBlockFulu) ProtoReflect added in v1.2.0

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

func (*BeaconBlockFulu) Reset added in v1.2.0

func (x *BeaconBlockFulu) Reset()

func (*BeaconBlockFulu) ResetVT added in v1.8.12

func (m *BeaconBlockFulu) ResetVT()

func (*BeaconBlockFulu) ReturnToVTPool added in v1.8.12

func (m *BeaconBlockFulu) ReturnToVTPool()

func (*BeaconBlockFulu) SizeVT added in v1.8.12

func (m *BeaconBlockFulu) SizeVT() (n int)

func (*BeaconBlockFulu) String added in v1.2.0

func (x *BeaconBlockFulu) String() string

func (*BeaconBlockFulu) UnmarshalVT added in v1.8.12

func (m *BeaconBlockFulu) UnmarshalVT(dAtA []byte) error

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 BlindedBeaconBlockBellatrixFromVTPool added in v1.8.12

func BlindedBeaconBlockBellatrixFromVTPool() *BlindedBeaconBlockBellatrix

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrix) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBellatrix) MarshalToVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrix) MarshalToVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBellatrix) MarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrix) MarshalVT() (dAtA []byte, err error)

func (*BlindedBeaconBlockBellatrix) ProtoMessage

func (*BlindedBeaconBlockBellatrix) ProtoMessage()

func (*BlindedBeaconBlockBellatrix) ProtoReflect

func (*BlindedBeaconBlockBellatrix) Reset

func (x *BlindedBeaconBlockBellatrix) Reset()

func (*BlindedBeaconBlockBellatrix) ResetVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrix) ResetVT()

func (*BlindedBeaconBlockBellatrix) ReturnToVTPool added in v1.8.12

func (m *BlindedBeaconBlockBellatrix) ReturnToVTPool()

func (*BlindedBeaconBlockBellatrix) SizeVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrix) SizeVT() (n int)

func (*BlindedBeaconBlockBellatrix) String

func (x *BlindedBeaconBlockBellatrix) String() string

func (*BlindedBeaconBlockBellatrix) UnmarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrix) UnmarshalVT(dAtA []byte) error

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 BlindedBeaconBlockBellatrixV2FromVTPool added in v1.8.12

func BlindedBeaconBlockBellatrixV2FromVTPool() *BlindedBeaconBlockBellatrixV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrixV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBellatrixV2) MarshalToVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrixV2) MarshalToVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBellatrixV2) MarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrixV2) MarshalVT() (dAtA []byte, err error)

func (*BlindedBeaconBlockBellatrixV2) ProtoMessage

func (*BlindedBeaconBlockBellatrixV2) ProtoMessage()

func (*BlindedBeaconBlockBellatrixV2) ProtoReflect

func (*BlindedBeaconBlockBellatrixV2) Reset

func (x *BlindedBeaconBlockBellatrixV2) Reset()

func (*BlindedBeaconBlockBellatrixV2) ResetVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrixV2) ResetVT()

func (*BlindedBeaconBlockBellatrixV2) ReturnToVTPool added in v1.8.12

func (m *BlindedBeaconBlockBellatrixV2) ReturnToVTPool()

func (*BlindedBeaconBlockBellatrixV2) SizeVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrixV2) SizeVT() (n int)

func (*BlindedBeaconBlockBellatrixV2) String

func (*BlindedBeaconBlockBellatrixV2) UnmarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBellatrixV2) UnmarshalVT(dAtA []byte) error

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 BlindedBeaconBlockBodyBellatrixFromVTPool added in v1.8.12

func BlindedBeaconBlockBodyBellatrixFromVTPool() *BlindedBeaconBlockBodyBellatrix

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrix) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBodyBellatrix) MarshalToVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrix) MarshalToVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBodyBellatrix) MarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrix) MarshalVT() (dAtA []byte, err error)

func (*BlindedBeaconBlockBodyBellatrix) ProtoMessage

func (*BlindedBeaconBlockBodyBellatrix) ProtoMessage()

func (*BlindedBeaconBlockBodyBellatrix) ProtoReflect

func (*BlindedBeaconBlockBodyBellatrix) Reset

func (*BlindedBeaconBlockBodyBellatrix) ResetVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrix) ResetVT()

func (*BlindedBeaconBlockBodyBellatrix) ReturnToVTPool added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrix) ReturnToVTPool()

func (*BlindedBeaconBlockBodyBellatrix) SizeVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrix) SizeVT() (n int)

func (*BlindedBeaconBlockBodyBellatrix) String

func (*BlindedBeaconBlockBodyBellatrix) UnmarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrix) UnmarshalVT(dAtA []byte) error

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 BlindedBeaconBlockBodyBellatrixV2FromVTPool added in v1.8.12

func BlindedBeaconBlockBodyBellatrixV2FromVTPool() *BlindedBeaconBlockBodyBellatrixV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrixV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBodyBellatrixV2) MarshalToVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrixV2) MarshalToVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBodyBellatrixV2) MarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrixV2) MarshalVT() (dAtA []byte, err error)

func (*BlindedBeaconBlockBodyBellatrixV2) ProtoMessage

func (*BlindedBeaconBlockBodyBellatrixV2) ProtoMessage()

func (*BlindedBeaconBlockBodyBellatrixV2) ProtoReflect

func (*BlindedBeaconBlockBodyBellatrixV2) Reset

func (*BlindedBeaconBlockBodyBellatrixV2) ResetVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrixV2) ResetVT()

func (*BlindedBeaconBlockBodyBellatrixV2) ReturnToVTPool added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrixV2) ReturnToVTPool()

func (*BlindedBeaconBlockBodyBellatrixV2) SizeVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrixV2) SizeVT() (n int)

func (*BlindedBeaconBlockBodyBellatrixV2) String

func (*BlindedBeaconBlockBodyBellatrixV2) UnmarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBodyBellatrixV2) UnmarshalVT(dAtA []byte) error

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 BlindedBeaconBlockBodyCapellaFromVTPool added in v1.8.12

func BlindedBeaconBlockBodyCapellaFromVTPool() *BlindedBeaconBlockBodyCapella

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapella) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBodyCapella) MarshalToVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapella) MarshalToVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBodyCapella) MarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapella) MarshalVT() (dAtA []byte, err error)

func (*BlindedBeaconBlockBodyCapella) ProtoMessage

func (*BlindedBeaconBlockBodyCapella) ProtoMessage()

func (*BlindedBeaconBlockBodyCapella) ProtoReflect

func (*BlindedBeaconBlockBodyCapella) Reset

func (x *BlindedBeaconBlockBodyCapella) Reset()

func (*BlindedBeaconBlockBodyCapella) ResetVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapella) ResetVT()

func (*BlindedBeaconBlockBodyCapella) ReturnToVTPool added in v1.8.12

func (m *BlindedBeaconBlockBodyCapella) ReturnToVTPool()

func (*BlindedBeaconBlockBodyCapella) SizeVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapella) SizeVT() (n int)

func (*BlindedBeaconBlockBodyCapella) String

func (*BlindedBeaconBlockBodyCapella) UnmarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapella) UnmarshalVT(dAtA []byte) error

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 BlindedBeaconBlockBodyCapellaV2FromVTPool added in v1.8.12

func BlindedBeaconBlockBodyCapellaV2FromVTPool() *BlindedBeaconBlockBodyCapellaV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapellaV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBodyCapellaV2) MarshalToVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapellaV2) MarshalToVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockBodyCapellaV2) MarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapellaV2) MarshalVT() (dAtA []byte, err error)

func (*BlindedBeaconBlockBodyCapellaV2) ProtoMessage

func (*BlindedBeaconBlockBodyCapellaV2) ProtoMessage()

func (*BlindedBeaconBlockBodyCapellaV2) ProtoReflect

func (*BlindedBeaconBlockBodyCapellaV2) Reset

func (*BlindedBeaconBlockBodyCapellaV2) ResetVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapellaV2) ResetVT()

func (*BlindedBeaconBlockBodyCapellaV2) ReturnToVTPool added in v1.8.12

func (m *BlindedBeaconBlockBodyCapellaV2) ReturnToVTPool()

func (*BlindedBeaconBlockBodyCapellaV2) SizeVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapellaV2) SizeVT() (n int)

func (*BlindedBeaconBlockBodyCapellaV2) String

func (*BlindedBeaconBlockBodyCapellaV2) UnmarshalVT added in v1.8.12

func (m *BlindedBeaconBlockBodyCapellaV2) UnmarshalVT(dAtA []byte) error

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 BlindedBeaconBlockCapellaFromVTPool added in v1.8.12

func BlindedBeaconBlockCapellaFromVTPool() *BlindedBeaconBlockCapella

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BlindedBeaconBlockCapella) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockCapella) MarshalToVT added in v1.8.12

func (m *BlindedBeaconBlockCapella) MarshalToVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockCapella) MarshalVT added in v1.8.12

func (m *BlindedBeaconBlockCapella) MarshalVT() (dAtA []byte, err error)

func (*BlindedBeaconBlockCapella) ProtoMessage

func (*BlindedBeaconBlockCapella) ProtoMessage()

func (*BlindedBeaconBlockCapella) ProtoReflect

func (*BlindedBeaconBlockCapella) Reset

func (x *BlindedBeaconBlockCapella) Reset()

func (*BlindedBeaconBlockCapella) ResetVT added in v1.8.12

func (m *BlindedBeaconBlockCapella) ResetVT()

func (*BlindedBeaconBlockCapella) ReturnToVTPool added in v1.8.12

func (m *BlindedBeaconBlockCapella) ReturnToVTPool()

func (*BlindedBeaconBlockCapella) SizeVT added in v1.8.12

func (m *BlindedBeaconBlockCapella) SizeVT() (n int)

func (*BlindedBeaconBlockCapella) String

func (x *BlindedBeaconBlockCapella) String() string

func (*BlindedBeaconBlockCapella) UnmarshalVT added in v1.8.12

func (m *BlindedBeaconBlockCapella) UnmarshalVT(dAtA []byte) error

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 BlindedBeaconBlockCapellaV2FromVTPool added in v1.8.12

func BlindedBeaconBlockCapellaV2FromVTPool() *BlindedBeaconBlockCapellaV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *BlindedBeaconBlockCapellaV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockCapellaV2) MarshalToVT added in v1.8.12

func (m *BlindedBeaconBlockCapellaV2) MarshalToVT(dAtA []byte) (int, error)

func (*BlindedBeaconBlockCapellaV2) MarshalVT added in v1.8.12

func (m *BlindedBeaconBlockCapellaV2) MarshalVT() (dAtA []byte, err error)

func (*BlindedBeaconBlockCapellaV2) ProtoMessage

func (*BlindedBeaconBlockCapellaV2) ProtoMessage()

func (*BlindedBeaconBlockCapellaV2) ProtoReflect

func (*BlindedBeaconBlockCapellaV2) Reset

func (x *BlindedBeaconBlockCapellaV2) Reset()

func (*BlindedBeaconBlockCapellaV2) ResetVT added in v1.8.12

func (m *BlindedBeaconBlockCapellaV2) ResetVT()

func (*BlindedBeaconBlockCapellaV2) ReturnToVTPool added in v1.8.12

func (m *BlindedBeaconBlockCapellaV2) ReturnToVTPool()

func (*BlindedBeaconBlockCapellaV2) SizeVT added in v1.8.12

func (m *BlindedBeaconBlockCapellaV2) SizeVT() (n int)

func (*BlindedBeaconBlockCapellaV2) String

func (x *BlindedBeaconBlockCapellaV2) String() string

func (*BlindedBeaconBlockCapellaV2) UnmarshalVT added in v1.8.12

func (m *BlindedBeaconBlockCapellaV2) UnmarshalVT(dAtA []byte) error

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
	BlockVersion_ELECTRA   BlockVersion = 6
	BlockVersion_FULU      BlockVersion = 7
)

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
	//	*EventBlock_ElectraBlock
	//	*EventBlock_FuluBlock
	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 EventBlockFromVTPool added in v1.8.12

func EventBlockFromVTPool() *EventBlock

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) GetElectraBlock added in v1.0.26

func (x *EventBlock) GetElectraBlock() *BeaconBlockElectra

func (*EventBlock) GetFuluBlock added in v1.2.0

func (x *EventBlock) GetFuluBlock() *BeaconBlockFulu

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) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlock) MarshalToVT added in v1.8.12

func (m *EventBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlock) MarshalVT added in v1.8.12

func (m *EventBlock) MarshalVT() (dAtA []byte, err error)

func (*EventBlock) ProtoMessage

func (*EventBlock) ProtoMessage()

func (*EventBlock) ProtoReflect

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

func (*EventBlock) Reset

func (x *EventBlock) Reset()

func (*EventBlock) ResetVT added in v1.8.12

func (m *EventBlock) ResetVT()

func (*EventBlock) ReturnToVTPool added in v1.8.12

func (m *EventBlock) ReturnToVTPool()

func (*EventBlock) SizeVT added in v1.8.12

func (m *EventBlock) SizeVT() (n int)

func (*EventBlock) String

func (x *EventBlock) String() string

func (*EventBlock) UnmarshalJSON

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

func (*EventBlock) UnmarshalVT added in v1.8.12

func (m *EventBlock) UnmarshalVT(dAtA []byte) error

type EventBlockV2

type EventBlockV2 struct {

	// Types that are assignable to Message:
	//
	//	*EventBlockV2_Phase0Block
	//	*EventBlockV2_AltairBlock
	//	*EventBlockV2_BellatrixBlock
	//	*EventBlockV2_CapellaBlock
	//	*EventBlockV2_DenebBlock
	//	*EventBlockV2_ElectraBlock
	//	*EventBlockV2_FuluBlock
	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 EventBlockV2FromVTPool added in v1.8.12

func EventBlockV2FromVTPool() *EventBlockV2

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) GetElectraBlock added in v1.0.26

func (x *EventBlockV2) GetElectraBlock() *BeaconBlockElectra

func (*EventBlockV2) GetFuluBlock added in v1.2.0

func (x *EventBlockV2) GetFuluBlock() *BeaconBlockFulu

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) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlockV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlockV2) MarshalToVT added in v1.8.12

func (m *EventBlockV2) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlockV2) MarshalVT added in v1.8.12

func (m *EventBlockV2) MarshalVT() (dAtA []byte, err error)

func (*EventBlockV2) ProtoMessage

func (*EventBlockV2) ProtoMessage()

func (*EventBlockV2) ProtoReflect

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

func (*EventBlockV2) Reset

func (x *EventBlockV2) Reset()

func (*EventBlockV2) ResetVT added in v1.8.12

func (m *EventBlockV2) ResetVT()

func (*EventBlockV2) ReturnToVTPool added in v1.8.12

func (m *EventBlockV2) ReturnToVTPool()

func (*EventBlockV2) SizeVT added in v1.8.12

func (m *EventBlockV2) SizeVT() (n int)

func (*EventBlockV2) String

func (x *EventBlockV2) String() string

func (*EventBlockV2) UnmarshalVT added in v1.8.12

func (m *EventBlockV2) UnmarshalVT(dAtA []byte) error

type EventBlockV2_AltairBlock

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

func (*EventBlockV2_AltairBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlockV2_AltairBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlockV2_AltairBlock) MarshalToVT added in v1.8.12

func (m *EventBlockV2_AltairBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlockV2_AltairBlock) SizeVT added in v1.8.12

func (m *EventBlockV2_AltairBlock) SizeVT() (n int)

type EventBlockV2_BellatrixBlock

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

func (*EventBlockV2_BellatrixBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlockV2_BellatrixBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlockV2_BellatrixBlock) MarshalToVT added in v1.8.12

func (m *EventBlockV2_BellatrixBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlockV2_BellatrixBlock) SizeVT added in v1.8.12

func (m *EventBlockV2_BellatrixBlock) SizeVT() (n int)

type EventBlockV2_CapellaBlock

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

func (*EventBlockV2_CapellaBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlockV2_CapellaBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlockV2_CapellaBlock) MarshalToVT added in v1.8.12

func (m *EventBlockV2_CapellaBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlockV2_CapellaBlock) SizeVT added in v1.8.12

func (m *EventBlockV2_CapellaBlock) SizeVT() (n int)

type EventBlockV2_DenebBlock

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

func (*EventBlockV2_DenebBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlockV2_DenebBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlockV2_DenebBlock) MarshalToVT added in v1.8.12

func (m *EventBlockV2_DenebBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlockV2_DenebBlock) SizeVT added in v1.8.12

func (m *EventBlockV2_DenebBlock) SizeVT() (n int)

type EventBlockV2_ElectraBlock added in v1.0.26

type EventBlockV2_ElectraBlock struct {
	ElectraBlock *BeaconBlockElectra `protobuf:"bytes,8,opt,name=electra_block,json=ELECTRA,proto3,oneof"`
}

func (*EventBlockV2_ElectraBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlockV2_ElectraBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlockV2_ElectraBlock) MarshalToVT added in v1.8.12

func (m *EventBlockV2_ElectraBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlockV2_ElectraBlock) SizeVT added in v1.8.12

func (m *EventBlockV2_ElectraBlock) SizeVT() (n int)

type EventBlockV2_FuluBlock added in v1.2.0

type EventBlockV2_FuluBlock struct {
	FuluBlock *BeaconBlockFulu `protobuf:"bytes,9,opt,name=fulu_block,json=FULU,proto3,oneof"`
}

func (*EventBlockV2_FuluBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlockV2_FuluBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlockV2_FuluBlock) MarshalToVT added in v1.8.12

func (m *EventBlockV2_FuluBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlockV2_FuluBlock) SizeVT added in v1.8.12

func (m *EventBlockV2_FuluBlock) SizeVT() (n int)

type EventBlockV2_Phase0Block

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

func (*EventBlockV2_Phase0Block) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlockV2_Phase0Block) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlockV2_Phase0Block) MarshalToVT added in v1.8.12

func (m *EventBlockV2_Phase0Block) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlockV2_Phase0Block) SizeVT added in v1.8.12

func (m *EventBlockV2_Phase0Block) SizeVT() (n int)

type EventBlock_AltairBlock

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

func (*EventBlock_AltairBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlock_AltairBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlock_AltairBlock) MarshalToVT added in v1.8.12

func (m *EventBlock_AltairBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlock_AltairBlock) SizeVT added in v1.8.12

func (m *EventBlock_AltairBlock) SizeVT() (n int)

type EventBlock_BellatrixBlock

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

func (*EventBlock_BellatrixBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlock_BellatrixBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlock_BellatrixBlock) MarshalToVT added in v1.8.12

func (m *EventBlock_BellatrixBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlock_BellatrixBlock) SizeVT added in v1.8.12

func (m *EventBlock_BellatrixBlock) SizeVT() (n int)

type EventBlock_CapellaBlock

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

func (*EventBlock_CapellaBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlock_CapellaBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlock_CapellaBlock) MarshalToVT added in v1.8.12

func (m *EventBlock_CapellaBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlock_CapellaBlock) SizeVT added in v1.8.12

func (m *EventBlock_CapellaBlock) SizeVT() (n int)

type EventBlock_DenebBlock

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

func (*EventBlock_DenebBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlock_DenebBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlock_DenebBlock) MarshalToVT added in v1.8.12

func (m *EventBlock_DenebBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlock_DenebBlock) SizeVT added in v1.8.12

func (m *EventBlock_DenebBlock) SizeVT() (n int)

type EventBlock_ElectraBlock added in v1.0.26

type EventBlock_ElectraBlock struct {
	ElectraBlock *BeaconBlockElectra `protobuf:"bytes,8,opt,name=electra_block,json=ELECTRA,proto3,oneof"`
}

func (*EventBlock_ElectraBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlock_ElectraBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlock_ElectraBlock) MarshalToVT added in v1.8.12

func (m *EventBlock_ElectraBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlock_ElectraBlock) SizeVT added in v1.8.12

func (m *EventBlock_ElectraBlock) SizeVT() (n int)

type EventBlock_FuluBlock added in v1.2.0

type EventBlock_FuluBlock struct {
	FuluBlock *BeaconBlockFulu `protobuf:"bytes,9,opt,name=fulu_block,json=FULU,proto3,oneof"`
}

func (*EventBlock_FuluBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlock_FuluBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlock_FuluBlock) MarshalToVT added in v1.8.12

func (m *EventBlock_FuluBlock) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlock_FuluBlock) SizeVT added in v1.8.12

func (m *EventBlock_FuluBlock) SizeVT() (n int)

type EventBlock_Phase0Block

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

func (*EventBlock_Phase0Block) MarshalToSizedBufferVT added in v1.8.12

func (m *EventBlock_Phase0Block) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventBlock_Phase0Block) MarshalToVT added in v1.8.12

func (m *EventBlock_Phase0Block) MarshalToVT(dAtA []byte) (int, error)

func (*EventBlock_Phase0Block) SizeVT added in v1.8.12

func (m *EventBlock_Phase0Block) SizeVT() (n int)

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 SignedBLSToExecutionChangeFromVTPool added in v1.8.12

func SignedBLSToExecutionChangeFromVTPool() *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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBLSToExecutionChange) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBLSToExecutionChange) MarshalToVT added in v1.8.12

func (m *SignedBLSToExecutionChange) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBLSToExecutionChange) MarshalVT added in v1.8.12

func (m *SignedBLSToExecutionChange) MarshalVT() (dAtA []byte, err error)

func (*SignedBLSToExecutionChange) ProtoMessage

func (*SignedBLSToExecutionChange) ProtoMessage()

func (*SignedBLSToExecutionChange) ProtoReflect

func (*SignedBLSToExecutionChange) Reset

func (x *SignedBLSToExecutionChange) Reset()

func (*SignedBLSToExecutionChange) ResetVT added in v1.8.12

func (m *SignedBLSToExecutionChange) ResetVT()

func (*SignedBLSToExecutionChange) ReturnToVTPool added in v1.8.12

func (m *SignedBLSToExecutionChange) ReturnToVTPool()

func (*SignedBLSToExecutionChange) SizeVT added in v1.8.12

func (m *SignedBLSToExecutionChange) SizeVT() (n int)

func (*SignedBLSToExecutionChange) String

func (x *SignedBLSToExecutionChange) String() string

func (*SignedBLSToExecutionChange) UnmarshalVT added in v1.8.12

func (m *SignedBLSToExecutionChange) UnmarshalVT(dAtA []byte) error

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 SignedBLSToExecutionChangeV2FromVTPool added in v1.8.12

func SignedBLSToExecutionChangeV2FromVTPool() *SignedBLSToExecutionChangeV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBLSToExecutionChangeV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBLSToExecutionChangeV2) MarshalToVT added in v1.8.12

func (m *SignedBLSToExecutionChangeV2) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBLSToExecutionChangeV2) MarshalVT added in v1.8.12

func (m *SignedBLSToExecutionChangeV2) MarshalVT() (dAtA []byte, err error)

func (*SignedBLSToExecutionChangeV2) ProtoMessage

func (*SignedBLSToExecutionChangeV2) ProtoMessage()

func (*SignedBLSToExecutionChangeV2) ProtoReflect

func (*SignedBLSToExecutionChangeV2) Reset

func (x *SignedBLSToExecutionChangeV2) Reset()

func (*SignedBLSToExecutionChangeV2) ResetVT added in v1.8.12

func (m *SignedBLSToExecutionChangeV2) ResetVT()

func (*SignedBLSToExecutionChangeV2) ReturnToVTPool added in v1.8.12

func (m *SignedBLSToExecutionChangeV2) ReturnToVTPool()

func (*SignedBLSToExecutionChangeV2) SizeVT added in v1.8.12

func (m *SignedBLSToExecutionChangeV2) SizeVT() (n int)

func (*SignedBLSToExecutionChangeV2) String

func (*SignedBLSToExecutionChangeV2) UnmarshalVT added in v1.8.12

func (m *SignedBLSToExecutionChangeV2) UnmarshalVT(dAtA []byte) error

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 SignedBeaconBlockAltairFromVTPool added in v1.8.12

func SignedBeaconBlockAltairFromVTPool() *SignedBeaconBlockAltair

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBeaconBlockAltair) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockAltair) MarshalToVT added in v1.8.12

func (m *SignedBeaconBlockAltair) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockAltair) MarshalVT added in v1.8.12

func (m *SignedBeaconBlockAltair) MarshalVT() (dAtA []byte, err error)

func (*SignedBeaconBlockAltair) ProtoMessage

func (*SignedBeaconBlockAltair) ProtoMessage()

func (*SignedBeaconBlockAltair) ProtoReflect

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

func (*SignedBeaconBlockAltair) Reset

func (x *SignedBeaconBlockAltair) Reset()

func (*SignedBeaconBlockAltair) ResetVT added in v1.8.12

func (m *SignedBeaconBlockAltair) ResetVT()

func (*SignedBeaconBlockAltair) ReturnToVTPool added in v1.8.12

func (m *SignedBeaconBlockAltair) ReturnToVTPool()

func (*SignedBeaconBlockAltair) SizeVT added in v1.8.12

func (m *SignedBeaconBlockAltair) SizeVT() (n int)

func (*SignedBeaconBlockAltair) String

func (x *SignedBeaconBlockAltair) String() string

func (*SignedBeaconBlockAltair) UnmarshalVT added in v1.8.12

func (m *SignedBeaconBlockAltair) UnmarshalVT(dAtA []byte) error

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 SignedBeaconBlockAltairV2FromVTPool added in v1.8.12

func SignedBeaconBlockAltairV2FromVTPool() *SignedBeaconBlockAltairV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBeaconBlockAltairV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockAltairV2) MarshalToVT added in v1.8.12

func (m *SignedBeaconBlockAltairV2) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockAltairV2) MarshalVT added in v1.8.12

func (m *SignedBeaconBlockAltairV2) MarshalVT() (dAtA []byte, err error)

func (*SignedBeaconBlockAltairV2) ProtoMessage

func (*SignedBeaconBlockAltairV2) ProtoMessage()

func (*SignedBeaconBlockAltairV2) ProtoReflect

func (*SignedBeaconBlockAltairV2) Reset

func (x *SignedBeaconBlockAltairV2) Reset()

func (*SignedBeaconBlockAltairV2) ResetVT added in v1.8.12

func (m *SignedBeaconBlockAltairV2) ResetVT()

func (*SignedBeaconBlockAltairV2) ReturnToVTPool added in v1.8.12

func (m *SignedBeaconBlockAltairV2) ReturnToVTPool()

func (*SignedBeaconBlockAltairV2) SizeVT added in v1.8.12

func (m *SignedBeaconBlockAltairV2) SizeVT() (n int)

func (*SignedBeaconBlockAltairV2) String

func (x *SignedBeaconBlockAltairV2) String() string

func (*SignedBeaconBlockAltairV2) UnmarshalVT added in v1.8.12

func (m *SignedBeaconBlockAltairV2) UnmarshalVT(dAtA []byte) error

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 SignedBeaconBlockBellatrixFromVTPool added in v1.8.12

func SignedBeaconBlockBellatrixFromVTPool() *SignedBeaconBlockBellatrix

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBeaconBlockBellatrix) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockBellatrix) MarshalToVT added in v1.8.12

func (m *SignedBeaconBlockBellatrix) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockBellatrix) MarshalVT added in v1.8.12

func (m *SignedBeaconBlockBellatrix) MarshalVT() (dAtA []byte, err error)

func (*SignedBeaconBlockBellatrix) ProtoMessage

func (*SignedBeaconBlockBellatrix) ProtoMessage()

func (*SignedBeaconBlockBellatrix) ProtoReflect

func (*SignedBeaconBlockBellatrix) Reset

func (x *SignedBeaconBlockBellatrix) Reset()

func (*SignedBeaconBlockBellatrix) ResetVT added in v1.8.12

func (m *SignedBeaconBlockBellatrix) ResetVT()

func (*SignedBeaconBlockBellatrix) ReturnToVTPool added in v1.8.12

func (m *SignedBeaconBlockBellatrix) ReturnToVTPool()

func (*SignedBeaconBlockBellatrix) SizeVT added in v1.8.12

func (m *SignedBeaconBlockBellatrix) SizeVT() (n int)

func (*SignedBeaconBlockBellatrix) String

func (x *SignedBeaconBlockBellatrix) String() string

func (*SignedBeaconBlockBellatrix) UnmarshalVT added in v1.8.12

func (m *SignedBeaconBlockBellatrix) UnmarshalVT(dAtA []byte) error

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 SignedBeaconBlockBellatrixV2FromVTPool added in v1.8.12

func SignedBeaconBlockBellatrixV2FromVTPool() *SignedBeaconBlockBellatrixV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBeaconBlockBellatrixV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockBellatrixV2) MarshalToVT added in v1.8.12

func (m *SignedBeaconBlockBellatrixV2) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockBellatrixV2) MarshalVT added in v1.8.12

func (m *SignedBeaconBlockBellatrixV2) MarshalVT() (dAtA []byte, err error)

func (*SignedBeaconBlockBellatrixV2) ProtoMessage

func (*SignedBeaconBlockBellatrixV2) ProtoMessage()

func (*SignedBeaconBlockBellatrixV2) ProtoReflect

func (*SignedBeaconBlockBellatrixV2) Reset

func (x *SignedBeaconBlockBellatrixV2) Reset()

func (*SignedBeaconBlockBellatrixV2) ResetVT added in v1.8.12

func (m *SignedBeaconBlockBellatrixV2) ResetVT()

func (*SignedBeaconBlockBellatrixV2) ReturnToVTPool added in v1.8.12

func (m *SignedBeaconBlockBellatrixV2) ReturnToVTPool()

func (*SignedBeaconBlockBellatrixV2) SizeVT added in v1.8.12

func (m *SignedBeaconBlockBellatrixV2) SizeVT() (n int)

func (*SignedBeaconBlockBellatrixV2) String

func (*SignedBeaconBlockBellatrixV2) UnmarshalVT added in v1.8.12

func (m *SignedBeaconBlockBellatrixV2) UnmarshalVT(dAtA []byte) error

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 SignedBeaconBlockCapellaFromVTPool added in v1.8.12

func SignedBeaconBlockCapellaFromVTPool() *SignedBeaconBlockCapella

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBeaconBlockCapella) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockCapella) MarshalToVT added in v1.8.12

func (m *SignedBeaconBlockCapella) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockCapella) MarshalVT added in v1.8.12

func (m *SignedBeaconBlockCapella) MarshalVT() (dAtA []byte, err error)

func (*SignedBeaconBlockCapella) ProtoMessage

func (*SignedBeaconBlockCapella) ProtoMessage()

func (*SignedBeaconBlockCapella) ProtoReflect

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

func (*SignedBeaconBlockCapella) Reset

func (x *SignedBeaconBlockCapella) Reset()

func (*SignedBeaconBlockCapella) ResetVT added in v1.8.12

func (m *SignedBeaconBlockCapella) ResetVT()

func (*SignedBeaconBlockCapella) ReturnToVTPool added in v1.8.12

func (m *SignedBeaconBlockCapella) ReturnToVTPool()

func (*SignedBeaconBlockCapella) SizeVT added in v1.8.12

func (m *SignedBeaconBlockCapella) SizeVT() (n int)

func (*SignedBeaconBlockCapella) String

func (x *SignedBeaconBlockCapella) String() string

func (*SignedBeaconBlockCapella) UnmarshalVT added in v1.8.12

func (m *SignedBeaconBlockCapella) UnmarshalVT(dAtA []byte) error

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 SignedBeaconBlockCapellaV2FromVTPool added in v1.8.12

func SignedBeaconBlockCapellaV2FromVTPool() *SignedBeaconBlockCapellaV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBeaconBlockCapellaV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockCapellaV2) MarshalToVT added in v1.8.12

func (m *SignedBeaconBlockCapellaV2) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockCapellaV2) MarshalVT added in v1.8.12

func (m *SignedBeaconBlockCapellaV2) MarshalVT() (dAtA []byte, err error)

func (*SignedBeaconBlockCapellaV2) ProtoMessage

func (*SignedBeaconBlockCapellaV2) ProtoMessage()

func (*SignedBeaconBlockCapellaV2) ProtoReflect

func (*SignedBeaconBlockCapellaV2) Reset

func (x *SignedBeaconBlockCapellaV2) Reset()

func (*SignedBeaconBlockCapellaV2) ResetVT added in v1.8.12

func (m *SignedBeaconBlockCapellaV2) ResetVT()

func (*SignedBeaconBlockCapellaV2) ReturnToVTPool added in v1.8.12

func (m *SignedBeaconBlockCapellaV2) ReturnToVTPool()

func (*SignedBeaconBlockCapellaV2) SizeVT added in v1.8.12

func (m *SignedBeaconBlockCapellaV2) SizeVT() (n int)

func (*SignedBeaconBlockCapellaV2) String

func (x *SignedBeaconBlockCapellaV2) String() string

func (*SignedBeaconBlockCapellaV2) UnmarshalVT added in v1.8.12

func (m *SignedBeaconBlockCapellaV2) UnmarshalVT(dAtA []byte) error

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 SignedBeaconBlockDenebFromVTPool added in v1.8.12

func SignedBeaconBlockDenebFromVTPool() *SignedBeaconBlockDeneb

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBeaconBlockDeneb) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockDeneb) MarshalToVT added in v1.8.12

func (m *SignedBeaconBlockDeneb) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockDeneb) MarshalVT added in v1.8.12

func (m *SignedBeaconBlockDeneb) MarshalVT() (dAtA []byte, err error)

func (*SignedBeaconBlockDeneb) ProtoMessage

func (*SignedBeaconBlockDeneb) ProtoMessage()

func (*SignedBeaconBlockDeneb) ProtoReflect

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

func (*SignedBeaconBlockDeneb) Reset

func (x *SignedBeaconBlockDeneb) Reset()

func (*SignedBeaconBlockDeneb) ResetVT added in v1.8.12

func (m *SignedBeaconBlockDeneb) ResetVT()

func (*SignedBeaconBlockDeneb) ReturnToVTPool added in v1.8.12

func (m *SignedBeaconBlockDeneb) ReturnToVTPool()

func (*SignedBeaconBlockDeneb) SizeVT added in v1.8.12

func (m *SignedBeaconBlockDeneb) SizeVT() (n int)

func (*SignedBeaconBlockDeneb) String

func (x *SignedBeaconBlockDeneb) String() string

func (*SignedBeaconBlockDeneb) UnmarshalVT added in v1.8.12

func (m *SignedBeaconBlockDeneb) UnmarshalVT(dAtA []byte) error

type SignedBeaconBlockElectra added in v1.0.26

type SignedBeaconBlockElectra struct {
	Message   *BeaconBlockElectra `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 SignedBeaconBlockElectraFromVTPool added in v1.8.12

func SignedBeaconBlockElectraFromVTPool() *SignedBeaconBlockElectra

func (*SignedBeaconBlockElectra) Descriptor deprecated added in v1.0.26

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

Deprecated: Use SignedBeaconBlockElectra.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockElectra) GetMessage added in v1.0.26

func (*SignedBeaconBlockElectra) GetSignature added in v1.0.26

func (x *SignedBeaconBlockElectra) GetSignature() string

func (*SignedBeaconBlockElectra) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBeaconBlockElectra) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockElectra) MarshalToVT added in v1.8.12

func (m *SignedBeaconBlockElectra) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockElectra) MarshalVT added in v1.8.12

func (m *SignedBeaconBlockElectra) MarshalVT() (dAtA []byte, err error)

func (*SignedBeaconBlockElectra) ProtoMessage added in v1.0.26

func (*SignedBeaconBlockElectra) ProtoMessage()

func (*SignedBeaconBlockElectra) ProtoReflect added in v1.0.26

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

func (*SignedBeaconBlockElectra) Reset added in v1.0.26

func (x *SignedBeaconBlockElectra) Reset()

func (*SignedBeaconBlockElectra) ResetVT added in v1.8.12

func (m *SignedBeaconBlockElectra) ResetVT()

func (*SignedBeaconBlockElectra) ReturnToVTPool added in v1.8.12

func (m *SignedBeaconBlockElectra) ReturnToVTPool()

func (*SignedBeaconBlockElectra) SizeVT added in v1.8.12

func (m *SignedBeaconBlockElectra) SizeVT() (n int)

func (*SignedBeaconBlockElectra) String added in v1.0.26

func (x *SignedBeaconBlockElectra) String() string

func (*SignedBeaconBlockElectra) UnmarshalVT added in v1.8.12

func (m *SignedBeaconBlockElectra) UnmarshalVT(dAtA []byte) error

type SignedBeaconBlockFulu added in v1.2.0

type SignedBeaconBlockFulu struct {
	Message   *BeaconBlockFulu `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 SignedBeaconBlockFuluFromVTPool added in v1.8.12

func SignedBeaconBlockFuluFromVTPool() *SignedBeaconBlockFulu

func (*SignedBeaconBlockFulu) Descriptor deprecated added in v1.2.0

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

Deprecated: Use SignedBeaconBlockFulu.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockFulu) GetMessage added in v1.2.0

func (x *SignedBeaconBlockFulu) GetMessage() *BeaconBlockFulu

func (*SignedBeaconBlockFulu) GetSignature added in v1.2.0

func (x *SignedBeaconBlockFulu) GetSignature() string

func (*SignedBeaconBlockFulu) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBeaconBlockFulu) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockFulu) MarshalToVT added in v1.8.12

func (m *SignedBeaconBlockFulu) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBeaconBlockFulu) MarshalVT added in v1.8.12

func (m *SignedBeaconBlockFulu) MarshalVT() (dAtA []byte, err error)

func (*SignedBeaconBlockFulu) ProtoMessage added in v1.2.0

func (*SignedBeaconBlockFulu) ProtoMessage()

func (*SignedBeaconBlockFulu) ProtoReflect added in v1.2.0

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

func (*SignedBeaconBlockFulu) Reset added in v1.2.0

func (x *SignedBeaconBlockFulu) Reset()

func (*SignedBeaconBlockFulu) ResetVT added in v1.8.12

func (m *SignedBeaconBlockFulu) ResetVT()

func (*SignedBeaconBlockFulu) ReturnToVTPool added in v1.8.12

func (m *SignedBeaconBlockFulu) ReturnToVTPool()

func (*SignedBeaconBlockFulu) SizeVT added in v1.8.12

func (m *SignedBeaconBlockFulu) SizeVT() (n int)

func (*SignedBeaconBlockFulu) String added in v1.2.0

func (x *SignedBeaconBlockFulu) String() string

func (*SignedBeaconBlockFulu) UnmarshalVT added in v1.8.12

func (m *SignedBeaconBlockFulu) UnmarshalVT(dAtA []byte) error

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 SignedBlindedBeaconBlockBellatrixFromVTPool added in v1.8.12

func SignedBlindedBeaconBlockBellatrixFromVTPool() *SignedBlindedBeaconBlockBellatrix

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrix) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBlindedBeaconBlockBellatrix) MarshalToVT added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrix) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBlindedBeaconBlockBellatrix) MarshalVT added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrix) MarshalVT() (dAtA []byte, err error)

func (*SignedBlindedBeaconBlockBellatrix) ProtoMessage

func (*SignedBlindedBeaconBlockBellatrix) ProtoMessage()

func (*SignedBlindedBeaconBlockBellatrix) ProtoReflect

func (*SignedBlindedBeaconBlockBellatrix) Reset

func (*SignedBlindedBeaconBlockBellatrix) ResetVT added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrix) ResetVT()

func (*SignedBlindedBeaconBlockBellatrix) ReturnToVTPool added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrix) ReturnToVTPool()

func (*SignedBlindedBeaconBlockBellatrix) SizeVT added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrix) SizeVT() (n int)

func (*SignedBlindedBeaconBlockBellatrix) String

func (*SignedBlindedBeaconBlockBellatrix) UnmarshalVT added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrix) UnmarshalVT(dAtA []byte) error

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 SignedBlindedBeaconBlockBellatrixV2FromVTPool added in v1.8.12

func SignedBlindedBeaconBlockBellatrixV2FromVTPool() *SignedBlindedBeaconBlockBellatrixV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrixV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBlindedBeaconBlockBellatrixV2) MarshalToVT added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrixV2) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBlindedBeaconBlockBellatrixV2) MarshalVT added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrixV2) MarshalVT() (dAtA []byte, err error)

func (*SignedBlindedBeaconBlockBellatrixV2) ProtoMessage

func (*SignedBlindedBeaconBlockBellatrixV2) ProtoMessage()

func (*SignedBlindedBeaconBlockBellatrixV2) ProtoReflect

func (*SignedBlindedBeaconBlockBellatrixV2) Reset

func (*SignedBlindedBeaconBlockBellatrixV2) ResetVT added in v1.8.12

func (*SignedBlindedBeaconBlockBellatrixV2) ReturnToVTPool added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrixV2) ReturnToVTPool()

func (*SignedBlindedBeaconBlockBellatrixV2) SizeVT added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrixV2) SizeVT() (n int)

func (*SignedBlindedBeaconBlockBellatrixV2) String

func (*SignedBlindedBeaconBlockBellatrixV2) UnmarshalVT added in v1.8.12

func (m *SignedBlindedBeaconBlockBellatrixV2) UnmarshalVT(dAtA []byte) error

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 SignedBlindedBeaconBlockCapellaFromVTPool added in v1.8.12

func SignedBlindedBeaconBlockCapellaFromVTPool() *SignedBlindedBeaconBlockCapella

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapella) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBlindedBeaconBlockCapella) MarshalToVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapella) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBlindedBeaconBlockCapella) MarshalVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapella) MarshalVT() (dAtA []byte, err error)

func (*SignedBlindedBeaconBlockCapella) ProtoMessage

func (*SignedBlindedBeaconBlockCapella) ProtoMessage()

func (*SignedBlindedBeaconBlockCapella) ProtoReflect

func (*SignedBlindedBeaconBlockCapella) Reset

func (*SignedBlindedBeaconBlockCapella) ResetVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapella) ResetVT()

func (*SignedBlindedBeaconBlockCapella) ReturnToVTPool added in v1.8.12

func (m *SignedBlindedBeaconBlockCapella) ReturnToVTPool()

func (*SignedBlindedBeaconBlockCapella) SizeVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapella) SizeVT() (n int)

func (*SignedBlindedBeaconBlockCapella) String

func (*SignedBlindedBeaconBlockCapella) UnmarshalVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapella) UnmarshalVT(dAtA []byte) error

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 SignedBlindedBeaconBlockCapellaV2FromVTPool added in v1.8.12

func SignedBlindedBeaconBlockCapellaV2FromVTPool() *SignedBlindedBeaconBlockCapellaV2

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) MarshalToSizedBufferVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapellaV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SignedBlindedBeaconBlockCapellaV2) MarshalToVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapellaV2) MarshalToVT(dAtA []byte) (int, error)

func (*SignedBlindedBeaconBlockCapellaV2) MarshalVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapellaV2) MarshalVT() (dAtA []byte, err error)

func (*SignedBlindedBeaconBlockCapellaV2) ProtoMessage

func (*SignedBlindedBeaconBlockCapellaV2) ProtoMessage()

func (*SignedBlindedBeaconBlockCapellaV2) ProtoReflect

func (*SignedBlindedBeaconBlockCapellaV2) Reset

func (*SignedBlindedBeaconBlockCapellaV2) ResetVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapellaV2) ResetVT()

func (*SignedBlindedBeaconBlockCapellaV2) ReturnToVTPool added in v1.8.12

func (m *SignedBlindedBeaconBlockCapellaV2) ReturnToVTPool()

func (*SignedBlindedBeaconBlockCapellaV2) SizeVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapellaV2) SizeVT() (n int)

func (*SignedBlindedBeaconBlockCapellaV2) String

func (*SignedBlindedBeaconBlockCapellaV2) UnmarshalVT added in v1.8.12

func (m *SignedBlindedBeaconBlockCapellaV2) UnmarshalVT(dAtA []byte) error

type SubmitBLSToExecutionChangesRequest

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

func SubmitBLSToExecutionChangesRequestFromVTPool added in v1.8.12

func SubmitBLSToExecutionChangesRequestFromVTPool() *SubmitBLSToExecutionChangesRequest

func (*SubmitBLSToExecutionChangesRequest) Descriptor deprecated

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

Deprecated: Use SubmitBLSToExecutionChangesRequest.ProtoReflect.Descriptor instead.

func (*SubmitBLSToExecutionChangesRequest) GetChanges

func (*SubmitBLSToExecutionChangesRequest) MarshalToSizedBufferVT added in v1.8.12

func (m *SubmitBLSToExecutionChangesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubmitBLSToExecutionChangesRequest) MarshalToVT added in v1.8.12

func (m *SubmitBLSToExecutionChangesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SubmitBLSToExecutionChangesRequest) MarshalVT added in v1.8.12

func (m *SubmitBLSToExecutionChangesRequest) MarshalVT() (dAtA []byte, err error)

func (*SubmitBLSToExecutionChangesRequest) ProtoMessage

func (*SubmitBLSToExecutionChangesRequest) ProtoMessage()

func (*SubmitBLSToExecutionChangesRequest) ProtoReflect

func (*SubmitBLSToExecutionChangesRequest) Reset

func (*SubmitBLSToExecutionChangesRequest) ResetVT added in v1.8.12

func (*SubmitBLSToExecutionChangesRequest) ReturnToVTPool added in v1.8.12

func (m *SubmitBLSToExecutionChangesRequest) ReturnToVTPool()

func (*SubmitBLSToExecutionChangesRequest) SizeVT added in v1.8.12

func (m *SubmitBLSToExecutionChangesRequest) SizeVT() (n int)

func (*SubmitBLSToExecutionChangesRequest) String

func (*SubmitBLSToExecutionChangesRequest) UnmarshalVT added in v1.8.12

func (m *SubmitBLSToExecutionChangesRequest) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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