eth

package
v7.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2025 License: GPL-3.0 Imports: 22 Imported by: 0

Documentation

Overview

Code generated by fastssz. DO NOT EDIT.

Code generated by fastssz. DO NOT EDIT.

Code generated by fastssz. DO NOT EDIT.

Code generated by fastssz. DO NOT EDIT.

Code generated by fastssz. DO NOT EDIT.

Code generated by fastssz. DO NOT EDIT.

Code generated by fastssz. DO NOT EDIT.

Code generated by fastssz. DO NOT EDIT.

Code generated by fastssz. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var (
	LoggingLevelRequest_Level_name = map[int32]string{
		0: "INFO",
		1: "DEBUG",
		2: "TRACE",
	}
	LoggingLevelRequest_Level_value = map[string]int32{
		"INFO":  0,
		"DEBUG": 1,
		"TRACE": 2,
	}
)

Enum value maps for LoggingLevelRequest_Level.

View Source
var (
	PeerDirection_name = map[int32]string{
		0: "UNKNOWN",
		1: "INBOUND",
		2: "OUTBOUND",
	}
	PeerDirection_value = map[string]int32{
		"UNKNOWN":  0,
		"INBOUND":  1,
		"OUTBOUND": 2,
	}
)

Enum value maps for PeerDirection.

View Source
var (
	ConnectionState_name = map[int32]string{
		0: "DISCONNECTED",
		1: "DISCONNECTING",
		2: "CONNECTED",
		3: "CONNECTING",
	}
	ConnectionState_value = map[string]int32{
		"DISCONNECTED":  0,
		"DISCONNECTING": 1,
		"CONNECTED":     2,
		"CONNECTING":    3,
	}
)

Enum value maps for ConnectionState.

View Source
var (
	ValidatorStatus_name = map[int32]string{
		0: "UNKNOWN_STATUS",
		1: "DEPOSITED",
		2: "PENDING",
		3: "ACTIVE",
		4: "EXITING",
		5: "SLASHING",
		6: "EXITED",
		7: "INVALID",
		8: "PARTIALLY_DEPOSITED",
	}
	ValidatorStatus_value = map[string]int32{
		"UNKNOWN_STATUS":      0,
		"DEPOSITED":           1,
		"PENDING":             2,
		"ACTIVE":              3,
		"EXITING":             4,
		"SLASHING":            5,
		"EXITED":              6,
		"INVALID":             7,
		"PARTIALLY_DEPOSITED": 8,
	}
)

Enum value maps for ValidatorStatus.

View Source
var File_proto_prysm_v1alpha1_attestation_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_beacon_block_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_beacon_chain_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_beacon_core_types_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_beacon_state_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_blobs_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_data_columns_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_debug_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_eip_7251_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_finalized_block_root_container_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_gloas_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_health_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_light_client_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_node_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_p2p_messages_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_powchain_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_slasher_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_sync_committee_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_validator_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_withdrawals_proto protoreflect.FileDescriptor

Functions

func ConvertToSyncContributionBitVector

func ConvertToSyncContributionBitVector(b []byte) bitfield.Bitvector128

func CopyBlobKZGs

func CopyBlobKZGs(b [][]byte) [][]byte

CopyBlobKZGs copies the provided blob kzgs object.

func CopyExecutionRequests

func CopyExecutionRequests(e *enginev1.ExecutionRequests) *enginev1.ExecutionRequests

CopyExecutionRequests copies the provided execution requests.

func CopySlice

func CopySlice[T any, C copier[T]](original []C) []T

func NewSyncCommitteeAggregationBits

func NewSyncCommitteeAggregationBits() bitfield.Bitvector128

func RegisterBeaconChainServer

func RegisterBeaconChainServer(s *grpc.Server, srv BeaconChainServer)

func RegisterBeaconNodeValidatorServer

func RegisterBeaconNodeValidatorServer(s *grpc.Server, srv BeaconNodeValidatorServer)

func RegisterDebugServer

func RegisterDebugServer(s *grpc.Server, srv DebugServer)

func RegisterHealthServer

func RegisterHealthServer(s *grpc.Server, srv HealthServer)

func RegisterNodeServer

func RegisterNodeServer(s *grpc.Server, srv NodeServer)

Types

type ActiveSetChanges deprecated

type ActiveSetChanges struct {
	Epoch               github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch            `` /* 142-byte string literal not displayed */
	ActivatedPublicKeys [][]byte                                                                     `` /* 136-byte string literal not displayed */
	ActivatedIndices    []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 204-byte string literal not displayed */
	ExitedPublicKeys    [][]byte                                                                     `` /* 127-byte string literal not displayed */
	ExitedIndices       []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 195-byte string literal not displayed */
	SlashedPublicKeys   [][]byte                                                                     `` /* 130-byte string literal not displayed */
	SlashedIndices      []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 198-byte string literal not displayed */
	EjectedPublicKeys   [][]byte                                                                     `` /* 130-byte string literal not displayed */
	EjectedIndices      []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 198-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ActiveSetChanges) Descriptor deprecated

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

Deprecated: Use ActiveSetChanges.ProtoReflect.Descriptor instead.

func (*ActiveSetChanges) GetActivatedPublicKeys

func (x *ActiveSetChanges) GetActivatedPublicKeys() [][]byte

func (*ActiveSetChanges) GetEjectedPublicKeys

func (x *ActiveSetChanges) GetEjectedPublicKeys() [][]byte

func (*ActiveSetChanges) GetExitedPublicKeys

func (x *ActiveSetChanges) GetExitedPublicKeys() [][]byte

func (*ActiveSetChanges) GetSlashedPublicKeys

func (x *ActiveSetChanges) GetSlashedPublicKeys() [][]byte

func (*ActiveSetChanges) ProtoMessage

func (*ActiveSetChanges) ProtoMessage()

func (*ActiveSetChanges) ProtoReflect

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

func (*ActiveSetChanges) Reset

func (x *ActiveSetChanges) Reset()

func (*ActiveSetChanges) String

func (x *ActiveSetChanges) String() string

type AggregateAttAndProof

type AggregateAttAndProof interface {
	proto.Message
	ssz.Marshaler
	ssz.Unmarshaler
	ssz.HashRoot
	Version() int
	GetAggregatorIndex() primitives.ValidatorIndex
	AggregateVal() Att
	GetSelectionProof() []byte
	IsNil() bool
}

AggregateAttAndProof defines common functionality for all aggregate attestation types.

type AggregateAttestationAndProof

type AggregateAttestationAndProof struct {
	AggregatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 194-byte string literal not displayed */
	Aggregate       *Attestation                                                               `protobuf:"bytes,3,opt,name=aggregate,proto3" json:"aggregate,omitempty"`
	SelectionProof  []byte                                                                     `protobuf:"bytes,2,opt,name=selection_proof,json=selectionProof,proto3" json:"selection_proof,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*AggregateAttestationAndProof) AggregateVal

func (a *AggregateAttestationAndProof) AggregateVal() Att

AggregateVal --

func (*AggregateAttestationAndProof) Descriptor deprecated

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

Deprecated: Use AggregateAttestationAndProof.ProtoReflect.Descriptor instead.

func (*AggregateAttestationAndProof) GetAggregate

func (x *AggregateAttestationAndProof) GetAggregate() *Attestation

func (*AggregateAttestationAndProof) GetSelectionProof

func (x *AggregateAttestationAndProof) GetSelectionProof() []byte

func (*AggregateAttestationAndProof) HashTreeRoot

func (a *AggregateAttestationAndProof) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the AggregateAttestationAndProof object

func (*AggregateAttestationAndProof) HashTreeRootWith

func (a *AggregateAttestationAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the AggregateAttestationAndProof object with a hasher

func (*AggregateAttestationAndProof) IsNil

IsNil --

func (*AggregateAttestationAndProof) MarshalSSZ

func (a *AggregateAttestationAndProof) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the AggregateAttestationAndProof object

func (*AggregateAttestationAndProof) MarshalSSZTo

func (a *AggregateAttestationAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the AggregateAttestationAndProof object to a target array

func (*AggregateAttestationAndProof) ProtoMessage

func (*AggregateAttestationAndProof) ProtoMessage()

func (*AggregateAttestationAndProof) ProtoReflect

func (*AggregateAttestationAndProof) Reset

func (x *AggregateAttestationAndProof) Reset()

func (*AggregateAttestationAndProof) SizeSSZ

func (a *AggregateAttestationAndProof) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the AggregateAttestationAndProof object

func (*AggregateAttestationAndProof) String

func (*AggregateAttestationAndProof) UnmarshalSSZ

func (a *AggregateAttestationAndProof) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the AggregateAttestationAndProof object

func (*AggregateAttestationAndProof) Version

func (a *AggregateAttestationAndProof) Version() int

Version --

type AggregateAttestationAndProofElectra

type AggregateAttestationAndProofElectra struct {
	AggregatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 194-byte string literal not displayed */
	Aggregate       *AttestationElectra                                                        `protobuf:"bytes,2,opt,name=aggregate,proto3" json:"aggregate,omitempty"`
	SelectionProof  []byte                                                                     `protobuf:"bytes,3,opt,name=selection_proof,json=selectionProof,proto3" json:"selection_proof,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*AggregateAttestationAndProofElectra) AggregateVal

func (a *AggregateAttestationAndProofElectra) AggregateVal() Att

AggregateVal --

func (*AggregateAttestationAndProofElectra) Descriptor deprecated

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

Deprecated: Use AggregateAttestationAndProofElectra.ProtoReflect.Descriptor instead.

func (*AggregateAttestationAndProofElectra) GetAggregate

func (*AggregateAttestationAndProofElectra) GetSelectionProof

func (x *AggregateAttestationAndProofElectra) GetSelectionProof() []byte

func (*AggregateAttestationAndProofElectra) HashTreeRoot

func (a *AggregateAttestationAndProofElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the AggregateAttestationAndProofElectra object

func (*AggregateAttestationAndProofElectra) HashTreeRootWith

func (a *AggregateAttestationAndProofElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the AggregateAttestationAndProofElectra object with a hasher

func (*AggregateAttestationAndProofElectra) IsNil

IsNil --

func (*AggregateAttestationAndProofElectra) MarshalSSZ

func (a *AggregateAttestationAndProofElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the AggregateAttestationAndProofElectra object

func (*AggregateAttestationAndProofElectra) MarshalSSZTo

func (a *AggregateAttestationAndProofElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the AggregateAttestationAndProofElectra object to a target array

func (*AggregateAttestationAndProofElectra) ProtoMessage

func (*AggregateAttestationAndProofElectra) ProtoMessage()

func (*AggregateAttestationAndProofElectra) ProtoReflect

func (*AggregateAttestationAndProofElectra) Reset

func (*AggregateAttestationAndProofElectra) SizeSSZ

func (a *AggregateAttestationAndProofElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the AggregateAttestationAndProofElectra object

func (*AggregateAttestationAndProofElectra) String

func (*AggregateAttestationAndProofElectra) UnmarshalSSZ

func (a *AggregateAttestationAndProofElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the AggregateAttestationAndProofElectra object

func (*AggregateAttestationAndProofElectra) Version

Version --

type AggregateSelectionElectraResponse deprecated

type AggregateSelectionElectraResponse struct {
	AggregateAndProof *AggregateAttestationAndProofElectra `protobuf:"bytes,1,opt,name=aggregate_and_proof,json=aggregateAndProof,proto3" json:"aggregate_and_proof,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*AggregateSelectionElectraResponse) Descriptor deprecated

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

Deprecated: Use AggregateSelectionElectraResponse.ProtoReflect.Descriptor instead.

func (*AggregateSelectionElectraResponse) GetAggregateAndProof

func (*AggregateSelectionElectraResponse) ProtoMessage

func (*AggregateSelectionElectraResponse) ProtoMessage()

func (*AggregateSelectionElectraResponse) ProtoReflect

func (*AggregateSelectionElectraResponse) Reset

func (*AggregateSelectionElectraResponse) String

type AggregateSelectionRequest deprecated

type AggregateSelectionRequest struct {
	Slot           github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	CommitteeIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `` /* 191-byte string literal not displayed */
	PublicKey      []byte                                                                     `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"`
	SlotSignature  []byte                                                                     `protobuf:"bytes,4,opt,name=slot_signature,json=slotSignature,proto3" json:"slot_signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*AggregateSelectionRequest) Descriptor deprecated

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

Deprecated: Use AggregateSelectionRequest.ProtoReflect.Descriptor instead.

func (*AggregateSelectionRequest) GetPublicKey

func (x *AggregateSelectionRequest) GetPublicKey() []byte

func (*AggregateSelectionRequest) GetSlotSignature

func (x *AggregateSelectionRequest) GetSlotSignature() []byte

func (*AggregateSelectionRequest) ProtoMessage

func (*AggregateSelectionRequest) ProtoMessage()

func (*AggregateSelectionRequest) ProtoReflect

func (*AggregateSelectionRequest) Reset

func (x *AggregateSelectionRequest) Reset()

func (*AggregateSelectionRequest) String

func (x *AggregateSelectionRequest) String() string

type AggregateSelectionResponse deprecated

type AggregateSelectionResponse struct {
	AggregateAndProof *AggregateAttestationAndProof `protobuf:"bytes,1,opt,name=aggregate_and_proof,json=aggregateAndProof,proto3" json:"aggregate_and_proof,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*AggregateSelectionResponse) Descriptor deprecated

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

Deprecated: Use AggregateSelectionResponse.ProtoReflect.Descriptor instead.

func (*AggregateSelectionResponse) GetAggregateAndProof

func (x *AggregateSelectionResponse) GetAggregateAndProof() *AggregateAttestationAndProof

func (*AggregateSelectionResponse) ProtoMessage

func (*AggregateSelectionResponse) ProtoMessage()

func (*AggregateSelectionResponse) ProtoReflect

func (*AggregateSelectionResponse) Reset

func (x *AggregateSelectionResponse) Reset()

func (*AggregateSelectionResponse) String

func (x *AggregateSelectionResponse) String() string

type AggregatedSigAndAggregationBitsRequest deprecated

type AggregatedSigAndAggregationBitsRequest struct {
	Msgs      []*SyncCommitteeMessage                                          `protobuf:"bytes,1,rep,name=msgs,proto3" json:"msgs,omitempty"`
	Slot      github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	SubnetId  uint64                                                           `protobuf:"varint,3,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"`
	BlockRoot []byte                                                           `protobuf:"bytes,4,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*AggregatedSigAndAggregationBitsRequest) Descriptor deprecated

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

Deprecated: Use AggregatedSigAndAggregationBitsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedSigAndAggregationBitsRequest) GetBlockRoot

func (x *AggregatedSigAndAggregationBitsRequest) GetBlockRoot() []byte

func (*AggregatedSigAndAggregationBitsRequest) GetMsgs

func (*AggregatedSigAndAggregationBitsRequest) GetSubnetId

func (*AggregatedSigAndAggregationBitsRequest) ProtoMessage

func (*AggregatedSigAndAggregationBitsRequest) ProtoReflect

func (*AggregatedSigAndAggregationBitsRequest) Reset

func (*AggregatedSigAndAggregationBitsRequest) String

type AggregatedSigAndAggregationBitsResponse deprecated

type AggregatedSigAndAggregationBitsResponse struct {
	AggregatedSig []byte `protobuf:"bytes,1,opt,name=aggregated_sig,json=aggregatedSig,proto3" json:"aggregated_sig,omitempty"`
	Bits          []byte `protobuf:"bytes,2,opt,name=bits,proto3" json:"bits,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*AggregatedSigAndAggregationBitsResponse) Descriptor deprecated

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

Deprecated: Use AggregatedSigAndAggregationBitsResponse.ProtoReflect.Descriptor instead.

func (*AggregatedSigAndAggregationBitsResponse) GetAggregatedSig

func (x *AggregatedSigAndAggregationBitsResponse) GetAggregatedSig() []byte

func (*AggregatedSigAndAggregationBitsResponse) GetBits

func (*AggregatedSigAndAggregationBitsResponse) ProtoMessage

func (*AggregatedSigAndAggregationBitsResponse) ProtoReflect

func (*AggregatedSigAndAggregationBitsResponse) Reset

func (*AggregatedSigAndAggregationBitsResponse) String

type AssignValidatorToSubnetRequest deprecated

type AssignValidatorToSubnetRequest struct {
	PublicKey []byte          `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"`
	Status    ValidatorStatus `protobuf:"varint,2,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*AssignValidatorToSubnetRequest) Descriptor deprecated

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

Deprecated: Use AssignValidatorToSubnetRequest.ProtoReflect.Descriptor instead.

func (*AssignValidatorToSubnetRequest) GetPublicKey

func (x *AssignValidatorToSubnetRequest) GetPublicKey() []byte

func (*AssignValidatorToSubnetRequest) GetStatus

func (*AssignValidatorToSubnetRequest) ProtoMessage

func (*AssignValidatorToSubnetRequest) ProtoMessage()

func (*AssignValidatorToSubnetRequest) ProtoReflect

func (*AssignValidatorToSubnetRequest) Reset

func (x *AssignValidatorToSubnetRequest) Reset()

func (*AssignValidatorToSubnetRequest) String

type Att

type Att interface {
	proto.Message
	ssz.Marshaler
	ssz.Unmarshaler
	ssz.HashRoot
	Version() int
	IsNil() bool
	IsSingle() bool
	IsAggregated() bool
	Clone() Att
	GetAggregationBits() bitfield.Bitlist
	GetAttestingIndex() primitives.ValidatorIndex
	GetData() *AttestationData
	CommitteeBitsVal() bitfield.Bitfield
	GetSignature() []byte
	SetSignature(sig []byte)
	GetCommitteeIndex() primitives.CommitteeIndex
}

Att defines common functionality for all attestation types.

type AttSlashing

type AttSlashing interface {
	proto.Message
	ssz.Marshaler
	ssz.Unmarshaler
	ssz.HashRoot
	Version() int
	FirstAttestation() IndexedAtt
	SecondAttestation() IndexedAtt
	IsNil() bool
}

AttSlashing defines common functionality for all attestation slashing types.

type AttestResponse deprecated

type AttestResponse struct {
	AttestationDataRoot []byte `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*AttestResponse) Descriptor deprecated

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

Deprecated: Use AttestResponse.ProtoReflect.Descriptor instead.

func (*AttestResponse) GetAttestationDataRoot

func (x *AttestResponse) GetAttestationDataRoot() []byte

func (*AttestResponse) ProtoMessage

func (*AttestResponse) ProtoMessage()

func (*AttestResponse) ProtoReflect

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

func (*AttestResponse) Reset

func (x *AttestResponse) Reset()

func (*AttestResponse) String

func (x *AttestResponse) String() string

type Attestation

type Attestation struct {
	AggregationBits github_com_OffchainLabs_go_bitfield.Bitlist `` /* 177-byte string literal not displayed */
	Data            *AttestationData                            `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Signature       []byte                                      `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*Attestation) Clone

func (a *Attestation) Clone() Att

Clone --

func (*Attestation) CommitteeBitsVal

func (a *Attestation) CommitteeBitsVal() bitfield.Bitfield

CommitteeBitsVal --

func (*Attestation) Copy

func (a *Attestation) Copy() *Attestation

Copy --

func (*Attestation) Descriptor deprecated

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

Deprecated: Use Attestation.ProtoReflect.Descriptor instead.

func (*Attestation) GetAggregationBits

func (*Attestation) GetAttestingIndex

func (*Attestation) GetAttestingIndex() primitives.ValidatorIndex

GetAttestingIndex --

func (*Attestation) GetCommitteeIndex

func (a *Attestation) GetCommitteeIndex() primitives.CommitteeIndex

GetCommitteeIndex --

func (*Attestation) GetData

func (x *Attestation) GetData() *AttestationData

func (*Attestation) GetSignature

func (x *Attestation) GetSignature() []byte

func (*Attestation) HashTreeRoot

func (a *Attestation) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the Attestation object

func (*Attestation) HashTreeRootWith

func (a *Attestation) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the Attestation object with a hasher

func (*Attestation) IsAggregated

func (a *Attestation) IsAggregated() bool

IsAggregated --

func (*Attestation) IsNil

func (a *Attestation) IsNil() bool

IsNil --

func (*Attestation) IsSingle

func (*Attestation) IsSingle() bool

IsSingle returns true when the attestation can have only a single attester index.

func (*Attestation) MarshalSSZ

func (a *Attestation) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Attestation object

func (*Attestation) MarshalSSZTo

func (a *Attestation) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the Attestation object to a target array

func (*Attestation) ProtoMessage

func (*Attestation) ProtoMessage()

func (*Attestation) ProtoReflect

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

func (*Attestation) Reset

func (x *Attestation) Reset()

func (*Attestation) SetSignature

func (a *Attestation) SetSignature(sig []byte)

SetSignature --

func (*Attestation) SizeSSZ

func (a *Attestation) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the Attestation object

func (*Attestation) String

func (x *Attestation) String() string

func (*Attestation) UnmarshalSSZ

func (a *Attestation) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Attestation object

func (*Attestation) Version

func (a *Attestation) Version() int

Version --

type AttestationData

type AttestationData struct {
	Slot            github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	CommitteeIndex  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `` /* 191-byte string literal not displayed */
	BeaconBlockRoot []byte                                                                     `protobuf:"bytes,3,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"`
	Source          *Checkpoint                                                                `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"`
	Target          *Checkpoint                                                                `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationData) Copy

func (attData *AttestationData) Copy() *AttestationData

Copy --

func (*AttestationData) Descriptor deprecated

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

Deprecated: Use AttestationData.ProtoReflect.Descriptor instead.

func (*AttestationData) GetBeaconBlockRoot

func (x *AttestationData) GetBeaconBlockRoot() []byte

func (*AttestationData) GetSource

func (x *AttestationData) GetSource() *Checkpoint

func (*AttestationData) GetTarget

func (x *AttestationData) GetTarget() *Checkpoint

func (*AttestationData) HashTreeRoot

func (a *AttestationData) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the AttestationData object

func (*AttestationData) HashTreeRootWith

func (a *AttestationData) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the AttestationData object with a hasher

func (*AttestationData) MarshalSSZ

func (a *AttestationData) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the AttestationData object

func (*AttestationData) MarshalSSZTo

func (a *AttestationData) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the AttestationData object to a target array

func (*AttestationData) ProtoMessage

func (*AttestationData) ProtoMessage()

func (*AttestationData) ProtoReflect

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

func (*AttestationData) Reset

func (x *AttestationData) Reset()

func (*AttestationData) SizeSSZ

func (a *AttestationData) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the AttestationData object

func (*AttestationData) String

func (x *AttestationData) String() string

func (*AttestationData) UnmarshalSSZ

func (a *AttestationData) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the AttestationData object

type AttestationDataRequest deprecated

type AttestationDataRequest struct {
	Slot           github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	CommitteeIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `` /* 191-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*AttestationDataRequest) Descriptor deprecated

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

Deprecated: Use AttestationDataRequest.ProtoReflect.Descriptor instead.

func (*AttestationDataRequest) ProtoMessage

func (*AttestationDataRequest) ProtoMessage()

func (*AttestationDataRequest) ProtoReflect

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

func (*AttestationDataRequest) Reset

func (x *AttestationDataRequest) Reset()

func (*AttestationDataRequest) String

func (x *AttestationDataRequest) String() string

type AttestationElectra

type AttestationElectra struct {
	AggregationBits github_com_OffchainLabs_go_bitfield.Bitlist     `` /* 179-byte string literal not displayed */
	Data            *AttestationData                                `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Signature       []byte                                          `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	CommitteeBits   github_com_OffchainLabs_go_bitfield.Bitvector64 `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AttestationElectra) Clone

func (a *AttestationElectra) Clone() Att

Clone --

func (*AttestationElectra) CommitteeBitsVal

func (a *AttestationElectra) CommitteeBitsVal() bitfield.Bitfield

CommitteeBitsVal --

func (*AttestationElectra) Copy

Copy --

func (*AttestationElectra) Descriptor deprecated

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

Deprecated: Use AttestationElectra.ProtoReflect.Descriptor instead.

func (*AttestationElectra) GetAggregationBits

func (*AttestationElectra) GetAttestingIndex

func (*AttestationElectra) GetAttestingIndex() primitives.ValidatorIndex

GetAttestingIndex --

func (*AttestationElectra) GetCommitteeBits

func (*AttestationElectra) GetCommitteeIndex

func (a *AttestationElectra) GetCommitteeIndex() primitives.CommitteeIndex

GetCommitteeIndex --

func (*AttestationElectra) GetData

func (x *AttestationElectra) GetData() *AttestationData

func (*AttestationElectra) GetSignature

func (x *AttestationElectra) GetSignature() []byte

func (*AttestationElectra) HashTreeRoot

func (a *AttestationElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the AttestationElectra object

func (*AttestationElectra) HashTreeRootWith

func (a *AttestationElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the AttestationElectra object with a hasher

func (*AttestationElectra) IsAggregated

func (a *AttestationElectra) IsAggregated() bool

IsAggregated --

func (*AttestationElectra) IsNil

func (a *AttestationElectra) IsNil() bool

IsNil --

func (*AttestationElectra) IsSingle

func (*AttestationElectra) IsSingle() bool

IsSingle returns true when the attestation can have only a single attester index.

func (*AttestationElectra) MarshalSSZ

func (a *AttestationElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the AttestationElectra object

func (*AttestationElectra) MarshalSSZTo

func (a *AttestationElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the AttestationElectra object to a target array

func (*AttestationElectra) ProtoMessage

func (*AttestationElectra) ProtoMessage()

func (*AttestationElectra) ProtoReflect

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

func (*AttestationElectra) Reset

func (x *AttestationElectra) Reset()

func (*AttestationElectra) SetSignature

func (a *AttestationElectra) SetSignature(sig []byte)

SetSignature --

func (*AttestationElectra) SizeSSZ

func (a *AttestationElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the AttestationElectra object

func (*AttestationElectra) String

func (x *AttestationElectra) String() string

func (*AttestationElectra) UnmarshalSSZ

func (a *AttestationElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the AttestationElectra object

func (*AttestationElectra) Version

func (a *AttestationElectra) Version() int

Version --

type AttestationPoolElectraResponse deprecated

type AttestationPoolElectraResponse struct {
	Attestations  []*AttestationElectra `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,omitempty"`
	NextPageToken string                `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize     int32                 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*AttestationPoolElectraResponse) Descriptor deprecated

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

Deprecated: Use AttestationPoolElectraResponse.ProtoReflect.Descriptor instead.

func (*AttestationPoolElectraResponse) GetAttestations

func (x *AttestationPoolElectraResponse) GetAttestations() []*AttestationElectra

func (*AttestationPoolElectraResponse) GetNextPageToken

func (x *AttestationPoolElectraResponse) GetNextPageToken() string

func (*AttestationPoolElectraResponse) GetTotalSize

func (x *AttestationPoolElectraResponse) GetTotalSize() int32

func (*AttestationPoolElectraResponse) ProtoMessage

func (*AttestationPoolElectraResponse) ProtoMessage()

func (*AttestationPoolElectraResponse) ProtoReflect

func (*AttestationPoolElectraResponse) Reset

func (x *AttestationPoolElectraResponse) Reset()

func (*AttestationPoolElectraResponse) String

type AttestationPoolRequest deprecated

type AttestationPoolRequest struct {
	PageSize  int32  `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*AttestationPoolRequest) Descriptor deprecated

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

Deprecated: Use AttestationPoolRequest.ProtoReflect.Descriptor instead.

func (*AttestationPoolRequest) GetPageSize

func (x *AttestationPoolRequest) GetPageSize() int32

func (*AttestationPoolRequest) GetPageToken

func (x *AttestationPoolRequest) GetPageToken() string

func (*AttestationPoolRequest) ProtoMessage

func (*AttestationPoolRequest) ProtoMessage()

func (*AttestationPoolRequest) ProtoReflect

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

func (*AttestationPoolRequest) Reset

func (x *AttestationPoolRequest) Reset()

func (*AttestationPoolRequest) String

func (x *AttestationPoolRequest) String() string

type AttestationPoolResponse deprecated

type AttestationPoolResponse struct {
	Attestations  []*Attestation `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,omitempty"`
	NextPageToken string         `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize     int32          `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*AttestationPoolResponse) Descriptor deprecated

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

Deprecated: Use AttestationPoolResponse.ProtoReflect.Descriptor instead.

func (*AttestationPoolResponse) GetAttestations

func (x *AttestationPoolResponse) GetAttestations() []*Attestation

func (*AttestationPoolResponse) GetNextPageToken

func (x *AttestationPoolResponse) GetNextPageToken() string

func (*AttestationPoolResponse) GetTotalSize

func (x *AttestationPoolResponse) GetTotalSize() int32

func (*AttestationPoolResponse) ProtoMessage

func (*AttestationPoolResponse) ProtoMessage()

func (*AttestationPoolResponse) ProtoReflect

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

func (*AttestationPoolResponse) Reset

func (x *AttestationPoolResponse) Reset()

func (*AttestationPoolResponse) String

func (x *AttestationPoolResponse) String() string

type AttesterSlashing

type AttesterSlashing struct {
	Attestation_1 *IndexedAttestation `protobuf:"bytes,1,opt,name=attestation_1,json=attestation1,proto3" json:"attestation_1,omitempty"`
	Attestation_2 *IndexedAttestation `protobuf:"bytes,2,opt,name=attestation_2,json=attestation2,proto3" json:"attestation_2,omitempty"`
	// contains filtered or unexported fields
}

func (*AttesterSlashing) Copy

func (*AttesterSlashing) Descriptor deprecated

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

Deprecated: Use AttesterSlashing.ProtoReflect.Descriptor instead.

func (*AttesterSlashing) FirstAttestation

func (a *AttesterSlashing) FirstAttestation() IndexedAtt

FirstAttestation --

func (*AttesterSlashing) GetAttestation_1

func (x *AttesterSlashing) GetAttestation_1() *IndexedAttestation

func (*AttesterSlashing) GetAttestation_2

func (x *AttesterSlashing) GetAttestation_2() *IndexedAttestation

func (*AttesterSlashing) HashTreeRoot

func (a *AttesterSlashing) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the AttesterSlashing object

func (*AttesterSlashing) HashTreeRootWith

func (a *AttesterSlashing) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the AttesterSlashing object with a hasher

func (*AttesterSlashing) IsNil

func (a *AttesterSlashing) IsNil() bool

IsNil --

func (*AttesterSlashing) MarshalSSZ

func (a *AttesterSlashing) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the AttesterSlashing object

func (*AttesterSlashing) MarshalSSZTo

func (a *AttesterSlashing) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the AttesterSlashing object to a target array

func (*AttesterSlashing) ProtoMessage

func (*AttesterSlashing) ProtoMessage()

func (*AttesterSlashing) ProtoReflect

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

func (*AttesterSlashing) Reset

func (x *AttesterSlashing) Reset()

func (*AttesterSlashing) SecondAttestation

func (a *AttesterSlashing) SecondAttestation() IndexedAtt

SecondAttestation --

func (*AttesterSlashing) SizeSSZ

func (a *AttesterSlashing) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the AttesterSlashing object

func (*AttesterSlashing) String

func (x *AttesterSlashing) String() string

func (*AttesterSlashing) UnmarshalSSZ

func (a *AttesterSlashing) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the AttesterSlashing object

func (*AttesterSlashing) Version

func (a *AttesterSlashing) Version() int

Version --

type AttesterSlashingElectra

type AttesterSlashingElectra struct {
	Attestation_1 *IndexedAttestationElectra `protobuf:"bytes,1,opt,name=attestation_1,json=attestation1,proto3" json:"attestation_1,omitempty"`
	Attestation_2 *IndexedAttestationElectra `protobuf:"bytes,2,opt,name=attestation_2,json=attestation2,proto3" json:"attestation_2,omitempty"`
	// contains filtered or unexported fields
}

func (*AttesterSlashingElectra) Copy

Copy --

func (*AttesterSlashingElectra) Descriptor deprecated

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

Deprecated: Use AttesterSlashingElectra.ProtoReflect.Descriptor instead.

func (*AttesterSlashingElectra) FirstAttestation

func (a *AttesterSlashingElectra) FirstAttestation() IndexedAtt

FirstAttestation --

func (*AttesterSlashingElectra) GetAttestation_1

func (x *AttesterSlashingElectra) GetAttestation_1() *IndexedAttestationElectra

func (*AttesterSlashingElectra) GetAttestation_2

func (x *AttesterSlashingElectra) GetAttestation_2() *IndexedAttestationElectra

func (*AttesterSlashingElectra) HashTreeRoot

func (a *AttesterSlashingElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the AttesterSlashingElectra object

func (*AttesterSlashingElectra) HashTreeRootWith

func (a *AttesterSlashingElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the AttesterSlashingElectra object with a hasher

func (*AttesterSlashingElectra) IsNil

func (a *AttesterSlashingElectra) IsNil() bool

IsNil --

func (*AttesterSlashingElectra) MarshalSSZ

func (a *AttesterSlashingElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the AttesterSlashingElectra object

func (*AttesterSlashingElectra) MarshalSSZTo

func (a *AttesterSlashingElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the AttesterSlashingElectra object to a target array

func (*AttesterSlashingElectra) ProtoMessage

func (*AttesterSlashingElectra) ProtoMessage()

func (*AttesterSlashingElectra) ProtoReflect

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

func (*AttesterSlashingElectra) Reset

func (x *AttesterSlashingElectra) Reset()

func (*AttesterSlashingElectra) SecondAttestation

func (a *AttesterSlashingElectra) SecondAttestation() IndexedAtt

SecondAttestation --

func (*AttesterSlashingElectra) SizeSSZ

func (a *AttesterSlashingElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the AttesterSlashingElectra object

func (*AttesterSlashingElectra) String

func (x *AttesterSlashingElectra) String() string

func (*AttesterSlashingElectra) UnmarshalSSZ

func (a *AttesterSlashingElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the AttesterSlashingElectra object

func (*AttesterSlashingElectra) Version

func (a *AttesterSlashingElectra) Version() int

Version --

type BLSToExecutionChange

type BLSToExecutionChange struct {
	ValidatorIndex     github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 191-byte string literal not displayed */
	FromBlsPubkey      []byte                                                                     `protobuf:"bytes,2,opt,name=from_bls_pubkey,json=fromBlsPubkey,proto3" json:"from_bls_pubkey,omitempty" ssz-size:"48"`
	ToExecutionAddress []byte                                                                     `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BLSToExecutionChange) Copy

Copy --

func (*BLSToExecutionChange) Descriptor deprecated

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

Deprecated: Use BLSToExecutionChange.ProtoReflect.Descriptor instead.

func (*BLSToExecutionChange) GetFromBlsPubkey

func (x *BLSToExecutionChange) GetFromBlsPubkey() []byte

func (*BLSToExecutionChange) GetToExecutionAddress

func (x *BLSToExecutionChange) GetToExecutionAddress() []byte

func (*BLSToExecutionChange) HashTreeRoot

func (b *BLSToExecutionChange) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BLSToExecutionChange object

func (*BLSToExecutionChange) HashTreeRootWith

func (b *BLSToExecutionChange) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BLSToExecutionChange object with a hasher

func (*BLSToExecutionChange) MarshalSSZ

func (b *BLSToExecutionChange) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BLSToExecutionChange object

func (*BLSToExecutionChange) MarshalSSZTo

func (b *BLSToExecutionChange) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BLSToExecutionChange object to a target array

func (*BLSToExecutionChange) ProtoMessage

func (*BLSToExecutionChange) ProtoMessage()

func (*BLSToExecutionChange) ProtoReflect

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

func (*BLSToExecutionChange) Reset

func (x *BLSToExecutionChange) Reset()

func (*BLSToExecutionChange) SizeSSZ

func (b *BLSToExecutionChange) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BLSToExecutionChange object

func (*BLSToExecutionChange) String

func (x *BLSToExecutionChange) String() string

func (*BLSToExecutionChange) UnmarshalSSZ

func (b *BLSToExecutionChange) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BLSToExecutionChange object

type BeaconBlock

type BeaconBlock struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BeaconBlockBody                                                           `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlock) Copy

func (block *BeaconBlock) Copy() *BeaconBlock

Copy --

func (*BeaconBlock) Descriptor deprecated

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

Deprecated: Use BeaconBlock.ProtoReflect.Descriptor instead.

func (*BeaconBlock) GetBody

func (x *BeaconBlock) GetBody() *BeaconBlockBody

func (*BeaconBlock) GetParentRoot

func (x *BeaconBlock) GetParentRoot() []byte

func (*BeaconBlock) GetStateRoot

func (x *BeaconBlock) GetStateRoot() []byte

func (*BeaconBlock) HashTreeRoot

func (b *BeaconBlock) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlock object

func (*BeaconBlock) HashTreeRootWith

func (b *BeaconBlock) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlock object with a hasher

func (*BeaconBlock) MarshalSSZ

func (b *BeaconBlock) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlock object

func (*BeaconBlock) MarshalSSZTo

func (b *BeaconBlock) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlock object to a target array

func (*BeaconBlock) ProtoMessage

func (*BeaconBlock) ProtoMessage()

func (*BeaconBlock) ProtoReflect

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

func (*BeaconBlock) Reset

func (x *BeaconBlock) Reset()

func (*BeaconBlock) SizeSSZ

func (b *BeaconBlock) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlock object

func (*BeaconBlock) String

func (x *BeaconBlock) String() string

func (*BeaconBlock) UnmarshalSSZ

func (b *BeaconBlock) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlock object

type BeaconBlockAltair

type BeaconBlockAltair struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BeaconBlockBodyAltair                                                     `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockAltair) Copy

func (block *BeaconBlockAltair) Copy() *BeaconBlockAltair

Copy --

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() []byte

func (*BeaconBlockAltair) GetStateRoot

func (x *BeaconBlockAltair) GetStateRoot() []byte

func (*BeaconBlockAltair) HashTreeRoot

func (b *BeaconBlockAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockAltair object

func (*BeaconBlockAltair) HashTreeRootWith

func (b *BeaconBlockAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockAltair object with a hasher

func (*BeaconBlockAltair) MarshalSSZ

func (b *BeaconBlockAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockAltair object

func (*BeaconBlockAltair) MarshalSSZTo

func (b *BeaconBlockAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockAltair object to a target array

func (*BeaconBlockAltair) ProtoMessage

func (*BeaconBlockAltair) ProtoMessage()

func (*BeaconBlockAltair) ProtoReflect

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

func (*BeaconBlockAltair) Reset

func (x *BeaconBlockAltair) Reset()

func (*BeaconBlockAltair) SizeSSZ

func (b *BeaconBlockAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockAltair object

func (*BeaconBlockAltair) String

func (x *BeaconBlockAltair) String() string

func (*BeaconBlockAltair) UnmarshalSSZ

func (b *BeaconBlockAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockAltair object

type BeaconBlockBellatrix

type BeaconBlockBellatrix struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BeaconBlockBodyBellatrix                                                  `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBellatrix) Copy

Copy --

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() []byte

func (*BeaconBlockBellatrix) GetStateRoot

func (x *BeaconBlockBellatrix) GetStateRoot() []byte

func (*BeaconBlockBellatrix) HashTreeRoot

func (b *BeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockBellatrix object

func (*BeaconBlockBellatrix) HashTreeRootWith

func (b *BeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockBellatrix object with a hasher

func (*BeaconBlockBellatrix) MarshalSSZ

func (b *BeaconBlockBellatrix) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockBellatrix object

func (*BeaconBlockBellatrix) MarshalSSZTo

func (b *BeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockBellatrix object to a target array

func (*BeaconBlockBellatrix) ProtoMessage

func (*BeaconBlockBellatrix) ProtoMessage()

func (*BeaconBlockBellatrix) ProtoReflect

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

func (*BeaconBlockBellatrix) Reset

func (x *BeaconBlockBellatrix) Reset()

func (*BeaconBlockBellatrix) SizeSSZ

func (b *BeaconBlockBellatrix) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBellatrix object

func (*BeaconBlockBellatrix) String

func (x *BeaconBlockBellatrix) String() string

func (*BeaconBlockBellatrix) UnmarshalSSZ

func (b *BeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockBellatrix object

type BeaconBlockBody

type BeaconBlockBody struct {
	RandaoReveal      []byte                 `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data          *Eth1Data              `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti          []byte                 `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings []*ProposerSlashing    `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings []*AttesterSlashing    `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"`
	Attestations      []*Attestation         `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"`
	Deposits          []*Deposit             `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits    []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBody) Copy

func (body *BeaconBlockBody) Copy() *BeaconBlockBody

Copy --

func (*BeaconBlockBody) Descriptor deprecated

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

Deprecated: Use BeaconBlockBody.ProtoReflect.Descriptor instead.

func (*BeaconBlockBody) GetAttestations

func (x *BeaconBlockBody) GetAttestations() []*Attestation

func (*BeaconBlockBody) GetAttesterSlashings

func (x *BeaconBlockBody) GetAttesterSlashings() []*AttesterSlashing

func (*BeaconBlockBody) GetDeposits

func (x *BeaconBlockBody) GetDeposits() []*Deposit

func (*BeaconBlockBody) GetEth1Data

func (x *BeaconBlockBody) GetEth1Data() *Eth1Data

func (*BeaconBlockBody) GetGraffiti

func (x *BeaconBlockBody) GetGraffiti() []byte

func (*BeaconBlockBody) GetProposerSlashings

func (x *BeaconBlockBody) GetProposerSlashings() []*ProposerSlashing

func (*BeaconBlockBody) GetRandaoReveal

func (x *BeaconBlockBody) GetRandaoReveal() []byte

func (*BeaconBlockBody) GetVoluntaryExits

func (x *BeaconBlockBody) GetVoluntaryExits() []*SignedVoluntaryExit

func (*BeaconBlockBody) HashTreeRoot

func (b *BeaconBlockBody) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockBody object

func (*BeaconBlockBody) HashTreeRootWith

func (b *BeaconBlockBody) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockBody object with a hasher

func (*BeaconBlockBody) MarshalSSZ

func (b *BeaconBlockBody) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockBody object

func (*BeaconBlockBody) MarshalSSZTo

func (b *BeaconBlockBody) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockBody object to a target array

func (*BeaconBlockBody) ProtoMessage

func (*BeaconBlockBody) ProtoMessage()

func (*BeaconBlockBody) ProtoReflect

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

func (*BeaconBlockBody) Reset

func (x *BeaconBlockBody) Reset()

func (*BeaconBlockBody) SizeSSZ

func (b *BeaconBlockBody) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBody object

func (*BeaconBlockBody) String

func (x *BeaconBlockBody) String() string

func (*BeaconBlockBody) UnmarshalSSZ

func (b *BeaconBlockBody) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockBody object

type BeaconBlockBodyAltair

type BeaconBlockBodyAltair struct {
	RandaoReveal      []byte                 `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data          *Eth1Data              `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti          []byte                 `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings []*ProposerSlashing    `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings []*AttesterSlashing    `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"`
	Attestations      []*Attestation         `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"`
	Deposits          []*Deposit             `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits    []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	SyncAggregate     *SyncAggregate         `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyAltair) Copy

Copy --

func (*BeaconBlockBodyAltair) Descriptor deprecated

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

Deprecated: Use BeaconBlockBodyAltair.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyAltair) GetAttestations

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

func (*BeaconBlockBodyAltair) GetAttesterSlashings

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

func (*BeaconBlockBodyAltair) GetDeposits

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

func (*BeaconBlockBodyAltair) GetEth1Data

func (x *BeaconBlockBodyAltair) GetEth1Data() *Eth1Data

func (*BeaconBlockBodyAltair) GetGraffiti

func (x *BeaconBlockBodyAltair) GetGraffiti() []byte

func (*BeaconBlockBodyAltair) GetProposerSlashings

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

func (*BeaconBlockBodyAltair) GetRandaoReveal

func (x *BeaconBlockBodyAltair) GetRandaoReveal() []byte

func (*BeaconBlockBodyAltair) GetSyncAggregate

func (x *BeaconBlockBodyAltair) GetSyncAggregate() *SyncAggregate

func (*BeaconBlockBodyAltair) GetVoluntaryExits

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

func (*BeaconBlockBodyAltair) HashTreeRoot

func (b *BeaconBlockBodyAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockBodyAltair object

func (*BeaconBlockBodyAltair) HashTreeRootWith

func (b *BeaconBlockBodyAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockBodyAltair object with a hasher

func (*BeaconBlockBodyAltair) MarshalSSZ

func (b *BeaconBlockBodyAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockBodyAltair object

func (*BeaconBlockBodyAltair) MarshalSSZTo

func (b *BeaconBlockBodyAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockBodyAltair object to a target array

func (*BeaconBlockBodyAltair) ProtoMessage

func (*BeaconBlockBodyAltair) ProtoMessage()

func (*BeaconBlockBodyAltair) ProtoReflect

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

func (*BeaconBlockBodyAltair) Reset

func (x *BeaconBlockBodyAltair) Reset()

func (*BeaconBlockBodyAltair) SizeSSZ

func (b *BeaconBlockBodyAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyAltair object

func (*BeaconBlockBodyAltair) String

func (x *BeaconBlockBodyAltair) String() string

func (*BeaconBlockBodyAltair) UnmarshalSSZ

func (b *BeaconBlockBodyAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockBodyAltair object

type BeaconBlockBodyBellatrix

type BeaconBlockBodyBellatrix struct {
	RandaoReveal      []byte                 `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data          *Eth1Data              `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti          []byte                 `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings []*ProposerSlashing    `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings []*AttesterSlashing    `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"`
	Attestations      []*Attestation         `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"`
	Deposits          []*Deposit             `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits    []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	SyncAggregate     *SyncAggregate         `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayload  *v1.ExecutionPayload   `protobuf:"bytes,10,opt,name=execution_payload,json=executionPayload,proto3" json:"execution_payload,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyBellatrix) Copy

Copy --

func (*BeaconBlockBodyBellatrix) Descriptor deprecated

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

Deprecated: Use BeaconBlockBodyBellatrix.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyBellatrix) GetAttestations

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

func (*BeaconBlockBodyBellatrix) GetAttesterSlashings

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

func (*BeaconBlockBodyBellatrix) GetDeposits

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

func (*BeaconBlockBodyBellatrix) GetEth1Data

func (x *BeaconBlockBodyBellatrix) GetEth1Data() *Eth1Data

func (*BeaconBlockBodyBellatrix) GetExecutionPayload

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

func (*BeaconBlockBodyBellatrix) GetGraffiti

func (x *BeaconBlockBodyBellatrix) GetGraffiti() []byte

func (*BeaconBlockBodyBellatrix) GetProposerSlashings

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

func (*BeaconBlockBodyBellatrix) GetRandaoReveal

func (x *BeaconBlockBodyBellatrix) GetRandaoReveal() []byte

func (*BeaconBlockBodyBellatrix) GetSyncAggregate

func (x *BeaconBlockBodyBellatrix) GetSyncAggregate() *SyncAggregate

func (*BeaconBlockBodyBellatrix) GetVoluntaryExits

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

func (*BeaconBlockBodyBellatrix) HashTreeRoot

func (b *BeaconBlockBodyBellatrix) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockBodyBellatrix object

func (*BeaconBlockBodyBellatrix) HashTreeRootWith

func (b *BeaconBlockBodyBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockBodyBellatrix object with a hasher

func (*BeaconBlockBodyBellatrix) MarshalSSZ

func (b *BeaconBlockBodyBellatrix) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockBodyBellatrix object

func (*BeaconBlockBodyBellatrix) MarshalSSZTo

func (b *BeaconBlockBodyBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockBodyBellatrix object to a target array

func (*BeaconBlockBodyBellatrix) ProtoMessage

func (*BeaconBlockBodyBellatrix) ProtoMessage()

func (*BeaconBlockBodyBellatrix) ProtoReflect

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

func (*BeaconBlockBodyBellatrix) Reset

func (x *BeaconBlockBodyBellatrix) Reset()

func (*BeaconBlockBodyBellatrix) SizeSSZ

func (b *BeaconBlockBodyBellatrix) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyBellatrix object

func (*BeaconBlockBodyBellatrix) String

func (x *BeaconBlockBodyBellatrix) String() string

func (*BeaconBlockBodyBellatrix) UnmarshalSSZ

func (b *BeaconBlockBodyBellatrix) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockBodyBellatrix object

type BeaconBlockBodyCapella

type BeaconBlockBodyCapella struct {
	RandaoReveal          []byte                        `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data              *Eth1Data                     `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti              []byte                        `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings     []*ProposerSlashing           `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings     []*AttesterSlashing           `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"`
	Attestations          []*Attestation                `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"`
	Deposits              []*Deposit                    `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits        []*SignedVoluntaryExit        `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	SyncAggregate         *SyncAggregate                `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayload      *v1.ExecutionPayloadCapella   `protobuf:"bytes,10,opt,name=execution_payload,json=executionPayload,proto3" json:"execution_payload,omitempty"`
	BlsToExecutionChanges []*SignedBLSToExecutionChange `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyCapella) Copy

Copy --

func (*BeaconBlockBodyCapella) Descriptor deprecated

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

Deprecated: Use BeaconBlockBodyCapella.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyCapella) GetAttestations

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

func (*BeaconBlockBodyCapella) GetAttesterSlashings

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

func (*BeaconBlockBodyCapella) GetBlsToExecutionChanges

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

func (*BeaconBlockBodyCapella) GetDeposits

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

func (*BeaconBlockBodyCapella) GetEth1Data

func (x *BeaconBlockBodyCapella) GetEth1Data() *Eth1Data

func (*BeaconBlockBodyCapella) GetExecutionPayload

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

func (*BeaconBlockBodyCapella) GetGraffiti

func (x *BeaconBlockBodyCapella) GetGraffiti() []byte

func (*BeaconBlockBodyCapella) GetProposerSlashings

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

func (*BeaconBlockBodyCapella) GetRandaoReveal

func (x *BeaconBlockBodyCapella) GetRandaoReveal() []byte

func (*BeaconBlockBodyCapella) GetSyncAggregate

func (x *BeaconBlockBodyCapella) GetSyncAggregate() *SyncAggregate

func (*BeaconBlockBodyCapella) GetVoluntaryExits

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

func (*BeaconBlockBodyCapella) HashTreeRoot

func (b *BeaconBlockBodyCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockBodyCapella object

func (*BeaconBlockBodyCapella) HashTreeRootWith

func (b *BeaconBlockBodyCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockBodyCapella object with a hasher

func (*BeaconBlockBodyCapella) MarshalSSZ

func (b *BeaconBlockBodyCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockBodyCapella object

func (*BeaconBlockBodyCapella) MarshalSSZTo

func (b *BeaconBlockBodyCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockBodyCapella object to a target array

func (*BeaconBlockBodyCapella) ProtoMessage

func (*BeaconBlockBodyCapella) ProtoMessage()

func (*BeaconBlockBodyCapella) ProtoReflect

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

func (*BeaconBlockBodyCapella) Reset

func (x *BeaconBlockBodyCapella) Reset()

func (*BeaconBlockBodyCapella) SizeSSZ

func (b *BeaconBlockBodyCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyCapella object

func (*BeaconBlockBodyCapella) String

func (x *BeaconBlockBodyCapella) String() string

func (*BeaconBlockBodyCapella) UnmarshalSSZ

func (b *BeaconBlockBodyCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockBodyCapella object

type BeaconBlockBodyDeneb

type BeaconBlockBodyDeneb struct {
	RandaoReveal          []byte                        `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data              *Eth1Data                     `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti              []byte                        `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings     []*ProposerSlashing           `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings     []*AttesterSlashing           `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"`
	Attestations          []*Attestation                `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"`
	Deposits              []*Deposit                    `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits        []*SignedVoluntaryExit        `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	SyncAggregate         *SyncAggregate                `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayload      *v1.ExecutionPayloadDeneb     `protobuf:"bytes,10,opt,name=execution_payload,json=executionPayload,proto3" json:"execution_payload,omitempty"`
	BlsToExecutionChanges []*SignedBLSToExecutionChange `` /* 142-byte string literal not displayed */
	BlobKzgCommitments    [][]byte                      `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyDeneb) Copy

Copy --

func (*BeaconBlockBodyDeneb) Descriptor deprecated

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

Deprecated: Use BeaconBlockBodyDeneb.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyDeneb) GetAttestations

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

func (*BeaconBlockBodyDeneb) GetAttesterSlashings

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

func (*BeaconBlockBodyDeneb) GetBlobKzgCommitments

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

func (*BeaconBlockBodyDeneb) GetBlsToExecutionChanges

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

func (*BeaconBlockBodyDeneb) GetDeposits

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

func (*BeaconBlockBodyDeneb) GetEth1Data

func (x *BeaconBlockBodyDeneb) GetEth1Data() *Eth1Data

func (*BeaconBlockBodyDeneb) GetExecutionPayload

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

func (*BeaconBlockBodyDeneb) GetGraffiti

func (x *BeaconBlockBodyDeneb) GetGraffiti() []byte

func (*BeaconBlockBodyDeneb) GetProposerSlashings

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

func (*BeaconBlockBodyDeneb) GetRandaoReveal

func (x *BeaconBlockBodyDeneb) GetRandaoReveal() []byte

func (*BeaconBlockBodyDeneb) GetSyncAggregate

func (x *BeaconBlockBodyDeneb) GetSyncAggregate() *SyncAggregate

func (*BeaconBlockBodyDeneb) GetVoluntaryExits

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

func (*BeaconBlockBodyDeneb) HashTreeRoot

func (b *BeaconBlockBodyDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockBodyDeneb object

func (*BeaconBlockBodyDeneb) HashTreeRootWith

func (b *BeaconBlockBodyDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockBodyDeneb object with a hasher

func (*BeaconBlockBodyDeneb) MarshalSSZ

func (b *BeaconBlockBodyDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockBodyDeneb object

func (*BeaconBlockBodyDeneb) MarshalSSZTo

func (b *BeaconBlockBodyDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockBodyDeneb object to a target array

func (*BeaconBlockBodyDeneb) ProtoMessage

func (*BeaconBlockBodyDeneb) ProtoMessage()

func (*BeaconBlockBodyDeneb) ProtoReflect

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

func (*BeaconBlockBodyDeneb) Reset

func (x *BeaconBlockBodyDeneb) Reset()

func (*BeaconBlockBodyDeneb) SizeSSZ

func (b *BeaconBlockBodyDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyDeneb object

func (*BeaconBlockBodyDeneb) String

func (x *BeaconBlockBodyDeneb) String() string

func (*BeaconBlockBodyDeneb) UnmarshalSSZ

func (b *BeaconBlockBodyDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockBodyDeneb object

type BeaconBlockBodyElectra

type BeaconBlockBodyElectra struct {
	RandaoReveal          []byte                        `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data              *Eth1Data                     `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti              []byte                        `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings     []*ProposerSlashing           `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings     []*AttesterSlashingElectra    `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"1"`
	Attestations          []*AttestationElectra         `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"8"`
	Deposits              []*Deposit                    `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits        []*SignedVoluntaryExit        `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	SyncAggregate         *SyncAggregate                `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayload      *v1.ExecutionPayloadDeneb     `protobuf:"bytes,10,opt,name=execution_payload,json=executionPayload,proto3" json:"execution_payload,omitempty"`
	BlsToExecutionChanges []*SignedBLSToExecutionChange `` /* 142-byte string literal not displayed */
	BlobKzgCommitments    [][]byte                      `` /* 149-byte string literal not displayed */
	ExecutionRequests     *v1.ExecutionRequests         `protobuf:"bytes,13,opt,name=execution_requests,json=executionRequests,proto3" json:"execution_requests,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyElectra) Copy

Copy --

func (*BeaconBlockBodyElectra) Descriptor deprecated

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

Deprecated: Use BeaconBlockBodyElectra.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyElectra) GetAttestations

func (x *BeaconBlockBodyElectra) GetAttestations() []*AttestationElectra

func (*BeaconBlockBodyElectra) GetAttesterSlashings

func (x *BeaconBlockBodyElectra) GetAttesterSlashings() []*AttesterSlashingElectra

func (*BeaconBlockBodyElectra) GetBlobKzgCommitments

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

func (*BeaconBlockBodyElectra) GetBlsToExecutionChanges

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

func (*BeaconBlockBodyElectra) GetDeposits

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

func (*BeaconBlockBodyElectra) GetEth1Data

func (x *BeaconBlockBodyElectra) GetEth1Data() *Eth1Data

func (*BeaconBlockBodyElectra) GetExecutionPayload

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

func (*BeaconBlockBodyElectra) GetExecutionRequests

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

func (*BeaconBlockBodyElectra) GetGraffiti

func (x *BeaconBlockBodyElectra) GetGraffiti() []byte

func (*BeaconBlockBodyElectra) GetProposerSlashings

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

func (*BeaconBlockBodyElectra) GetRandaoReveal

func (x *BeaconBlockBodyElectra) GetRandaoReveal() []byte

func (*BeaconBlockBodyElectra) GetSyncAggregate

func (x *BeaconBlockBodyElectra) GetSyncAggregate() *SyncAggregate

func (*BeaconBlockBodyElectra) GetVoluntaryExits

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

func (*BeaconBlockBodyElectra) HashTreeRoot

func (b *BeaconBlockBodyElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockBodyElectra object

func (*BeaconBlockBodyElectra) HashTreeRootWith

func (b *BeaconBlockBodyElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockBodyElectra object with a hasher

func (*BeaconBlockBodyElectra) MarshalSSZ

func (b *BeaconBlockBodyElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockBodyElectra object

func (*BeaconBlockBodyElectra) MarshalSSZTo

func (b *BeaconBlockBodyElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockBodyElectra object to a target array

func (*BeaconBlockBodyElectra) ProtoMessage

func (*BeaconBlockBodyElectra) ProtoMessage()

func (*BeaconBlockBodyElectra) ProtoReflect

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

func (*BeaconBlockBodyElectra) Reset

func (x *BeaconBlockBodyElectra) Reset()

func (*BeaconBlockBodyElectra) SizeSSZ

func (b *BeaconBlockBodyElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyElectra object

func (*BeaconBlockBodyElectra) String

func (x *BeaconBlockBodyElectra) String() string

func (*BeaconBlockBodyElectra) UnmarshalSSZ

func (b *BeaconBlockBodyElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockBodyElectra object

type BeaconBlockBodyGloas

type BeaconBlockBodyGloas struct {
	RandaoReveal              []byte                        `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data                  *Eth1Data                     `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti                  []byte                        `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings         []*ProposerSlashing           `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings         []*AttesterSlashingElectra    `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"1"`
	Attestations              []*AttestationElectra         `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"8"`
	Deposits                  []*Deposit                    `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits            []*SignedVoluntaryExit        `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	SyncAggregate             *SyncAggregate                `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	BlsToExecutionChanges     []*SignedBLSToExecutionChange `` /* 142-byte string literal not displayed */
	SignedExecutionPayloadBid *SignedExecutionPayloadBid    `` /* 141-byte string literal not displayed */
	PayloadAttestations       []*PayloadAttestation         `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BeaconBlockBodyGloas) Descriptor deprecated

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

Deprecated: Use BeaconBlockBodyGloas.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyGloas) GetAttestations

func (x *BeaconBlockBodyGloas) GetAttestations() []*AttestationElectra

func (*BeaconBlockBodyGloas) GetAttesterSlashings

func (x *BeaconBlockBodyGloas) GetAttesterSlashings() []*AttesterSlashingElectra

func (*BeaconBlockBodyGloas) GetBlsToExecutionChanges

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

func (*BeaconBlockBodyGloas) GetDeposits

func (x *BeaconBlockBodyGloas) GetDeposits() []*Deposit

func (*BeaconBlockBodyGloas) GetEth1Data

func (x *BeaconBlockBodyGloas) GetEth1Data() *Eth1Data

func (*BeaconBlockBodyGloas) GetGraffiti

func (x *BeaconBlockBodyGloas) GetGraffiti() []byte

func (*BeaconBlockBodyGloas) GetPayloadAttestations

func (x *BeaconBlockBodyGloas) GetPayloadAttestations() []*PayloadAttestation

func (*BeaconBlockBodyGloas) GetProposerSlashings

func (x *BeaconBlockBodyGloas) GetProposerSlashings() []*ProposerSlashing

func (*BeaconBlockBodyGloas) GetRandaoReveal

func (x *BeaconBlockBodyGloas) GetRandaoReveal() []byte

func (*BeaconBlockBodyGloas) GetSignedExecutionPayloadBid

func (x *BeaconBlockBodyGloas) GetSignedExecutionPayloadBid() *SignedExecutionPayloadBid

func (*BeaconBlockBodyGloas) GetSyncAggregate

func (x *BeaconBlockBodyGloas) GetSyncAggregate() *SyncAggregate

func (*BeaconBlockBodyGloas) GetVoluntaryExits

func (x *BeaconBlockBodyGloas) GetVoluntaryExits() []*SignedVoluntaryExit

func (*BeaconBlockBodyGloas) HashTreeRoot

func (b *BeaconBlockBodyGloas) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockBodyGloas object

func (*BeaconBlockBodyGloas) HashTreeRootWith

func (b *BeaconBlockBodyGloas) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockBodyGloas object with a hasher

func (*BeaconBlockBodyGloas) MarshalSSZ

func (b *BeaconBlockBodyGloas) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockBodyGloas object

func (*BeaconBlockBodyGloas) MarshalSSZTo

func (b *BeaconBlockBodyGloas) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockBodyGloas object to a target array

func (*BeaconBlockBodyGloas) ProtoMessage

func (*BeaconBlockBodyGloas) ProtoMessage()

func (*BeaconBlockBodyGloas) ProtoReflect

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

func (*BeaconBlockBodyGloas) Reset

func (x *BeaconBlockBodyGloas) Reset()

func (*BeaconBlockBodyGloas) SizeSSZ

func (b *BeaconBlockBodyGloas) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyGloas object

func (*BeaconBlockBodyGloas) String

func (x *BeaconBlockBodyGloas) String() string

func (*BeaconBlockBodyGloas) UnmarshalSSZ

func (b *BeaconBlockBodyGloas) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockBodyGloas object

type BeaconBlockCapella

type BeaconBlockCapella struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BeaconBlockBodyCapella                                                    `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockCapella) Copy

func (block *BeaconBlockCapella) Copy() *BeaconBlockCapella

Copy --

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() []byte

func (*BeaconBlockCapella) GetStateRoot

func (x *BeaconBlockCapella) GetStateRoot() []byte

func (*BeaconBlockCapella) HashTreeRoot

func (b *BeaconBlockCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockCapella object

func (*BeaconBlockCapella) HashTreeRootWith

func (b *BeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockCapella object with a hasher

func (*BeaconBlockCapella) MarshalSSZ

func (b *BeaconBlockCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockCapella object

func (*BeaconBlockCapella) MarshalSSZTo

func (b *BeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockCapella object to a target array

func (*BeaconBlockCapella) ProtoMessage

func (*BeaconBlockCapella) ProtoMessage()

func (*BeaconBlockCapella) ProtoReflect

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

func (*BeaconBlockCapella) Reset

func (x *BeaconBlockCapella) Reset()

func (*BeaconBlockCapella) SizeSSZ

func (b *BeaconBlockCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockCapella object

func (*BeaconBlockCapella) String

func (x *BeaconBlockCapella) String() string

func (*BeaconBlockCapella) UnmarshalSSZ

func (b *BeaconBlockCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockCapella object

type BeaconBlockContainer

type BeaconBlockContainer struct {
	BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty"`
	Canonical bool   `protobuf:"varint,2,opt,name=canonical,proto3" json:"canonical,omitempty"`
	// Types that are valid to be assigned to Block:
	//
	//	*BeaconBlockContainer_Phase0Block
	//	*BeaconBlockContainer_AltairBlock
	//	*BeaconBlockContainer_BellatrixBlock
	//	*BeaconBlockContainer_BlindedBellatrixBlock
	//	*BeaconBlockContainer_CapellaBlock
	//	*BeaconBlockContainer_BlindedCapellaBlock
	//	*BeaconBlockContainer_DenebBlock
	//	*BeaconBlockContainer_BlindedDenebBlock
	//	*BeaconBlockContainer_ElectraBlock
	//	*BeaconBlockContainer_BlindedElectraBlock
	//	*BeaconBlockContainer_FuluBlock
	//	*BeaconBlockContainer_BlindedFuluBlock
	Block isBeaconBlockContainer_Block `protobuf_oneof:"block"`
	// contains filtered or unexported fields
}

func (*BeaconBlockContainer) Descriptor deprecated

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

Deprecated: Use BeaconBlockContainer.ProtoReflect.Descriptor instead.

func (*BeaconBlockContainer) GetAltairBlock

func (x *BeaconBlockContainer) GetAltairBlock() *SignedBeaconBlockAltair

func (*BeaconBlockContainer) GetBellatrixBlock

func (x *BeaconBlockContainer) GetBellatrixBlock() *SignedBeaconBlockBellatrix

func (*BeaconBlockContainer) GetBlindedBellatrixBlock

func (x *BeaconBlockContainer) GetBlindedBellatrixBlock() *SignedBlindedBeaconBlockBellatrix

func (*BeaconBlockContainer) GetBlindedCapellaBlock

func (x *BeaconBlockContainer) GetBlindedCapellaBlock() *SignedBlindedBeaconBlockCapella

func (*BeaconBlockContainer) GetBlindedDenebBlock

func (x *BeaconBlockContainer) GetBlindedDenebBlock() *SignedBlindedBeaconBlockDeneb

func (*BeaconBlockContainer) GetBlindedElectraBlock

func (x *BeaconBlockContainer) GetBlindedElectraBlock() *SignedBlindedBeaconBlockElectra

func (*BeaconBlockContainer) GetBlindedFuluBlock

func (x *BeaconBlockContainer) GetBlindedFuluBlock() *SignedBlindedBeaconBlockFulu

func (*BeaconBlockContainer) GetBlock

func (x *BeaconBlockContainer) GetBlock() isBeaconBlockContainer_Block

func (*BeaconBlockContainer) GetBlockRoot

func (x *BeaconBlockContainer) GetBlockRoot() []byte

func (*BeaconBlockContainer) GetCanonical

func (x *BeaconBlockContainer) GetCanonical() bool

func (*BeaconBlockContainer) GetCapellaBlock

func (x *BeaconBlockContainer) GetCapellaBlock() *SignedBeaconBlockCapella

func (*BeaconBlockContainer) GetDenebBlock

func (x *BeaconBlockContainer) GetDenebBlock() *SignedBeaconBlockDeneb

func (*BeaconBlockContainer) GetElectraBlock

func (x *BeaconBlockContainer) GetElectraBlock() *SignedBeaconBlockElectra

func (*BeaconBlockContainer) GetFuluBlock

func (x *BeaconBlockContainer) GetFuluBlock() *SignedBeaconBlockFulu

func (*BeaconBlockContainer) GetPhase0Block

func (x *BeaconBlockContainer) GetPhase0Block() *SignedBeaconBlock

func (*BeaconBlockContainer) ProtoMessage

func (*BeaconBlockContainer) ProtoMessage()

func (*BeaconBlockContainer) ProtoReflect

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

func (*BeaconBlockContainer) Reset

func (x *BeaconBlockContainer) Reset()

func (*BeaconBlockContainer) String

func (x *BeaconBlockContainer) String() string

type BeaconBlockContainer_AltairBlock

type BeaconBlockContainer_AltairBlock struct {
	AltairBlock *SignedBeaconBlockAltair `protobuf:"bytes,4,opt,name=altair_block,json=altairBlock,proto3,oneof"`
}

type BeaconBlockContainer_BellatrixBlock

type BeaconBlockContainer_BellatrixBlock struct {
	BellatrixBlock *SignedBeaconBlockBellatrix `protobuf:"bytes,5,opt,name=bellatrix_block,json=bellatrixBlock,proto3,oneof"`
}

type BeaconBlockContainer_BlindedBellatrixBlock

type BeaconBlockContainer_BlindedBellatrixBlock struct {
	BlindedBellatrixBlock *SignedBlindedBeaconBlockBellatrix `protobuf:"bytes,6,opt,name=blinded_bellatrix_block,json=blindedBellatrixBlock,proto3,oneof"`
}

type BeaconBlockContainer_BlindedCapellaBlock

type BeaconBlockContainer_BlindedCapellaBlock struct {
	BlindedCapellaBlock *SignedBlindedBeaconBlockCapella `protobuf:"bytes,8,opt,name=blinded_capella_block,json=blindedCapellaBlock,proto3,oneof"`
}

type BeaconBlockContainer_BlindedDenebBlock

type BeaconBlockContainer_BlindedDenebBlock struct {
	BlindedDenebBlock *SignedBlindedBeaconBlockDeneb `protobuf:"bytes,10,opt,name=blinded_deneb_block,json=blindedDenebBlock,proto3,oneof"`
}

type BeaconBlockContainer_BlindedElectraBlock

type BeaconBlockContainer_BlindedElectraBlock struct {
	BlindedElectraBlock *SignedBlindedBeaconBlockElectra `protobuf:"bytes,12,opt,name=blinded_electra_block,json=blindedElectraBlock,proto3,oneof"`
}

type BeaconBlockContainer_BlindedFuluBlock

type BeaconBlockContainer_BlindedFuluBlock struct {
	BlindedFuluBlock *SignedBlindedBeaconBlockFulu `protobuf:"bytes,14,opt,name=blinded_fulu_block,json=blindedFuluBlock,proto3,oneof"`
}

type BeaconBlockContainer_CapellaBlock

type BeaconBlockContainer_CapellaBlock struct {
	CapellaBlock *SignedBeaconBlockCapella `protobuf:"bytes,7,opt,name=capella_block,json=capellaBlock,proto3,oneof"`
}

type BeaconBlockContainer_DenebBlock

type BeaconBlockContainer_DenebBlock struct {
	DenebBlock *SignedBeaconBlockDeneb `protobuf:"bytes,9,opt,name=deneb_block,json=denebBlock,proto3,oneof"`
}

type BeaconBlockContainer_ElectraBlock

type BeaconBlockContainer_ElectraBlock struct {
	ElectraBlock *SignedBeaconBlockElectra `protobuf:"bytes,11,opt,name=electra_block,json=electraBlock,proto3,oneof"`
}

type BeaconBlockContainer_FuluBlock

type BeaconBlockContainer_FuluBlock struct {
	FuluBlock *SignedBeaconBlockFulu `protobuf:"bytes,13,opt,name=fulu_block,json=fuluBlock,proto3,oneof"`
}

type BeaconBlockContainer_Phase0Block

type BeaconBlockContainer_Phase0Block struct {
	Phase0Block *SignedBeaconBlock `protobuf:"bytes,3,opt,name=phase0_block,json=phase0Block,proto3,oneof"`
}

type BeaconBlockContentsDeneb

type BeaconBlockContentsDeneb struct {
	Block     *BeaconBlockDeneb `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	KzgProofs [][]byte          `protobuf:"bytes,2,rep,name=kzg_proofs,json=kzgProofs,proto3" json:"kzg_proofs,omitempty" ssz-max:"4096" ssz-size:"?,48"`
	Blobs     [][]byte          `protobuf:"bytes,3,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"4096" ssz-size:"?,131072"`
	// contains filtered or unexported fields
}

func (*BeaconBlockContentsDeneb) Descriptor deprecated

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

Deprecated: Use BeaconBlockContentsDeneb.ProtoReflect.Descriptor instead.

func (*BeaconBlockContentsDeneb) GetBlobs

func (x *BeaconBlockContentsDeneb) GetBlobs() [][]byte

func (*BeaconBlockContentsDeneb) GetBlock

func (*BeaconBlockContentsDeneb) GetKzgProofs

func (x *BeaconBlockContentsDeneb) GetKzgProofs() [][]byte

func (*BeaconBlockContentsDeneb) HashTreeRoot

func (b *BeaconBlockContentsDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockContentsDeneb object

func (*BeaconBlockContentsDeneb) HashTreeRootWith

func (b *BeaconBlockContentsDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockContentsDeneb object with a hasher

func (*BeaconBlockContentsDeneb) MarshalSSZ

func (b *BeaconBlockContentsDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockContentsDeneb object

func (*BeaconBlockContentsDeneb) MarshalSSZTo

func (b *BeaconBlockContentsDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockContentsDeneb object to a target array

func (*BeaconBlockContentsDeneb) ProtoMessage

func (*BeaconBlockContentsDeneb) ProtoMessage()

func (*BeaconBlockContentsDeneb) ProtoReflect

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

func (*BeaconBlockContentsDeneb) Reset

func (x *BeaconBlockContentsDeneb) Reset()

func (*BeaconBlockContentsDeneb) SizeSSZ

func (b *BeaconBlockContentsDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockContentsDeneb object

func (*BeaconBlockContentsDeneb) String

func (x *BeaconBlockContentsDeneb) String() string

func (*BeaconBlockContentsDeneb) UnmarshalSSZ

func (b *BeaconBlockContentsDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockContentsDeneb object

type BeaconBlockContentsElectra

type BeaconBlockContentsElectra struct {
	Block     *BeaconBlockElectra `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	KzgProofs [][]byte            `protobuf:"bytes,2,rep,name=kzg_proofs,json=kzgProofs,proto3" json:"kzg_proofs,omitempty" ssz-max:"4096" ssz-size:"?,48"`
	Blobs     [][]byte            `protobuf:"bytes,3,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"4096" ssz-size:"?,131072"`
	// contains filtered or unexported fields
}

func (*BeaconBlockContentsElectra) Descriptor deprecated

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

Deprecated: Use BeaconBlockContentsElectra.ProtoReflect.Descriptor instead.

func (*BeaconBlockContentsElectra) GetBlobs

func (x *BeaconBlockContentsElectra) GetBlobs() [][]byte

func (*BeaconBlockContentsElectra) GetBlock

func (*BeaconBlockContentsElectra) GetKzgProofs

func (x *BeaconBlockContentsElectra) GetKzgProofs() [][]byte

func (*BeaconBlockContentsElectra) HashTreeRoot

func (b *BeaconBlockContentsElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockContentsElectra object

func (*BeaconBlockContentsElectra) HashTreeRootWith

func (b *BeaconBlockContentsElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockContentsElectra object with a hasher

func (*BeaconBlockContentsElectra) MarshalSSZ

func (b *BeaconBlockContentsElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockContentsElectra object

func (*BeaconBlockContentsElectra) MarshalSSZTo

func (b *BeaconBlockContentsElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockContentsElectra object to a target array

func (*BeaconBlockContentsElectra) ProtoMessage

func (*BeaconBlockContentsElectra) ProtoMessage()

func (*BeaconBlockContentsElectra) ProtoReflect

func (*BeaconBlockContentsElectra) Reset

func (x *BeaconBlockContentsElectra) Reset()

func (*BeaconBlockContentsElectra) SizeSSZ

func (b *BeaconBlockContentsElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockContentsElectra object

func (*BeaconBlockContentsElectra) String

func (x *BeaconBlockContentsElectra) String() string

func (*BeaconBlockContentsElectra) UnmarshalSSZ

func (b *BeaconBlockContentsElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockContentsElectra object

type BeaconBlockContentsFulu

type BeaconBlockContentsFulu struct {
	Block     *BeaconBlockElectra `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	KzgProofs [][]byte            `protobuf:"bytes,2,rep,name=kzg_proofs,json=kzgProofs,proto3" json:"kzg_proofs,omitempty" ssz-max:"33554432" ssz-size:"?,48"`
	Blobs     [][]byte            `protobuf:"bytes,3,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"4096" ssz-size:"?,131072"`
	// contains filtered or unexported fields
}

func (*BeaconBlockContentsFulu) Descriptor deprecated

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

Deprecated: Use BeaconBlockContentsFulu.ProtoReflect.Descriptor instead.

func (*BeaconBlockContentsFulu) GetBlobs

func (x *BeaconBlockContentsFulu) GetBlobs() [][]byte

func (*BeaconBlockContentsFulu) GetBlock

func (*BeaconBlockContentsFulu) GetKzgProofs

func (x *BeaconBlockContentsFulu) GetKzgProofs() [][]byte

func (*BeaconBlockContentsFulu) HashTreeRoot

func (b *BeaconBlockContentsFulu) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockContentsFulu object

func (*BeaconBlockContentsFulu) HashTreeRootWith

func (b *BeaconBlockContentsFulu) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockContentsFulu object with a hasher

func (*BeaconBlockContentsFulu) MarshalSSZ

func (b *BeaconBlockContentsFulu) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockContentsFulu object

func (*BeaconBlockContentsFulu) MarshalSSZTo

func (b *BeaconBlockContentsFulu) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockContentsFulu object to a target array

func (*BeaconBlockContentsFulu) ProtoMessage

func (*BeaconBlockContentsFulu) ProtoMessage()

func (*BeaconBlockContentsFulu) ProtoReflect

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

func (*BeaconBlockContentsFulu) Reset

func (x *BeaconBlockContentsFulu) Reset()

func (*BeaconBlockContentsFulu) SizeSSZ

func (b *BeaconBlockContentsFulu) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockContentsFulu object

func (*BeaconBlockContentsFulu) String

func (x *BeaconBlockContentsFulu) String() string

func (*BeaconBlockContentsFulu) UnmarshalSSZ

func (b *BeaconBlockContentsFulu) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockContentsFulu object

type BeaconBlockDeneb

type BeaconBlockDeneb struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BeaconBlockBodyDeneb                                                      `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockDeneb) Copy

func (block *BeaconBlockDeneb) Copy() *BeaconBlockDeneb

Copy --

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() []byte

func (*BeaconBlockDeneb) GetStateRoot

func (x *BeaconBlockDeneb) GetStateRoot() []byte

func (*BeaconBlockDeneb) HashTreeRoot

func (b *BeaconBlockDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockDeneb object

func (*BeaconBlockDeneb) HashTreeRootWith

func (b *BeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockDeneb object with a hasher

func (*BeaconBlockDeneb) MarshalSSZ

func (b *BeaconBlockDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockDeneb object

func (*BeaconBlockDeneb) MarshalSSZTo

func (b *BeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockDeneb object to a target array

func (*BeaconBlockDeneb) ProtoMessage

func (*BeaconBlockDeneb) ProtoMessage()

func (*BeaconBlockDeneb) ProtoReflect

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

func (*BeaconBlockDeneb) Reset

func (x *BeaconBlockDeneb) Reset()

func (*BeaconBlockDeneb) SizeSSZ

func (b *BeaconBlockDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockDeneb object

func (*BeaconBlockDeneb) String

func (x *BeaconBlockDeneb) String() string

func (*BeaconBlockDeneb) UnmarshalSSZ

func (b *BeaconBlockDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockDeneb object

type BeaconBlockElectra

type BeaconBlockElectra struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BeaconBlockBodyElectra                                                    `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockElectra) Copy

func (block *BeaconBlockElectra) Copy() *BeaconBlockElectra

Copy --

func (*BeaconBlockElectra) Descriptor deprecated

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

Deprecated: Use BeaconBlockElectra.ProtoReflect.Descriptor instead.

func (*BeaconBlockElectra) GetBody

func (*BeaconBlockElectra) GetParentRoot

func (x *BeaconBlockElectra) GetParentRoot() []byte

func (*BeaconBlockElectra) GetStateRoot

func (x *BeaconBlockElectra) GetStateRoot() []byte

func (*BeaconBlockElectra) HashTreeRoot

func (b *BeaconBlockElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockElectra object

func (*BeaconBlockElectra) HashTreeRootWith

func (b *BeaconBlockElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockElectra object with a hasher

func (*BeaconBlockElectra) MarshalSSZ

func (b *BeaconBlockElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockElectra object

func (*BeaconBlockElectra) MarshalSSZTo

func (b *BeaconBlockElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockElectra object to a target array

func (*BeaconBlockElectra) ProtoMessage

func (*BeaconBlockElectra) ProtoMessage()

func (*BeaconBlockElectra) ProtoReflect

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

func (*BeaconBlockElectra) Reset

func (x *BeaconBlockElectra) Reset()

func (*BeaconBlockElectra) SizeSSZ

func (b *BeaconBlockElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockElectra object

func (*BeaconBlockElectra) String

func (x *BeaconBlockElectra) String() string

func (*BeaconBlockElectra) UnmarshalSSZ

func (b *BeaconBlockElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockElectra object

type BeaconBlockGloas

type BeaconBlockGloas struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BeaconBlockBodyGloas                                                      `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlockGloas) Descriptor deprecated

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

Deprecated: Use BeaconBlockGloas.ProtoReflect.Descriptor instead.

func (*BeaconBlockGloas) GetBody

func (x *BeaconBlockGloas) GetBody() *BeaconBlockBodyGloas

func (*BeaconBlockGloas) GetParentRoot

func (x *BeaconBlockGloas) GetParentRoot() []byte

func (*BeaconBlockGloas) GetStateRoot

func (x *BeaconBlockGloas) GetStateRoot() []byte

func (*BeaconBlockGloas) HashTreeRoot

func (b *BeaconBlockGloas) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockGloas object

func (*BeaconBlockGloas) HashTreeRootWith

func (b *BeaconBlockGloas) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockGloas object with a hasher

func (*BeaconBlockGloas) MarshalSSZ

func (b *BeaconBlockGloas) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockGloas object

func (*BeaconBlockGloas) MarshalSSZTo

func (b *BeaconBlockGloas) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockGloas object to a target array

func (*BeaconBlockGloas) ProtoMessage

func (*BeaconBlockGloas) ProtoMessage()

func (*BeaconBlockGloas) ProtoReflect

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

func (*BeaconBlockGloas) Reset

func (x *BeaconBlockGloas) Reset()

func (*BeaconBlockGloas) SizeSSZ

func (b *BeaconBlockGloas) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockGloas object

func (*BeaconBlockGloas) String

func (x *BeaconBlockGloas) String() string

func (*BeaconBlockGloas) UnmarshalSSZ

func (b *BeaconBlockGloas) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockGloas object

type BeaconBlockHeader

type BeaconBlockHeader struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	BodyRoot      []byte                                                                     `protobuf:"bytes,5,opt,name=body_root,json=bodyRoot,proto3" json:"body_root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

func (*BeaconBlockHeader) Copy

func (header *BeaconBlockHeader) Copy() *BeaconBlockHeader

Copy --

func (*BeaconBlockHeader) Descriptor deprecated

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

Deprecated: Use BeaconBlockHeader.ProtoReflect.Descriptor instead.

func (*BeaconBlockHeader) GetBodyRoot

func (x *BeaconBlockHeader) GetBodyRoot() []byte

func (*BeaconBlockHeader) GetParentRoot

func (x *BeaconBlockHeader) GetParentRoot() []byte

func (*BeaconBlockHeader) GetStateRoot

func (x *BeaconBlockHeader) GetStateRoot() []byte

func (*BeaconBlockHeader) HashTreeRoot

func (b *BeaconBlockHeader) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlockHeader object

func (*BeaconBlockHeader) HashTreeRootWith

func (b *BeaconBlockHeader) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlockHeader object with a hasher

func (*BeaconBlockHeader) MarshalSSZ

func (b *BeaconBlockHeader) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlockHeader object

func (*BeaconBlockHeader) MarshalSSZTo

func (b *BeaconBlockHeader) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlockHeader object to a target array

func (*BeaconBlockHeader) ProtoMessage

func (*BeaconBlockHeader) ProtoMessage()

func (*BeaconBlockHeader) ProtoReflect

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

func (*BeaconBlockHeader) Reset

func (x *BeaconBlockHeader) Reset()

func (*BeaconBlockHeader) SizeSSZ

func (b *BeaconBlockHeader) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockHeader object

func (*BeaconBlockHeader) String

func (x *BeaconBlockHeader) String() string

func (*BeaconBlockHeader) UnmarshalSSZ

func (b *BeaconBlockHeader) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlockHeader object

type BeaconBlocksByRangeRequest

type BeaconBlocksByRangeRequest struct {
	StartSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 166-byte string literal not displayed */
	Count     uint64                                                           `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	Step      uint64                                                           `protobuf:"varint,3,opt,name=step,proto3" json:"step,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlocksByRangeRequest) Descriptor deprecated

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

Deprecated: Use BeaconBlocksByRangeRequest.ProtoReflect.Descriptor instead.

func (*BeaconBlocksByRangeRequest) GetCount

func (x *BeaconBlocksByRangeRequest) GetCount() uint64

func (*BeaconBlocksByRangeRequest) GetStep

func (x *BeaconBlocksByRangeRequest) GetStep() uint64

func (*BeaconBlocksByRangeRequest) HashTreeRoot

func (b *BeaconBlocksByRangeRequest) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconBlocksByRangeRequest object

func (*BeaconBlocksByRangeRequest) HashTreeRootWith

func (b *BeaconBlocksByRangeRequest) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconBlocksByRangeRequest object with a hasher

func (*BeaconBlocksByRangeRequest) MarshalSSZ

func (b *BeaconBlocksByRangeRequest) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconBlocksByRangeRequest object

func (*BeaconBlocksByRangeRequest) MarshalSSZTo

func (b *BeaconBlocksByRangeRequest) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconBlocksByRangeRequest object to a target array

func (*BeaconBlocksByRangeRequest) ProtoMessage

func (*BeaconBlocksByRangeRequest) ProtoMessage()

func (*BeaconBlocksByRangeRequest) ProtoReflect

func (*BeaconBlocksByRangeRequest) Reset

func (x *BeaconBlocksByRangeRequest) Reset()

func (*BeaconBlocksByRangeRequest) SizeSSZ

func (b *BeaconBlocksByRangeRequest) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconBlocksByRangeRequest object

func (*BeaconBlocksByRangeRequest) String

func (x *BeaconBlocksByRangeRequest) String() string

func (*BeaconBlocksByRangeRequest) UnmarshalSSZ

func (b *BeaconBlocksByRangeRequest) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconBlocksByRangeRequest object

type BeaconChainClient

type BeaconChainClient interface {
	// Deprecated: Do not use.
	ListAttestations(ctx context.Context, in *ListAttestationsRequest, opts ...grpc.CallOption) (*ListAttestationsResponse, error)
	// Deprecated: Do not use.
	ListAttestationsElectra(ctx context.Context, in *ListAttestationsRequest, opts ...grpc.CallOption) (*ListAttestationsElectraResponse, error)
	// Deprecated: Do not use.
	ListIndexedAttestations(ctx context.Context, in *ListIndexedAttestationsRequest, opts ...grpc.CallOption) (*ListIndexedAttestationsResponse, error)
	// Deprecated: Do not use.
	ListIndexedAttestationsElectra(ctx context.Context, in *ListIndexedAttestationsRequest, opts ...grpc.CallOption) (*ListIndexedAttestationsElectraResponse, error)
	// Deprecated: Do not use.
	AttestationPool(ctx context.Context, in *AttestationPoolRequest, opts ...grpc.CallOption) (*AttestationPoolResponse, error)
	// Deprecated: Do not use.
	AttestationPoolElectra(ctx context.Context, in *AttestationPoolRequest, opts ...grpc.CallOption) (*AttestationPoolElectraResponse, error)
	// Deprecated: Do not use.
	ListBeaconBlocks(ctx context.Context, in *ListBlocksRequest, opts ...grpc.CallOption) (*ListBeaconBlocksResponse, error)
	// Deprecated: Do not use.
	GetChainHead(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ChainHead, error)
	// Deprecated: Do not use.
	ListBeaconCommittees(ctx context.Context, in *ListCommitteesRequest, opts ...grpc.CallOption) (*BeaconCommittees, error)
	// Deprecated: Do not use.
	ListValidatorBalances(ctx context.Context, in *ListValidatorBalancesRequest, opts ...grpc.CallOption) (*ValidatorBalances, error)
	// Deprecated: Do not use.
	ListValidators(ctx context.Context, in *ListValidatorsRequest, opts ...grpc.CallOption) (*Validators, error)
	// Deprecated: Do not use.
	GetValidator(ctx context.Context, in *GetValidatorRequest, opts ...grpc.CallOption) (*Validator, error)
	// Deprecated: Do not use.
	GetValidatorActiveSetChanges(ctx context.Context, in *GetValidatorActiveSetChangesRequest, opts ...grpc.CallOption) (*ActiveSetChanges, error)
	// Deprecated: Do not use.
	GetValidatorQueue(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ValidatorQueue, error)
	// Deprecated: Do not use.
	GetValidatorPerformance(ctx context.Context, in *ValidatorPerformanceRequest, opts ...grpc.CallOption) (*ValidatorPerformanceResponse, error)
	// Deprecated: Do not use.
	ListValidatorAssignments(ctx context.Context, in *ListValidatorAssignmentsRequest, opts ...grpc.CallOption) (*ValidatorAssignments, error)
	// Deprecated: Do not use.
	GetValidatorParticipation(ctx context.Context, in *GetValidatorParticipationRequest, opts ...grpc.CallOption) (*ValidatorParticipationResponse, error)
	// Deprecated: Do not use.
	GetBeaconConfig(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*BeaconConfig, error)
	// Deprecated: Do not use.
	SubmitAttesterSlashing(ctx context.Context, in *AttesterSlashing, opts ...grpc.CallOption) (*SubmitSlashingResponse, error)
	// Deprecated: Do not use.
	SubmitAttesterSlashingElectra(ctx context.Context, in *AttesterSlashingElectra, opts ...grpc.CallOption) (*SubmitSlashingResponse, error)
	// Deprecated: Do not use.
	SubmitProposerSlashing(ctx context.Context, in *ProposerSlashing, opts ...grpc.CallOption) (*SubmitSlashingResponse, error)
	// Deprecated: Do not use.
	GetIndividualVotes(ctx context.Context, in *IndividualVotesRequest, opts ...grpc.CallOption) (*IndividualVotesRespond, error)
}

BeaconChainClient is the client API for BeaconChain service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type BeaconChainServer

type BeaconChainServer interface {
	// Deprecated: Do not use.
	ListAttestations(context.Context, *ListAttestationsRequest) (*ListAttestationsResponse, error)
	// Deprecated: Do not use.
	ListAttestationsElectra(context.Context, *ListAttestationsRequest) (*ListAttestationsElectraResponse, error)
	// Deprecated: Do not use.
	ListIndexedAttestations(context.Context, *ListIndexedAttestationsRequest) (*ListIndexedAttestationsResponse, error)
	// Deprecated: Do not use.
	ListIndexedAttestationsElectra(context.Context, *ListIndexedAttestationsRequest) (*ListIndexedAttestationsElectraResponse, error)
	// Deprecated: Do not use.
	AttestationPool(context.Context, *AttestationPoolRequest) (*AttestationPoolResponse, error)
	// Deprecated: Do not use.
	AttestationPoolElectra(context.Context, *AttestationPoolRequest) (*AttestationPoolElectraResponse, error)
	// Deprecated: Do not use.
	ListBeaconBlocks(context.Context, *ListBlocksRequest) (*ListBeaconBlocksResponse, error)
	// Deprecated: Do not use.
	GetChainHead(context.Context, *emptypb.Empty) (*ChainHead, error)
	// Deprecated: Do not use.
	ListBeaconCommittees(context.Context, *ListCommitteesRequest) (*BeaconCommittees, error)
	// Deprecated: Do not use.
	ListValidatorBalances(context.Context, *ListValidatorBalancesRequest) (*ValidatorBalances, error)
	// Deprecated: Do not use.
	ListValidators(context.Context, *ListValidatorsRequest) (*Validators, error)
	// Deprecated: Do not use.
	GetValidator(context.Context, *GetValidatorRequest) (*Validator, error)
	// Deprecated: Do not use.
	GetValidatorActiveSetChanges(context.Context, *GetValidatorActiveSetChangesRequest) (*ActiveSetChanges, error)
	// Deprecated: Do not use.
	GetValidatorQueue(context.Context, *emptypb.Empty) (*ValidatorQueue, error)
	// Deprecated: Do not use.
	GetValidatorPerformance(context.Context, *ValidatorPerformanceRequest) (*ValidatorPerformanceResponse, error)
	// Deprecated: Do not use.
	ListValidatorAssignments(context.Context, *ListValidatorAssignmentsRequest) (*ValidatorAssignments, error)
	// Deprecated: Do not use.
	GetValidatorParticipation(context.Context, *GetValidatorParticipationRequest) (*ValidatorParticipationResponse, error)
	// Deprecated: Do not use.
	GetBeaconConfig(context.Context, *emptypb.Empty) (*BeaconConfig, error)
	// Deprecated: Do not use.
	SubmitAttesterSlashing(context.Context, *AttesterSlashing) (*SubmitSlashingResponse, error)
	// Deprecated: Do not use.
	SubmitAttesterSlashingElectra(context.Context, *AttesterSlashingElectra) (*SubmitSlashingResponse, error)
	// Deprecated: Do not use.
	SubmitProposerSlashing(context.Context, *ProposerSlashing) (*SubmitSlashingResponse, error)
	// Deprecated: Do not use.
	GetIndividualVotes(context.Context, *IndividualVotesRequest) (*IndividualVotesRespond, error)
}

BeaconChainServer is the server API for BeaconChain service.

type BeaconCommittees deprecated

type BeaconCommittees struct {
	Epoch                github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 142-byte string literal not displayed */
	Committees           map[uint64]*BeaconCommittees_CommitteesList                       `` /* 148-byte string literal not displayed */
	ActiveValidatorCount uint64                                                            `protobuf:"varint,3,opt,name=active_validator_count,json=activeValidatorCount,proto3" json:"active_validator_count,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*BeaconCommittees) Descriptor deprecated

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

Deprecated: Use BeaconCommittees.ProtoReflect.Descriptor instead.

func (*BeaconCommittees) GetActiveValidatorCount

func (x *BeaconCommittees) GetActiveValidatorCount() uint64

func (*BeaconCommittees) GetCommittees

func (*BeaconCommittees) ProtoMessage

func (*BeaconCommittees) ProtoMessage()

func (*BeaconCommittees) ProtoReflect

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

func (*BeaconCommittees) Reset

func (x *BeaconCommittees) Reset()

func (*BeaconCommittees) String

func (x *BeaconCommittees) String() string

type BeaconCommittees_CommitteeItem

type BeaconCommittees_CommitteeItem struct {
	ValidatorIndices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 204-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BeaconCommittees_CommitteeItem) Descriptor deprecated

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

Deprecated: Use BeaconCommittees_CommitteeItem.ProtoReflect.Descriptor instead.

func (*BeaconCommittees_CommitteeItem) ProtoMessage

func (*BeaconCommittees_CommitteeItem) ProtoMessage()

func (*BeaconCommittees_CommitteeItem) ProtoReflect

func (*BeaconCommittees_CommitteeItem) Reset

func (x *BeaconCommittees_CommitteeItem) Reset()

func (*BeaconCommittees_CommitteeItem) String

type BeaconCommittees_CommitteesList

type BeaconCommittees_CommitteesList struct {
	Committees []*BeaconCommittees_CommitteeItem `protobuf:"bytes,1,rep,name=committees,proto3" json:"committees,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconCommittees_CommitteesList) Descriptor deprecated

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

Deprecated: Use BeaconCommittees_CommitteesList.ProtoReflect.Descriptor instead.

func (*BeaconCommittees_CommitteesList) GetCommittees

func (*BeaconCommittees_CommitteesList) ProtoMessage

func (*BeaconCommittees_CommitteesList) ProtoMessage()

func (*BeaconCommittees_CommitteesList) ProtoReflect

func (*BeaconCommittees_CommitteesList) Reset

func (*BeaconCommittees_CommitteesList) String

type BeaconConfig

type BeaconConfig struct {
	Config map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BeaconConfig) Descriptor deprecated

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

Deprecated: Use BeaconConfig.ProtoReflect.Descriptor instead.

func (*BeaconConfig) GetConfig

func (x *BeaconConfig) GetConfig() map[string]string

func (*BeaconConfig) ProtoMessage

func (*BeaconConfig) ProtoMessage()

func (*BeaconConfig) ProtoReflect

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

func (*BeaconConfig) Reset

func (x *BeaconConfig) Reset()

func (*BeaconConfig) String

func (x *BeaconConfig) String() string

type BeaconNodeValidatorClient

type BeaconNodeValidatorClient interface {
	// Deprecated: Do not use.
	GetDuties(ctx context.Context, in *DutiesRequest, opts ...grpc.CallOption) (*DutiesResponse, error)
	// Deprecated: Do not use.
	GetDutiesV2(ctx context.Context, in *DutiesRequest, opts ...grpc.CallOption) (*DutiesV2Response, error)
	// Deprecated: Do not use.
	DomainData(ctx context.Context, in *DomainRequest, opts ...grpc.CallOption) (*DomainResponse, error)
	// Deprecated: Do not use.
	WaitForChainStart(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (BeaconNodeValidator_WaitForChainStartClient, error)
	// Deprecated: Do not use.
	WaitForActivation(ctx context.Context, in *ValidatorActivationRequest, opts ...grpc.CallOption) (BeaconNodeValidator_WaitForActivationClient, error)
	// Deprecated: Do not use.
	ValidatorIndex(ctx context.Context, in *ValidatorIndexRequest, opts ...grpc.CallOption) (*ValidatorIndexResponse, error)
	// Deprecated: Do not use.
	ValidatorStatus(ctx context.Context, in *ValidatorStatusRequest, opts ...grpc.CallOption) (*ValidatorStatusResponse, error)
	// Deprecated: Do not use.
	MultipleValidatorStatus(ctx context.Context, in *MultipleValidatorStatusRequest, opts ...grpc.CallOption) (*MultipleValidatorStatusResponse, error)
	// Deprecated: Do not use.
	GetBeaconBlock(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*GenericBeaconBlock, error)
	// Deprecated: Do not use.
	ProposeBeaconBlock(ctx context.Context, in *GenericSignedBeaconBlock, opts ...grpc.CallOption) (*ProposeResponse, error)
	// Deprecated: Do not use.
	PrepareBeaconProposer(ctx context.Context, in *PrepareBeaconProposerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	GetFeeRecipientByPubKey(ctx context.Context, in *FeeRecipientByPubKeyRequest, opts ...grpc.CallOption) (*FeeRecipientByPubKeyResponse, error)
	// Deprecated: Do not use.
	GetAttestationData(ctx context.Context, in *AttestationDataRequest, opts ...grpc.CallOption) (*AttestationData, error)
	// Deprecated: Do not use.
	ProposeAttestation(ctx context.Context, in *Attestation, opts ...grpc.CallOption) (*AttestResponse, error)
	// Deprecated: Do not use.
	ProposeAttestationElectra(ctx context.Context, in *SingleAttestation, opts ...grpc.CallOption) (*AttestResponse, error)
	// Deprecated: Do not use.
	SubmitAggregateSelectionProof(ctx context.Context, in *AggregateSelectionRequest, opts ...grpc.CallOption) (*AggregateSelectionResponse, error)
	// Deprecated: Do not use.
	SubmitAggregateSelectionProofElectra(ctx context.Context, in *AggregateSelectionRequest, opts ...grpc.CallOption) (*AggregateSelectionElectraResponse, error)
	// Deprecated: Do not use.
	SubmitSignedAggregateSelectionProof(ctx context.Context, in *SignedAggregateSubmitRequest, opts ...grpc.CallOption) (*SignedAggregateSubmitResponse, error)
	// Deprecated: Do not use.
	SubmitSignedAggregateSelectionProofElectra(ctx context.Context, in *SignedAggregateSubmitElectraRequest, opts ...grpc.CallOption) (*SignedAggregateSubmitResponse, error)
	// Deprecated: Do not use.
	ProposeExit(ctx context.Context, in *SignedVoluntaryExit, opts ...grpc.CallOption) (*ProposeExitResponse, error)
	// Deprecated: Do not use.
	SubscribeCommitteeSubnets(ctx context.Context, in *CommitteeSubnetsSubscribeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	CheckDoppelGanger(ctx context.Context, in *DoppelGangerRequest, opts ...grpc.CallOption) (*DoppelGangerResponse, error)
	// Deprecated: Do not use.
	GetSyncMessageBlockRoot(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SyncMessageBlockRootResponse, error)
	// Deprecated: Do not use.
	SubmitSyncMessage(ctx context.Context, in *SyncCommitteeMessage, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	GetSyncSubcommitteeIndex(ctx context.Context, in *SyncSubcommitteeIndexRequest, opts ...grpc.CallOption) (*SyncSubcommitteeIndexResponse, error)
	// Deprecated: Do not use.
	GetSyncCommitteeContribution(ctx context.Context, in *SyncCommitteeContributionRequest, opts ...grpc.CallOption) (*SyncCommitteeContribution, error)
	// Deprecated: Do not use.
	SubmitSignedContributionAndProof(ctx context.Context, in *SignedContributionAndProof, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	StreamSlots(ctx context.Context, in *StreamSlotsRequest, opts ...grpc.CallOption) (BeaconNodeValidator_StreamSlotsClient, error)
	// Deprecated: Do not use.
	StreamBlocksAltair(ctx context.Context, in *StreamBlocksRequest, opts ...grpc.CallOption) (BeaconNodeValidator_StreamBlocksAltairClient, error)
	// Deprecated: Do not use.
	SubmitValidatorRegistrations(ctx context.Context, in *SignedValidatorRegistrationsV1, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	AssignValidatorToSubnet(ctx context.Context, in *AssignValidatorToSubnetRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	AggregatedSigAndAggregationBits(ctx context.Context, in *AggregatedSigAndAggregationBitsRequest, opts ...grpc.CallOption) (*AggregatedSigAndAggregationBitsResponse, error)
}

BeaconNodeValidatorClient is the client API for BeaconNodeValidator service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type BeaconNodeValidatorServer

type BeaconNodeValidatorServer interface {
	// Deprecated: Do not use.
	GetDuties(context.Context, *DutiesRequest) (*DutiesResponse, error)
	// Deprecated: Do not use.
	GetDutiesV2(context.Context, *DutiesRequest) (*DutiesV2Response, error)
	// Deprecated: Do not use.
	DomainData(context.Context, *DomainRequest) (*DomainResponse, error)
	// Deprecated: Do not use.
	WaitForChainStart(*emptypb.Empty, BeaconNodeValidator_WaitForChainStartServer) error
	// Deprecated: Do not use.
	WaitForActivation(*ValidatorActivationRequest, BeaconNodeValidator_WaitForActivationServer) error
	// Deprecated: Do not use.
	ValidatorIndex(context.Context, *ValidatorIndexRequest) (*ValidatorIndexResponse, error)
	// Deprecated: Do not use.
	ValidatorStatus(context.Context, *ValidatorStatusRequest) (*ValidatorStatusResponse, error)
	// Deprecated: Do not use.
	MultipleValidatorStatus(context.Context, *MultipleValidatorStatusRequest) (*MultipleValidatorStatusResponse, error)
	// Deprecated: Do not use.
	GetBeaconBlock(context.Context, *BlockRequest) (*GenericBeaconBlock, error)
	// Deprecated: Do not use.
	ProposeBeaconBlock(context.Context, *GenericSignedBeaconBlock) (*ProposeResponse, error)
	// Deprecated: Do not use.
	PrepareBeaconProposer(context.Context, *PrepareBeaconProposerRequest) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	GetFeeRecipientByPubKey(context.Context, *FeeRecipientByPubKeyRequest) (*FeeRecipientByPubKeyResponse, error)
	// Deprecated: Do not use.
	GetAttestationData(context.Context, *AttestationDataRequest) (*AttestationData, error)
	// Deprecated: Do not use.
	ProposeAttestation(context.Context, *Attestation) (*AttestResponse, error)
	// Deprecated: Do not use.
	ProposeAttestationElectra(context.Context, *SingleAttestation) (*AttestResponse, error)
	// Deprecated: Do not use.
	SubmitAggregateSelectionProof(context.Context, *AggregateSelectionRequest) (*AggregateSelectionResponse, error)
	// Deprecated: Do not use.
	SubmitAggregateSelectionProofElectra(context.Context, *AggregateSelectionRequest) (*AggregateSelectionElectraResponse, error)
	// Deprecated: Do not use.
	SubmitSignedAggregateSelectionProof(context.Context, *SignedAggregateSubmitRequest) (*SignedAggregateSubmitResponse, error)
	// Deprecated: Do not use.
	SubmitSignedAggregateSelectionProofElectra(context.Context, *SignedAggregateSubmitElectraRequest) (*SignedAggregateSubmitResponse, error)
	// Deprecated: Do not use.
	ProposeExit(context.Context, *SignedVoluntaryExit) (*ProposeExitResponse, error)
	// Deprecated: Do not use.
	SubscribeCommitteeSubnets(context.Context, *CommitteeSubnetsSubscribeRequest) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	CheckDoppelGanger(context.Context, *DoppelGangerRequest) (*DoppelGangerResponse, error)
	// Deprecated: Do not use.
	GetSyncMessageBlockRoot(context.Context, *emptypb.Empty) (*SyncMessageBlockRootResponse, error)
	// Deprecated: Do not use.
	SubmitSyncMessage(context.Context, *SyncCommitteeMessage) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	GetSyncSubcommitteeIndex(context.Context, *SyncSubcommitteeIndexRequest) (*SyncSubcommitteeIndexResponse, error)
	// Deprecated: Do not use.
	GetSyncCommitteeContribution(context.Context, *SyncCommitteeContributionRequest) (*SyncCommitteeContribution, error)
	// Deprecated: Do not use.
	SubmitSignedContributionAndProof(context.Context, *SignedContributionAndProof) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	StreamSlots(*StreamSlotsRequest, BeaconNodeValidator_StreamSlotsServer) error
	// Deprecated: Do not use.
	StreamBlocksAltair(*StreamBlocksRequest, BeaconNodeValidator_StreamBlocksAltairServer) error
	// Deprecated: Do not use.
	SubmitValidatorRegistrations(context.Context, *SignedValidatorRegistrationsV1) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	AssignValidatorToSubnet(context.Context, *AssignValidatorToSubnetRequest) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	AggregatedSigAndAggregationBits(context.Context, *AggregatedSigAndAggregationBitsRequest) (*AggregatedSigAndAggregationBitsResponse, error)
}

BeaconNodeValidatorServer is the server API for BeaconNodeValidator service.

type BeaconNodeValidator_StreamBlocksAltairClient

type BeaconNodeValidator_StreamBlocksAltairClient interface {
	Recv() (*StreamBlocksResponse, error)
	grpc.ClientStream
}

type BeaconNodeValidator_StreamBlocksAltairServer

type BeaconNodeValidator_StreamBlocksAltairServer interface {
	Send(*StreamBlocksResponse) error
	grpc.ServerStream
}

type BeaconNodeValidator_StreamSlotsClient

type BeaconNodeValidator_StreamSlotsClient interface {
	Recv() (*StreamSlotsResponse, error)
	grpc.ClientStream
}

type BeaconNodeValidator_StreamSlotsServer

type BeaconNodeValidator_StreamSlotsServer interface {
	Send(*StreamSlotsResponse) error
	grpc.ServerStream
}

type BeaconNodeValidator_WaitForActivationClient

type BeaconNodeValidator_WaitForActivationClient interface {
	Recv() (*ValidatorActivationResponse, error)
	grpc.ClientStream
}

type BeaconNodeValidator_WaitForActivationServer

type BeaconNodeValidator_WaitForActivationServer interface {
	Send(*ValidatorActivationResponse) error
	grpc.ServerStream
}

type BeaconNodeValidator_WaitForChainStartClient

type BeaconNodeValidator_WaitForChainStartClient interface {
	Recv() (*ChainStartResponse, error)
	grpc.ClientStream
}

type BeaconNodeValidator_WaitForChainStartServer

type BeaconNodeValidator_WaitForChainStartServer interface {
	Send(*ChainStartResponse) error
	grpc.ServerStream
}

type BeaconState

type BeaconState struct {
	GenesisTime                 uint64                                                           `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	GenesisValidatorsRoot       []byte                                                           `` /* 143-byte string literal not displayed */
	Slot                        github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 142-byte string literal not displayed */
	Fork                        *Fork                                                            `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"`
	LatestBlockHeader           *BeaconBlockHeader                                               `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"`
	BlockRoots                  [][]byte                                                         `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"`
	StateRoots                  [][]byte                                                         `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"`
	HistoricalRoots             [][]byte                                                         `` /* 144-byte string literal not displayed */
	Eth1Data                    *Eth1Data                                                        `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Eth1DataVotes               []*Eth1Data                                                      `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"`
	Eth1DepositIndex            uint64                                                           `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"`
	Validators                  []*Validator                                                     `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"`
	Balances                    []uint64                                                         `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"`
	RandaoMixes                 [][]byte                                                         `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"`
	Slashings                   []uint64                                                         `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"`
	PreviousEpochAttestations   []*PendingAttestation                                            `` /* 156-byte string literal not displayed */
	CurrentEpochAttestations    []*PendingAttestation                                            `` /* 153-byte string literal not displayed */
	JustificationBits           github_com_OffchainLabs_go_bitfield.Bitvector4                   `` /* 187-byte string literal not displayed */
	PreviousJustifiedCheckpoint *Checkpoint                                                      `` /* 147-byte string literal not displayed */
	CurrentJustifiedCheckpoint  *Checkpoint                                                      `` /* 144-byte string literal not displayed */
	FinalizedCheckpoint         *Checkpoint                                                      `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconState) Descriptor deprecated

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

Deprecated: Use BeaconState.ProtoReflect.Descriptor instead.

func (*BeaconState) GetBalances

func (x *BeaconState) GetBalances() []uint64

func (*BeaconState) GetBlockRoots

func (x *BeaconState) GetBlockRoots() [][]byte

func (*BeaconState) GetCurrentEpochAttestations

func (x *BeaconState) GetCurrentEpochAttestations() []*PendingAttestation

func (*BeaconState) GetCurrentJustifiedCheckpoint

func (x *BeaconState) GetCurrentJustifiedCheckpoint() *Checkpoint

func (*BeaconState) GetEth1Data

func (x *BeaconState) GetEth1Data() *Eth1Data

func (*BeaconState) GetEth1DataVotes

func (x *BeaconState) GetEth1DataVotes() []*Eth1Data

func (*BeaconState) GetEth1DepositIndex

func (x *BeaconState) GetEth1DepositIndex() uint64

func (*BeaconState) GetFinalizedCheckpoint

func (x *BeaconState) GetFinalizedCheckpoint() *Checkpoint

func (*BeaconState) GetFork

func (x *BeaconState) GetFork() *Fork

func (*BeaconState) GetGenesisTime

func (x *BeaconState) GetGenesisTime() uint64

func (*BeaconState) GetGenesisValidatorsRoot

func (x *BeaconState) GetGenesisValidatorsRoot() []byte

func (*BeaconState) GetHistoricalRoots

func (x *BeaconState) GetHistoricalRoots() [][]byte

func (*BeaconState) GetJustificationBits

func (*BeaconState) GetLatestBlockHeader

func (x *BeaconState) GetLatestBlockHeader() *BeaconBlockHeader

func (*BeaconState) GetPreviousEpochAttestations

func (x *BeaconState) GetPreviousEpochAttestations() []*PendingAttestation

func (*BeaconState) GetPreviousJustifiedCheckpoint

func (x *BeaconState) GetPreviousJustifiedCheckpoint() *Checkpoint

func (*BeaconState) GetRandaoMixes

func (x *BeaconState) GetRandaoMixes() [][]byte

func (*BeaconState) GetSlashings

func (x *BeaconState) GetSlashings() []uint64

func (*BeaconState) GetStateRoots

func (x *BeaconState) GetStateRoots() [][]byte

func (*BeaconState) GetValidators

func (x *BeaconState) GetValidators() []*Validator

func (*BeaconState) HashTreeRoot

func (b *BeaconState) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconState object

func (*BeaconState) HashTreeRootWith

func (b *BeaconState) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconState object with a hasher

func (*BeaconState) MarshalSSZ

func (b *BeaconState) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconState object

func (*BeaconState) MarshalSSZTo

func (b *BeaconState) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconState object to a target array

func (*BeaconState) ProtoMessage

func (*BeaconState) ProtoMessage()

func (*BeaconState) ProtoReflect

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

func (*BeaconState) Reset

func (x *BeaconState) Reset()

func (*BeaconState) SizeSSZ

func (b *BeaconState) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconState object

func (*BeaconState) String

func (x *BeaconState) String() string

func (*BeaconState) UnmarshalSSZ

func (b *BeaconState) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconState object

type BeaconStateAltair

type BeaconStateAltair struct {
	GenesisTime                 uint64                                                           `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	GenesisValidatorsRoot       []byte                                                           `` /* 143-byte string literal not displayed */
	Slot                        github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 142-byte string literal not displayed */
	Fork                        *Fork                                                            `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"`
	LatestBlockHeader           *BeaconBlockHeader                                               `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"`
	BlockRoots                  [][]byte                                                         `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"`
	StateRoots                  [][]byte                                                         `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"`
	HistoricalRoots             [][]byte                                                         `` /* 144-byte string literal not displayed */
	Eth1Data                    *Eth1Data                                                        `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Eth1DataVotes               []*Eth1Data                                                      `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"`
	Eth1DepositIndex            uint64                                                           `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"`
	Validators                  []*Validator                                                     `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"`
	Balances                    []uint64                                                         `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"`
	RandaoMixes                 [][]byte                                                         `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"`
	Slashings                   []uint64                                                         `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"`
	PreviousEpochParticipation  []byte                                                           `` /* 168-byte string literal not displayed */
	CurrentEpochParticipation   []byte                                                           `` /* 165-byte string literal not displayed */
	JustificationBits           github_com_OffchainLabs_go_bitfield.Bitvector4                   `` /* 187-byte string literal not displayed */
	PreviousJustifiedCheckpoint *Checkpoint                                                      `` /* 147-byte string literal not displayed */
	CurrentJustifiedCheckpoint  *Checkpoint                                                      `` /* 144-byte string literal not displayed */
	FinalizedCheckpoint         *Checkpoint                                                      `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"`
	InactivityScores            []uint64                                                         `` /* 144-byte string literal not displayed */
	CurrentSyncCommittee        *SyncCommittee                                                   `` /* 126-byte string literal not displayed */
	NextSyncCommittee           *SyncCommittee                                                   `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconStateAltair) Descriptor deprecated

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

Deprecated: Use BeaconStateAltair.ProtoReflect.Descriptor instead.

func (*BeaconStateAltair) GetBalances

func (x *BeaconStateAltair) GetBalances() []uint64

func (*BeaconStateAltair) GetBlockRoots

func (x *BeaconStateAltair) GetBlockRoots() [][]byte

func (*BeaconStateAltair) GetCurrentEpochParticipation

func (x *BeaconStateAltair) GetCurrentEpochParticipation() []byte

func (*BeaconStateAltair) GetCurrentJustifiedCheckpoint

func (x *BeaconStateAltair) GetCurrentJustifiedCheckpoint() *Checkpoint

func (*BeaconStateAltair) GetCurrentSyncCommittee

func (x *BeaconStateAltair) GetCurrentSyncCommittee() *SyncCommittee

func (*BeaconStateAltair) GetEth1Data

func (x *BeaconStateAltair) GetEth1Data() *Eth1Data

func (*BeaconStateAltair) GetEth1DataVotes

func (x *BeaconStateAltair) GetEth1DataVotes() []*Eth1Data

func (*BeaconStateAltair) GetEth1DepositIndex

func (x *BeaconStateAltair) GetEth1DepositIndex() uint64

func (*BeaconStateAltair) GetFinalizedCheckpoint

func (x *BeaconStateAltair) GetFinalizedCheckpoint() *Checkpoint

func (*BeaconStateAltair) GetFork

func (x *BeaconStateAltair) GetFork() *Fork

func (*BeaconStateAltair) GetGenesisTime

func (x *BeaconStateAltair) GetGenesisTime() uint64

func (*BeaconStateAltair) GetGenesisValidatorsRoot

func (x *BeaconStateAltair) GetGenesisValidatorsRoot() []byte

func (*BeaconStateAltair) GetHistoricalRoots

func (x *BeaconStateAltair) GetHistoricalRoots() [][]byte

func (*BeaconStateAltair) GetInactivityScores

func (x *BeaconStateAltair) GetInactivityScores() []uint64

func (*BeaconStateAltair) GetJustificationBits

func (*BeaconStateAltair) GetLatestBlockHeader

func (x *BeaconStateAltair) GetLatestBlockHeader() *BeaconBlockHeader

func (*BeaconStateAltair) GetNextSyncCommittee

func (x *BeaconStateAltair) GetNextSyncCommittee() *SyncCommittee

func (*BeaconStateAltair) GetPreviousEpochParticipation

func (x *BeaconStateAltair) GetPreviousEpochParticipation() []byte

func (*BeaconStateAltair) GetPreviousJustifiedCheckpoint

func (x *BeaconStateAltair) GetPreviousJustifiedCheckpoint() *Checkpoint

func (*BeaconStateAltair) GetRandaoMixes

func (x *BeaconStateAltair) GetRandaoMixes() [][]byte

func (*BeaconStateAltair) GetSlashings

func (x *BeaconStateAltair) GetSlashings() []uint64

func (*BeaconStateAltair) GetStateRoots

func (x *BeaconStateAltair) GetStateRoots() [][]byte

func (*BeaconStateAltair) GetValidators

func (x *BeaconStateAltair) GetValidators() []*Validator

func (*BeaconStateAltair) HashTreeRoot

func (b *BeaconStateAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconStateAltair object

func (*BeaconStateAltair) HashTreeRootWith

func (b *BeaconStateAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconStateAltair object with a hasher

func (*BeaconStateAltair) MarshalSSZ

func (b *BeaconStateAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconStateAltair object

func (*BeaconStateAltair) MarshalSSZTo

func (b *BeaconStateAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconStateAltair object to a target array

func (*BeaconStateAltair) ProtoMessage

func (*BeaconStateAltair) ProtoMessage()

func (*BeaconStateAltair) ProtoReflect

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

func (*BeaconStateAltair) Reset

func (x *BeaconStateAltair) Reset()

func (*BeaconStateAltair) SizeSSZ

func (b *BeaconStateAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconStateAltair object

func (*BeaconStateAltair) String

func (x *BeaconStateAltair) String() string

func (*BeaconStateAltair) UnmarshalSSZ

func (b *BeaconStateAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconStateAltair object

type BeaconStateBellatrix

type BeaconStateBellatrix struct {
	GenesisTime                  uint64                                                           `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	GenesisValidatorsRoot        []byte                                                           `` /* 143-byte string literal not displayed */
	Slot                         github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 142-byte string literal not displayed */
	Fork                         *Fork                                                            `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"`
	LatestBlockHeader            *BeaconBlockHeader                                               `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"`
	BlockRoots                   [][]byte                                                         `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"`
	StateRoots                   [][]byte                                                         `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"`
	HistoricalRoots              [][]byte                                                         `` /* 144-byte string literal not displayed */
	Eth1Data                     *Eth1Data                                                        `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Eth1DataVotes                []*Eth1Data                                                      `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"`
	Eth1DepositIndex             uint64                                                           `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"`
	Validators                   []*Validator                                                     `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"`
	Balances                     []uint64                                                         `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"`
	RandaoMixes                  [][]byte                                                         `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"`
	Slashings                    []uint64                                                         `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"`
	PreviousEpochParticipation   []byte                                                           `` /* 168-byte string literal not displayed */
	CurrentEpochParticipation    []byte                                                           `` /* 165-byte string literal not displayed */
	JustificationBits            github_com_OffchainLabs_go_bitfield.Bitvector4                   `` /* 187-byte string literal not displayed */
	PreviousJustifiedCheckpoint  *Checkpoint                                                      `` /* 147-byte string literal not displayed */
	CurrentJustifiedCheckpoint   *Checkpoint                                                      `` /* 144-byte string literal not displayed */
	FinalizedCheckpoint          *Checkpoint                                                      `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"`
	InactivityScores             []uint64                                                         `` /* 144-byte string literal not displayed */
	CurrentSyncCommittee         *SyncCommittee                                                   `` /* 126-byte string literal not displayed */
	NextSyncCommittee            *SyncCommittee                                                   `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	LatestExecutionPayloadHeader *v1.ExecutionPayloadHeader                                       `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BeaconStateBellatrix) Descriptor deprecated

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

Deprecated: Use BeaconStateBellatrix.ProtoReflect.Descriptor instead.

func (*BeaconStateBellatrix) GetBalances

func (x *BeaconStateBellatrix) GetBalances() []uint64

func (*BeaconStateBellatrix) GetBlockRoots

func (x *BeaconStateBellatrix) GetBlockRoots() [][]byte

func (*BeaconStateBellatrix) GetCurrentEpochParticipation

func (x *BeaconStateBellatrix) GetCurrentEpochParticipation() []byte

func (*BeaconStateBellatrix) GetCurrentJustifiedCheckpoint

func (x *BeaconStateBellatrix) GetCurrentJustifiedCheckpoint() *Checkpoint

func (*BeaconStateBellatrix) GetCurrentSyncCommittee

func (x *BeaconStateBellatrix) GetCurrentSyncCommittee() *SyncCommittee

func (*BeaconStateBellatrix) GetEth1Data

func (x *BeaconStateBellatrix) GetEth1Data() *Eth1Data

func (*BeaconStateBellatrix) GetEth1DataVotes

func (x *BeaconStateBellatrix) GetEth1DataVotes() []*Eth1Data

func (*BeaconStateBellatrix) GetEth1DepositIndex

func (x *BeaconStateBellatrix) GetEth1DepositIndex() uint64

func (*BeaconStateBellatrix) GetFinalizedCheckpoint

func (x *BeaconStateBellatrix) GetFinalizedCheckpoint() *Checkpoint

func (*BeaconStateBellatrix) GetFork

func (x *BeaconStateBellatrix) GetFork() *Fork

func (*BeaconStateBellatrix) GetGenesisTime

func (x *BeaconStateBellatrix) GetGenesisTime() uint64

func (*BeaconStateBellatrix) GetGenesisValidatorsRoot

func (x *BeaconStateBellatrix) GetGenesisValidatorsRoot() []byte

func (*BeaconStateBellatrix) GetHistoricalRoots

func (x *BeaconStateBellatrix) GetHistoricalRoots() [][]byte

func (*BeaconStateBellatrix) GetInactivityScores

func (x *BeaconStateBellatrix) GetInactivityScores() []uint64

func (*BeaconStateBellatrix) GetJustificationBits

func (*BeaconStateBellatrix) GetLatestBlockHeader

func (x *BeaconStateBellatrix) GetLatestBlockHeader() *BeaconBlockHeader

func (*BeaconStateBellatrix) GetLatestExecutionPayloadHeader

func (x *BeaconStateBellatrix) GetLatestExecutionPayloadHeader() *v1.ExecutionPayloadHeader

func (*BeaconStateBellatrix) GetNextSyncCommittee

func (x *BeaconStateBellatrix) GetNextSyncCommittee() *SyncCommittee

func (*BeaconStateBellatrix) GetPreviousEpochParticipation

func (x *BeaconStateBellatrix) GetPreviousEpochParticipation() []byte

func (*BeaconStateBellatrix) GetPreviousJustifiedCheckpoint

func (x *BeaconStateBellatrix) GetPreviousJustifiedCheckpoint() *Checkpoint

func (*BeaconStateBellatrix) GetRandaoMixes

func (x *BeaconStateBellatrix) GetRandaoMixes() [][]byte

func (*BeaconStateBellatrix) GetSlashings

func (x *BeaconStateBellatrix) GetSlashings() []uint64

func (*BeaconStateBellatrix) GetStateRoots

func (x *BeaconStateBellatrix) GetStateRoots() [][]byte

func (*BeaconStateBellatrix) GetValidators

func (x *BeaconStateBellatrix) GetValidators() []*Validator

func (*BeaconStateBellatrix) HashTreeRoot

func (b *BeaconStateBellatrix) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconStateBellatrix object

func (*BeaconStateBellatrix) HashTreeRootWith

func (b *BeaconStateBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconStateBellatrix object with a hasher

func (*BeaconStateBellatrix) MarshalSSZ

func (b *BeaconStateBellatrix) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconStateBellatrix object

func (*BeaconStateBellatrix) MarshalSSZTo

func (b *BeaconStateBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconStateBellatrix object to a target array

func (*BeaconStateBellatrix) ProtoMessage

func (*BeaconStateBellatrix) ProtoMessage()

func (*BeaconStateBellatrix) ProtoReflect

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

func (*BeaconStateBellatrix) Reset

func (x *BeaconStateBellatrix) Reset()

func (*BeaconStateBellatrix) SizeSSZ

func (b *BeaconStateBellatrix) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconStateBellatrix object

func (*BeaconStateBellatrix) String

func (x *BeaconStateBellatrix) String() string

func (*BeaconStateBellatrix) UnmarshalSSZ

func (b *BeaconStateBellatrix) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconStateBellatrix object

type BeaconStateCapella

type BeaconStateCapella struct {
	GenesisTime                  uint64                                                                     `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	GenesisValidatorsRoot        []byte                                                                     `` /* 143-byte string literal not displayed */
	Slot                         github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 142-byte string literal not displayed */
	Fork                         *Fork                                                                      `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"`
	LatestBlockHeader            *BeaconBlockHeader                                                         `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"`
	BlockRoots                   [][]byte                                                                   `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"`
	StateRoots                   [][]byte                                                                   `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"`
	HistoricalRoots              [][]byte                                                                   `` /* 144-byte string literal not displayed */
	Eth1Data                     *Eth1Data                                                                  `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Eth1DataVotes                []*Eth1Data                                                                `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"`
	Eth1DepositIndex             uint64                                                                     `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"`
	Validators                   []*Validator                                                               `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"`
	Balances                     []uint64                                                                   `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"`
	RandaoMixes                  [][]byte                                                                   `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"`
	Slashings                    []uint64                                                                   `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"`
	PreviousEpochParticipation   []byte                                                                     `` /* 168-byte string literal not displayed */
	CurrentEpochParticipation    []byte                                                                     `` /* 165-byte string literal not displayed */
	JustificationBits            github_com_OffchainLabs_go_bitfield.Bitvector4                             `` /* 187-byte string literal not displayed */
	PreviousJustifiedCheckpoint  *Checkpoint                                                                `` /* 147-byte string literal not displayed */
	CurrentJustifiedCheckpoint   *Checkpoint                                                                `` /* 144-byte string literal not displayed */
	FinalizedCheckpoint          *Checkpoint                                                                `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"`
	InactivityScores             []uint64                                                                   `` /* 144-byte string literal not displayed */
	CurrentSyncCommittee         *SyncCommittee                                                             `` /* 126-byte string literal not displayed */
	NextSyncCommittee            *SyncCommittee                                                             `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	LatestExecutionPayloadHeader *v1.ExecutionPayloadHeaderCapella                                          `` /* 153-byte string literal not displayed */
	NextWithdrawalIndex          uint64                                                                     `protobuf:"varint,11001,opt,name=next_withdrawal_index,json=nextWithdrawalIndex,proto3" json:"next_withdrawal_index,omitempty"`
	NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 241-byte string literal not displayed */
	HistoricalSummaries          []*HistoricalSummary                                                       `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BeaconStateCapella) Descriptor deprecated

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

Deprecated: Use BeaconStateCapella.ProtoReflect.Descriptor instead.

func (*BeaconStateCapella) GetBalances

func (x *BeaconStateCapella) GetBalances() []uint64

func (*BeaconStateCapella) GetBlockRoots

func (x *BeaconStateCapella) GetBlockRoots() [][]byte

func (*BeaconStateCapella) GetCurrentEpochParticipation

func (x *BeaconStateCapella) GetCurrentEpochParticipation() []byte

func (*BeaconStateCapella) GetCurrentJustifiedCheckpoint

func (x *BeaconStateCapella) GetCurrentJustifiedCheckpoint() *Checkpoint

func (*BeaconStateCapella) GetCurrentSyncCommittee

func (x *BeaconStateCapella) GetCurrentSyncCommittee() *SyncCommittee

func (*BeaconStateCapella) GetEth1Data

func (x *BeaconStateCapella) GetEth1Data() *Eth1Data

func (*BeaconStateCapella) GetEth1DataVotes

func (x *BeaconStateCapella) GetEth1DataVotes() []*Eth1Data

func (*BeaconStateCapella) GetEth1DepositIndex

func (x *BeaconStateCapella) GetEth1DepositIndex() uint64

func (*BeaconStateCapella) GetFinalizedCheckpoint

func (x *BeaconStateCapella) GetFinalizedCheckpoint() *Checkpoint

func (*BeaconStateCapella) GetFork

func (x *BeaconStateCapella) GetFork() *Fork

func (*BeaconStateCapella) GetGenesisTime

func (x *BeaconStateCapella) GetGenesisTime() uint64

func (*BeaconStateCapella) GetGenesisValidatorsRoot

func (x *BeaconStateCapella) GetGenesisValidatorsRoot() []byte

func (*BeaconStateCapella) GetHistoricalRoots

func (x *BeaconStateCapella) GetHistoricalRoots() [][]byte

func (*BeaconStateCapella) GetHistoricalSummaries

func (x *BeaconStateCapella) GetHistoricalSummaries() []*HistoricalSummary

func (*BeaconStateCapella) GetInactivityScores

func (x *BeaconStateCapella) GetInactivityScores() []uint64

func (*BeaconStateCapella) GetJustificationBits

func (*BeaconStateCapella) GetLatestBlockHeader

func (x *BeaconStateCapella) GetLatestBlockHeader() *BeaconBlockHeader

func (*BeaconStateCapella) GetLatestExecutionPayloadHeader

func (x *BeaconStateCapella) GetLatestExecutionPayloadHeader() *v1.ExecutionPayloadHeaderCapella

func (*BeaconStateCapella) GetNextSyncCommittee

func (x *BeaconStateCapella) GetNextSyncCommittee() *SyncCommittee

func (*BeaconStateCapella) GetNextWithdrawalIndex

func (x *BeaconStateCapella) GetNextWithdrawalIndex() uint64

func (*BeaconStateCapella) GetPreviousEpochParticipation

func (x *BeaconStateCapella) GetPreviousEpochParticipation() []byte

func (*BeaconStateCapella) GetPreviousJustifiedCheckpoint

func (x *BeaconStateCapella) GetPreviousJustifiedCheckpoint() *Checkpoint

func (*BeaconStateCapella) GetRandaoMixes

func (x *BeaconStateCapella) GetRandaoMixes() [][]byte

func (*BeaconStateCapella) GetSlashings

func (x *BeaconStateCapella) GetSlashings() []uint64

func (*BeaconStateCapella) GetStateRoots

func (x *BeaconStateCapella) GetStateRoots() [][]byte

func (*BeaconStateCapella) GetValidators

func (x *BeaconStateCapella) GetValidators() []*Validator

func (*BeaconStateCapella) HashTreeRoot

func (b *BeaconStateCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconStateCapella object

func (*BeaconStateCapella) HashTreeRootWith

func (b *BeaconStateCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconStateCapella object with a hasher

func (*BeaconStateCapella) MarshalSSZ

func (b *BeaconStateCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconStateCapella object

func (*BeaconStateCapella) MarshalSSZTo

func (b *BeaconStateCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconStateCapella object to a target array

func (*BeaconStateCapella) ProtoMessage

func (*BeaconStateCapella) ProtoMessage()

func (*BeaconStateCapella) ProtoReflect

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

func (*BeaconStateCapella) Reset

func (x *BeaconStateCapella) Reset()

func (*BeaconStateCapella) SizeSSZ

func (b *BeaconStateCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconStateCapella object

func (*BeaconStateCapella) String

func (x *BeaconStateCapella) String() string

func (*BeaconStateCapella) UnmarshalSSZ

func (b *BeaconStateCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconStateCapella object

type BeaconStateDeneb

type BeaconStateDeneb struct {
	GenesisTime                  uint64                                                                     `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	GenesisValidatorsRoot        []byte                                                                     `` /* 143-byte string literal not displayed */
	Slot                         github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 142-byte string literal not displayed */
	Fork                         *Fork                                                                      `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"`
	LatestBlockHeader            *BeaconBlockHeader                                                         `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"`
	BlockRoots                   [][]byte                                                                   `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"`
	StateRoots                   [][]byte                                                                   `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"`
	HistoricalRoots              [][]byte                                                                   `` /* 144-byte string literal not displayed */
	Eth1Data                     *Eth1Data                                                                  `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Eth1DataVotes                []*Eth1Data                                                                `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"`
	Eth1DepositIndex             uint64                                                                     `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"`
	Validators                   []*Validator                                                               `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"`
	Balances                     []uint64                                                                   `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"`
	RandaoMixes                  [][]byte                                                                   `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"`
	Slashings                    []uint64                                                                   `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"`
	PreviousEpochParticipation   []byte                                                                     `` /* 168-byte string literal not displayed */
	CurrentEpochParticipation    []byte                                                                     `` /* 165-byte string literal not displayed */
	JustificationBits            github_com_OffchainLabs_go_bitfield.Bitvector4                             `` /* 187-byte string literal not displayed */
	PreviousJustifiedCheckpoint  *Checkpoint                                                                `` /* 147-byte string literal not displayed */
	CurrentJustifiedCheckpoint   *Checkpoint                                                                `` /* 144-byte string literal not displayed */
	FinalizedCheckpoint          *Checkpoint                                                                `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"`
	InactivityScores             []uint64                                                                   `` /* 144-byte string literal not displayed */
	CurrentSyncCommittee         *SyncCommittee                                                             `` /* 126-byte string literal not displayed */
	NextSyncCommittee            *SyncCommittee                                                             `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	LatestExecutionPayloadHeader *v1.ExecutionPayloadHeaderDeneb                                            `` /* 153-byte string literal not displayed */
	NextWithdrawalIndex          uint64                                                                     `protobuf:"varint,11001,opt,name=next_withdrawal_index,json=nextWithdrawalIndex,proto3" json:"next_withdrawal_index,omitempty"`
	NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 241-byte string literal not displayed */
	HistoricalSummaries          []*HistoricalSummary                                                       `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BeaconStateDeneb) Descriptor deprecated

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

Deprecated: Use BeaconStateDeneb.ProtoReflect.Descriptor instead.

func (*BeaconStateDeneb) GetBalances

func (x *BeaconStateDeneb) GetBalances() []uint64

func (*BeaconStateDeneb) GetBlockRoots

func (x *BeaconStateDeneb) GetBlockRoots() [][]byte

func (*BeaconStateDeneb) GetCurrentEpochParticipation

func (x *BeaconStateDeneb) GetCurrentEpochParticipation() []byte

func (*BeaconStateDeneb) GetCurrentJustifiedCheckpoint

func (x *BeaconStateDeneb) GetCurrentJustifiedCheckpoint() *Checkpoint

func (*BeaconStateDeneb) GetCurrentSyncCommittee

func (x *BeaconStateDeneb) GetCurrentSyncCommittee() *SyncCommittee

func (*BeaconStateDeneb) GetEth1Data

func (x *BeaconStateDeneb) GetEth1Data() *Eth1Data

func (*BeaconStateDeneb) GetEth1DataVotes

func (x *BeaconStateDeneb) GetEth1DataVotes() []*Eth1Data

func (*BeaconStateDeneb) GetEth1DepositIndex

func (x *BeaconStateDeneb) GetEth1DepositIndex() uint64

func (*BeaconStateDeneb) GetFinalizedCheckpoint

func (x *BeaconStateDeneb) GetFinalizedCheckpoint() *Checkpoint

func (*BeaconStateDeneb) GetFork

func (x *BeaconStateDeneb) GetFork() *Fork

func (*BeaconStateDeneb) GetGenesisTime

func (x *BeaconStateDeneb) GetGenesisTime() uint64

func (*BeaconStateDeneb) GetGenesisValidatorsRoot

func (x *BeaconStateDeneb) GetGenesisValidatorsRoot() []byte

func (*BeaconStateDeneb) GetHistoricalRoots

func (x *BeaconStateDeneb) GetHistoricalRoots() [][]byte

func (*BeaconStateDeneb) GetHistoricalSummaries

func (x *BeaconStateDeneb) GetHistoricalSummaries() []*HistoricalSummary

func (*BeaconStateDeneb) GetInactivityScores

func (x *BeaconStateDeneb) GetInactivityScores() []uint64

func (*BeaconStateDeneb) GetJustificationBits

func (*BeaconStateDeneb) GetLatestBlockHeader

func (x *BeaconStateDeneb) GetLatestBlockHeader() *BeaconBlockHeader

func (*BeaconStateDeneb) GetLatestExecutionPayloadHeader

func (x *BeaconStateDeneb) GetLatestExecutionPayloadHeader() *v1.ExecutionPayloadHeaderDeneb

func (*BeaconStateDeneb) GetNextSyncCommittee

func (x *BeaconStateDeneb) GetNextSyncCommittee() *SyncCommittee

func (*BeaconStateDeneb) GetNextWithdrawalIndex

func (x *BeaconStateDeneb) GetNextWithdrawalIndex() uint64

func (*BeaconStateDeneb) GetPreviousEpochParticipation

func (x *BeaconStateDeneb) GetPreviousEpochParticipation() []byte

func (*BeaconStateDeneb) GetPreviousJustifiedCheckpoint

func (x *BeaconStateDeneb) GetPreviousJustifiedCheckpoint() *Checkpoint

func (*BeaconStateDeneb) GetRandaoMixes

func (x *BeaconStateDeneb) GetRandaoMixes() [][]byte

func (*BeaconStateDeneb) GetSlashings

func (x *BeaconStateDeneb) GetSlashings() []uint64

func (*BeaconStateDeneb) GetStateRoots

func (x *BeaconStateDeneb) GetStateRoots() [][]byte

func (*BeaconStateDeneb) GetValidators

func (x *BeaconStateDeneb) GetValidators() []*Validator

func (*BeaconStateDeneb) HashTreeRoot

func (b *BeaconStateDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconStateDeneb object

func (*BeaconStateDeneb) HashTreeRootWith

func (b *BeaconStateDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconStateDeneb object with a hasher

func (*BeaconStateDeneb) MarshalSSZ

func (b *BeaconStateDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconStateDeneb object

func (*BeaconStateDeneb) MarshalSSZTo

func (b *BeaconStateDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconStateDeneb object to a target array

func (*BeaconStateDeneb) ProtoMessage

func (*BeaconStateDeneb) ProtoMessage()

func (*BeaconStateDeneb) ProtoReflect

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

func (*BeaconStateDeneb) Reset

func (x *BeaconStateDeneb) Reset()

func (*BeaconStateDeneb) SizeSSZ

func (b *BeaconStateDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconStateDeneb object

func (*BeaconStateDeneb) String

func (x *BeaconStateDeneb) String() string

func (*BeaconStateDeneb) UnmarshalSSZ

func (b *BeaconStateDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconStateDeneb object

type BeaconStateElectra

type BeaconStateElectra struct {
	GenesisTime                   uint64                                                                     `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	GenesisValidatorsRoot         []byte                                                                     `` /* 143-byte string literal not displayed */
	Slot                          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 142-byte string literal not displayed */
	Fork                          *Fork                                                                      `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"`
	LatestBlockHeader             *BeaconBlockHeader                                                         `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"`
	BlockRoots                    [][]byte                                                                   `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"`
	StateRoots                    [][]byte                                                                   `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"`
	HistoricalRoots               [][]byte                                                                   `` /* 144-byte string literal not displayed */
	Eth1Data                      *Eth1Data                                                                  `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Eth1DataVotes                 []*Eth1Data                                                                `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"`
	Eth1DepositIndex              uint64                                                                     `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"`
	Validators                    []*Validator                                                               `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"`
	Balances                      []uint64                                                                   `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"`
	RandaoMixes                   [][]byte                                                                   `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"`
	Slashings                     []uint64                                                                   `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"`
	PreviousEpochParticipation    []byte                                                                     `` /* 168-byte string literal not displayed */
	CurrentEpochParticipation     []byte                                                                     `` /* 165-byte string literal not displayed */
	JustificationBits             github_com_OffchainLabs_go_bitfield.Bitvector4                             `` /* 187-byte string literal not displayed */
	PreviousJustifiedCheckpoint   *Checkpoint                                                                `` /* 147-byte string literal not displayed */
	CurrentJustifiedCheckpoint    *Checkpoint                                                                `` /* 144-byte string literal not displayed */
	FinalizedCheckpoint           *Checkpoint                                                                `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"`
	InactivityScores              []uint64                                                                   `` /* 144-byte string literal not displayed */
	CurrentSyncCommittee          *SyncCommittee                                                             `` /* 126-byte string literal not displayed */
	NextSyncCommittee             *SyncCommittee                                                             `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	LatestExecutionPayloadHeader  *v1.ExecutionPayloadHeaderDeneb                                            `` /* 153-byte string literal not displayed */
	NextWithdrawalIndex           uint64                                                                     `protobuf:"varint,11001,opt,name=next_withdrawal_index,json=nextWithdrawalIndex,proto3" json:"next_withdrawal_index,omitempty"`
	NextWithdrawalValidatorIndex  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 241-byte string literal not displayed */
	HistoricalSummaries           []*HistoricalSummary                                                       `` /* 141-byte string literal not displayed */
	DepositRequestsStartIndex     uint64                                                                     `` /* 145-byte string literal not displayed */
	DepositBalanceToConsume       github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei           `` /* 216-byte string literal not displayed */
	ExitBalanceToConsume          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei           `` /* 207-byte string literal not displayed */
	EarliestExitEpoch             github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch          `` /* 197-byte string literal not displayed */
	ConsolidationBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei           `` /* 234-byte string literal not displayed */
	EarliestConsolidationEpoch    github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch          `` /* 224-byte string literal not displayed */
	PendingDeposits               []*PendingDeposit                                                          `` /* 130-byte string literal not displayed */
	PendingPartialWithdrawals     []*PendingPartialWithdrawal                                                `` /* 162-byte string literal not displayed */
	PendingConsolidations         []*PendingConsolidation                                                    `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BeaconStateElectra) Descriptor deprecated

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

Deprecated: Use BeaconStateElectra.ProtoReflect.Descriptor instead.

func (*BeaconStateElectra) GetBalances

func (x *BeaconStateElectra) GetBalances() []uint64

func (*BeaconStateElectra) GetBlockRoots

func (x *BeaconStateElectra) GetBlockRoots() [][]byte

func (*BeaconStateElectra) GetConsolidationBalanceToConsume

func (*BeaconStateElectra) GetCurrentEpochParticipation

func (x *BeaconStateElectra) GetCurrentEpochParticipation() []byte

func (*BeaconStateElectra) GetCurrentJustifiedCheckpoint

func (x *BeaconStateElectra) GetCurrentJustifiedCheckpoint() *Checkpoint

func (*BeaconStateElectra) GetCurrentSyncCommittee

func (x *BeaconStateElectra) GetCurrentSyncCommittee() *SyncCommittee

func (*BeaconStateElectra) GetDepositRequestsStartIndex

func (x *BeaconStateElectra) GetDepositRequestsStartIndex() uint64

func (*BeaconStateElectra) GetEth1Data

func (x *BeaconStateElectra) GetEth1Data() *Eth1Data

func (*BeaconStateElectra) GetEth1DataVotes

func (x *BeaconStateElectra) GetEth1DataVotes() []*Eth1Data

func (*BeaconStateElectra) GetEth1DepositIndex

func (x *BeaconStateElectra) GetEth1DepositIndex() uint64

func (*BeaconStateElectra) GetFinalizedCheckpoint

func (x *BeaconStateElectra) GetFinalizedCheckpoint() *Checkpoint

func (*BeaconStateElectra) GetFork

func (x *BeaconStateElectra) GetFork() *Fork

func (*BeaconStateElectra) GetGenesisTime

func (x *BeaconStateElectra) GetGenesisTime() uint64

func (*BeaconStateElectra) GetGenesisValidatorsRoot

func (x *BeaconStateElectra) GetGenesisValidatorsRoot() []byte

func (*BeaconStateElectra) GetHistoricalRoots

func (x *BeaconStateElectra) GetHistoricalRoots() [][]byte

func (*BeaconStateElectra) GetHistoricalSummaries

func (x *BeaconStateElectra) GetHistoricalSummaries() []*HistoricalSummary

func (*BeaconStateElectra) GetInactivityScores

func (x *BeaconStateElectra) GetInactivityScores() []uint64

func (*BeaconStateElectra) GetJustificationBits

func (*BeaconStateElectra) GetLatestBlockHeader

func (x *BeaconStateElectra) GetLatestBlockHeader() *BeaconBlockHeader

func (*BeaconStateElectra) GetLatestExecutionPayloadHeader

func (x *BeaconStateElectra) GetLatestExecutionPayloadHeader() *v1.ExecutionPayloadHeaderDeneb

func (*BeaconStateElectra) GetNextSyncCommittee

func (x *BeaconStateElectra) GetNextSyncCommittee() *SyncCommittee

func (*BeaconStateElectra) GetNextWithdrawalIndex

func (x *BeaconStateElectra) GetNextWithdrawalIndex() uint64

func (*BeaconStateElectra) GetPendingConsolidations

func (x *BeaconStateElectra) GetPendingConsolidations() []*PendingConsolidation

func (*BeaconStateElectra) GetPendingDeposits

func (x *BeaconStateElectra) GetPendingDeposits() []*PendingDeposit

func (*BeaconStateElectra) GetPendingPartialWithdrawals

func (x *BeaconStateElectra) GetPendingPartialWithdrawals() []*PendingPartialWithdrawal

func (*BeaconStateElectra) GetPreviousEpochParticipation

func (x *BeaconStateElectra) GetPreviousEpochParticipation() []byte

func (*BeaconStateElectra) GetPreviousJustifiedCheckpoint

func (x *BeaconStateElectra) GetPreviousJustifiedCheckpoint() *Checkpoint

func (*BeaconStateElectra) GetRandaoMixes

func (x *BeaconStateElectra) GetRandaoMixes() [][]byte

func (*BeaconStateElectra) GetSlashings

func (x *BeaconStateElectra) GetSlashings() []uint64

func (*BeaconStateElectra) GetStateRoots

func (x *BeaconStateElectra) GetStateRoots() [][]byte

func (*BeaconStateElectra) GetValidators

func (x *BeaconStateElectra) GetValidators() []*Validator

func (*BeaconStateElectra) HashTreeRoot

func (b *BeaconStateElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconStateElectra object

func (*BeaconStateElectra) HashTreeRootWith

func (b *BeaconStateElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconStateElectra object with a hasher

func (*BeaconStateElectra) MarshalSSZ

func (b *BeaconStateElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconStateElectra object

func (*BeaconStateElectra) MarshalSSZTo

func (b *BeaconStateElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconStateElectra object to a target array

func (*BeaconStateElectra) ProtoMessage

func (*BeaconStateElectra) ProtoMessage()

func (*BeaconStateElectra) ProtoReflect

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

func (*BeaconStateElectra) Reset

func (x *BeaconStateElectra) Reset()

func (*BeaconStateElectra) SizeSSZ

func (b *BeaconStateElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconStateElectra object

func (*BeaconStateElectra) String

func (x *BeaconStateElectra) String() string

func (*BeaconStateElectra) UnmarshalSSZ

func (b *BeaconStateElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconStateElectra object

type BeaconStateFulu

type BeaconStateFulu struct {
	GenesisTime                   uint64                                                                     `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	GenesisValidatorsRoot         []byte                                                                     `` /* 143-byte string literal not displayed */
	Slot                          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 142-byte string literal not displayed */
	Fork                          *Fork                                                                      `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"`
	LatestBlockHeader             *BeaconBlockHeader                                                         `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"`
	BlockRoots                    [][]byte                                                                   `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"`
	StateRoots                    [][]byte                                                                   `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"`
	HistoricalRoots               [][]byte                                                                   `` /* 144-byte string literal not displayed */
	Eth1Data                      *Eth1Data                                                                  `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Eth1DataVotes                 []*Eth1Data                                                                `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"`
	Eth1DepositIndex              uint64                                                                     `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"`
	Validators                    []*Validator                                                               `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"`
	Balances                      []uint64                                                                   `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"`
	RandaoMixes                   [][]byte                                                                   `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"`
	Slashings                     []uint64                                                                   `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"`
	PreviousEpochParticipation    []byte                                                                     `` /* 168-byte string literal not displayed */
	CurrentEpochParticipation     []byte                                                                     `` /* 165-byte string literal not displayed */
	JustificationBits             github_com_OffchainLabs_go_bitfield.Bitvector4                             `` /* 187-byte string literal not displayed */
	PreviousJustifiedCheckpoint   *Checkpoint                                                                `` /* 147-byte string literal not displayed */
	CurrentJustifiedCheckpoint    *Checkpoint                                                                `` /* 144-byte string literal not displayed */
	FinalizedCheckpoint           *Checkpoint                                                                `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"`
	InactivityScores              []uint64                                                                   `` /* 144-byte string literal not displayed */
	CurrentSyncCommittee          *SyncCommittee                                                             `` /* 126-byte string literal not displayed */
	NextSyncCommittee             *SyncCommittee                                                             `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	LatestExecutionPayloadHeader  *v1.ExecutionPayloadHeaderDeneb                                            `` /* 153-byte string literal not displayed */
	NextWithdrawalIndex           uint64                                                                     `protobuf:"varint,11001,opt,name=next_withdrawal_index,json=nextWithdrawalIndex,proto3" json:"next_withdrawal_index,omitempty"`
	NextWithdrawalValidatorIndex  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 241-byte string literal not displayed */
	HistoricalSummaries           []*HistoricalSummary                                                       `` /* 141-byte string literal not displayed */
	DepositRequestsStartIndex     uint64                                                                     `` /* 145-byte string literal not displayed */
	DepositBalanceToConsume       github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei           `` /* 216-byte string literal not displayed */
	ExitBalanceToConsume          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei           `` /* 207-byte string literal not displayed */
	EarliestExitEpoch             github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch          `` /* 197-byte string literal not displayed */
	ConsolidationBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei           `` /* 234-byte string literal not displayed */
	EarliestConsolidationEpoch    github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch          `` /* 224-byte string literal not displayed */
	PendingDeposits               []*PendingDeposit                                                          `` /* 130-byte string literal not displayed */
	PendingPartialWithdrawals     []*PendingPartialWithdrawal                                                `` /* 162-byte string literal not displayed */
	PendingConsolidations         []*PendingConsolidation                                                    `` /* 145-byte string literal not displayed */
	ProposerLookahead             []uint64                                                                   `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BeaconStateFulu) Descriptor deprecated

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

Deprecated: Use BeaconStateFulu.ProtoReflect.Descriptor instead.

func (*BeaconStateFulu) GetBalances

func (x *BeaconStateFulu) GetBalances() []uint64

func (*BeaconStateFulu) GetBlockRoots

func (x *BeaconStateFulu) GetBlockRoots() [][]byte

func (*BeaconStateFulu) GetConsolidationBalanceToConsume

func (*BeaconStateFulu) GetCurrentEpochParticipation

func (x *BeaconStateFulu) GetCurrentEpochParticipation() []byte

func (*BeaconStateFulu) GetCurrentJustifiedCheckpoint

func (x *BeaconStateFulu) GetCurrentJustifiedCheckpoint() *Checkpoint

func (*BeaconStateFulu) GetCurrentSyncCommittee

func (x *BeaconStateFulu) GetCurrentSyncCommittee() *SyncCommittee

func (*BeaconStateFulu) GetDepositRequestsStartIndex

func (x *BeaconStateFulu) GetDepositRequestsStartIndex() uint64

func (*BeaconStateFulu) GetEth1Data

func (x *BeaconStateFulu) GetEth1Data() *Eth1Data

func (*BeaconStateFulu) GetEth1DataVotes

func (x *BeaconStateFulu) GetEth1DataVotes() []*Eth1Data

func (*BeaconStateFulu) GetEth1DepositIndex

func (x *BeaconStateFulu) GetEth1DepositIndex() uint64

func (*BeaconStateFulu) GetFinalizedCheckpoint

func (x *BeaconStateFulu) GetFinalizedCheckpoint() *Checkpoint

func (*BeaconStateFulu) GetFork

func (x *BeaconStateFulu) GetFork() *Fork

func (*BeaconStateFulu) GetGenesisTime

func (x *BeaconStateFulu) GetGenesisTime() uint64

func (*BeaconStateFulu) GetGenesisValidatorsRoot

func (x *BeaconStateFulu) GetGenesisValidatorsRoot() []byte

func (*BeaconStateFulu) GetHistoricalRoots

func (x *BeaconStateFulu) GetHistoricalRoots() [][]byte

func (*BeaconStateFulu) GetHistoricalSummaries

func (x *BeaconStateFulu) GetHistoricalSummaries() []*HistoricalSummary

func (*BeaconStateFulu) GetInactivityScores

func (x *BeaconStateFulu) GetInactivityScores() []uint64

func (*BeaconStateFulu) GetJustificationBits

func (*BeaconStateFulu) GetLatestBlockHeader

func (x *BeaconStateFulu) GetLatestBlockHeader() *BeaconBlockHeader

func (*BeaconStateFulu) GetLatestExecutionPayloadHeader

func (x *BeaconStateFulu) GetLatestExecutionPayloadHeader() *v1.ExecutionPayloadHeaderDeneb

func (*BeaconStateFulu) GetNextSyncCommittee

func (x *BeaconStateFulu) GetNextSyncCommittee() *SyncCommittee

func (*BeaconStateFulu) GetNextWithdrawalIndex

func (x *BeaconStateFulu) GetNextWithdrawalIndex() uint64

func (*BeaconStateFulu) GetPendingConsolidations

func (x *BeaconStateFulu) GetPendingConsolidations() []*PendingConsolidation

func (*BeaconStateFulu) GetPendingDeposits

func (x *BeaconStateFulu) GetPendingDeposits() []*PendingDeposit

func (*BeaconStateFulu) GetPendingPartialWithdrawals

func (x *BeaconStateFulu) GetPendingPartialWithdrawals() []*PendingPartialWithdrawal

func (*BeaconStateFulu) GetPreviousEpochParticipation

func (x *BeaconStateFulu) GetPreviousEpochParticipation() []byte

func (*BeaconStateFulu) GetPreviousJustifiedCheckpoint

func (x *BeaconStateFulu) GetPreviousJustifiedCheckpoint() *Checkpoint

func (*BeaconStateFulu) GetProposerLookahead

func (x *BeaconStateFulu) GetProposerLookahead() []uint64

func (*BeaconStateFulu) GetRandaoMixes

func (x *BeaconStateFulu) GetRandaoMixes() [][]byte

func (*BeaconStateFulu) GetSlashings

func (x *BeaconStateFulu) GetSlashings() []uint64

func (*BeaconStateFulu) GetStateRoots

func (x *BeaconStateFulu) GetStateRoots() [][]byte

func (*BeaconStateFulu) GetValidators

func (x *BeaconStateFulu) GetValidators() []*Validator

func (*BeaconStateFulu) HashTreeRoot

func (b *BeaconStateFulu) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconStateFulu object

func (*BeaconStateFulu) HashTreeRootWith

func (b *BeaconStateFulu) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconStateFulu object with a hasher

func (*BeaconStateFulu) MarshalSSZ

func (b *BeaconStateFulu) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconStateFulu object

func (*BeaconStateFulu) MarshalSSZTo

func (b *BeaconStateFulu) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconStateFulu object to a target array

func (*BeaconStateFulu) ProtoMessage

func (*BeaconStateFulu) ProtoMessage()

func (*BeaconStateFulu) ProtoReflect

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

func (*BeaconStateFulu) Reset

func (x *BeaconStateFulu) Reset()

func (*BeaconStateFulu) SizeSSZ

func (b *BeaconStateFulu) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconStateFulu object

func (*BeaconStateFulu) String

func (x *BeaconStateFulu) String() string

func (*BeaconStateFulu) UnmarshalSSZ

func (b *BeaconStateFulu) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconStateFulu object

type BeaconStateGloas

type BeaconStateGloas struct {
	GenesisTime                   uint64                                                                     `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	GenesisValidatorsRoot         []byte                                                                     `` /* 143-byte string literal not displayed */
	Slot                          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 142-byte string literal not displayed */
	Fork                          *Fork                                                                      `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"`
	LatestBlockHeader             *BeaconBlockHeader                                                         `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"`
	BlockRoots                    [][]byte                                                                   `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"`
	StateRoots                    [][]byte                                                                   `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"`
	HistoricalRoots               [][]byte                                                                   `` /* 144-byte string literal not displayed */
	Eth1Data                      *Eth1Data                                                                  `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Eth1DataVotes                 []*Eth1Data                                                                `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"`
	Eth1DepositIndex              uint64                                                                     `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"`
	Validators                    []*Validator                                                               `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"`
	Balances                      []uint64                                                                   `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"`
	RandaoMixes                   [][]byte                                                                   `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"`
	Slashings                     []uint64                                                                   `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"`
	PreviousEpochParticipation    []byte                                                                     `` /* 168-byte string literal not displayed */
	CurrentEpochParticipation     []byte                                                                     `` /* 165-byte string literal not displayed */
	JustificationBits             github_com_OffchainLabs_go_bitfield.Bitvector4                             `` /* 187-byte string literal not displayed */
	PreviousJustifiedCheckpoint   *Checkpoint                                                                `` /* 147-byte string literal not displayed */
	CurrentJustifiedCheckpoint    *Checkpoint                                                                `` /* 144-byte string literal not displayed */
	FinalizedCheckpoint           *Checkpoint                                                                `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"`
	InactivityScores              []uint64                                                                   `` /* 144-byte string literal not displayed */
	CurrentSyncCommittee          *SyncCommittee                                                             `` /* 126-byte string literal not displayed */
	NextSyncCommittee             *SyncCommittee                                                             `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	LatestExecutionPayloadBid     *ExecutionPayloadBid                                                       `` /* 144-byte string literal not displayed */
	NextWithdrawalIndex           uint64                                                                     `protobuf:"varint,11001,opt,name=next_withdrawal_index,json=nextWithdrawalIndex,proto3" json:"next_withdrawal_index,omitempty"`
	NextWithdrawalValidatorIndex  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 241-byte string literal not displayed */
	HistoricalSummaries           []*HistoricalSummary                                                       `` /* 141-byte string literal not displayed */
	DepositRequestsStartIndex     uint64                                                                     `` /* 145-byte string literal not displayed */
	DepositBalanceToConsume       github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei           `` /* 216-byte string literal not displayed */
	ExitBalanceToConsume          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei           `` /* 207-byte string literal not displayed */
	EarliestExitEpoch             github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch          `` /* 197-byte string literal not displayed */
	ConsolidationBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei           `` /* 234-byte string literal not displayed */
	EarliestConsolidationEpoch    github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch          `` /* 224-byte string literal not displayed */
	PendingDeposits               []*PendingDeposit                                                          `` /* 130-byte string literal not displayed */
	PendingPartialWithdrawals     []*PendingPartialWithdrawal                                                `` /* 162-byte string literal not displayed */
	PendingConsolidations         []*PendingConsolidation                                                    `` /* 145-byte string literal not displayed */
	ProposerLookahead             []uint64                                                                   `` /* 138-byte string literal not displayed */
	ExecutionPayloadAvailability  []byte                                                                     `` /* 167-byte string literal not displayed */
	BuilderPendingPayments        []*BuilderPendingPayment                                                   `` /* 147-byte string literal not displayed */
	BuilderPendingWithdrawals     []*BuilderPendingWithdrawal                                                `` /* 160-byte string literal not displayed */
	LatestBlockHash               []byte                                                                     `` /* 126-byte string literal not displayed */
	LatestWithdrawalsRoot         []byte                                                                     `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BeaconStateGloas) Descriptor deprecated

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

Deprecated: Use BeaconStateGloas.ProtoReflect.Descriptor instead.

func (*BeaconStateGloas) GetBalances

func (x *BeaconStateGloas) GetBalances() []uint64

func (*BeaconStateGloas) GetBlockRoots

func (x *BeaconStateGloas) GetBlockRoots() [][]byte

func (*BeaconStateGloas) GetBuilderPendingPayments

func (x *BeaconStateGloas) GetBuilderPendingPayments() []*BuilderPendingPayment

func (*BeaconStateGloas) GetBuilderPendingWithdrawals

func (x *BeaconStateGloas) GetBuilderPendingWithdrawals() []*BuilderPendingWithdrawal

func (*BeaconStateGloas) GetConsolidationBalanceToConsume

func (*BeaconStateGloas) GetCurrentEpochParticipation

func (x *BeaconStateGloas) GetCurrentEpochParticipation() []byte

func (*BeaconStateGloas) GetCurrentJustifiedCheckpoint

func (x *BeaconStateGloas) GetCurrentJustifiedCheckpoint() *Checkpoint

func (*BeaconStateGloas) GetCurrentSyncCommittee

func (x *BeaconStateGloas) GetCurrentSyncCommittee() *SyncCommittee

func (*BeaconStateGloas) GetDepositRequestsStartIndex

func (x *BeaconStateGloas) GetDepositRequestsStartIndex() uint64

func (*BeaconStateGloas) GetEth1Data

func (x *BeaconStateGloas) GetEth1Data() *Eth1Data

func (*BeaconStateGloas) GetEth1DataVotes

func (x *BeaconStateGloas) GetEth1DataVotes() []*Eth1Data

func (*BeaconStateGloas) GetEth1DepositIndex

func (x *BeaconStateGloas) GetEth1DepositIndex() uint64

func (*BeaconStateGloas) GetExecutionPayloadAvailability

func (x *BeaconStateGloas) GetExecutionPayloadAvailability() []byte

func (*BeaconStateGloas) GetFinalizedCheckpoint

func (x *BeaconStateGloas) GetFinalizedCheckpoint() *Checkpoint

func (*BeaconStateGloas) GetFork

func (x *BeaconStateGloas) GetFork() *Fork

func (*BeaconStateGloas) GetGenesisTime

func (x *BeaconStateGloas) GetGenesisTime() uint64

func (*BeaconStateGloas) GetGenesisValidatorsRoot

func (x *BeaconStateGloas) GetGenesisValidatorsRoot() []byte

func (*BeaconStateGloas) GetHistoricalRoots

func (x *BeaconStateGloas) GetHistoricalRoots() [][]byte

func (*BeaconStateGloas) GetHistoricalSummaries

func (x *BeaconStateGloas) GetHistoricalSummaries() []*HistoricalSummary

func (*BeaconStateGloas) GetInactivityScores

func (x *BeaconStateGloas) GetInactivityScores() []uint64

func (*BeaconStateGloas) GetJustificationBits

func (*BeaconStateGloas) GetLatestBlockHash

func (x *BeaconStateGloas) GetLatestBlockHash() []byte

func (*BeaconStateGloas) GetLatestBlockHeader

func (x *BeaconStateGloas) GetLatestBlockHeader() *BeaconBlockHeader

func (*BeaconStateGloas) GetLatestExecutionPayloadBid

func (x *BeaconStateGloas) GetLatestExecutionPayloadBid() *ExecutionPayloadBid

func (*BeaconStateGloas) GetLatestWithdrawalsRoot

func (x *BeaconStateGloas) GetLatestWithdrawalsRoot() []byte

func (*BeaconStateGloas) GetNextSyncCommittee

func (x *BeaconStateGloas) GetNextSyncCommittee() *SyncCommittee

func (*BeaconStateGloas) GetNextWithdrawalIndex

func (x *BeaconStateGloas) GetNextWithdrawalIndex() uint64

func (*BeaconStateGloas) GetPendingConsolidations

func (x *BeaconStateGloas) GetPendingConsolidations() []*PendingConsolidation

func (*BeaconStateGloas) GetPendingDeposits

func (x *BeaconStateGloas) GetPendingDeposits() []*PendingDeposit

func (*BeaconStateGloas) GetPendingPartialWithdrawals

func (x *BeaconStateGloas) GetPendingPartialWithdrawals() []*PendingPartialWithdrawal

func (*BeaconStateGloas) GetPreviousEpochParticipation

func (x *BeaconStateGloas) GetPreviousEpochParticipation() []byte

func (*BeaconStateGloas) GetPreviousJustifiedCheckpoint

func (x *BeaconStateGloas) GetPreviousJustifiedCheckpoint() *Checkpoint

func (*BeaconStateGloas) GetProposerLookahead

func (x *BeaconStateGloas) GetProposerLookahead() []uint64

func (*BeaconStateGloas) GetRandaoMixes

func (x *BeaconStateGloas) GetRandaoMixes() [][]byte

func (*BeaconStateGloas) GetSlashings

func (x *BeaconStateGloas) GetSlashings() []uint64

func (*BeaconStateGloas) GetStateRoots

func (x *BeaconStateGloas) GetStateRoots() [][]byte

func (*BeaconStateGloas) GetValidators

func (x *BeaconStateGloas) GetValidators() []*Validator

func (*BeaconStateGloas) HashTreeRoot

func (b *BeaconStateGloas) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BeaconStateGloas object

func (*BeaconStateGloas) HashTreeRootWith

func (b *BeaconStateGloas) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BeaconStateGloas object with a hasher

func (*BeaconStateGloas) MarshalSSZ

func (b *BeaconStateGloas) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BeaconStateGloas object

func (*BeaconStateGloas) MarshalSSZTo

func (b *BeaconStateGloas) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BeaconStateGloas object to a target array

func (*BeaconStateGloas) ProtoMessage

func (*BeaconStateGloas) ProtoMessage()

func (*BeaconStateGloas) ProtoReflect

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

func (*BeaconStateGloas) Reset

func (x *BeaconStateGloas) Reset()

func (*BeaconStateGloas) SizeSSZ

func (b *BeaconStateGloas) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BeaconStateGloas object

func (*BeaconStateGloas) String

func (x *BeaconStateGloas) String() string

func (*BeaconStateGloas) UnmarshalSSZ

func (b *BeaconStateGloas) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BeaconStateGloas object

type BeaconStateRequest deprecated

type BeaconStateRequest struct {

	// Types that are valid to be assigned to QueryFilter:
	//
	//	*BeaconStateRequest_Slot
	//	*BeaconStateRequest_BlockRoot
	QueryFilter isBeaconStateRequest_QueryFilter `protobuf_oneof:"query_filter"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/debug.proto.

func (*BeaconStateRequest) Descriptor deprecated

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

Deprecated: Use BeaconStateRequest.ProtoReflect.Descriptor instead.

func (*BeaconStateRequest) GetBlockRoot

func (x *BeaconStateRequest) GetBlockRoot() []byte

func (*BeaconStateRequest) GetQueryFilter

func (x *BeaconStateRequest) GetQueryFilter() isBeaconStateRequest_QueryFilter

func (*BeaconStateRequest) ProtoMessage

func (*BeaconStateRequest) ProtoMessage()

func (*BeaconStateRequest) ProtoReflect

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

func (*BeaconStateRequest) Reset

func (x *BeaconStateRequest) Reset()

func (*BeaconStateRequest) String

func (x *BeaconStateRequest) String() string

type BeaconStateRequest_BlockRoot

type BeaconStateRequest_BlockRoot struct {
	BlockRoot []byte `protobuf:"bytes,2,opt,name=block_root,json=blockRoot,proto3,oneof"`
}

type BeaconStateRequest_Slot

type BeaconStateRequest_Slot struct {
	Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"`
}

type BlindedBeaconBlockBellatrix

type BlindedBeaconBlockBellatrix struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BlindedBeaconBlockBodyBellatrix                                           `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockBellatrix) Copy

Copy --

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() []byte

func (*BlindedBeaconBlockBellatrix) GetStateRoot

func (x *BlindedBeaconBlockBellatrix) GetStateRoot() []byte

func (*BlindedBeaconBlockBellatrix) HashTreeRoot

func (b *BlindedBeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlindedBeaconBlockBellatrix object

func (*BlindedBeaconBlockBellatrix) HashTreeRootWith

func (b *BlindedBeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlindedBeaconBlockBellatrix object with a hasher

func (*BlindedBeaconBlockBellatrix) MarshalSSZ

func (b *BlindedBeaconBlockBellatrix) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlindedBeaconBlockBellatrix object

func (*BlindedBeaconBlockBellatrix) MarshalSSZTo

func (b *BlindedBeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlindedBeaconBlockBellatrix object to a target array

func (*BlindedBeaconBlockBellatrix) ProtoMessage

func (*BlindedBeaconBlockBellatrix) ProtoMessage()

func (*BlindedBeaconBlockBellatrix) ProtoReflect

func (*BlindedBeaconBlockBellatrix) Reset

func (x *BlindedBeaconBlockBellatrix) Reset()

func (*BlindedBeaconBlockBellatrix) SizeSSZ

func (b *BlindedBeaconBlockBellatrix) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockBellatrix object

func (*BlindedBeaconBlockBellatrix) String

func (x *BlindedBeaconBlockBellatrix) String() string

func (*BlindedBeaconBlockBellatrix) UnmarshalSSZ

func (b *BlindedBeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBellatrix object

type BlindedBeaconBlockBodyBellatrix

type BlindedBeaconBlockBodyBellatrix struct {
	RandaoReveal           []byte                     `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data               *Eth1Data                  `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti               []byte                     `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings      []*ProposerSlashing        `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings      []*AttesterSlashing        `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"`
	Attestations           []*Attestation             `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"`
	Deposits               []*Deposit                 `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits         []*SignedVoluntaryExit     `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	SyncAggregate          *SyncAggregate             `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayloadHeader *v1.ExecutionPayloadHeader `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockBodyBellatrix) Copy

Copy --

func (*BlindedBeaconBlockBodyBellatrix) Descriptor deprecated

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

Deprecated: Use BlindedBeaconBlockBodyBellatrix.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBodyBellatrix) GetAttestations

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

func (*BlindedBeaconBlockBodyBellatrix) GetAttesterSlashings

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

func (*BlindedBeaconBlockBodyBellatrix) GetDeposits

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

func (*BlindedBeaconBlockBodyBellatrix) GetEth1Data

func (x *BlindedBeaconBlockBodyBellatrix) GetEth1Data() *Eth1Data

func (*BlindedBeaconBlockBodyBellatrix) GetExecutionPayloadHeader

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

func (*BlindedBeaconBlockBodyBellatrix) GetGraffiti

func (x *BlindedBeaconBlockBodyBellatrix) GetGraffiti() []byte

func (*BlindedBeaconBlockBodyBellatrix) GetProposerSlashings

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

func (*BlindedBeaconBlockBodyBellatrix) GetRandaoReveal

func (x *BlindedBeaconBlockBodyBellatrix) GetRandaoReveal() []byte

func (*BlindedBeaconBlockBodyBellatrix) GetSyncAggregate

func (x *BlindedBeaconBlockBodyBellatrix) GetSyncAggregate() *SyncAggregate

func (*BlindedBeaconBlockBodyBellatrix) GetVoluntaryExits

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

func (*BlindedBeaconBlockBodyBellatrix) HashTreeRoot

func (b *BlindedBeaconBlockBodyBellatrix) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlindedBeaconBlockBodyBellatrix object

func (*BlindedBeaconBlockBodyBellatrix) HashTreeRootWith

func (b *BlindedBeaconBlockBodyBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlindedBeaconBlockBodyBellatrix object with a hasher

func (*BlindedBeaconBlockBodyBellatrix) MarshalSSZ

func (b *BlindedBeaconBlockBodyBellatrix) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlindedBeaconBlockBodyBellatrix object

func (*BlindedBeaconBlockBodyBellatrix) MarshalSSZTo

func (b *BlindedBeaconBlockBodyBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlindedBeaconBlockBodyBellatrix object to a target array

func (*BlindedBeaconBlockBodyBellatrix) ProtoMessage

func (*BlindedBeaconBlockBodyBellatrix) ProtoMessage()

func (*BlindedBeaconBlockBodyBellatrix) ProtoReflect

func (*BlindedBeaconBlockBodyBellatrix) Reset

func (*BlindedBeaconBlockBodyBellatrix) SizeSSZ

func (b *BlindedBeaconBlockBodyBellatrix) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockBodyBellatrix object

func (*BlindedBeaconBlockBodyBellatrix) String

func (*BlindedBeaconBlockBodyBellatrix) UnmarshalSSZ

func (b *BlindedBeaconBlockBodyBellatrix) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBodyBellatrix object

type BlindedBeaconBlockBodyCapella

type BlindedBeaconBlockBodyCapella struct {
	RandaoReveal           []byte                            `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data               *Eth1Data                         `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti               []byte                            `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings      []*ProposerSlashing               `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings      []*AttesterSlashing               `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"`
	Attestations           []*Attestation                    `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"`
	Deposits               []*Deposit                        `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits         []*SignedVoluntaryExit            `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	SyncAggregate          *SyncAggregate                    `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayloadHeader *v1.ExecutionPayloadHeaderCapella `` /* 130-byte string literal not displayed */
	BlsToExecutionChanges  []*SignedBLSToExecutionChange     `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockBodyCapella) Copy

Copy --

func (*BlindedBeaconBlockBodyCapella) Descriptor deprecated

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

Deprecated: Use BlindedBeaconBlockBodyCapella.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBodyCapella) GetAttestations

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

func (*BlindedBeaconBlockBodyCapella) GetAttesterSlashings

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

func (*BlindedBeaconBlockBodyCapella) GetBlsToExecutionChanges

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

func (*BlindedBeaconBlockBodyCapella) GetDeposits

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

func (*BlindedBeaconBlockBodyCapella) GetEth1Data

func (x *BlindedBeaconBlockBodyCapella) GetEth1Data() *Eth1Data

func (*BlindedBeaconBlockBodyCapella) GetExecutionPayloadHeader

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

func (*BlindedBeaconBlockBodyCapella) GetGraffiti

func (x *BlindedBeaconBlockBodyCapella) GetGraffiti() []byte

func (*BlindedBeaconBlockBodyCapella) GetProposerSlashings

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

func (*BlindedBeaconBlockBodyCapella) GetRandaoReveal

func (x *BlindedBeaconBlockBodyCapella) GetRandaoReveal() []byte

func (*BlindedBeaconBlockBodyCapella) GetSyncAggregate

func (x *BlindedBeaconBlockBodyCapella) GetSyncAggregate() *SyncAggregate

func (*BlindedBeaconBlockBodyCapella) GetVoluntaryExits

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

func (*BlindedBeaconBlockBodyCapella) HashTreeRoot

func (b *BlindedBeaconBlockBodyCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlindedBeaconBlockBodyCapella object

func (*BlindedBeaconBlockBodyCapella) HashTreeRootWith

func (b *BlindedBeaconBlockBodyCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlindedBeaconBlockBodyCapella object with a hasher

func (*BlindedBeaconBlockBodyCapella) MarshalSSZ

func (b *BlindedBeaconBlockBodyCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlindedBeaconBlockBodyCapella object

func (*BlindedBeaconBlockBodyCapella) MarshalSSZTo

func (b *BlindedBeaconBlockBodyCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlindedBeaconBlockBodyCapella object to a target array

func (*BlindedBeaconBlockBodyCapella) ProtoMessage

func (*BlindedBeaconBlockBodyCapella) ProtoMessage()

func (*BlindedBeaconBlockBodyCapella) ProtoReflect

func (*BlindedBeaconBlockBodyCapella) Reset

func (x *BlindedBeaconBlockBodyCapella) Reset()

func (*BlindedBeaconBlockBodyCapella) SizeSSZ

func (b *BlindedBeaconBlockBodyCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockBodyCapella object

func (*BlindedBeaconBlockBodyCapella) String

func (*BlindedBeaconBlockBodyCapella) UnmarshalSSZ

func (b *BlindedBeaconBlockBodyCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBodyCapella object

type BlindedBeaconBlockBodyDeneb

type BlindedBeaconBlockBodyDeneb struct {
	RandaoReveal           []byte                          `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data               *Eth1Data                       `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti               []byte                          `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings      []*ProposerSlashing             `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings      []*AttesterSlashing             `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"`
	Attestations           []*Attestation                  `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"`
	Deposits               []*Deposit                      `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits         []*SignedVoluntaryExit          `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	SyncAggregate          *SyncAggregate                  `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayloadHeader *v1.ExecutionPayloadHeaderDeneb `` /* 130-byte string literal not displayed */
	BlsToExecutionChanges  []*SignedBLSToExecutionChange   `` /* 142-byte string literal not displayed */
	BlobKzgCommitments     [][]byte                        `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockBodyDeneb) Copy

Copy --

func (*BlindedBeaconBlockBodyDeneb) Descriptor deprecated

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

Deprecated: Use BlindedBeaconBlockBodyDeneb.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBodyDeneb) GetAttestations

func (x *BlindedBeaconBlockBodyDeneb) GetAttestations() []*Attestation

func (*BlindedBeaconBlockBodyDeneb) GetAttesterSlashings

func (x *BlindedBeaconBlockBodyDeneb) GetAttesterSlashings() []*AttesterSlashing

func (*BlindedBeaconBlockBodyDeneb) GetBlobKzgCommitments

func (x *BlindedBeaconBlockBodyDeneb) GetBlobKzgCommitments() [][]byte

func (*BlindedBeaconBlockBodyDeneb) GetBlsToExecutionChanges

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

func (*BlindedBeaconBlockBodyDeneb) GetDeposits

func (x *BlindedBeaconBlockBodyDeneb) GetDeposits() []*Deposit

func (*BlindedBeaconBlockBodyDeneb) GetEth1Data

func (x *BlindedBeaconBlockBodyDeneb) GetEth1Data() *Eth1Data

func (*BlindedBeaconBlockBodyDeneb) GetExecutionPayloadHeader

func (x *BlindedBeaconBlockBodyDeneb) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeaderDeneb

func (*BlindedBeaconBlockBodyDeneb) GetGraffiti

func (x *BlindedBeaconBlockBodyDeneb) GetGraffiti() []byte

func (*BlindedBeaconBlockBodyDeneb) GetProposerSlashings

func (x *BlindedBeaconBlockBodyDeneb) GetProposerSlashings() []*ProposerSlashing

func (*BlindedBeaconBlockBodyDeneb) GetRandaoReveal

func (x *BlindedBeaconBlockBodyDeneb) GetRandaoReveal() []byte

func (*BlindedBeaconBlockBodyDeneb) GetSyncAggregate

func (x *BlindedBeaconBlockBodyDeneb) GetSyncAggregate() *SyncAggregate

func (*BlindedBeaconBlockBodyDeneb) GetVoluntaryExits

func (x *BlindedBeaconBlockBodyDeneb) GetVoluntaryExits() []*SignedVoluntaryExit

func (*BlindedBeaconBlockBodyDeneb) HashTreeRoot

func (b *BlindedBeaconBlockBodyDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlindedBeaconBlockBodyDeneb object

func (*BlindedBeaconBlockBodyDeneb) HashTreeRootWith

func (b *BlindedBeaconBlockBodyDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlindedBeaconBlockBodyDeneb object with a hasher

func (*BlindedBeaconBlockBodyDeneb) MarshalSSZ

func (b *BlindedBeaconBlockBodyDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlindedBeaconBlockBodyDeneb object

func (*BlindedBeaconBlockBodyDeneb) MarshalSSZTo

func (b *BlindedBeaconBlockBodyDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlindedBeaconBlockBodyDeneb object to a target array

func (*BlindedBeaconBlockBodyDeneb) ProtoMessage

func (*BlindedBeaconBlockBodyDeneb) ProtoMessage()

func (*BlindedBeaconBlockBodyDeneb) ProtoReflect

func (*BlindedBeaconBlockBodyDeneb) Reset

func (x *BlindedBeaconBlockBodyDeneb) Reset()

func (*BlindedBeaconBlockBodyDeneb) SizeSSZ

func (b *BlindedBeaconBlockBodyDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockBodyDeneb object

func (*BlindedBeaconBlockBodyDeneb) String

func (x *BlindedBeaconBlockBodyDeneb) String() string

func (*BlindedBeaconBlockBodyDeneb) UnmarshalSSZ

func (b *BlindedBeaconBlockBodyDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBodyDeneb object

type BlindedBeaconBlockBodyElectra

type BlindedBeaconBlockBodyElectra struct {
	RandaoReveal           []byte                          `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"`
	Eth1Data               *Eth1Data                       `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	Graffiti               []byte                          `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	ProposerSlashings      []*ProposerSlashing             `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"`
	AttesterSlashings      []*AttesterSlashingElectra      `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"1"`
	Attestations           []*AttestationElectra           `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"8"`
	Deposits               []*Deposit                      `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"`
	VoluntaryExits         []*SignedVoluntaryExit          `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"`
	SyncAggregate          *SyncAggregate                  `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	ExecutionPayloadHeader *v1.ExecutionPayloadHeaderDeneb `` /* 130-byte string literal not displayed */
	BlsToExecutionChanges  []*SignedBLSToExecutionChange   `` /* 142-byte string literal not displayed */
	BlobKzgCommitments     [][]byte                        `` /* 149-byte string literal not displayed */
	ExecutionRequests      *v1.ExecutionRequests           `protobuf:"bytes,13,opt,name=execution_requests,json=executionRequests,proto3" json:"execution_requests,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockBodyElectra) Copy

Copy --

func (*BlindedBeaconBlockBodyElectra) Descriptor deprecated

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

Deprecated: Use BlindedBeaconBlockBodyElectra.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBodyElectra) GetAttestations

func (x *BlindedBeaconBlockBodyElectra) GetAttestations() []*AttestationElectra

func (*BlindedBeaconBlockBodyElectra) GetAttesterSlashings

func (x *BlindedBeaconBlockBodyElectra) GetAttesterSlashings() []*AttesterSlashingElectra

func (*BlindedBeaconBlockBodyElectra) GetBlobKzgCommitments

func (x *BlindedBeaconBlockBodyElectra) GetBlobKzgCommitments() [][]byte

func (*BlindedBeaconBlockBodyElectra) GetBlsToExecutionChanges

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

func (*BlindedBeaconBlockBodyElectra) GetDeposits

func (x *BlindedBeaconBlockBodyElectra) GetDeposits() []*Deposit

func (*BlindedBeaconBlockBodyElectra) GetEth1Data

func (x *BlindedBeaconBlockBodyElectra) GetEth1Data() *Eth1Data

func (*BlindedBeaconBlockBodyElectra) GetExecutionPayloadHeader

func (x *BlindedBeaconBlockBodyElectra) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeaderDeneb

func (*BlindedBeaconBlockBodyElectra) GetExecutionRequests

func (x *BlindedBeaconBlockBodyElectra) GetExecutionRequests() *v1.ExecutionRequests

func (*BlindedBeaconBlockBodyElectra) GetGraffiti

func (x *BlindedBeaconBlockBodyElectra) GetGraffiti() []byte

func (*BlindedBeaconBlockBodyElectra) GetProposerSlashings

func (x *BlindedBeaconBlockBodyElectra) GetProposerSlashings() []*ProposerSlashing

func (*BlindedBeaconBlockBodyElectra) GetRandaoReveal

func (x *BlindedBeaconBlockBodyElectra) GetRandaoReveal() []byte

func (*BlindedBeaconBlockBodyElectra) GetSyncAggregate

func (x *BlindedBeaconBlockBodyElectra) GetSyncAggregate() *SyncAggregate

func (*BlindedBeaconBlockBodyElectra) GetVoluntaryExits

func (x *BlindedBeaconBlockBodyElectra) GetVoluntaryExits() []*SignedVoluntaryExit

func (*BlindedBeaconBlockBodyElectra) HashTreeRoot

func (b *BlindedBeaconBlockBodyElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlindedBeaconBlockBodyElectra object

func (*BlindedBeaconBlockBodyElectra) HashTreeRootWith

func (b *BlindedBeaconBlockBodyElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlindedBeaconBlockBodyElectra object with a hasher

func (*BlindedBeaconBlockBodyElectra) MarshalSSZ

func (b *BlindedBeaconBlockBodyElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlindedBeaconBlockBodyElectra object

func (*BlindedBeaconBlockBodyElectra) MarshalSSZTo

func (b *BlindedBeaconBlockBodyElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlindedBeaconBlockBodyElectra object to a target array

func (*BlindedBeaconBlockBodyElectra) ProtoMessage

func (*BlindedBeaconBlockBodyElectra) ProtoMessage()

func (*BlindedBeaconBlockBodyElectra) ProtoReflect

func (*BlindedBeaconBlockBodyElectra) Reset

func (x *BlindedBeaconBlockBodyElectra) Reset()

func (*BlindedBeaconBlockBodyElectra) SizeSSZ

func (b *BlindedBeaconBlockBodyElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockBodyElectra object

func (*BlindedBeaconBlockBodyElectra) String

func (*BlindedBeaconBlockBodyElectra) UnmarshalSSZ

func (b *BlindedBeaconBlockBodyElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBodyElectra object

type BlindedBeaconBlockCapella

type BlindedBeaconBlockCapella struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BlindedBeaconBlockBodyCapella                                             `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockCapella) Copy

Copy --

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() []byte

func (*BlindedBeaconBlockCapella) GetStateRoot

func (x *BlindedBeaconBlockCapella) GetStateRoot() []byte

func (*BlindedBeaconBlockCapella) HashTreeRoot

func (b *BlindedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlindedBeaconBlockCapella object

func (*BlindedBeaconBlockCapella) HashTreeRootWith

func (b *BlindedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlindedBeaconBlockCapella object with a hasher

func (*BlindedBeaconBlockCapella) MarshalSSZ

func (b *BlindedBeaconBlockCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlindedBeaconBlockCapella object

func (*BlindedBeaconBlockCapella) MarshalSSZTo

func (b *BlindedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlindedBeaconBlockCapella object to a target array

func (*BlindedBeaconBlockCapella) ProtoMessage

func (*BlindedBeaconBlockCapella) ProtoMessage()

func (*BlindedBeaconBlockCapella) ProtoReflect

func (*BlindedBeaconBlockCapella) Reset

func (x *BlindedBeaconBlockCapella) Reset()

func (*BlindedBeaconBlockCapella) SizeSSZ

func (b *BlindedBeaconBlockCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockCapella object

func (*BlindedBeaconBlockCapella) String

func (x *BlindedBeaconBlockCapella) String() string

func (*BlindedBeaconBlockCapella) UnmarshalSSZ

func (b *BlindedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockCapella object

type BlindedBeaconBlockDeneb

type BlindedBeaconBlockDeneb struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BlindedBeaconBlockBodyDeneb                                               `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockDeneb) Copy

Copy --

func (*BlindedBeaconBlockDeneb) Descriptor deprecated

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

Deprecated: Use BlindedBeaconBlockDeneb.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockDeneb) GetBody

func (*BlindedBeaconBlockDeneb) GetParentRoot

func (x *BlindedBeaconBlockDeneb) GetParentRoot() []byte

func (*BlindedBeaconBlockDeneb) GetStateRoot

func (x *BlindedBeaconBlockDeneb) GetStateRoot() []byte

func (*BlindedBeaconBlockDeneb) HashTreeRoot

func (b *BlindedBeaconBlockDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlindedBeaconBlockDeneb object

func (*BlindedBeaconBlockDeneb) HashTreeRootWith

func (b *BlindedBeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlindedBeaconBlockDeneb object with a hasher

func (*BlindedBeaconBlockDeneb) MarshalSSZ

func (b *BlindedBeaconBlockDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlindedBeaconBlockDeneb object

func (*BlindedBeaconBlockDeneb) MarshalSSZTo

func (b *BlindedBeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlindedBeaconBlockDeneb object to a target array

func (*BlindedBeaconBlockDeneb) ProtoMessage

func (*BlindedBeaconBlockDeneb) ProtoMessage()

func (*BlindedBeaconBlockDeneb) ProtoReflect

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

func (*BlindedBeaconBlockDeneb) Reset

func (x *BlindedBeaconBlockDeneb) Reset()

func (*BlindedBeaconBlockDeneb) SizeSSZ

func (b *BlindedBeaconBlockDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockDeneb object

func (*BlindedBeaconBlockDeneb) String

func (x *BlindedBeaconBlockDeneb) String() string

func (*BlindedBeaconBlockDeneb) UnmarshalSSZ

func (b *BlindedBeaconBlockDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockDeneb object

type BlindedBeaconBlockElectra

type BlindedBeaconBlockElectra struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BlindedBeaconBlockBodyElectra                                             `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockElectra) Copy

Copy --

func (*BlindedBeaconBlockElectra) Descriptor deprecated

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

Deprecated: Use BlindedBeaconBlockElectra.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockElectra) GetBody

func (*BlindedBeaconBlockElectra) GetParentRoot

func (x *BlindedBeaconBlockElectra) GetParentRoot() []byte

func (*BlindedBeaconBlockElectra) GetStateRoot

func (x *BlindedBeaconBlockElectra) GetStateRoot() []byte

func (*BlindedBeaconBlockElectra) HashTreeRoot

func (b *BlindedBeaconBlockElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlindedBeaconBlockElectra object

func (*BlindedBeaconBlockElectra) HashTreeRootWith

func (b *BlindedBeaconBlockElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlindedBeaconBlockElectra object with a hasher

func (*BlindedBeaconBlockElectra) MarshalSSZ

func (b *BlindedBeaconBlockElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlindedBeaconBlockElectra object

func (*BlindedBeaconBlockElectra) MarshalSSZTo

func (b *BlindedBeaconBlockElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlindedBeaconBlockElectra object to a target array

func (*BlindedBeaconBlockElectra) ProtoMessage

func (*BlindedBeaconBlockElectra) ProtoMessage()

func (*BlindedBeaconBlockElectra) ProtoReflect

func (*BlindedBeaconBlockElectra) Reset

func (x *BlindedBeaconBlockElectra) Reset()

func (*BlindedBeaconBlockElectra) SizeSSZ

func (b *BlindedBeaconBlockElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockElectra object

func (*BlindedBeaconBlockElectra) String

func (x *BlindedBeaconBlockElectra) String() string

func (*BlindedBeaconBlockElectra) UnmarshalSSZ

func (b *BlindedBeaconBlockElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockElectra object

type BlindedBeaconBlockFulu

type BlindedBeaconBlockFulu struct {
	Slot          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	ParentRoot    []byte                                                                     `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"`
	StateRoot     []byte                                                                     `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	Body          *BlindedBeaconBlockBodyElectra                                             `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockFulu) Copy

Copy --

func (*BlindedBeaconBlockFulu) Descriptor deprecated

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

Deprecated: Use BlindedBeaconBlockFulu.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockFulu) GetBody

func (*BlindedBeaconBlockFulu) GetParentRoot

func (x *BlindedBeaconBlockFulu) GetParentRoot() []byte

func (*BlindedBeaconBlockFulu) GetStateRoot

func (x *BlindedBeaconBlockFulu) GetStateRoot() []byte

func (*BlindedBeaconBlockFulu) HashTreeRoot

func (b *BlindedBeaconBlockFulu) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlindedBeaconBlockFulu object

func (*BlindedBeaconBlockFulu) HashTreeRootWith

func (b *BlindedBeaconBlockFulu) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlindedBeaconBlockFulu object with a hasher

func (*BlindedBeaconBlockFulu) MarshalSSZ

func (b *BlindedBeaconBlockFulu) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlindedBeaconBlockFulu object

func (*BlindedBeaconBlockFulu) MarshalSSZTo

func (b *BlindedBeaconBlockFulu) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlindedBeaconBlockFulu object to a target array

func (*BlindedBeaconBlockFulu) ProtoMessage

func (*BlindedBeaconBlockFulu) ProtoMessage()

func (*BlindedBeaconBlockFulu) ProtoReflect

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

func (*BlindedBeaconBlockFulu) Reset

func (x *BlindedBeaconBlockFulu) Reset()

func (*BlindedBeaconBlockFulu) SizeSSZ

func (b *BlindedBeaconBlockFulu) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockFulu object

func (*BlindedBeaconBlockFulu) String

func (x *BlindedBeaconBlockFulu) String() string

func (*BlindedBeaconBlockFulu) UnmarshalSSZ

func (b *BlindedBeaconBlockFulu) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockFulu object

type BlindedBlobSidecar

type BlindedBlobSidecar struct {
	BlockRoot       []byte                                                                     `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"`
	Index           uint64                                                                     `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Slot            github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	BlockParentRoot []byte                                                                     `protobuf:"bytes,4,opt,name=block_parent_root,json=blockParentRoot,proto3" json:"block_parent_root,omitempty" ssz-size:"32"`
	ProposerIndex   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	BlobRoot        []byte                                                                     `protobuf:"bytes,6,opt,name=blob_root,json=blobRoot,proto3" json:"blob_root,omitempty" ssz-size:"32"`
	KzgCommitment   []byte                                                                     `protobuf:"bytes,7,opt,name=kzg_commitment,json=kzgCommitment,proto3" json:"kzg_commitment,omitempty" ssz-size:"48"`
	KzgProof        []byte                                                                     `protobuf:"bytes,8,opt,name=kzg_proof,json=kzgProof,proto3" json:"kzg_proof,omitempty" ssz-size:"48"`
	// contains filtered or unexported fields
}

func (*BlindedBlobSidecar) Descriptor deprecated

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

Deprecated: Use BlindedBlobSidecar.ProtoReflect.Descriptor instead.

func (*BlindedBlobSidecar) GetBlobRoot

func (x *BlindedBlobSidecar) GetBlobRoot() []byte

func (*BlindedBlobSidecar) GetBlockParentRoot

func (x *BlindedBlobSidecar) GetBlockParentRoot() []byte

func (*BlindedBlobSidecar) GetBlockRoot

func (x *BlindedBlobSidecar) GetBlockRoot() []byte

func (*BlindedBlobSidecar) GetIndex

func (x *BlindedBlobSidecar) GetIndex() uint64

func (*BlindedBlobSidecar) GetKzgCommitment

func (x *BlindedBlobSidecar) GetKzgCommitment() []byte

func (*BlindedBlobSidecar) GetKzgProof

func (x *BlindedBlobSidecar) GetKzgProof() []byte

func (*BlindedBlobSidecar) ProtoMessage

func (*BlindedBlobSidecar) ProtoMessage()

func (*BlindedBlobSidecar) ProtoReflect

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

func (*BlindedBlobSidecar) Reset

func (x *BlindedBlobSidecar) Reset()

func (*BlindedBlobSidecar) String

func (x *BlindedBlobSidecar) String() string

type BlindedBlobSidecars

type BlindedBlobSidecars struct {
	Sidecars []*BlindedBlobSidecar `protobuf:"bytes,1,rep,name=sidecars,proto3" json:"sidecars,omitempty" ssz-max:"6"`
	// contains filtered or unexported fields
}

func (*BlindedBlobSidecars) Descriptor deprecated

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

Deprecated: Use BlindedBlobSidecars.ProtoReflect.Descriptor instead.

func (*BlindedBlobSidecars) GetSidecars

func (x *BlindedBlobSidecars) GetSidecars() []*BlindedBlobSidecar

func (*BlindedBlobSidecars) ProtoMessage

func (*BlindedBlobSidecars) ProtoMessage()

func (*BlindedBlobSidecars) ProtoReflect

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

func (*BlindedBlobSidecars) Reset

func (x *BlindedBlobSidecars) Reset()

func (*BlindedBlobSidecars) String

func (x *BlindedBlobSidecars) String() string

type BlobIdentifier

type BlobIdentifier struct {
	BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"`
	Index     uint64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobIdentifier) Descriptor deprecated

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

Deprecated: Use BlobIdentifier.ProtoReflect.Descriptor instead.

func (*BlobIdentifier) GetBlockRoot

func (x *BlobIdentifier) GetBlockRoot() []byte

func (*BlobIdentifier) GetIndex

func (x *BlobIdentifier) GetIndex() uint64

func (*BlobIdentifier) HashTreeRoot

func (b *BlobIdentifier) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlobIdentifier object

func (*BlobIdentifier) HashTreeRootWith

func (b *BlobIdentifier) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlobIdentifier object with a hasher

func (*BlobIdentifier) MarshalSSZ

func (b *BlobIdentifier) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlobIdentifier object

func (*BlobIdentifier) MarshalSSZTo

func (b *BlobIdentifier) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlobIdentifier object to a target array

func (*BlobIdentifier) ProtoMessage

func (*BlobIdentifier) ProtoMessage()

func (*BlobIdentifier) ProtoReflect

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

func (*BlobIdentifier) Reset

func (x *BlobIdentifier) Reset()

func (*BlobIdentifier) SizeSSZ

func (b *BlobIdentifier) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlobIdentifier object

func (*BlobIdentifier) String

func (x *BlobIdentifier) String() string

func (*BlobIdentifier) UnmarshalSSZ

func (b *BlobIdentifier) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlobIdentifier object

type BlobSidecar

type BlobSidecar struct {
	Index                    uint64                   `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Blob                     []byte                   `protobuf:"bytes,2,opt,name=blob,proto3" json:"blob,omitempty" ssz-size:"131072"`
	KzgCommitment            []byte                   `protobuf:"bytes,3,opt,name=kzg_commitment,json=kzgCommitment,proto3" json:"kzg_commitment,omitempty" ssz-size:"48"`
	KzgProof                 []byte                   `protobuf:"bytes,4,opt,name=kzg_proof,json=kzgProof,proto3" json:"kzg_proof,omitempty" ssz-size:"48"`
	SignedBlockHeader        *SignedBeaconBlockHeader `protobuf:"bytes,5,opt,name=signed_block_header,json=signedBlockHeader,proto3" json:"signed_block_header,omitempty"`
	CommitmentInclusionProof [][]byte                 `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BlobSidecar) Descriptor deprecated

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

Deprecated: Use BlobSidecar.ProtoReflect.Descriptor instead.

func (*BlobSidecar) GetBlob

func (x *BlobSidecar) GetBlob() []byte

func (*BlobSidecar) GetCommitmentInclusionProof

func (x *BlobSidecar) GetCommitmentInclusionProof() [][]byte

func (*BlobSidecar) GetIndex

func (x *BlobSidecar) GetIndex() uint64

func (*BlobSidecar) GetKzgCommitment

func (x *BlobSidecar) GetKzgCommitment() []byte

func (*BlobSidecar) GetKzgProof

func (x *BlobSidecar) GetKzgProof() []byte

func (*BlobSidecar) GetSignedBlockHeader

func (x *BlobSidecar) GetSignedBlockHeader() *SignedBeaconBlockHeader

func (*BlobSidecar) HashTreeRoot

func (b *BlobSidecar) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlobSidecar object

func (*BlobSidecar) HashTreeRootWith

func (b *BlobSidecar) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlobSidecar object with a hasher

func (*BlobSidecar) MarshalSSZ

func (b *BlobSidecar) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlobSidecar object

func (*BlobSidecar) MarshalSSZTo

func (b *BlobSidecar) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlobSidecar object to a target array

func (*BlobSidecar) ProtoMessage

func (*BlobSidecar) ProtoMessage()

func (*BlobSidecar) ProtoReflect

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

func (*BlobSidecar) Reset

func (x *BlobSidecar) Reset()

func (*BlobSidecar) SizeSSZ

func (b *BlobSidecar) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlobSidecar object

func (*BlobSidecar) String

func (x *BlobSidecar) String() string

func (*BlobSidecar) UnmarshalSSZ

func (b *BlobSidecar) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlobSidecar object

type BlobSidecars

type BlobSidecars struct {
	Sidecars []*BlobSidecar `protobuf:"bytes,1,rep,name=sidecars,proto3" json:"sidecars,omitempty" ssz-max:"6"`
	// contains filtered or unexported fields
}

func (*BlobSidecars) Descriptor deprecated

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

Deprecated: Use BlobSidecars.ProtoReflect.Descriptor instead.

func (*BlobSidecars) GetSidecars

func (x *BlobSidecars) GetSidecars() []*BlobSidecar

func (*BlobSidecars) HashTreeRoot

func (b *BlobSidecars) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlobSidecars object

func (*BlobSidecars) HashTreeRootWith

func (b *BlobSidecars) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlobSidecars object with a hasher

func (*BlobSidecars) MarshalSSZ

func (b *BlobSidecars) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlobSidecars object

func (*BlobSidecars) MarshalSSZTo

func (b *BlobSidecars) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlobSidecars object to a target array

func (*BlobSidecars) ProtoMessage

func (*BlobSidecars) ProtoMessage()

func (*BlobSidecars) ProtoReflect

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

func (*BlobSidecars) Reset

func (x *BlobSidecars) Reset()

func (*BlobSidecars) SizeSSZ

func (b *BlobSidecars) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlobSidecars object

func (*BlobSidecars) String

func (x *BlobSidecars) String() string

func (*BlobSidecars) UnmarshalSSZ

func (b *BlobSidecars) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlobSidecars object

type BlobSidecarsByRangeRequest

type BlobSidecarsByRangeRequest struct {
	StartSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 166-byte string literal not displayed */
	Count     uint64                                                           `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*BlobSidecarsByRangeRequest) Descriptor deprecated

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

Deprecated: Use BlobSidecarsByRangeRequest.ProtoReflect.Descriptor instead.

func (*BlobSidecarsByRangeRequest) GetCount

func (x *BlobSidecarsByRangeRequest) GetCount() uint64

func (*BlobSidecarsByRangeRequest) HashTreeRoot

func (b *BlobSidecarsByRangeRequest) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BlobSidecarsByRangeRequest object

func (*BlobSidecarsByRangeRequest) HashTreeRootWith

func (b *BlobSidecarsByRangeRequest) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BlobSidecarsByRangeRequest object with a hasher

func (*BlobSidecarsByRangeRequest) MarshalSSZ

func (b *BlobSidecarsByRangeRequest) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlobSidecarsByRangeRequest object

func (*BlobSidecarsByRangeRequest) MarshalSSZTo

func (b *BlobSidecarsByRangeRequest) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BlobSidecarsByRangeRequest object to a target array

func (*BlobSidecarsByRangeRequest) ProtoMessage

func (*BlobSidecarsByRangeRequest) ProtoMessage()

func (*BlobSidecarsByRangeRequest) ProtoReflect

func (*BlobSidecarsByRangeRequest) Reset

func (x *BlobSidecarsByRangeRequest) Reset()

func (*BlobSidecarsByRangeRequest) SizeSSZ

func (b *BlobSidecarsByRangeRequest) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlobSidecarsByRangeRequest object

func (*BlobSidecarsByRangeRequest) String

func (x *BlobSidecarsByRangeRequest) String() string

func (*BlobSidecarsByRangeRequest) UnmarshalSSZ

func (b *BlobSidecarsByRangeRequest) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlobSidecarsByRangeRequest object

type BlockRequest deprecated

type BlockRequest struct {
	Slot               github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	RandaoReveal       []byte                                                           `protobuf:"bytes,2,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"48"`
	Graffiti           []byte                                                           `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"`
	SkipMevBoost       bool                                                             `protobuf:"varint,4,opt,name=skip_mev_boost,json=skipMevBoost,proto3" json:"skip_mev_boost,omitempty"`
	BuilderBoostFactor *wrapperspb.UInt64Value                                          `protobuf:"bytes,5,opt,name=builder_boost_factor,json=builderBoostFactor,proto3" json:"builder_boost_factor,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*BlockRequest) Descriptor deprecated

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

Deprecated: Use BlockRequest.ProtoReflect.Descriptor instead.

func (*BlockRequest) GetBuilderBoostFactor

func (x *BlockRequest) GetBuilderBoostFactor() *wrapperspb.UInt64Value

func (*BlockRequest) GetGraffiti

func (x *BlockRequest) GetGraffiti() []byte

func (*BlockRequest) GetRandaoReveal

func (x *BlockRequest) GetRandaoReveal() []byte

func (*BlockRequest) GetSkipMevBoost

func (x *BlockRequest) GetSkipMevBoost() bool

func (*BlockRequest) ProtoMessage

func (*BlockRequest) ProtoMessage()

func (*BlockRequest) ProtoReflect

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

func (*BlockRequest) Reset

func (x *BlockRequest) Reset()

func (*BlockRequest) String

func (x *BlockRequest) String() string

type BlockRequestByRoot deprecated

type BlockRequestByRoot struct {
	BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/debug.proto.

func (*BlockRequestByRoot) Descriptor deprecated

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

Deprecated: Use BlockRequestByRoot.ProtoReflect.Descriptor instead.

func (*BlockRequestByRoot) GetBlockRoot

func (x *BlockRequestByRoot) GetBlockRoot() []byte

func (*BlockRequestByRoot) ProtoMessage

func (*BlockRequestByRoot) ProtoMessage()

func (*BlockRequestByRoot) ProtoReflect

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

func (*BlockRequestByRoot) Reset

func (x *BlockRequestByRoot) Reset()

func (*BlockRequestByRoot) String

func (x *BlockRequestByRoot) String() string

type BuilderBid

type BuilderBid struct {
	Header *v1.ExecutionPayloadHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Value  []byte                     `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty" ssz-size:"32"`
	Pubkey []byte                     `protobuf:"bytes,3,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"`
	// contains filtered or unexported fields
}

func (*BuilderBid) Descriptor deprecated

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

Deprecated: Use BuilderBid.ProtoReflect.Descriptor instead.

func (*BuilderBid) GetHeader

func (x *BuilderBid) GetHeader() *v1.ExecutionPayloadHeader

func (*BuilderBid) GetPubkey

func (x *BuilderBid) GetPubkey() []byte

func (*BuilderBid) GetValue

func (x *BuilderBid) GetValue() []byte

func (*BuilderBid) HashTreeRoot

func (b *BuilderBid) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BuilderBid object

func (*BuilderBid) HashTreeRootWith

func (b *BuilderBid) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BuilderBid object with a hasher

func (*BuilderBid) MarshalSSZ

func (b *BuilderBid) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BuilderBid object

func (*BuilderBid) MarshalSSZTo

func (b *BuilderBid) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BuilderBid object to a target array

func (*BuilderBid) ProtoMessage

func (*BuilderBid) ProtoMessage()

func (*BuilderBid) ProtoReflect

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

func (*BuilderBid) Reset

func (x *BuilderBid) Reset()

func (*BuilderBid) SizeSSZ

func (b *BuilderBid) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BuilderBid object

func (*BuilderBid) String

func (x *BuilderBid) String() string

func (*BuilderBid) UnmarshalSSZ

func (b *BuilderBid) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BuilderBid object

type BuilderBidCapella

type BuilderBidCapella struct {
	Header *v1.ExecutionPayloadHeaderCapella `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Value  []byte                            `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty" ssz-size:"32"`
	Pubkey []byte                            `protobuf:"bytes,3,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"`
	// contains filtered or unexported fields
}

func (*BuilderBidCapella) Descriptor deprecated

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

Deprecated: Use BuilderBidCapella.ProtoReflect.Descriptor instead.

func (*BuilderBidCapella) GetHeader

func (*BuilderBidCapella) GetPubkey

func (x *BuilderBidCapella) GetPubkey() []byte

func (*BuilderBidCapella) GetValue

func (x *BuilderBidCapella) GetValue() []byte

func (*BuilderBidCapella) HashTreeRoot

func (b *BuilderBidCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BuilderBidCapella object

func (*BuilderBidCapella) HashTreeRootWith

func (b *BuilderBidCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BuilderBidCapella object with a hasher

func (*BuilderBidCapella) MarshalSSZ

func (b *BuilderBidCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BuilderBidCapella object

func (*BuilderBidCapella) MarshalSSZTo

func (b *BuilderBidCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BuilderBidCapella object to a target array

func (*BuilderBidCapella) ProtoMessage

func (*BuilderBidCapella) ProtoMessage()

func (*BuilderBidCapella) ProtoReflect

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

func (*BuilderBidCapella) Reset

func (x *BuilderBidCapella) Reset()

func (*BuilderBidCapella) SizeSSZ

func (b *BuilderBidCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BuilderBidCapella object

func (*BuilderBidCapella) String

func (x *BuilderBidCapella) String() string

func (*BuilderBidCapella) UnmarshalSSZ

func (b *BuilderBidCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BuilderBidCapella object

type BuilderBidDeneb

type BuilderBidDeneb struct {
	Header             *v1.ExecutionPayloadHeaderDeneb `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	BlobKzgCommitments [][]byte                        `` /* 148-byte string literal not displayed */
	Value              []byte                          `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty" ssz-size:"32"`
	Pubkey             []byte                          `protobuf:"bytes,4,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"`
	// contains filtered or unexported fields
}

func (*BuilderBidDeneb) Descriptor deprecated

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

Deprecated: Use BuilderBidDeneb.ProtoReflect.Descriptor instead.

func (*BuilderBidDeneb) GetBlobKzgCommitments

func (x *BuilderBidDeneb) GetBlobKzgCommitments() [][]byte

func (*BuilderBidDeneb) GetHeader

func (*BuilderBidDeneb) GetPubkey

func (x *BuilderBidDeneb) GetPubkey() []byte

func (*BuilderBidDeneb) GetValue

func (x *BuilderBidDeneb) GetValue() []byte

func (*BuilderBidDeneb) HashTreeRoot

func (b *BuilderBidDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BuilderBidDeneb object

func (*BuilderBidDeneb) HashTreeRootWith

func (b *BuilderBidDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BuilderBidDeneb object with a hasher

func (*BuilderBidDeneb) MarshalSSZ

func (b *BuilderBidDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BuilderBidDeneb object

func (*BuilderBidDeneb) MarshalSSZTo

func (b *BuilderBidDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BuilderBidDeneb object to a target array

func (*BuilderBidDeneb) ProtoMessage

func (*BuilderBidDeneb) ProtoMessage()

func (*BuilderBidDeneb) ProtoReflect

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

func (*BuilderBidDeneb) Reset

func (x *BuilderBidDeneb) Reset()

func (*BuilderBidDeneb) SizeSSZ

func (b *BuilderBidDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BuilderBidDeneb object

func (*BuilderBidDeneb) String

func (x *BuilderBidDeneb) String() string

func (*BuilderBidDeneb) UnmarshalSSZ

func (b *BuilderBidDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BuilderBidDeneb object

type BuilderBidElectra

type BuilderBidElectra struct {
	Header             *v1.ExecutionPayloadHeaderDeneb `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	BlobKzgCommitments [][]byte                        `` /* 148-byte string literal not displayed */
	ExecutionRequests  *v1.ExecutionRequests           `protobuf:"bytes,3,opt,name=execution_requests,json=executionRequests,proto3" json:"execution_requests,omitempty"`
	Value              []byte                          `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty" ssz-size:"32"`
	Pubkey             []byte                          `protobuf:"bytes,5,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"`
	// contains filtered or unexported fields
}

func (*BuilderBidElectra) Descriptor deprecated

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

Deprecated: Use BuilderBidElectra.ProtoReflect.Descriptor instead.

func (*BuilderBidElectra) GetBlobKzgCommitments

func (x *BuilderBidElectra) GetBlobKzgCommitments() [][]byte

func (*BuilderBidElectra) GetExecutionRequests

func (x *BuilderBidElectra) GetExecutionRequests() *v1.ExecutionRequests

func (*BuilderBidElectra) GetHeader

func (*BuilderBidElectra) GetPubkey

func (x *BuilderBidElectra) GetPubkey() []byte

func (*BuilderBidElectra) GetValue

func (x *BuilderBidElectra) GetValue() []byte

func (*BuilderBidElectra) HashTreeRoot

func (b *BuilderBidElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BuilderBidElectra object

func (*BuilderBidElectra) HashTreeRootWith

func (b *BuilderBidElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BuilderBidElectra object with a hasher

func (*BuilderBidElectra) MarshalSSZ

func (b *BuilderBidElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BuilderBidElectra object

func (*BuilderBidElectra) MarshalSSZTo

func (b *BuilderBidElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BuilderBidElectra object to a target array

func (*BuilderBidElectra) ProtoMessage

func (*BuilderBidElectra) ProtoMessage()

func (*BuilderBidElectra) ProtoReflect

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

func (*BuilderBidElectra) Reset

func (x *BuilderBidElectra) Reset()

func (*BuilderBidElectra) SizeSSZ

func (b *BuilderBidElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BuilderBidElectra object

func (*BuilderBidElectra) String

func (x *BuilderBidElectra) String() string

func (*BuilderBidElectra) UnmarshalSSZ

func (b *BuilderBidElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BuilderBidElectra object

type BuilderPendingPayment

type BuilderPendingPayment struct {
	Weight     github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `` /* 143-byte string literal not displayed */
	Withdrawal *BuilderPendingWithdrawal                                        `protobuf:"bytes,2,opt,name=withdrawal,proto3" json:"withdrawal,omitempty"`
	// contains filtered or unexported fields
}

func (*BuilderPendingPayment) Copy added in v7.1.0

Copy creates a deep copy of BuilderPendingPayment.

func (*BuilderPendingPayment) Descriptor deprecated

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

Deprecated: Use BuilderPendingPayment.ProtoReflect.Descriptor instead.

func (*BuilderPendingPayment) GetWithdrawal

func (x *BuilderPendingPayment) GetWithdrawal() *BuilderPendingWithdrawal

func (*BuilderPendingPayment) HashTreeRoot

func (b *BuilderPendingPayment) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BuilderPendingPayment object

func (*BuilderPendingPayment) HashTreeRootWith

func (b *BuilderPendingPayment) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BuilderPendingPayment object with a hasher

func (*BuilderPendingPayment) MarshalSSZ

func (b *BuilderPendingPayment) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BuilderPendingPayment object

func (*BuilderPendingPayment) MarshalSSZTo

func (b *BuilderPendingPayment) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BuilderPendingPayment object to a target array

func (*BuilderPendingPayment) ProtoMessage

func (*BuilderPendingPayment) ProtoMessage()

func (*BuilderPendingPayment) ProtoReflect

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

func (*BuilderPendingPayment) Reset

func (x *BuilderPendingPayment) Reset()

func (*BuilderPendingPayment) SizeSSZ

func (b *BuilderPendingPayment) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BuilderPendingPayment object

func (*BuilderPendingPayment) String

func (x *BuilderPendingPayment) String() string

func (*BuilderPendingPayment) UnmarshalSSZ

func (b *BuilderPendingPayment) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BuilderPendingPayment object

type BuilderPendingWithdrawal

type BuilderPendingWithdrawal struct {
	FeeRecipient      []byte                                                                     `protobuf:"bytes,1,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty" ssz-size:"20"`
	Amount            github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei           `` /* 143-byte string literal not displayed */
	BuilderIndex      github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 185-byte string literal not displayed */
	WithdrawableEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch          `` /* 191-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BuilderPendingWithdrawal) Copy added in v7.1.0

Copy creates a deep copy of BuilderPendingWithdrawal.

func (*BuilderPendingWithdrawal) Descriptor deprecated

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

Deprecated: Use BuilderPendingWithdrawal.ProtoReflect.Descriptor instead.

func (*BuilderPendingWithdrawal) GetFeeRecipient

func (x *BuilderPendingWithdrawal) GetFeeRecipient() []byte

func (*BuilderPendingWithdrawal) HashTreeRoot

func (b *BuilderPendingWithdrawal) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the BuilderPendingWithdrawal object

func (*BuilderPendingWithdrawal) HashTreeRootWith

func (b *BuilderPendingWithdrawal) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the BuilderPendingWithdrawal object with a hasher

func (*BuilderPendingWithdrawal) MarshalSSZ

func (b *BuilderPendingWithdrawal) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BuilderPendingWithdrawal object

func (*BuilderPendingWithdrawal) MarshalSSZTo

func (b *BuilderPendingWithdrawal) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the BuilderPendingWithdrawal object to a target array

func (*BuilderPendingWithdrawal) ProtoMessage

func (*BuilderPendingWithdrawal) ProtoMessage()

func (*BuilderPendingWithdrawal) ProtoReflect

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

func (*BuilderPendingWithdrawal) Reset

func (x *BuilderPendingWithdrawal) Reset()

func (*BuilderPendingWithdrawal) SizeSSZ

func (b *BuilderPendingWithdrawal) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BuilderPendingWithdrawal object

func (*BuilderPendingWithdrawal) String

func (x *BuilderPendingWithdrawal) String() string

func (*BuilderPendingWithdrawal) UnmarshalSSZ

func (b *BuilderPendingWithdrawal) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BuilderPendingWithdrawal object

type ChainHead deprecated

type ChainHead struct {
	HeadSlot                   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot  `` /* 163-byte string literal not displayed */
	HeadEpoch                  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 167-byte string literal not displayed */
	HeadBlockRoot              []byte                                                            `protobuf:"bytes,3,opt,name=head_block_root,json=headBlockRoot,proto3" json:"head_block_root,omitempty" ssz-size:"32"`
	FinalizedSlot              github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot  `` /* 178-byte string literal not displayed */
	FinalizedEpoch             github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 182-byte string literal not displayed */
	FinalizedBlockRoot         []byte                                                            `` /* 131-byte string literal not displayed */
	JustifiedSlot              github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot  `` /* 178-byte string literal not displayed */
	JustifiedEpoch             github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 182-byte string literal not displayed */
	JustifiedBlockRoot         []byte                                                            `` /* 131-byte string literal not displayed */
	PreviousJustifiedSlot      github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot  `` /* 205-byte string literal not displayed */
	PreviousJustifiedEpoch     github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 209-byte string literal not displayed */
	PreviousJustifiedBlockRoot []byte                                                            `` /* 158-byte string literal not displayed */
	OptimisticStatus           bool                                                              `protobuf:"varint,13,opt,name=optimistic_status,json=optimisticStatus,proto3" json:"optimistic_status,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ChainHead) Descriptor deprecated

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

Deprecated: Use ChainHead.ProtoReflect.Descriptor instead.

func (*ChainHead) GetFinalizedBlockRoot

func (x *ChainHead) GetFinalizedBlockRoot() []byte

func (*ChainHead) GetHeadBlockRoot

func (x *ChainHead) GetHeadBlockRoot() []byte

func (*ChainHead) GetJustifiedBlockRoot

func (x *ChainHead) GetJustifiedBlockRoot() []byte

func (*ChainHead) GetOptimisticStatus

func (x *ChainHead) GetOptimisticStatus() bool

func (*ChainHead) GetPreviousJustifiedBlockRoot

func (x *ChainHead) GetPreviousJustifiedBlockRoot() []byte

func (*ChainHead) ProtoMessage

func (*ChainHead) ProtoMessage()

func (*ChainHead) ProtoReflect

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

func (*ChainHead) Reset

func (x *ChainHead) Reset()

func (*ChainHead) String

func (x *ChainHead) String() string

type ChainStartData

type ChainStartData struct {
	Chainstarted       bool       `protobuf:"varint,1,opt,name=chainstarted,proto3" json:"chainstarted,omitempty"`
	GenesisTime        uint64     `protobuf:"varint,2,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	GenesisBlock       uint64     `protobuf:"varint,3,opt,name=genesis_block,json=genesisBlock,proto3" json:"genesis_block,omitempty"`
	Eth1Data           *Eth1Data  `protobuf:"bytes,4,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"`
	ChainstartDeposits []*Deposit `protobuf:"bytes,5,rep,name=chainstart_deposits,json=chainstartDeposits,proto3" json:"chainstart_deposits,omitempty"`
	// contains filtered or unexported fields
}

func (*ChainStartData) Descriptor deprecated

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

Deprecated: Use ChainStartData.ProtoReflect.Descriptor instead.

func (*ChainStartData) GetChainstartDeposits

func (x *ChainStartData) GetChainstartDeposits() []*Deposit

func (*ChainStartData) GetChainstarted

func (x *ChainStartData) GetChainstarted() bool

func (*ChainStartData) GetEth1Data

func (x *ChainStartData) GetEth1Data() *Eth1Data

func (*ChainStartData) GetGenesisBlock

func (x *ChainStartData) GetGenesisBlock() uint64

func (*ChainStartData) GetGenesisTime

func (x *ChainStartData) GetGenesisTime() uint64

func (*ChainStartData) ProtoMessage

func (*ChainStartData) ProtoMessage()

func (*ChainStartData) ProtoReflect

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

func (*ChainStartData) Reset

func (x *ChainStartData) Reset()

func (*ChainStartData) String

func (x *ChainStartData) String() string

type ChainStartResponse deprecated

type ChainStartResponse struct {
	Started               bool   `protobuf:"varint,1,opt,name=started,proto3" json:"started,omitempty"`
	GenesisTime           uint64 `protobuf:"varint,2,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	GenesisValidatorsRoot []byte `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ChainStartResponse) Descriptor deprecated

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

Deprecated: Use ChainStartResponse.ProtoReflect.Descriptor instead.

func (*ChainStartResponse) GetGenesisTime

func (x *ChainStartResponse) GetGenesisTime() uint64

func (*ChainStartResponse) GetGenesisValidatorsRoot

func (x *ChainStartResponse) GetGenesisValidatorsRoot() []byte

func (*ChainStartResponse) GetStarted

func (x *ChainStartResponse) GetStarted() bool

func (*ChainStartResponse) ProtoMessage

func (*ChainStartResponse) ProtoMessage()

func (*ChainStartResponse) ProtoReflect

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

func (*ChainStartResponse) Reset

func (x *ChainStartResponse) Reset()

func (*ChainStartResponse) String

func (x *ChainStartResponse) String() string

type CheckPtInfo

type CheckPtInfo struct {
	Seed          []byte   `protobuf:"bytes,1,opt,name=seed,proto3" json:"seed,omitempty"`
	GenesisRoot   []byte   `protobuf:"bytes,2,opt,name=genesis_root,json=genesisRoot,proto3" json:"genesis_root,omitempty"`
	ActiveIndices []uint64 `protobuf:"varint,3,rep,packed,name=active_indices,json=activeIndices,proto3" json:"active_indices,omitempty"`
	PubKeys       [][]byte `protobuf:"bytes,4,rep,name=pub_keys,json=pubKeys,proto3" json:"pub_keys,omitempty"`
	Fork          *Fork    `protobuf:"bytes,5,opt,name=fork,proto3" json:"fork,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckPtInfo) Descriptor deprecated

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

Deprecated: Use CheckPtInfo.ProtoReflect.Descriptor instead.

func (*CheckPtInfo) GetActiveIndices

func (x *CheckPtInfo) GetActiveIndices() []uint64

func (*CheckPtInfo) GetFork

func (x *CheckPtInfo) GetFork() *Fork

func (*CheckPtInfo) GetGenesisRoot

func (x *CheckPtInfo) GetGenesisRoot() []byte

func (*CheckPtInfo) GetPubKeys

func (x *CheckPtInfo) GetPubKeys() [][]byte

func (*CheckPtInfo) GetSeed

func (x *CheckPtInfo) GetSeed() []byte

func (*CheckPtInfo) ProtoMessage

func (*CheckPtInfo) ProtoMessage()

func (*CheckPtInfo) ProtoReflect

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

func (*CheckPtInfo) Reset

func (x *CheckPtInfo) Reset()

func (*CheckPtInfo) String

func (x *CheckPtInfo) String() string

type Checkpoint

type Checkpoint struct {
	Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 142-byte string literal not displayed */
	Root  []byte                                                            `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

func (*Checkpoint) Copy

func (cp *Checkpoint) Copy() *Checkpoint

Copy --

func (*Checkpoint) Descriptor deprecated

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

Deprecated: Use Checkpoint.ProtoReflect.Descriptor instead.

func (*Checkpoint) GetRoot

func (x *Checkpoint) GetRoot() []byte

func (*Checkpoint) HashTreeRoot

func (c *Checkpoint) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the Checkpoint object

func (*Checkpoint) HashTreeRootWith

func (c *Checkpoint) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the Checkpoint object with a hasher

func (*Checkpoint) MarshalSSZ

func (c *Checkpoint) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Checkpoint object

func (*Checkpoint) MarshalSSZTo

func (c *Checkpoint) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the Checkpoint object to a target array

func (*Checkpoint) ProtoMessage

func (*Checkpoint) ProtoMessage()

func (*Checkpoint) ProtoReflect

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

func (*Checkpoint) Reset

func (x *Checkpoint) Reset()

func (*Checkpoint) SizeSSZ

func (c *Checkpoint) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the Checkpoint object

func (*Checkpoint) String

func (x *Checkpoint) String() string

func (*Checkpoint) UnmarshalSSZ

func (c *Checkpoint) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Checkpoint object

type CommitteeSubnetsSubscribeRequest deprecated

type CommitteeSubnetsSubscribeRequest struct {
	Slots        []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 148-byte string literal not displayed */
	CommitteeIds []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `` /* 192-byte string literal not displayed */
	IsAggregator []bool                                                                       `protobuf:"varint,3,rep,packed,name=is_aggregator,json=isAggregator,proto3" json:"is_aggregator,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*CommitteeSubnetsSubscribeRequest) Descriptor deprecated

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

Deprecated: Use CommitteeSubnetsSubscribeRequest.ProtoReflect.Descriptor instead.

func (*CommitteeSubnetsSubscribeRequest) GetIsAggregator

func (x *CommitteeSubnetsSubscribeRequest) GetIsAggregator() []bool

func (*CommitteeSubnetsSubscribeRequest) GetSlots

func (*CommitteeSubnetsSubscribeRequest) ProtoMessage

func (*CommitteeSubnetsSubscribeRequest) ProtoMessage()

func (*CommitteeSubnetsSubscribeRequest) ProtoReflect

func (*CommitteeSubnetsSubscribeRequest) Reset

func (*CommitteeSubnetsSubscribeRequest) String

type ConnectionState

type ConnectionState int32
const (
	ConnectionState_DISCONNECTED  ConnectionState = 0
	ConnectionState_DISCONNECTING ConnectionState = 1
	ConnectionState_CONNECTED     ConnectionState = 2
	ConnectionState_CONNECTING    ConnectionState = 3
)

func (ConnectionState) Descriptor

func (ConnectionState) Enum

func (x ConnectionState) Enum() *ConnectionState

func (ConnectionState) EnumDescriptor deprecated

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

Deprecated: Use ConnectionState.Descriptor instead.

func (ConnectionState) Number

func (ConnectionState) String

func (x ConnectionState) String() string

func (ConnectionState) Type

type ContributionAndProof

type ContributionAndProof struct {
	AggregatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 194-byte string literal not displayed */
	Contribution    *SyncCommitteeContribution                                                 `protobuf:"bytes,2,opt,name=contribution,proto3" json:"contribution,omitempty"`
	SelectionProof  []byte                                                                     `protobuf:"bytes,3,opt,name=selection_proof,json=selectionProof,proto3" json:"selection_proof,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*ContributionAndProof) Descriptor deprecated

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

Deprecated: Use ContributionAndProof.ProtoReflect.Descriptor instead.

func (*ContributionAndProof) GetContribution

func (x *ContributionAndProof) GetContribution() *SyncCommitteeContribution

func (*ContributionAndProof) GetSelectionProof

func (x *ContributionAndProof) GetSelectionProof() []byte

func (*ContributionAndProof) HashTreeRoot

func (c *ContributionAndProof) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the ContributionAndProof object

func (*ContributionAndProof) HashTreeRootWith

func (c *ContributionAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the ContributionAndProof object with a hasher

func (*ContributionAndProof) MarshalSSZ

func (c *ContributionAndProof) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the ContributionAndProof object

func (*ContributionAndProof) MarshalSSZTo

func (c *ContributionAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the ContributionAndProof object to a target array

func (*ContributionAndProof) ProtoMessage

func (*ContributionAndProof) ProtoMessage()

func (*ContributionAndProof) ProtoReflect

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

func (*ContributionAndProof) Reset

func (x *ContributionAndProof) Reset()

func (*ContributionAndProof) SizeSSZ

func (c *ContributionAndProof) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the ContributionAndProof object

func (*ContributionAndProof) String

func (x *ContributionAndProof) String() string

func (*ContributionAndProof) UnmarshalSSZ

func (c *ContributionAndProof) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the ContributionAndProof object

type DataColumnSidecar

type DataColumnSidecar struct {
	Index                        uint64                   `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Column                       [][]byte                 `protobuf:"bytes,2,rep,name=column,proto3" json:"column,omitempty" ssz-max:"4096" ssz-size:"?,2048"`
	KzgCommitments               [][]byte                 `` /* 134-byte string literal not displayed */
	KzgProofs                    [][]byte                 `protobuf:"bytes,4,rep,name=kzg_proofs,json=kzgProofs,proto3" json:"kzg_proofs,omitempty" ssz-max:"4096" ssz-size:"?,48"`
	SignedBlockHeader            *SignedBeaconBlockHeader `protobuf:"bytes,5,opt,name=signed_block_header,json=signedBlockHeader,proto3" json:"signed_block_header,omitempty"`
	KzgCommitmentsInclusionProof [][]byte                 `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DataColumnSidecar) Descriptor deprecated

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

Deprecated: Use DataColumnSidecar.ProtoReflect.Descriptor instead.

func (*DataColumnSidecar) GetColumn

func (x *DataColumnSidecar) GetColumn() [][]byte

func (*DataColumnSidecar) GetIndex

func (x *DataColumnSidecar) GetIndex() uint64

func (*DataColumnSidecar) GetKzgCommitments

func (x *DataColumnSidecar) GetKzgCommitments() [][]byte

func (*DataColumnSidecar) GetKzgCommitmentsInclusionProof

func (x *DataColumnSidecar) GetKzgCommitmentsInclusionProof() [][]byte

func (*DataColumnSidecar) GetKzgProofs

func (x *DataColumnSidecar) GetKzgProofs() [][]byte

func (*DataColumnSidecar) GetSignedBlockHeader

func (x *DataColumnSidecar) GetSignedBlockHeader() *SignedBeaconBlockHeader

func (*DataColumnSidecar) HashTreeRoot

func (d *DataColumnSidecar) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the DataColumnSidecar object

func (*DataColumnSidecar) HashTreeRootWith

func (d *DataColumnSidecar) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the DataColumnSidecar object with a hasher

func (*DataColumnSidecar) MarshalSSZ

func (d *DataColumnSidecar) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the DataColumnSidecar object

func (*DataColumnSidecar) MarshalSSZTo

func (d *DataColumnSidecar) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the DataColumnSidecar object to a target array

func (*DataColumnSidecar) ProtoMessage

func (*DataColumnSidecar) ProtoMessage()

func (*DataColumnSidecar) ProtoReflect

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

func (*DataColumnSidecar) Reset

func (x *DataColumnSidecar) Reset()

func (*DataColumnSidecar) SizeSSZ

func (d *DataColumnSidecar) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the DataColumnSidecar object

func (*DataColumnSidecar) String

func (x *DataColumnSidecar) String() string

func (*DataColumnSidecar) UnmarshalSSZ

func (d *DataColumnSidecar) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the DataColumnSidecar object

type DataColumnSidecarGloas

type DataColumnSidecarGloas struct {
	Index           uint64                                                           `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Column          [][]byte                                                         `protobuf:"bytes,2,rep,name=column,proto3" json:"column,omitempty" ssz-max:"4096" ssz-size:"?,2048"`
	KzgCommitments  [][]byte                                                         `` /* 134-byte string literal not displayed */
	KzgProofs       [][]byte                                                         `protobuf:"bytes,4,rep,name=kzg_proofs,json=kzgProofs,proto3" json:"kzg_proofs,omitempty" ssz-max:"4096" ssz-size:"?,48"`
	Slot            github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	BeaconBlockRoot []byte                                                           `protobuf:"bytes,6,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

func (*DataColumnSidecarGloas) Descriptor deprecated

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

Deprecated: Use DataColumnSidecarGloas.ProtoReflect.Descriptor instead.

func (*DataColumnSidecarGloas) GetBeaconBlockRoot

func (x *DataColumnSidecarGloas) GetBeaconBlockRoot() []byte

func (*DataColumnSidecarGloas) GetColumn

func (x *DataColumnSidecarGloas) GetColumn() [][]byte

func (*DataColumnSidecarGloas) GetIndex

func (x *DataColumnSidecarGloas) GetIndex() uint64

func (*DataColumnSidecarGloas) GetKzgCommitments

func (x *DataColumnSidecarGloas) GetKzgCommitments() [][]byte

func (*DataColumnSidecarGloas) GetKzgProofs

func (x *DataColumnSidecarGloas) GetKzgProofs() [][]byte

func (*DataColumnSidecarGloas) HashTreeRoot

func (d *DataColumnSidecarGloas) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the DataColumnSidecarGloas object

func (*DataColumnSidecarGloas) HashTreeRootWith

func (d *DataColumnSidecarGloas) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the DataColumnSidecarGloas object with a hasher

func (*DataColumnSidecarGloas) MarshalSSZ

func (d *DataColumnSidecarGloas) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the DataColumnSidecarGloas object

func (*DataColumnSidecarGloas) MarshalSSZTo

func (d *DataColumnSidecarGloas) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the DataColumnSidecarGloas object to a target array

func (*DataColumnSidecarGloas) ProtoMessage

func (*DataColumnSidecarGloas) ProtoMessage()

func (*DataColumnSidecarGloas) ProtoReflect

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

func (*DataColumnSidecarGloas) Reset

func (x *DataColumnSidecarGloas) Reset()

func (*DataColumnSidecarGloas) SizeSSZ

func (d *DataColumnSidecarGloas) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the DataColumnSidecarGloas object

func (*DataColumnSidecarGloas) String

func (x *DataColumnSidecarGloas) String() string

func (*DataColumnSidecarGloas) UnmarshalSSZ

func (d *DataColumnSidecarGloas) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the DataColumnSidecarGloas object

type DataColumnSidecarsByRangeRequest

type DataColumnSidecarsByRangeRequest struct {
	StartSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 166-byte string literal not displayed */
	Count     uint64                                                           `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	Columns   []uint64                                                         `protobuf:"varint,3,rep,packed,name=columns,proto3" json:"columns,omitempty" ssz-max:"128"`
	// contains filtered or unexported fields
}

func (*DataColumnSidecarsByRangeRequest) Descriptor deprecated

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

Deprecated: Use DataColumnSidecarsByRangeRequest.ProtoReflect.Descriptor instead.

func (*DataColumnSidecarsByRangeRequest) GetColumns

func (x *DataColumnSidecarsByRangeRequest) GetColumns() []uint64

func (*DataColumnSidecarsByRangeRequest) GetCount

func (*DataColumnSidecarsByRangeRequest) HashTreeRoot

func (d *DataColumnSidecarsByRangeRequest) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the DataColumnSidecarsByRangeRequest object

func (*DataColumnSidecarsByRangeRequest) HashTreeRootWith

func (d *DataColumnSidecarsByRangeRequest) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the DataColumnSidecarsByRangeRequest object with a hasher

func (*DataColumnSidecarsByRangeRequest) MarshalSSZ

func (d *DataColumnSidecarsByRangeRequest) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the DataColumnSidecarsByRangeRequest object

func (*DataColumnSidecarsByRangeRequest) MarshalSSZTo

func (d *DataColumnSidecarsByRangeRequest) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the DataColumnSidecarsByRangeRequest object to a target array

func (*DataColumnSidecarsByRangeRequest) ProtoMessage

func (*DataColumnSidecarsByRangeRequest) ProtoMessage()

func (*DataColumnSidecarsByRangeRequest) ProtoReflect

func (*DataColumnSidecarsByRangeRequest) Reset

func (*DataColumnSidecarsByRangeRequest) SizeSSZ

func (d *DataColumnSidecarsByRangeRequest) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the DataColumnSidecarsByRangeRequest object

func (*DataColumnSidecarsByRangeRequest) String

func (*DataColumnSidecarsByRangeRequest) UnmarshalSSZ

func (d *DataColumnSidecarsByRangeRequest) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the DataColumnSidecarsByRangeRequest object

type DataColumnsByRootIdentifier

type DataColumnsByRootIdentifier struct {
	BlockRoot []byte   `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"`
	Columns   []uint64 `protobuf:"varint,2,rep,packed,name=columns,proto3" json:"columns,omitempty" ssz-max:"128"`
	// contains filtered or unexported fields
}

func (*DataColumnsByRootIdentifier) Descriptor deprecated

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

Deprecated: Use DataColumnsByRootIdentifier.ProtoReflect.Descriptor instead.

func (*DataColumnsByRootIdentifier) GetBlockRoot

func (x *DataColumnsByRootIdentifier) GetBlockRoot() []byte

func (*DataColumnsByRootIdentifier) GetColumns

func (x *DataColumnsByRootIdentifier) GetColumns() []uint64

func (*DataColumnsByRootIdentifier) HashTreeRoot

func (d *DataColumnsByRootIdentifier) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the DataColumnsByRootIdentifier object

func (*DataColumnsByRootIdentifier) HashTreeRootWith

func (d *DataColumnsByRootIdentifier) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the DataColumnsByRootIdentifier object with a hasher

func (*DataColumnsByRootIdentifier) MarshalSSZ

func (d *DataColumnsByRootIdentifier) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the DataColumnsByRootIdentifier object

func (*DataColumnsByRootIdentifier) MarshalSSZTo

func (d *DataColumnsByRootIdentifier) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the DataColumnsByRootIdentifier object to a target array

func (*DataColumnsByRootIdentifier) ProtoMessage

func (*DataColumnsByRootIdentifier) ProtoMessage()

func (*DataColumnsByRootIdentifier) ProtoReflect

func (*DataColumnsByRootIdentifier) Reset

func (x *DataColumnsByRootIdentifier) Reset()

func (*DataColumnsByRootIdentifier) SizeSSZ

func (d *DataColumnsByRootIdentifier) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the DataColumnsByRootIdentifier object

func (*DataColumnsByRootIdentifier) String

func (x *DataColumnsByRootIdentifier) String() string

func (*DataColumnsByRootIdentifier) UnmarshalSSZ

func (d *DataColumnsByRootIdentifier) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the DataColumnsByRootIdentifier object

type DebugClient

type DebugClient interface {
	// Deprecated: Do not use.
	GetBeaconState(ctx context.Context, in *BeaconStateRequest, opts ...grpc.CallOption) (*SSZResponse, error)
	// Deprecated: Do not use.
	GetBlock(ctx context.Context, in *BlockRequestByRoot, opts ...grpc.CallOption) (*SSZResponse, error)
	// Deprecated: Do not use.
	SetLoggingLevel(ctx context.Context, in *LoggingLevelRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	ListPeers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*DebugPeerResponses, error)
	// Deprecated: Do not use.
	GetPeer(ctx context.Context, in *PeerRequest, opts ...grpc.CallOption) (*DebugPeerResponse, error)
}

DebugClient is the client API for Debug service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDebugClient

func NewDebugClient(cc grpc.ClientConnInterface) DebugClient

type DebugPeerResponse deprecated

type DebugPeerResponse struct {
	ListeningAddresses []string                    `protobuf:"bytes,1,rep,name=listening_addresses,json=listeningAddresses,proto3" json:"listening_addresses,omitempty"`
	Direction          PeerDirection               `protobuf:"varint,2,opt,name=direction,proto3,enum=ethereum.eth.v1alpha1.PeerDirection" json:"direction,omitempty"`
	ConnectionState    ConnectionState             `` /* 150-byte string literal not displayed */
	PeerId             string                      `protobuf:"bytes,4,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	Enr                string                      `protobuf:"bytes,5,opt,name=enr,proto3" json:"enr,omitempty"`
	PeerInfo           *DebugPeerResponse_PeerInfo `protobuf:"bytes,6,opt,name=peer_info,json=peerInfo,proto3" json:"peer_info,omitempty"`
	PeerStatus         *Status                     `protobuf:"bytes,7,opt,name=peer_status,json=peerStatus,proto3" json:"peer_status,omitempty"`
	LastUpdated        uint64                      `protobuf:"varint,8,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	ScoreInfo          *ScoreInfo                  `protobuf:"bytes,9,opt,name=score_info,json=scoreInfo,proto3" json:"score_info,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/debug.proto.

func (*DebugPeerResponse) Descriptor deprecated

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

Deprecated: Use DebugPeerResponse.ProtoReflect.Descriptor instead.

func (*DebugPeerResponse) GetConnectionState

func (x *DebugPeerResponse) GetConnectionState() ConnectionState

func (*DebugPeerResponse) GetDirection

func (x *DebugPeerResponse) GetDirection() PeerDirection

func (*DebugPeerResponse) GetEnr

func (x *DebugPeerResponse) GetEnr() string

func (*DebugPeerResponse) GetLastUpdated

func (x *DebugPeerResponse) GetLastUpdated() uint64

func (*DebugPeerResponse) GetListeningAddresses

func (x *DebugPeerResponse) GetListeningAddresses() []string

func (*DebugPeerResponse) GetPeerId

func (x *DebugPeerResponse) GetPeerId() string

func (*DebugPeerResponse) GetPeerInfo

func (*DebugPeerResponse) GetPeerStatus

func (x *DebugPeerResponse) GetPeerStatus() *Status

func (*DebugPeerResponse) GetScoreInfo

func (x *DebugPeerResponse) GetScoreInfo() *ScoreInfo

func (*DebugPeerResponse) ProtoMessage

func (*DebugPeerResponse) ProtoMessage()

func (*DebugPeerResponse) ProtoReflect

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

func (*DebugPeerResponse) Reset

func (x *DebugPeerResponse) Reset()

func (*DebugPeerResponse) String

func (x *DebugPeerResponse) String() string

type DebugPeerResponse_PeerInfo

type DebugPeerResponse_PeerInfo struct {
	MetadataV0      *MetaDataV0 `protobuf:"bytes,1,opt,name=metadataV0,proto3" json:"metadataV0,omitempty"`
	MetadataV1      *MetaDataV1 `protobuf:"bytes,2,opt,name=metadataV1,proto3" json:"metadataV1,omitempty"`
	Protocols       []string    `protobuf:"bytes,3,rep,name=protocols,proto3" json:"protocols,omitempty"`
	FaultCount      uint64      `protobuf:"varint,4,opt,name=fault_count,json=faultCount,proto3" json:"fault_count,omitempty"`
	ProtocolVersion string      `protobuf:"bytes,5,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	AgentVersion    string      `protobuf:"bytes,6,opt,name=agent_version,json=agentVersion,proto3" json:"agent_version,omitempty"`
	PeerLatency     uint64      `protobuf:"varint,7,opt,name=peer_latency,json=peerLatency,proto3" json:"peer_latency,omitempty"`
	MetadataV2      *MetaDataV2 `protobuf:"bytes,8,opt,name=metadataV2,proto3" json:"metadataV2,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugPeerResponse_PeerInfo) Descriptor deprecated

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

Deprecated: Use DebugPeerResponse_PeerInfo.ProtoReflect.Descriptor instead.

func (*DebugPeerResponse_PeerInfo) GetAgentVersion

func (x *DebugPeerResponse_PeerInfo) GetAgentVersion() string

func (*DebugPeerResponse_PeerInfo) GetFaultCount

func (x *DebugPeerResponse_PeerInfo) GetFaultCount() uint64

func (*DebugPeerResponse_PeerInfo) GetMetadataV0

func (x *DebugPeerResponse_PeerInfo) GetMetadataV0() *MetaDataV0

func (*DebugPeerResponse_PeerInfo) GetMetadataV1

func (x *DebugPeerResponse_PeerInfo) GetMetadataV1() *MetaDataV1

func (*DebugPeerResponse_PeerInfo) GetMetadataV2

func (x *DebugPeerResponse_PeerInfo) GetMetadataV2() *MetaDataV2

func (*DebugPeerResponse_PeerInfo) GetPeerLatency

func (x *DebugPeerResponse_PeerInfo) GetPeerLatency() uint64

func (*DebugPeerResponse_PeerInfo) GetProtocolVersion

func (x *DebugPeerResponse_PeerInfo) GetProtocolVersion() string

func (*DebugPeerResponse_PeerInfo) GetProtocols

func (x *DebugPeerResponse_PeerInfo) GetProtocols() []string

func (*DebugPeerResponse_PeerInfo) ProtoMessage

func (*DebugPeerResponse_PeerInfo) ProtoMessage()

func (*DebugPeerResponse_PeerInfo) ProtoReflect

func (*DebugPeerResponse_PeerInfo) Reset

func (x *DebugPeerResponse_PeerInfo) Reset()

func (*DebugPeerResponse_PeerInfo) String

func (x *DebugPeerResponse_PeerInfo) String() string

type DebugPeerResponses deprecated

type DebugPeerResponses struct {
	Responses []*DebugPeerResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/debug.proto.

func (*DebugPeerResponses) Descriptor deprecated

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

Deprecated: Use DebugPeerResponses.ProtoReflect.Descriptor instead.

func (*DebugPeerResponses) GetResponses

func (x *DebugPeerResponses) GetResponses() []*DebugPeerResponse

func (*DebugPeerResponses) ProtoMessage

func (*DebugPeerResponses) ProtoMessage()

func (*DebugPeerResponses) ProtoReflect

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

func (*DebugPeerResponses) Reset

func (x *DebugPeerResponses) Reset()

func (*DebugPeerResponses) String

func (x *DebugPeerResponses) String() string

type DebugServer

type DebugServer interface {
	// Deprecated: Do not use.
	GetBeaconState(context.Context, *BeaconStateRequest) (*SSZResponse, error)
	// Deprecated: Do not use.
	GetBlock(context.Context, *BlockRequestByRoot) (*SSZResponse, error)
	// Deprecated: Do not use.
	SetLoggingLevel(context.Context, *LoggingLevelRequest) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	ListPeers(context.Context, *emptypb.Empty) (*DebugPeerResponses, error)
	// Deprecated: Do not use.
	GetPeer(context.Context, *PeerRequest) (*DebugPeerResponse, error)
}

DebugServer is the server API for Debug service.

type Deposit

type Deposit struct {
	Proof [][]byte      `protobuf:"bytes,1,rep,name=proof,proto3" json:"proof,omitempty" ssz-size:"33,32"`
	Data  *Deposit_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Deposit) Copy

func (deposit *Deposit) Copy() *Deposit

Copy --

func (*Deposit) Descriptor deprecated

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

Deprecated: Use Deposit.ProtoReflect.Descriptor instead.

func (*Deposit) GetData

func (x *Deposit) GetData() *Deposit_Data

func (*Deposit) GetProof

func (x *Deposit) GetProof() [][]byte

func (*Deposit) HashTreeRoot

func (d *Deposit) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the Deposit object

func (*Deposit) HashTreeRootWith

func (d *Deposit) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the Deposit object with a hasher

func (*Deposit) MarshalSSZ

func (d *Deposit) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Deposit object

func (*Deposit) MarshalSSZTo

func (d *Deposit) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the Deposit object to a target array

func (*Deposit) ProtoMessage

func (*Deposit) ProtoMessage()

func (*Deposit) ProtoReflect

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

func (*Deposit) Reset

func (x *Deposit) Reset()

func (*Deposit) SizeSSZ

func (d *Deposit) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the Deposit object

func (*Deposit) String

func (x *Deposit) String() string

func (*Deposit) UnmarshalSSZ

func (d *Deposit) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Deposit object

type DepositContainer

type DepositContainer struct {
	Index           int64    `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Eth1BlockHeight uint64   `protobuf:"varint,2,opt,name=eth1_block_height,json=eth1BlockHeight,proto3" json:"eth1_block_height,omitempty"`
	Deposit         *Deposit `protobuf:"bytes,3,opt,name=deposit,proto3" json:"deposit,omitempty"`
	DepositRoot     []byte   `protobuf:"bytes,4,opt,name=deposit_root,json=depositRoot,proto3" json:"deposit_root,omitempty"`
	// contains filtered or unexported fields
}

func (*DepositContainer) Descriptor deprecated

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

Deprecated: Use DepositContainer.ProtoReflect.Descriptor instead.

func (*DepositContainer) GetDeposit

func (x *DepositContainer) GetDeposit() *Deposit

func (*DepositContainer) GetDepositRoot

func (x *DepositContainer) GetDepositRoot() []byte

func (*DepositContainer) GetEth1BlockHeight

func (x *DepositContainer) GetEth1BlockHeight() uint64

func (*DepositContainer) GetIndex

func (x *DepositContainer) GetIndex() int64

func (*DepositContainer) ProtoMessage

func (*DepositContainer) ProtoMessage()

func (*DepositContainer) ProtoReflect

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

func (*DepositContainer) Reset

func (x *DepositContainer) Reset()

func (*DepositContainer) String

func (x *DepositContainer) String() string

type DepositMessage

type DepositMessage struct {
	PublicKey             []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"`
	WithdrawalCredentials []byte `` /* 138-byte string literal not displayed */
	Amount                uint64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*DepositMessage) Descriptor deprecated

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

Deprecated: Use DepositMessage.ProtoReflect.Descriptor instead.

func (*DepositMessage) GetAmount

func (x *DepositMessage) GetAmount() uint64

func (*DepositMessage) GetPublicKey

func (x *DepositMessage) GetPublicKey() []byte

func (*DepositMessage) GetWithdrawalCredentials

func (x *DepositMessage) GetWithdrawalCredentials() []byte

func (*DepositMessage) HashTreeRoot

func (d *DepositMessage) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the DepositMessage object

func (*DepositMessage) HashTreeRootWith

func (d *DepositMessage) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the DepositMessage object with a hasher

func (*DepositMessage) MarshalSSZ

func (d *DepositMessage) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the DepositMessage object

func (*DepositMessage) MarshalSSZTo

func (d *DepositMessage) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the DepositMessage object to a target array

func (*DepositMessage) ProtoMessage

func (*DepositMessage) ProtoMessage()

func (*DepositMessage) ProtoReflect

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

func (*DepositMessage) Reset

func (x *DepositMessage) Reset()

func (*DepositMessage) SizeSSZ

func (d *DepositMessage) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the DepositMessage object

func (*DepositMessage) String

func (x *DepositMessage) String() string

func (*DepositMessage) UnmarshalSSZ

func (d *DepositMessage) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the DepositMessage object

type DepositSnapshot

type DepositSnapshot struct {
	Finalized      [][]byte `protobuf:"bytes,1,rep,name=finalized,proto3" json:"finalized,omitempty" ssz-max:"32" ssz-size:"?,32"`
	DepositRoot    []byte   `protobuf:"bytes,2,opt,name=deposit_root,json=depositRoot,proto3" json:"deposit_root,omitempty" ssz-size:"32"`
	DepositCount   uint64   `protobuf:"varint,3,opt,name=deposit_count,json=depositCount,proto3" json:"deposit_count,omitempty"`
	ExecutionHash  []byte   `protobuf:"bytes,4,opt,name=execution_hash,json=executionHash,proto3" json:"execution_hash,omitempty" ssz-size:"32"`
	ExecutionDepth uint64   `protobuf:"varint,5,opt,name=execution_depth,json=executionDepth,proto3" json:"execution_depth,omitempty"`
	// contains filtered or unexported fields
}

func (*DepositSnapshot) Descriptor deprecated

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

Deprecated: Use DepositSnapshot.ProtoReflect.Descriptor instead.

func (*DepositSnapshot) GetDepositCount

func (x *DepositSnapshot) GetDepositCount() uint64

func (*DepositSnapshot) GetDepositRoot

func (x *DepositSnapshot) GetDepositRoot() []byte

func (*DepositSnapshot) GetExecutionDepth

func (x *DepositSnapshot) GetExecutionDepth() uint64

func (*DepositSnapshot) GetExecutionHash

func (x *DepositSnapshot) GetExecutionHash() []byte

func (*DepositSnapshot) GetFinalized

func (x *DepositSnapshot) GetFinalized() [][]byte

func (*DepositSnapshot) HashTreeRoot

func (d *DepositSnapshot) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the DepositSnapshot object

func (*DepositSnapshot) HashTreeRootWith

func (d *DepositSnapshot) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the DepositSnapshot object with a hasher

func (*DepositSnapshot) MarshalSSZ

func (d *DepositSnapshot) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the DepositSnapshot object

func (*DepositSnapshot) MarshalSSZTo

func (d *DepositSnapshot) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the DepositSnapshot object to a target array

func (*DepositSnapshot) ProtoMessage

func (*DepositSnapshot) ProtoMessage()

func (*DepositSnapshot) ProtoReflect

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

func (*DepositSnapshot) Reset

func (x *DepositSnapshot) Reset()

func (*DepositSnapshot) SizeSSZ

func (d *DepositSnapshot) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the DepositSnapshot object

func (*DepositSnapshot) String

func (x *DepositSnapshot) String() string

func (*DepositSnapshot) UnmarshalSSZ

func (d *DepositSnapshot) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the DepositSnapshot object

type Deposit_Data

type Deposit_Data struct {
	PublicKey             []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"`
	WithdrawalCredentials []byte `` /* 138-byte string literal not displayed */
	Amount                uint64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	Signature             []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*Deposit_Data) Copy

func (depData *Deposit_Data) Copy() *Deposit_Data

Copy --

func (*Deposit_Data) Descriptor deprecated

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

Deprecated: Use Deposit_Data.ProtoReflect.Descriptor instead.

func (*Deposit_Data) GetAmount

func (x *Deposit_Data) GetAmount() uint64

func (*Deposit_Data) GetPublicKey

func (x *Deposit_Data) GetPublicKey() []byte

func (*Deposit_Data) GetSignature

func (x *Deposit_Data) GetSignature() []byte

func (*Deposit_Data) GetWithdrawalCredentials

func (x *Deposit_Data) GetWithdrawalCredentials() []byte

func (*Deposit_Data) HashTreeRoot

func (d *Deposit_Data) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the Deposit_Data object

func (*Deposit_Data) HashTreeRootWith

func (d *Deposit_Data) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the Deposit_Data object with a hasher

func (*Deposit_Data) MarshalSSZ

func (d *Deposit_Data) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Deposit_Data object

func (*Deposit_Data) MarshalSSZTo

func (d *Deposit_Data) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the Deposit_Data object to a target array

func (*Deposit_Data) ProtoMessage

func (*Deposit_Data) ProtoMessage()

func (*Deposit_Data) ProtoReflect

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

func (*Deposit_Data) Reset

func (x *Deposit_Data) Reset()

func (*Deposit_Data) SizeSSZ

func (d *Deposit_Data) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the Deposit_Data object

func (*Deposit_Data) String

func (x *Deposit_Data) String() string

func (*Deposit_Data) UnmarshalSSZ

func (d *Deposit_Data) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Deposit_Data object

type DomainRequest deprecated

type DomainRequest struct {
	Epoch  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 142-byte string literal not displayed */
	Domain []byte                                                            `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*DomainRequest) Descriptor deprecated

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

Deprecated: Use DomainRequest.ProtoReflect.Descriptor instead.

func (*DomainRequest) GetDomain

func (x *DomainRequest) GetDomain() []byte

func (*DomainRequest) ProtoMessage

func (*DomainRequest) ProtoMessage()

func (*DomainRequest) ProtoReflect

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

func (*DomainRequest) Reset

func (x *DomainRequest) Reset()

func (*DomainRequest) String

func (x *DomainRequest) String() string

type DomainResponse deprecated

type DomainResponse struct {
	SignatureDomain []byte `protobuf:"bytes,1,opt,name=signature_domain,json=signatureDomain,proto3" json:"signature_domain,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*DomainResponse) Descriptor deprecated

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

Deprecated: Use DomainResponse.ProtoReflect.Descriptor instead.

func (*DomainResponse) GetSignatureDomain

func (x *DomainResponse) GetSignatureDomain() []byte

func (*DomainResponse) ProtoMessage

func (*DomainResponse) ProtoMessage()

func (*DomainResponse) ProtoReflect

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

func (*DomainResponse) Reset

func (x *DomainResponse) Reset()

func (*DomainResponse) String

func (x *DomainResponse) String() string

type DoppelGangerRequest deprecated

type DoppelGangerRequest struct {
	ValidatorRequests []*DoppelGangerRequest_ValidatorRequest `protobuf:"bytes,1,rep,name=validator_requests,json=validatorRequests,proto3" json:"validator_requests,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*DoppelGangerRequest) Descriptor deprecated

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

Deprecated: Use DoppelGangerRequest.ProtoReflect.Descriptor instead.

func (*DoppelGangerRequest) GetValidatorRequests

func (x *DoppelGangerRequest) GetValidatorRequests() []*DoppelGangerRequest_ValidatorRequest

func (*DoppelGangerRequest) ProtoMessage

func (*DoppelGangerRequest) ProtoMessage()

func (*DoppelGangerRequest) ProtoReflect

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

func (*DoppelGangerRequest) Reset

func (x *DoppelGangerRequest) Reset()

func (*DoppelGangerRequest) String

func (x *DoppelGangerRequest) String() string

type DoppelGangerRequest_ValidatorRequest

type DoppelGangerRequest_ValidatorRequest struct {
	PublicKey  []byte                                                            `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"`
	Epoch      github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 142-byte string literal not displayed */
	SignedRoot []byte                                                            `protobuf:"bytes,2,opt,name=signed_root,json=signedRoot,proto3" json:"signed_root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

func (*DoppelGangerRequest_ValidatorRequest) Descriptor deprecated

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

Deprecated: Use DoppelGangerRequest_ValidatorRequest.ProtoReflect.Descriptor instead.

func (*DoppelGangerRequest_ValidatorRequest) GetPublicKey

func (x *DoppelGangerRequest_ValidatorRequest) GetPublicKey() []byte

func (*DoppelGangerRequest_ValidatorRequest) GetSignedRoot

func (x *DoppelGangerRequest_ValidatorRequest) GetSignedRoot() []byte

func (*DoppelGangerRequest_ValidatorRequest) ProtoMessage

func (*DoppelGangerRequest_ValidatorRequest) ProtoMessage()

func (*DoppelGangerRequest_ValidatorRequest) ProtoReflect

func (*DoppelGangerRequest_ValidatorRequest) Reset

func (*DoppelGangerRequest_ValidatorRequest) String

type DoppelGangerResponse deprecated

type DoppelGangerResponse struct {
	Responses []*DoppelGangerResponse_ValidatorResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*DoppelGangerResponse) Descriptor deprecated

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

Deprecated: Use DoppelGangerResponse.ProtoReflect.Descriptor instead.

func (*DoppelGangerResponse) GetResponses

func (*DoppelGangerResponse) ProtoMessage

func (*DoppelGangerResponse) ProtoMessage()

func (*DoppelGangerResponse) ProtoReflect

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

func (*DoppelGangerResponse) Reset

func (x *DoppelGangerResponse) Reset()

func (*DoppelGangerResponse) String

func (x *DoppelGangerResponse) String() string

type DoppelGangerResponse_ValidatorResponse

type DoppelGangerResponse_ValidatorResponse struct {
	PublicKey       []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"`
	DuplicateExists bool   `protobuf:"varint,2,opt,name=duplicate_exists,json=duplicateExists,proto3" json:"duplicate_exists,omitempty"`
	// contains filtered or unexported fields
}

func (*DoppelGangerResponse_ValidatorResponse) Descriptor deprecated

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

Deprecated: Use DoppelGangerResponse_ValidatorResponse.ProtoReflect.Descriptor instead.

func (*DoppelGangerResponse_ValidatorResponse) GetDuplicateExists

func (x *DoppelGangerResponse_ValidatorResponse) GetDuplicateExists() bool

func (*DoppelGangerResponse_ValidatorResponse) GetPublicKey

func (x *DoppelGangerResponse_ValidatorResponse) GetPublicKey() []byte

func (*DoppelGangerResponse_ValidatorResponse) ProtoMessage

func (*DoppelGangerResponse_ValidatorResponse) ProtoReflect

func (*DoppelGangerResponse_ValidatorResponse) Reset

func (*DoppelGangerResponse_ValidatorResponse) String

type DutiesRequest deprecated

type DutiesRequest struct {
	Epoch      github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 142-byte string literal not displayed */
	PublicKeys [][]byte                                                          `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*DutiesRequest) Descriptor deprecated

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

Deprecated: Use DutiesRequest.ProtoReflect.Descriptor instead.

func (*DutiesRequest) GetPublicKeys

func (x *DutiesRequest) GetPublicKeys() [][]byte

func (*DutiesRequest) ProtoMessage

func (*DutiesRequest) ProtoMessage()

func (*DutiesRequest) ProtoReflect

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

func (*DutiesRequest) Reset

func (x *DutiesRequest) Reset()

func (*DutiesRequest) String

func (x *DutiesRequest) String() string

type DutiesResponse deprecated

type DutiesResponse struct {
	CurrentEpochDuties        []*DutiesResponse_Duty `protobuf:"bytes,2,rep,name=current_epoch_duties,json=currentEpochDuties,proto3" json:"current_epoch_duties,omitempty"`
	NextEpochDuties           []*DutiesResponse_Duty `protobuf:"bytes,3,rep,name=next_epoch_duties,json=nextEpochDuties,proto3" json:"next_epoch_duties,omitempty"`
	PreviousDutyDependentRoot []byte                 `` /* 154-byte string literal not displayed */
	CurrentDutyDependentRoot  []byte                 `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*DutiesResponse) Descriptor deprecated

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

Deprecated: Use DutiesResponse.ProtoReflect.Descriptor instead.

func (*DutiesResponse) GetCurrentDutyDependentRoot

func (x *DutiesResponse) GetCurrentDutyDependentRoot() []byte

func (*DutiesResponse) GetCurrentEpochDuties

func (x *DutiesResponse) GetCurrentEpochDuties() []*DutiesResponse_Duty

func (*DutiesResponse) GetNextEpochDuties

func (x *DutiesResponse) GetNextEpochDuties() []*DutiesResponse_Duty

func (*DutiesResponse) GetPreviousDutyDependentRoot

func (x *DutiesResponse) GetPreviousDutyDependentRoot() []byte

func (*DutiesResponse) ProtoMessage

func (*DutiesResponse) ProtoMessage()

func (*DutiesResponse) ProtoReflect

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

func (*DutiesResponse) Reset

func (x *DutiesResponse) Reset()

func (*DutiesResponse) String

func (x *DutiesResponse) String() string

type DutiesResponse_Duty

type DutiesResponse_Duty struct {
	Committee        []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 166-byte string literal not displayed */
	CommitteeIndex   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex   `` /* 191-byte string literal not displayed */
	AttesterSlot     github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot             `` /* 175-byte string literal not displayed */
	ProposerSlots    []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 185-byte string literal not displayed */
	PublicKey        []byte                                                                       `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	Status           ValidatorStatus                                                              `protobuf:"varint,6,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"`
	ValidatorIndex   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex   `` /* 191-byte string literal not displayed */
	IsSyncCommittee  bool                                                                         `protobuf:"varint,8,opt,name=is_sync_committee,json=isSyncCommittee,proto3" json:"is_sync_committee,omitempty"`
	CommitteesAtSlot uint64                                                                       `protobuf:"varint,9,opt,name=committees_at_slot,json=committeesAtSlot,proto3" json:"committees_at_slot,omitempty"`
	// contains filtered or unexported fields
}

func (*DutiesResponse_Duty) Descriptor deprecated

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

Deprecated: Use DutiesResponse_Duty.ProtoReflect.Descriptor instead.

func (*DutiesResponse_Duty) GetCommitteesAtSlot

func (x *DutiesResponse_Duty) GetCommitteesAtSlot() uint64

func (*DutiesResponse_Duty) GetIsSyncCommittee

func (x *DutiesResponse_Duty) GetIsSyncCommittee() bool

func (*DutiesResponse_Duty) GetPublicKey

func (x *DutiesResponse_Duty) GetPublicKey() []byte

func (*DutiesResponse_Duty) GetStatus

func (x *DutiesResponse_Duty) GetStatus() ValidatorStatus

func (*DutiesResponse_Duty) ProtoMessage

func (*DutiesResponse_Duty) ProtoMessage()

func (*DutiesResponse_Duty) ProtoReflect

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

func (*DutiesResponse_Duty) Reset

func (x *DutiesResponse_Duty) Reset()

func (*DutiesResponse_Duty) String

func (x *DutiesResponse_Duty) String() string

type DutiesV2Response deprecated

type DutiesV2Response struct {
	CurrentEpochDuties        []*DutiesV2Response_Duty `protobuf:"bytes,1,rep,name=current_epoch_duties,json=currentEpochDuties,proto3" json:"current_epoch_duties,omitempty"`
	NextEpochDuties           []*DutiesV2Response_Duty `protobuf:"bytes,2,rep,name=next_epoch_duties,json=nextEpochDuties,proto3" json:"next_epoch_duties,omitempty"`
	PreviousDutyDependentRoot []byte                   `` /* 154-byte string literal not displayed */
	CurrentDutyDependentRoot  []byte                   `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*DutiesV2Response) Descriptor deprecated

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

Deprecated: Use DutiesV2Response.ProtoReflect.Descriptor instead.

func (*DutiesV2Response) GetCurrentDutyDependentRoot

func (x *DutiesV2Response) GetCurrentDutyDependentRoot() []byte

func (*DutiesV2Response) GetCurrentEpochDuties

func (x *DutiesV2Response) GetCurrentEpochDuties() []*DutiesV2Response_Duty

func (*DutiesV2Response) GetNextEpochDuties

func (x *DutiesV2Response) GetNextEpochDuties() []*DutiesV2Response_Duty

func (*DutiesV2Response) GetPreviousDutyDependentRoot

func (x *DutiesV2Response) GetPreviousDutyDependentRoot() []byte

func (*DutiesV2Response) ProtoMessage

func (*DutiesV2Response) ProtoMessage()

func (*DutiesV2Response) ProtoReflect

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

func (*DutiesV2Response) Reset

func (x *DutiesV2Response) Reset()

func (*DutiesV2Response) String

func (x *DutiesV2Response) String() string

type DutiesV2Response_Duty

type DutiesV2Response_Duty struct {
	CommitteeLength         uint64                                                                     `protobuf:"varint,1,opt,name=committee_length,json=committeeLength,proto3" json:"committee_length,omitempty"`
	CommitteeIndex          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `` /* 191-byte string literal not displayed */
	CommitteesAtSlot        uint64                                                                     `protobuf:"varint,3,opt,name=committees_at_slot,json=committeesAtSlot,proto3" json:"committees_at_slot,omitempty"`
	ValidatorCommitteeIndex uint64                                                                     `` /* 133-byte string literal not displayed */
	AttesterSlot            github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 175-byte string literal not displayed */
	ProposerSlots           []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot         `` /* 185-byte string literal not displayed */
	PublicKey               []byte                                                                     `protobuf:"bytes,7,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	Status                  ValidatorStatus                                                            `protobuf:"varint,8,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"`
	ValidatorIndex          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 191-byte string literal not displayed */
	IsSyncCommittee         bool                                                                       `protobuf:"varint,10,opt,name=is_sync_committee,json=isSyncCommittee,proto3" json:"is_sync_committee,omitempty"`
	// contains filtered or unexported fields
}

func (*DutiesV2Response_Duty) Descriptor deprecated

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

Deprecated: Use DutiesV2Response_Duty.ProtoReflect.Descriptor instead.

func (*DutiesV2Response_Duty) GetCommitteeLength

func (x *DutiesV2Response_Duty) GetCommitteeLength() uint64

func (*DutiesV2Response_Duty) GetCommitteesAtSlot

func (x *DutiesV2Response_Duty) GetCommitteesAtSlot() uint64

func (*DutiesV2Response_Duty) GetIsSyncCommittee

func (x *DutiesV2Response_Duty) GetIsSyncCommittee() bool

func (*DutiesV2Response_Duty) GetPublicKey

func (x *DutiesV2Response_Duty) GetPublicKey() []byte

func (*DutiesV2Response_Duty) GetStatus

func (x *DutiesV2Response_Duty) GetStatus() ValidatorStatus

func (*DutiesV2Response_Duty) GetValidatorCommitteeIndex

func (x *DutiesV2Response_Duty) GetValidatorCommitteeIndex() uint64

func (*DutiesV2Response_Duty) ProtoMessage

func (*DutiesV2Response_Duty) ProtoMessage()

func (*DutiesV2Response_Duty) ProtoReflect

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

func (*DutiesV2Response_Duty) Reset

func (x *DutiesV2Response_Duty) Reset()

func (*DutiesV2Response_Duty) String

func (x *DutiesV2Response_Duty) String() string

type ENRForkID

type ENRForkID struct {
	CurrentForkDigest []byte                                                            `` /* 127-byte string literal not displayed */
	NextForkVersion   []byte                                                            `protobuf:"bytes,2,opt,name=next_fork_version,json=nextForkVersion,proto3" json:"next_fork_version,omitempty" ssz-size:"4"`
	NextForkEpoch     github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 181-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ENRForkID) Descriptor deprecated

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

Deprecated: Use ENRForkID.ProtoReflect.Descriptor instead.

func (*ENRForkID) GetCurrentForkDigest

func (x *ENRForkID) GetCurrentForkDigest() []byte

func (*ENRForkID) GetNextForkVersion

func (x *ENRForkID) GetNextForkVersion() []byte

func (*ENRForkID) HashTreeRoot

func (e *ENRForkID) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the ENRForkID object

func (*ENRForkID) HashTreeRootWith

func (e *ENRForkID) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the ENRForkID object with a hasher

func (*ENRForkID) MarshalSSZ

func (e *ENRForkID) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the ENRForkID object

func (*ENRForkID) MarshalSSZTo

func (e *ENRForkID) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the ENRForkID object to a target array

func (*ENRForkID) ProtoMessage

func (*ENRForkID) ProtoMessage()

func (*ENRForkID) ProtoReflect

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

func (*ENRForkID) Reset

func (x *ENRForkID) Reset()

func (*ENRForkID) SizeSSZ

func (e *ENRForkID) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the ENRForkID object

func (*ENRForkID) String

func (x *ENRForkID) String() string

func (*ENRForkID) UnmarshalSSZ

func (e *ENRForkID) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the ENRForkID object

type ETH1ChainData

type ETH1ChainData struct {
	CurrentEth1Data   *LatestETH1Data     `protobuf:"bytes,1,opt,name=current_eth1_data,json=currentEth1Data,proto3" json:"current_eth1_data,omitempty"`
	ChainstartData    *ChainStartData     `protobuf:"bytes,2,opt,name=chainstart_data,json=chainstartData,proto3" json:"chainstart_data,omitempty"`
	BeaconState       *BeaconState        `protobuf:"bytes,3,opt,name=beacon_state,json=beaconState,proto3" json:"beacon_state,omitempty"`
	Trie              *SparseMerkleTrie   `protobuf:"bytes,4,opt,name=trie,proto3" json:"trie,omitempty"`
	DepositContainers []*DepositContainer `protobuf:"bytes,5,rep,name=deposit_containers,json=depositContainers,proto3" json:"deposit_containers,omitempty"`
	DepositSnapshot   *DepositSnapshot    `protobuf:"bytes,6,opt,name=deposit_snapshot,json=depositSnapshot,proto3" json:"deposit_snapshot,omitempty"`
	// contains filtered or unexported fields
}

func (*ETH1ChainData) Descriptor deprecated

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

Deprecated: Use ETH1ChainData.ProtoReflect.Descriptor instead.

func (*ETH1ChainData) GetBeaconState

func (x *ETH1ChainData) GetBeaconState() *BeaconState

func (*ETH1ChainData) GetChainstartData

func (x *ETH1ChainData) GetChainstartData() *ChainStartData

func (*ETH1ChainData) GetCurrentEth1Data

func (x *ETH1ChainData) GetCurrentEth1Data() *LatestETH1Data

func (*ETH1ChainData) GetDepositContainers

func (x *ETH1ChainData) GetDepositContainers() []*DepositContainer

func (*ETH1ChainData) GetDepositSnapshot

func (x *ETH1ChainData) GetDepositSnapshot() *DepositSnapshot

func (*ETH1ChainData) GetTrie

func (x *ETH1ChainData) GetTrie() *SparseMerkleTrie

func (*ETH1ChainData) ProtoMessage

func (*ETH1ChainData) ProtoMessage()

func (*ETH1ChainData) ProtoReflect

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

func (*ETH1ChainData) Reset

func (x *ETH1ChainData) Reset()

func (*ETH1ChainData) String

func (x *ETH1ChainData) String() string

type ETH1ConnectionStatus deprecated

type ETH1ConnectionStatus struct {
	CurrentAddress         string   `protobuf:"bytes,1,opt,name=current_address,json=currentAddress,proto3" json:"current_address,omitempty"`
	CurrentConnectionError string   `` /* 129-byte string literal not displayed */
	Addresses              []string `protobuf:"bytes,3,rep,name=addresses,proto3" json:"addresses,omitempty"`
	ConnectionErrors       []string `protobuf:"bytes,4,rep,name=connection_errors,json=connectionErrors,proto3" json:"connection_errors,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/node.proto.

func (*ETH1ConnectionStatus) Descriptor deprecated

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

Deprecated: Use ETH1ConnectionStatus.ProtoReflect.Descriptor instead.

func (*ETH1ConnectionStatus) GetAddresses

func (x *ETH1ConnectionStatus) GetAddresses() []string

func (*ETH1ConnectionStatus) GetConnectionErrors

func (x *ETH1ConnectionStatus) GetConnectionErrors() []string

func (*ETH1ConnectionStatus) GetCurrentAddress

func (x *ETH1ConnectionStatus) GetCurrentAddress() string

func (*ETH1ConnectionStatus) GetCurrentConnectionError

func (x *ETH1ConnectionStatus) GetCurrentConnectionError() string

func (*ETH1ConnectionStatus) ProtoMessage

func (*ETH1ConnectionStatus) ProtoMessage()

func (*ETH1ConnectionStatus) ProtoReflect

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

func (*ETH1ConnectionStatus) Reset

func (x *ETH1ConnectionStatus) Reset()

func (*ETH1ConnectionStatus) String

func (x *ETH1ConnectionStatus) String() string

type Eth1Data

type Eth1Data struct {
	DepositRoot  []byte `protobuf:"bytes,1,opt,name=deposit_root,json=depositRoot,proto3" json:"deposit_root,omitempty" ssz-size:"32"`
	DepositCount uint64 `protobuf:"varint,2,opt,name=deposit_count,json=depositCount,proto3" json:"deposit_count,omitempty"`
	BlockHash    []byte `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

func (*Eth1Data) Copy

func (data *Eth1Data) Copy() *Eth1Data

Copy --

func (*Eth1Data) Descriptor deprecated

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

Deprecated: Use Eth1Data.ProtoReflect.Descriptor instead.

func (*Eth1Data) GetBlockHash

func (x *Eth1Data) GetBlockHash() []byte

func (*Eth1Data) GetDepositCount

func (x *Eth1Data) GetDepositCount() uint64

func (*Eth1Data) GetDepositRoot

func (x *Eth1Data) GetDepositRoot() []byte

func (*Eth1Data) HashTreeRoot

func (e *Eth1Data) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the Eth1Data object

func (*Eth1Data) HashTreeRootWith

func (e *Eth1Data) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the Eth1Data object with a hasher

func (*Eth1Data) MarshalSSZ

func (e *Eth1Data) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Eth1Data object

func (*Eth1Data) MarshalSSZTo

func (e *Eth1Data) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the Eth1Data object to a target array

func (*Eth1Data) ProtoMessage

func (*Eth1Data) ProtoMessage()

func (*Eth1Data) ProtoReflect

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

func (*Eth1Data) Reset

func (x *Eth1Data) Reset()

func (*Eth1Data) SizeSSZ

func (e *Eth1Data) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the Eth1Data object

func (*Eth1Data) String

func (x *Eth1Data) String() string

func (*Eth1Data) UnmarshalSSZ

func (e *Eth1Data) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Eth1Data object

type ExecutionPayloadBid

type ExecutionPayloadBid struct {
	ParentBlockHash        []byte                                                                     `protobuf:"bytes,1,opt,name=parent_block_hash,json=parentBlockHash,proto3" json:"parent_block_hash,omitempty" ssz-size:"32"`
	ParentBlockRoot        []byte                                                                     `protobuf:"bytes,2,opt,name=parent_block_root,json=parentBlockRoot,proto3" json:"parent_block_root,omitempty" ssz-size:"32"`
	BlockHash              []byte                                                                     `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty" ssz-size:"32"`
	FeeRecipient           []byte                                                                     `protobuf:"bytes,4,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty" ssz-size:"20"`
	GasLimit               uint64                                                                     `protobuf:"varint,5,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"`
	BuilderIndex           github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 185-byte string literal not displayed */
	Slot                   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	Value                  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei           `` /* 141-byte string literal not displayed */
	BlobKzgCommitmentsRoot []byte                                                                     `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExecutionPayloadBid) Copy added in v7.1.0

func (header *ExecutionPayloadBid) Copy() *ExecutionPayloadBid

Copy creates a deep copy of ExecutionPayloadBid.

func (*ExecutionPayloadBid) Descriptor deprecated

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

Deprecated: Use ExecutionPayloadBid.ProtoReflect.Descriptor instead.

func (*ExecutionPayloadBid) GetBlobKzgCommitmentsRoot

func (x *ExecutionPayloadBid) GetBlobKzgCommitmentsRoot() []byte

func (*ExecutionPayloadBid) GetBlockHash

func (x *ExecutionPayloadBid) GetBlockHash() []byte

func (*ExecutionPayloadBid) GetFeeRecipient

func (x *ExecutionPayloadBid) GetFeeRecipient() []byte

func (*ExecutionPayloadBid) GetGasLimit

func (x *ExecutionPayloadBid) GetGasLimit() uint64

func (*ExecutionPayloadBid) GetParentBlockHash

func (x *ExecutionPayloadBid) GetParentBlockHash() []byte

func (*ExecutionPayloadBid) GetParentBlockRoot

func (x *ExecutionPayloadBid) GetParentBlockRoot() []byte

func (*ExecutionPayloadBid) HashTreeRoot

func (e *ExecutionPayloadBid) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the ExecutionPayloadBid object

func (*ExecutionPayloadBid) HashTreeRootWith

func (e *ExecutionPayloadBid) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the ExecutionPayloadBid object with a hasher

func (*ExecutionPayloadBid) MarshalSSZ

func (e *ExecutionPayloadBid) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the ExecutionPayloadBid object

func (*ExecutionPayloadBid) MarshalSSZTo

func (e *ExecutionPayloadBid) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the ExecutionPayloadBid object to a target array

func (*ExecutionPayloadBid) ProtoMessage

func (*ExecutionPayloadBid) ProtoMessage()

func (*ExecutionPayloadBid) ProtoReflect

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

func (*ExecutionPayloadBid) Reset

func (x *ExecutionPayloadBid) Reset()

func (*ExecutionPayloadBid) SizeSSZ

func (e *ExecutionPayloadBid) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the ExecutionPayloadBid object

func (*ExecutionPayloadBid) String

func (x *ExecutionPayloadBid) String() string

func (*ExecutionPayloadBid) UnmarshalSSZ

func (e *ExecutionPayloadBid) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the ExecutionPayloadBid object

type ExecutionPayloadEnvelope

type ExecutionPayloadEnvelope struct {
	Payload            *v1.ExecutionPayloadDeneb                                                  `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	ExecutionRequests  *v1.ExecutionRequests                                                      `protobuf:"bytes,2,opt,name=execution_requests,json=executionRequests,proto3" json:"execution_requests,omitempty"`
	BuilderIndex       github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 185-byte string literal not displayed */
	BeaconBlockRoot    []byte                                                                     `protobuf:"bytes,4,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"`
	Slot               github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	BlobKzgCommitments [][]byte                                                                   `` /* 148-byte string literal not displayed */
	StateRoot          []byte                                                                     `protobuf:"bytes,7,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

func (*ExecutionPayloadEnvelope) Descriptor deprecated

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

Deprecated: Use ExecutionPayloadEnvelope.ProtoReflect.Descriptor instead.

func (*ExecutionPayloadEnvelope) GetBeaconBlockRoot

func (x *ExecutionPayloadEnvelope) GetBeaconBlockRoot() []byte

func (*ExecutionPayloadEnvelope) GetBlobKzgCommitments

func (x *ExecutionPayloadEnvelope) GetBlobKzgCommitments() [][]byte

func (*ExecutionPayloadEnvelope) GetExecutionRequests

func (x *ExecutionPayloadEnvelope) GetExecutionRequests() *v1.ExecutionRequests

func (*ExecutionPayloadEnvelope) GetPayload

func (*ExecutionPayloadEnvelope) GetStateRoot

func (x *ExecutionPayloadEnvelope) GetStateRoot() []byte

func (*ExecutionPayloadEnvelope) HashTreeRoot

func (e *ExecutionPayloadEnvelope) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the ExecutionPayloadEnvelope object

func (*ExecutionPayloadEnvelope) HashTreeRootWith

func (e *ExecutionPayloadEnvelope) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the ExecutionPayloadEnvelope object with a hasher

func (*ExecutionPayloadEnvelope) MarshalSSZ

func (e *ExecutionPayloadEnvelope) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the ExecutionPayloadEnvelope object

func (*ExecutionPayloadEnvelope) MarshalSSZTo

func (e *ExecutionPayloadEnvelope) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the ExecutionPayloadEnvelope object to a target array

func (*ExecutionPayloadEnvelope) ProtoMessage

func (*ExecutionPayloadEnvelope) ProtoMessage()

func (*ExecutionPayloadEnvelope) ProtoReflect

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

func (*ExecutionPayloadEnvelope) Reset

func (x *ExecutionPayloadEnvelope) Reset()

func (*ExecutionPayloadEnvelope) SizeSSZ

func (e *ExecutionPayloadEnvelope) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the ExecutionPayloadEnvelope object

func (*ExecutionPayloadEnvelope) String

func (x *ExecutionPayloadEnvelope) String() string

func (*ExecutionPayloadEnvelope) UnmarshalSSZ

func (e *ExecutionPayloadEnvelope) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the ExecutionPayloadEnvelope object

type FeeRecipientByPubKeyRequest deprecated

type FeeRecipientByPubKeyRequest struct {
	PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*FeeRecipientByPubKeyRequest) Descriptor deprecated

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

Deprecated: Use FeeRecipientByPubKeyRequest.ProtoReflect.Descriptor instead.

func (*FeeRecipientByPubKeyRequest) GetPublicKey

func (x *FeeRecipientByPubKeyRequest) GetPublicKey() []byte

func (*FeeRecipientByPubKeyRequest) ProtoMessage

func (*FeeRecipientByPubKeyRequest) ProtoMessage()

func (*FeeRecipientByPubKeyRequest) ProtoReflect

func (*FeeRecipientByPubKeyRequest) Reset

func (x *FeeRecipientByPubKeyRequest) Reset()

func (*FeeRecipientByPubKeyRequest) String

func (x *FeeRecipientByPubKeyRequest) String() string

type FeeRecipientByPubKeyResponse deprecated

type FeeRecipientByPubKeyResponse struct {
	FeeRecipient []byte `protobuf:"bytes,1,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty" ssz-size:"20"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*FeeRecipientByPubKeyResponse) Descriptor deprecated

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

Deprecated: Use FeeRecipientByPubKeyResponse.ProtoReflect.Descriptor instead.

func (*FeeRecipientByPubKeyResponse) GetFeeRecipient

func (x *FeeRecipientByPubKeyResponse) GetFeeRecipient() []byte

func (*FeeRecipientByPubKeyResponse) ProtoMessage

func (*FeeRecipientByPubKeyResponse) ProtoMessage()

func (*FeeRecipientByPubKeyResponse) ProtoReflect

func (*FeeRecipientByPubKeyResponse) Reset

func (x *FeeRecipientByPubKeyResponse) Reset()

func (*FeeRecipientByPubKeyResponse) String

type FinalizedBlockRootContainer

type FinalizedBlockRootContainer struct {
	ParentRoot []byte `protobuf:"bytes,1,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty"`
	ChildRoot  []byte `protobuf:"bytes,2,opt,name=child_root,json=childRoot,proto3" json:"child_root,omitempty"`
	// contains filtered or unexported fields
}

func (*FinalizedBlockRootContainer) Descriptor deprecated

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

Deprecated: Use FinalizedBlockRootContainer.ProtoReflect.Descriptor instead.

func (*FinalizedBlockRootContainer) GetChildRoot

func (x *FinalizedBlockRootContainer) GetChildRoot() []byte

func (*FinalizedBlockRootContainer) GetParentRoot

func (x *FinalizedBlockRootContainer) GetParentRoot() []byte

func (*FinalizedBlockRootContainer) ProtoMessage

func (*FinalizedBlockRootContainer) ProtoMessage()

func (*FinalizedBlockRootContainer) ProtoReflect

func (*FinalizedBlockRootContainer) Reset

func (x *FinalizedBlockRootContainer) Reset()

func (*FinalizedBlockRootContainer) String

func (x *FinalizedBlockRootContainer) String() string

type Fork

type Fork struct {
	PreviousVersion []byte                                                            `protobuf:"bytes,1,opt,name=previous_version,json=previousVersion,proto3" json:"previous_version,omitempty" ssz-size:"4"`
	CurrentVersion  []byte                                                            `protobuf:"bytes,2,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty" ssz-size:"4"`
	Epoch           github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Fork) Descriptor deprecated

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

Deprecated: Use Fork.ProtoReflect.Descriptor instead.

func (*Fork) GetCurrentVersion

func (x *Fork) GetCurrentVersion() []byte

func (*Fork) GetPreviousVersion

func (x *Fork) GetPreviousVersion() []byte

func (*Fork) HashTreeRoot

func (f *Fork) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the Fork object

func (*Fork) HashTreeRootWith

func (f *Fork) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the Fork object with a hasher

func (*Fork) MarshalSSZ

func (f *Fork) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Fork object

func (*Fork) MarshalSSZTo

func (f *Fork) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the Fork object to a target array

func (*Fork) ProtoMessage

func (*Fork) ProtoMessage()

func (*Fork) ProtoReflect

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

func (*Fork) Reset

func (x *Fork) Reset()

func (*Fork) SizeSSZ

func (f *Fork) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the Fork object

func (*Fork) String

func (x *Fork) String() string

func (*Fork) UnmarshalSSZ

func (f *Fork) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Fork object

type ForkData

type ForkData struct {
	CurrentVersion        []byte `protobuf:"bytes,4,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty" ssz-size:"4"`
	GenesisValidatorsRoot []byte `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ForkData) Descriptor deprecated

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

Deprecated: Use ForkData.ProtoReflect.Descriptor instead.

func (*ForkData) GetCurrentVersion

func (x *ForkData) GetCurrentVersion() []byte

func (*ForkData) GetGenesisValidatorsRoot

func (x *ForkData) GetGenesisValidatorsRoot() []byte

func (*ForkData) HashTreeRoot

func (f *ForkData) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the ForkData object

func (*ForkData) HashTreeRootWith

func (f *ForkData) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the ForkData object with a hasher

func (*ForkData) MarshalSSZ

func (f *ForkData) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the ForkData object

func (*ForkData) MarshalSSZTo

func (f *ForkData) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the ForkData object to a target array

func (*ForkData) ProtoMessage

func (*ForkData) ProtoMessage()

func (*ForkData) ProtoReflect

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

func (*ForkData) Reset

func (x *ForkData) Reset()

func (*ForkData) SizeSSZ

func (f *ForkData) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the ForkData object

func (*ForkData) String

func (x *ForkData) String() string

func (*ForkData) UnmarshalSSZ

func (f *ForkData) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the ForkData object

type GenericBeaconBlock deprecated

type GenericBeaconBlock struct {

	// Types that are valid to be assigned to Block:
	//
	//	*GenericBeaconBlock_Phase0
	//	*GenericBeaconBlock_Altair
	//	*GenericBeaconBlock_Bellatrix
	//	*GenericBeaconBlock_BlindedBellatrix
	//	*GenericBeaconBlock_Capella
	//	*GenericBeaconBlock_BlindedCapella
	//	*GenericBeaconBlock_Deneb
	//	*GenericBeaconBlock_BlindedDeneb
	//	*GenericBeaconBlock_Electra
	//	*GenericBeaconBlock_BlindedElectra
	//	*GenericBeaconBlock_Fulu
	//	*GenericBeaconBlock_BlindedFulu
	//	*GenericBeaconBlock_Gloas
	Block        isGenericBeaconBlock_Block `protobuf_oneof:"block"`
	IsBlinded    bool                       `protobuf:"varint,100,opt,name=is_blinded,json=isBlinded,proto3" json:"is_blinded,omitempty"`
	PayloadValue string                     `protobuf:"bytes,101,opt,name=payload_value,json=payloadValue,proto3" json:"payload_value,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_block.proto.

func (*GenericBeaconBlock) Descriptor deprecated

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

Deprecated: Use GenericBeaconBlock.ProtoReflect.Descriptor instead.

func (*GenericBeaconBlock) GetAltair

func (x *GenericBeaconBlock) GetAltair() *BeaconBlockAltair

func (*GenericBeaconBlock) GetBellatrix

func (x *GenericBeaconBlock) GetBellatrix() *BeaconBlockBellatrix

func (*GenericBeaconBlock) GetBlindedBellatrix

func (x *GenericBeaconBlock) GetBlindedBellatrix() *BlindedBeaconBlockBellatrix

func (*GenericBeaconBlock) GetBlindedCapella

func (x *GenericBeaconBlock) GetBlindedCapella() *BlindedBeaconBlockCapella

func (*GenericBeaconBlock) GetBlindedDeneb

func (x *GenericBeaconBlock) GetBlindedDeneb() *BlindedBeaconBlockDeneb

func (*GenericBeaconBlock) GetBlindedElectra

func (x *GenericBeaconBlock) GetBlindedElectra() *BlindedBeaconBlockElectra

func (*GenericBeaconBlock) GetBlindedFulu

func (x *GenericBeaconBlock) GetBlindedFulu() *BlindedBeaconBlockFulu

func (*GenericBeaconBlock) GetBlock

func (x *GenericBeaconBlock) GetBlock() isGenericBeaconBlock_Block

func (*GenericBeaconBlock) GetCapella

func (x *GenericBeaconBlock) GetCapella() *BeaconBlockCapella

func (*GenericBeaconBlock) GetDeneb

func (*GenericBeaconBlock) GetElectra

func (*GenericBeaconBlock) GetFulu

func (*GenericBeaconBlock) GetGloas

func (x *GenericBeaconBlock) GetGloas() *BeaconBlockGloas

func (*GenericBeaconBlock) GetIsBlinded

func (x *GenericBeaconBlock) GetIsBlinded() bool

func (*GenericBeaconBlock) GetPayloadValue

func (x *GenericBeaconBlock) GetPayloadValue() string

func (*GenericBeaconBlock) GetPhase0

func (x *GenericBeaconBlock) GetPhase0() *BeaconBlock

func (*GenericBeaconBlock) ProtoMessage

func (*GenericBeaconBlock) ProtoMessage()

func (*GenericBeaconBlock) ProtoReflect

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

func (*GenericBeaconBlock) Reset

func (x *GenericBeaconBlock) Reset()

func (*GenericBeaconBlock) String

func (x *GenericBeaconBlock) String() string

type GenericBeaconBlock_Altair

type GenericBeaconBlock_Altair struct {
	Altair *BeaconBlockAltair `protobuf:"bytes,2,opt,name=altair,proto3,oneof"`
}

type GenericBeaconBlock_Bellatrix

type GenericBeaconBlock_Bellatrix struct {
	Bellatrix *BeaconBlockBellatrix `protobuf:"bytes,3,opt,name=bellatrix,proto3,oneof"`
}

type GenericBeaconBlock_BlindedBellatrix

type GenericBeaconBlock_BlindedBellatrix struct {
	BlindedBellatrix *BlindedBeaconBlockBellatrix `protobuf:"bytes,4,opt,name=blinded_bellatrix,json=blindedBellatrix,proto3,oneof"`
}

type GenericBeaconBlock_BlindedCapella

type GenericBeaconBlock_BlindedCapella struct {
	BlindedCapella *BlindedBeaconBlockCapella `protobuf:"bytes,6,opt,name=blinded_capella,json=blindedCapella,proto3,oneof"`
}

type GenericBeaconBlock_BlindedDeneb

type GenericBeaconBlock_BlindedDeneb struct {
	BlindedDeneb *BlindedBeaconBlockDeneb `protobuf:"bytes,8,opt,name=blinded_deneb,json=blindedDeneb,proto3,oneof"`
}

type GenericBeaconBlock_BlindedElectra

type GenericBeaconBlock_BlindedElectra struct {
	BlindedElectra *BlindedBeaconBlockElectra `protobuf:"bytes,10,opt,name=blinded_electra,json=blindedElectra,proto3,oneof"`
}

type GenericBeaconBlock_BlindedFulu

type GenericBeaconBlock_BlindedFulu struct {
	BlindedFulu *BlindedBeaconBlockFulu `protobuf:"bytes,12,opt,name=blinded_fulu,json=blindedFulu,proto3,oneof"`
}

type GenericBeaconBlock_Capella

type GenericBeaconBlock_Capella struct {
	Capella *BeaconBlockCapella `protobuf:"bytes,5,opt,name=capella,proto3,oneof"`
}

type GenericBeaconBlock_Deneb

type GenericBeaconBlock_Deneb struct {
	Deneb *BeaconBlockContentsDeneb `protobuf:"bytes,7,opt,name=deneb,proto3,oneof"`
}

type GenericBeaconBlock_Electra

type GenericBeaconBlock_Electra struct {
	Electra *BeaconBlockContentsElectra `protobuf:"bytes,9,opt,name=electra,proto3,oneof"`
}

type GenericBeaconBlock_Fulu

type GenericBeaconBlock_Fulu struct {
	Fulu *BeaconBlockContentsFulu `protobuf:"bytes,11,opt,name=fulu,proto3,oneof"`
}

type GenericBeaconBlock_Gloas

type GenericBeaconBlock_Gloas struct {
	Gloas *BeaconBlockGloas `protobuf:"bytes,13,opt,name=gloas,proto3,oneof"`
}

type GenericBeaconBlock_Phase0

type GenericBeaconBlock_Phase0 struct {
	Phase0 *BeaconBlock `protobuf:"bytes,1,opt,name=phase0,proto3,oneof"`
}

type GenericConverter

type GenericConverter interface {
	ToGeneric() (*GenericBeaconBlock, error)
}

GenericConverter defines any struct that can be converted to a generic beacon block. We assume all your versioned block structs implement this method.

type GenericSignedBeaconBlock deprecated

type GenericSignedBeaconBlock struct {

	// Types that are valid to be assigned to Block:
	//
	//	*GenericSignedBeaconBlock_Phase0
	//	*GenericSignedBeaconBlock_Altair
	//	*GenericSignedBeaconBlock_Bellatrix
	//	*GenericSignedBeaconBlock_BlindedBellatrix
	//	*GenericSignedBeaconBlock_Capella
	//	*GenericSignedBeaconBlock_BlindedCapella
	//	*GenericSignedBeaconBlock_Deneb
	//	*GenericSignedBeaconBlock_BlindedDeneb
	//	*GenericSignedBeaconBlock_Electra
	//	*GenericSignedBeaconBlock_BlindedElectra
	//	*GenericSignedBeaconBlock_Fulu
	//	*GenericSignedBeaconBlock_BlindedFulu
	//	*GenericSignedBeaconBlock_Gloas
	Block     isGenericSignedBeaconBlock_Block `protobuf_oneof:"block"`
	IsBlinded bool                             `protobuf:"varint,100,opt,name=is_blinded,json=isBlinded,proto3" json:"is_blinded,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_block.proto.

func (*GenericSignedBeaconBlock) Descriptor deprecated

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

Deprecated: Use GenericSignedBeaconBlock.ProtoReflect.Descriptor instead.

func (*GenericSignedBeaconBlock) GetAltair

func (*GenericSignedBeaconBlock) GetBellatrix

func (*GenericSignedBeaconBlock) GetBlindedBellatrix

func (*GenericSignedBeaconBlock) GetBlindedCapella

func (*GenericSignedBeaconBlock) GetBlindedDeneb

func (*GenericSignedBeaconBlock) GetBlindedElectra

func (*GenericSignedBeaconBlock) GetBlindedFulu

func (*GenericSignedBeaconBlock) GetBlock

func (x *GenericSignedBeaconBlock) GetBlock() isGenericSignedBeaconBlock_Block

func (*GenericSignedBeaconBlock) GetCapella

func (*GenericSignedBeaconBlock) GetDeneb

func (*GenericSignedBeaconBlock) GetElectra

func (*GenericSignedBeaconBlock) GetFulu

func (*GenericSignedBeaconBlock) GetGloas

func (*GenericSignedBeaconBlock) GetIsBlinded

func (x *GenericSignedBeaconBlock) GetIsBlinded() bool

func (*GenericSignedBeaconBlock) GetPhase0

func (*GenericSignedBeaconBlock) ProtoMessage

func (*GenericSignedBeaconBlock) ProtoMessage()

func (*GenericSignedBeaconBlock) ProtoReflect

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

func (*GenericSignedBeaconBlock) Reset

func (x *GenericSignedBeaconBlock) Reset()

func (*GenericSignedBeaconBlock) String

func (x *GenericSignedBeaconBlock) String() string

type GenericSignedBeaconBlock_Altair

type GenericSignedBeaconBlock_Altair struct {
	Altair *SignedBeaconBlockAltair `protobuf:"bytes,2,opt,name=altair,proto3,oneof"`
}

type GenericSignedBeaconBlock_Bellatrix

type GenericSignedBeaconBlock_Bellatrix struct {
	Bellatrix *SignedBeaconBlockBellatrix `protobuf:"bytes,3,opt,name=bellatrix,proto3,oneof"`
}

type GenericSignedBeaconBlock_BlindedBellatrix

type GenericSignedBeaconBlock_BlindedBellatrix struct {
	BlindedBellatrix *SignedBlindedBeaconBlockBellatrix `protobuf:"bytes,4,opt,name=blinded_bellatrix,json=blindedBellatrix,proto3,oneof"`
}

type GenericSignedBeaconBlock_BlindedCapella

type GenericSignedBeaconBlock_BlindedCapella struct {
	BlindedCapella *SignedBlindedBeaconBlockCapella `protobuf:"bytes,6,opt,name=blinded_capella,json=blindedCapella,proto3,oneof"`
}

type GenericSignedBeaconBlock_BlindedDeneb

type GenericSignedBeaconBlock_BlindedDeneb struct {
	BlindedDeneb *SignedBlindedBeaconBlockDeneb `protobuf:"bytes,8,opt,name=blinded_deneb,json=blindedDeneb,proto3,oneof"`
}

type GenericSignedBeaconBlock_BlindedElectra

type GenericSignedBeaconBlock_BlindedElectra struct {
	BlindedElectra *SignedBlindedBeaconBlockElectra `protobuf:"bytes,10,opt,name=blinded_electra,json=blindedElectra,proto3,oneof"`
}

type GenericSignedBeaconBlock_BlindedFulu

type GenericSignedBeaconBlock_BlindedFulu struct {
	BlindedFulu *SignedBlindedBeaconBlockFulu `protobuf:"bytes,12,opt,name=blinded_fulu,json=blindedFulu,proto3,oneof"`
}

type GenericSignedBeaconBlock_Capella

type GenericSignedBeaconBlock_Capella struct {
	Capella *SignedBeaconBlockCapella `protobuf:"bytes,5,opt,name=capella,proto3,oneof"`
}

type GenericSignedBeaconBlock_Deneb

type GenericSignedBeaconBlock_Deneb struct {
	Deneb *SignedBeaconBlockContentsDeneb `protobuf:"bytes,7,opt,name=deneb,proto3,oneof"`
}

type GenericSignedBeaconBlock_Electra

type GenericSignedBeaconBlock_Electra struct {
	Electra *SignedBeaconBlockContentsElectra `protobuf:"bytes,9,opt,name=electra,proto3,oneof"`
}

type GenericSignedBeaconBlock_Fulu

type GenericSignedBeaconBlock_Fulu struct {
	Fulu *SignedBeaconBlockContentsFulu `protobuf:"bytes,11,opt,name=fulu,proto3,oneof"`
}

type GenericSignedBeaconBlock_Gloas

type GenericSignedBeaconBlock_Gloas struct {
	Gloas *SignedBeaconBlockGloas `protobuf:"bytes,13,opt,name=gloas,proto3,oneof"`
}

type GenericSignedBeaconBlock_Phase0

type GenericSignedBeaconBlock_Phase0 struct {
	Phase0 *SignedBeaconBlock `protobuf:"bytes,1,opt,name=phase0,proto3,oneof"`
}

type Genesis deprecated

type Genesis struct {
	GenesisTime            *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	DepositContractAddress []byte                 `` /* 129-byte string literal not displayed */
	GenesisValidatorsRoot  []byte                 `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/node.proto.

func (*Genesis) Descriptor deprecated

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

Deprecated: Use Genesis.ProtoReflect.Descriptor instead.

func (*Genesis) GetDepositContractAddress

func (x *Genesis) GetDepositContractAddress() []byte

func (*Genesis) GetGenesisTime

func (x *Genesis) GetGenesisTime() *timestamppb.Timestamp

func (*Genesis) GetGenesisValidatorsRoot

func (x *Genesis) GetGenesisValidatorsRoot() []byte

func (*Genesis) ProtoMessage

func (*Genesis) ProtoMessage()

func (*Genesis) ProtoReflect

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

func (*Genesis) Reset

func (x *Genesis) Reset()

func (*Genesis) String

func (x *Genesis) String() string

type GetValidatorActiveSetChangesRequest deprecated

type GetValidatorActiveSetChangesRequest struct {

	// Types that are valid to be assigned to QueryFilter:
	//
	//	*GetValidatorActiveSetChangesRequest_Epoch
	//	*GetValidatorActiveSetChangesRequest_Genesis
	QueryFilter isGetValidatorActiveSetChangesRequest_QueryFilter `protobuf_oneof:"query_filter"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*GetValidatorActiveSetChangesRequest) Descriptor deprecated

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

Deprecated: Use GetValidatorActiveSetChangesRequest.ProtoReflect.Descriptor instead.

func (*GetValidatorActiveSetChangesRequest) GetGenesis

func (x *GetValidatorActiveSetChangesRequest) GetGenesis() bool

func (*GetValidatorActiveSetChangesRequest) GetQueryFilter

func (x *GetValidatorActiveSetChangesRequest) GetQueryFilter() isGetValidatorActiveSetChangesRequest_QueryFilter

func (*GetValidatorActiveSetChangesRequest) ProtoMessage

func (*GetValidatorActiveSetChangesRequest) ProtoMessage()

func (*GetValidatorActiveSetChangesRequest) ProtoReflect

func (*GetValidatorActiveSetChangesRequest) Reset

func (*GetValidatorActiveSetChangesRequest) String

type GetValidatorActiveSetChangesRequest_Epoch

type GetValidatorActiveSetChangesRequest_Epoch struct {
	Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"`
}

type GetValidatorActiveSetChangesRequest_Genesis

type GetValidatorActiveSetChangesRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

type GetValidatorParticipationRequest deprecated

type GetValidatorParticipationRequest struct {

	// Types that are valid to be assigned to QueryFilter:
	//
	//	*GetValidatorParticipationRequest_Epoch
	//	*GetValidatorParticipationRequest_Genesis
	QueryFilter isGetValidatorParticipationRequest_QueryFilter `protobuf_oneof:"query_filter"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*GetValidatorParticipationRequest) Descriptor deprecated

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

Deprecated: Use GetValidatorParticipationRequest.ProtoReflect.Descriptor instead.

func (*GetValidatorParticipationRequest) GetGenesis

func (x *GetValidatorParticipationRequest) GetGenesis() bool

func (*GetValidatorParticipationRequest) GetQueryFilter

func (x *GetValidatorParticipationRequest) GetQueryFilter() isGetValidatorParticipationRequest_QueryFilter

func (*GetValidatorParticipationRequest) ProtoMessage

func (*GetValidatorParticipationRequest) ProtoMessage()

func (*GetValidatorParticipationRequest) ProtoReflect

func (*GetValidatorParticipationRequest) Reset

func (*GetValidatorParticipationRequest) String

type GetValidatorParticipationRequest_Epoch

type GetValidatorParticipationRequest_Epoch struct {
	Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"`
}

type GetValidatorParticipationRequest_Genesis

type GetValidatorParticipationRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

type GetValidatorRequest deprecated

type GetValidatorRequest struct {

	// Types that are valid to be assigned to QueryFilter:
	//
	//	*GetValidatorRequest_Index
	//	*GetValidatorRequest_PublicKey
	QueryFilter isGetValidatorRequest_QueryFilter `protobuf_oneof:"query_filter"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*GetValidatorRequest) Descriptor deprecated

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

Deprecated: Use GetValidatorRequest.ProtoReflect.Descriptor instead.

func (*GetValidatorRequest) GetPublicKey

func (x *GetValidatorRequest) GetPublicKey() []byte

func (*GetValidatorRequest) GetQueryFilter

func (x *GetValidatorRequest) GetQueryFilter() isGetValidatorRequest_QueryFilter

func (*GetValidatorRequest) ProtoMessage

func (*GetValidatorRequest) ProtoMessage()

func (*GetValidatorRequest) ProtoReflect

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

func (*GetValidatorRequest) Reset

func (x *GetValidatorRequest) Reset()

func (*GetValidatorRequest) String

func (x *GetValidatorRequest) String() string

type GetValidatorRequest_Index

type GetValidatorRequest_Index struct {
	Index github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 134-byte string literal not displayed */
}

type GetValidatorRequest_PublicKey

type GetValidatorRequest_PublicKey struct {
	PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3,oneof" ssz-size:"48"`
}

type HealthClient

type HealthClient interface {
	// Deprecated: Do not use.
	StreamBeaconLogs(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (Health_StreamBeaconLogsClient, error)
}

HealthClient is the client API for Health service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewHealthClient

func NewHealthClient(cc grpc.ClientConnInterface) HealthClient

type HealthRequest deprecated

type HealthRequest struct {
	SyncingStatus uint64 `protobuf:"varint,1,opt,name=syncing_status,json=syncingStatus,proto3" json:"syncing_status,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/node.proto.

func (*HealthRequest) Descriptor deprecated

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

Deprecated: Use HealthRequest.ProtoReflect.Descriptor instead.

func (*HealthRequest) GetSyncingStatus

func (x *HealthRequest) GetSyncingStatus() uint64

func (*HealthRequest) ProtoMessage

func (*HealthRequest) ProtoMessage()

func (*HealthRequest) ProtoReflect

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

func (*HealthRequest) Reset

func (x *HealthRequest) Reset()

func (*HealthRequest) String

func (x *HealthRequest) String() string

type HealthServer

type HealthServer interface {
	// Deprecated: Do not use.
	StreamBeaconLogs(*emptypb.Empty, Health_StreamBeaconLogsServer) error
}

HealthServer is the server API for Health service.

type Health_StreamBeaconLogsClient

type Health_StreamBeaconLogsClient interface {
	Recv() (*LogsResponse, error)
	grpc.ClientStream
}

type Health_StreamBeaconLogsServer

type Health_StreamBeaconLogsServer interface {
	Send(*LogsResponse) error
	grpc.ServerStream
}

type HighestAttestation

type HighestAttestation struct {
	ValidatorIndex     uint64                                                            `protobuf:"varint,1,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty"`
	HighestSourceEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 196-byte string literal not displayed */
	HighestTargetEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 196-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HighestAttestation) Descriptor deprecated

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

Deprecated: Use HighestAttestation.ProtoReflect.Descriptor instead.

func (*HighestAttestation) GetValidatorIndex

func (x *HighestAttestation) GetValidatorIndex() uint64

func (*HighestAttestation) ProtoMessage

func (*HighestAttestation) ProtoMessage()

func (*HighestAttestation) ProtoReflect

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

func (*HighestAttestation) Reset

func (x *HighestAttestation) Reset()

func (*HighestAttestation) String

func (x *HighestAttestation) String() string

type HistoricalBatch

type HistoricalBatch struct {
	BlockRoots [][]byte `protobuf:"bytes,1,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"`
	StateRoots [][]byte `protobuf:"bytes,2,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"`
	// contains filtered or unexported fields
}

func (*HistoricalBatch) Descriptor deprecated

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

Deprecated: Use HistoricalBatch.ProtoReflect.Descriptor instead.

func (*HistoricalBatch) GetBlockRoots

func (x *HistoricalBatch) GetBlockRoots() [][]byte

func (*HistoricalBatch) GetStateRoots

func (x *HistoricalBatch) GetStateRoots() [][]byte

func (*HistoricalBatch) HashTreeRoot

func (h *HistoricalBatch) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the HistoricalBatch object

func (*HistoricalBatch) HashTreeRootWith

func (h *HistoricalBatch) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the HistoricalBatch object with a hasher

func (*HistoricalBatch) MarshalSSZ

func (h *HistoricalBatch) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the HistoricalBatch object

func (*HistoricalBatch) MarshalSSZTo

func (h *HistoricalBatch) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the HistoricalBatch object to a target array

func (*HistoricalBatch) ProtoMessage

func (*HistoricalBatch) ProtoMessage()

func (*HistoricalBatch) ProtoReflect

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

func (*HistoricalBatch) Reset

func (x *HistoricalBatch) Reset()

func (*HistoricalBatch) SizeSSZ

func (h *HistoricalBatch) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the HistoricalBatch object

func (*HistoricalBatch) String

func (x *HistoricalBatch) String() string

func (*HistoricalBatch) UnmarshalSSZ

func (h *HistoricalBatch) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the HistoricalBatch object

type HistoricalSummary

type HistoricalSummary struct {
	BlockSummaryRoot []byte `protobuf:"bytes,1,opt,name=block_summary_root,json=blockSummaryRoot,proto3" json:"block_summary_root,omitempty" ssz-size:"32"`
	StateSummaryRoot []byte `protobuf:"bytes,2,opt,name=state_summary_root,json=stateSummaryRoot,proto3" json:"state_summary_root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

func (*HistoricalSummary) Copy

func (summary *HistoricalSummary) Copy() *HistoricalSummary

Copy --

func (*HistoricalSummary) Descriptor deprecated

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

Deprecated: Use HistoricalSummary.ProtoReflect.Descriptor instead.

func (*HistoricalSummary) GetBlockSummaryRoot

func (x *HistoricalSummary) GetBlockSummaryRoot() []byte

func (*HistoricalSummary) GetStateSummaryRoot

func (x *HistoricalSummary) GetStateSummaryRoot() []byte

func (*HistoricalSummary) HashTreeRoot

func (h *HistoricalSummary) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the HistoricalSummary object

func (*HistoricalSummary) HashTreeRootWith

func (h *HistoricalSummary) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the HistoricalSummary object with a hasher

func (*HistoricalSummary) MarshalSSZ

func (h *HistoricalSummary) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the HistoricalSummary object

func (*HistoricalSummary) MarshalSSZTo

func (h *HistoricalSummary) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the HistoricalSummary object to a target array

func (*HistoricalSummary) ProtoMessage

func (*HistoricalSummary) ProtoMessage()

func (*HistoricalSummary) ProtoReflect

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

func (*HistoricalSummary) Reset

func (x *HistoricalSummary) Reset()

func (*HistoricalSummary) SizeSSZ

func (h *HistoricalSummary) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the HistoricalSummary object

func (*HistoricalSummary) String

func (x *HistoricalSummary) String() string

func (*HistoricalSummary) UnmarshalSSZ

func (h *HistoricalSummary) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the HistoricalSummary object

type HostData deprecated

type HostData struct {
	Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	PeerId    string   `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	Enr       string   `protobuf:"bytes,3,opt,name=enr,proto3" json:"enr,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/node.proto.

func (*HostData) Descriptor deprecated

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

Deprecated: Use HostData.ProtoReflect.Descriptor instead.

func (*HostData) GetAddresses

func (x *HostData) GetAddresses() []string

func (*HostData) GetEnr

func (x *HostData) GetEnr() string

func (*HostData) GetPeerId

func (x *HostData) GetPeerId() string

func (*HostData) ProtoMessage

func (*HostData) ProtoMessage()

func (*HostData) ProtoReflect

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

func (*HostData) Reset

func (x *HostData) Reset()

func (*HostData) String

func (x *HostData) String() string

type ImplementedServices deprecated

type ImplementedServices struct {
	Services []string `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/node.proto.

func (*ImplementedServices) Descriptor deprecated

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

Deprecated: Use ImplementedServices.ProtoReflect.Descriptor instead.

func (*ImplementedServices) GetServices

func (x *ImplementedServices) GetServices() []string

func (*ImplementedServices) ProtoMessage

func (*ImplementedServices) ProtoMessage()

func (*ImplementedServices) ProtoReflect

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

func (*ImplementedServices) Reset

func (x *ImplementedServices) Reset()

func (*ImplementedServices) String

func (x *ImplementedServices) String() string

type InclusionSlotRequest

type InclusionSlotRequest struct {
	Id   uint64                                                           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InclusionSlotRequest) Descriptor deprecated

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

Deprecated: Use InclusionSlotRequest.ProtoReflect.Descriptor instead.

func (*InclusionSlotRequest) GetId

func (x *InclusionSlotRequest) GetId() uint64

func (*InclusionSlotRequest) ProtoMessage

func (*InclusionSlotRequest) ProtoMessage()

func (*InclusionSlotRequest) ProtoReflect

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

func (*InclusionSlotRequest) Reset

func (x *InclusionSlotRequest) Reset()

func (*InclusionSlotRequest) String

func (x *InclusionSlotRequest) String() string

type InclusionSlotResponse

type InclusionSlotResponse struct {
	Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InclusionSlotResponse) Descriptor deprecated

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

Deprecated: Use InclusionSlotResponse.ProtoReflect.Descriptor instead.

func (*InclusionSlotResponse) ProtoMessage

func (*InclusionSlotResponse) ProtoMessage()

func (*InclusionSlotResponse) ProtoReflect

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

func (*InclusionSlotResponse) Reset

func (x *InclusionSlotResponse) Reset()

func (*InclusionSlotResponse) String

func (x *InclusionSlotResponse) String() string

type IndexedAtt

type IndexedAtt interface {
	proto.Message
	ssz.Marshaler
	ssz.Unmarshaler
	ssz.HashRoot
	Version() int
	GetAttestingIndices() []uint64
	GetData() *AttestationData
	GetSignature() []byte
	IsNil() bool
}

IndexedAtt defines common functionality for all indexed attestation types.

type IndexedAttestation

type IndexedAttestation struct {
	AttestingIndices []uint64         `` /* 132-byte string literal not displayed */
	Data             *AttestationData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Signature        []byte           `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*IndexedAttestation) Copy

Copy --

func (*IndexedAttestation) Descriptor deprecated

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

Deprecated: Use IndexedAttestation.ProtoReflect.Descriptor instead.

func (*IndexedAttestation) GetAttestingIndices

func (x *IndexedAttestation) GetAttestingIndices() []uint64

func (*IndexedAttestation) GetData

func (x *IndexedAttestation) GetData() *AttestationData

func (*IndexedAttestation) GetSignature

func (x *IndexedAttestation) GetSignature() []byte

func (*IndexedAttestation) HashTreeRoot

func (i *IndexedAttestation) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the IndexedAttestation object

func (*IndexedAttestation) HashTreeRootWith

func (i *IndexedAttestation) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the IndexedAttestation object with a hasher

func (*IndexedAttestation) IsNil

func (a *IndexedAttestation) IsNil() bool

IsNil --

func (*IndexedAttestation) MarshalSSZ

func (i *IndexedAttestation) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the IndexedAttestation object

func (*IndexedAttestation) MarshalSSZTo

func (i *IndexedAttestation) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the IndexedAttestation object to a target array

func (*IndexedAttestation) ProtoMessage

func (*IndexedAttestation) ProtoMessage()

func (*IndexedAttestation) ProtoReflect

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

func (*IndexedAttestation) Reset

func (x *IndexedAttestation) Reset()

func (*IndexedAttestation) SizeSSZ

func (i *IndexedAttestation) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the IndexedAttestation object

func (*IndexedAttestation) String

func (x *IndexedAttestation) String() string

func (*IndexedAttestation) UnmarshalSSZ

func (i *IndexedAttestation) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the IndexedAttestation object

func (*IndexedAttestation) Version

func (a *IndexedAttestation) Version() int

Version --

type IndexedAttestationElectra

type IndexedAttestationElectra struct {
	AttestingIndices []uint64         `` /* 134-byte string literal not displayed */
	Data             *AttestationData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Signature        []byte           `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*IndexedAttestationElectra) Copy

Copy --

func (*IndexedAttestationElectra) Descriptor deprecated

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

Deprecated: Use IndexedAttestationElectra.ProtoReflect.Descriptor instead.

func (*IndexedAttestationElectra) GetAttestingIndices

func (x *IndexedAttestationElectra) GetAttestingIndices() []uint64

func (*IndexedAttestationElectra) GetData

func (*IndexedAttestationElectra) GetSignature

func (x *IndexedAttestationElectra) GetSignature() []byte

func (*IndexedAttestationElectra) HashTreeRoot

func (i *IndexedAttestationElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the IndexedAttestationElectra object

func (*IndexedAttestationElectra) HashTreeRootWith

func (i *IndexedAttestationElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the IndexedAttestationElectra object with a hasher

func (*IndexedAttestationElectra) IsNil

func (a *IndexedAttestationElectra) IsNil() bool

IsNil --

func (*IndexedAttestationElectra) MarshalSSZ

func (i *IndexedAttestationElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the IndexedAttestationElectra object

func (*IndexedAttestationElectra) MarshalSSZTo

func (i *IndexedAttestationElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the IndexedAttestationElectra object to a target array

func (*IndexedAttestationElectra) ProtoMessage

func (*IndexedAttestationElectra) ProtoMessage()

func (*IndexedAttestationElectra) ProtoReflect

func (*IndexedAttestationElectra) Reset

func (x *IndexedAttestationElectra) Reset()

func (*IndexedAttestationElectra) SizeSSZ

func (i *IndexedAttestationElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the IndexedAttestationElectra object

func (*IndexedAttestationElectra) String

func (x *IndexedAttestationElectra) String() string

func (*IndexedAttestationElectra) UnmarshalSSZ

func (i *IndexedAttestationElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the IndexedAttestationElectra object

func (*IndexedAttestationElectra) Version

func (a *IndexedAttestationElectra) Version() int

Version --

type IndividualVotesRequest

type IndividualVotesRequest struct {
	Epoch      github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch            `` /* 142-byte string literal not displayed */
	PublicKeys [][]byte                                                                     `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"`
	Indices    []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IndividualVotesRequest) Descriptor deprecated

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

Deprecated: Use IndividualVotesRequest.ProtoReflect.Descriptor instead.

func (*IndividualVotesRequest) GetPublicKeys

func (x *IndividualVotesRequest) GetPublicKeys() [][]byte

func (*IndividualVotesRequest) ProtoMessage

func (*IndividualVotesRequest) ProtoMessage()

func (*IndividualVotesRequest) ProtoReflect

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

func (*IndividualVotesRequest) Reset

func (x *IndividualVotesRequest) Reset()

func (*IndividualVotesRequest) String

func (x *IndividualVotesRequest) String() string

type IndividualVotesRespond

type IndividualVotesRespond struct {
	IndividualVotes []*IndividualVotesRespond_IndividualVote `protobuf:"bytes,1,rep,name=individual_votes,json=individualVotes,proto3" json:"individual_votes,omitempty"`
	// contains filtered or unexported fields
}

func (*IndividualVotesRespond) Descriptor deprecated

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

Deprecated: Use IndividualVotesRespond.ProtoReflect.Descriptor instead.

func (*IndividualVotesRespond) GetIndividualVotes

func (*IndividualVotesRespond) ProtoMessage

func (*IndividualVotesRespond) ProtoMessage()

func (*IndividualVotesRespond) ProtoReflect

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

func (*IndividualVotesRespond) Reset

func (x *IndividualVotesRespond) Reset()

func (*IndividualVotesRespond) String

func (x *IndividualVotesRespond) String() string

type IndividualVotesRespond_IndividualVote

type IndividualVotesRespond_IndividualVote struct {
	Epoch                            github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch          `` /* 142-byte string literal not displayed */
	PublicKey                        []byte                                                                     `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	ValidatorIndex                   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 191-byte string literal not displayed */
	IsSlashed                        bool                                                                       `protobuf:"varint,4,opt,name=is_slashed,json=isSlashed,proto3" json:"is_slashed,omitempty"`
	IsWithdrawableInCurrentEpoch     bool                                                                       `` /* 152-byte string literal not displayed */
	IsActiveInCurrentEpoch           bool                                                                       `` /* 134-byte string literal not displayed */
	IsActiveInPreviousEpoch          bool                                                                       `` /* 137-byte string literal not displayed */
	IsCurrentEpochAttester           bool                                                                       `` /* 132-byte string literal not displayed */
	IsCurrentEpochTargetAttester     bool                                                                       `` /* 152-byte string literal not displayed */
	IsPreviousEpochAttester          bool                                                                       `` /* 136-byte string literal not displayed */
	IsPreviousEpochTargetAttester    bool                                                                       `` /* 156-byte string literal not displayed */
	IsPreviousEpochHeadAttester      bool                                                                       `` /* 150-byte string literal not displayed */
	CurrentEpochEffectiveBalanceGwei uint64                                                                     `` /* 165-byte string literal not displayed */
	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
	InclusionSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */
	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
	InclusionDistance github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 191-byte string literal not displayed */
	InactivityScore   uint64                                                           `protobuf:"varint,16,opt,name=inactivity_score,json=inactivityScore,proto3" json:"inactivity_score,omitempty"`
	// contains filtered or unexported fields
}

func (*IndividualVotesRespond_IndividualVote) Descriptor deprecated

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

Deprecated: Use IndividualVotesRespond_IndividualVote.ProtoReflect.Descriptor instead.

func (*IndividualVotesRespond_IndividualVote) GetCurrentEpochEffectiveBalanceGwei

func (x *IndividualVotesRespond_IndividualVote) GetCurrentEpochEffectiveBalanceGwei() uint64

func (*IndividualVotesRespond_IndividualVote) GetInactivityScore

func (x *IndividualVotesRespond_IndividualVote) GetInactivityScore() uint64

func (*IndividualVotesRespond_IndividualVote) GetInclusionDistance deprecated

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*IndividualVotesRespond_IndividualVote) GetInclusionSlot deprecated

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*IndividualVotesRespond_IndividualVote) GetIsActiveInCurrentEpoch

func (x *IndividualVotesRespond_IndividualVote) GetIsActiveInCurrentEpoch() bool

func (*IndividualVotesRespond_IndividualVote) GetIsActiveInPreviousEpoch

func (x *IndividualVotesRespond_IndividualVote) GetIsActiveInPreviousEpoch() bool

func (*IndividualVotesRespond_IndividualVote) GetIsCurrentEpochAttester

func (x *IndividualVotesRespond_IndividualVote) GetIsCurrentEpochAttester() bool

func (*IndividualVotesRespond_IndividualVote) GetIsCurrentEpochTargetAttester

func (x *IndividualVotesRespond_IndividualVote) GetIsCurrentEpochTargetAttester() bool

func (*IndividualVotesRespond_IndividualVote) GetIsPreviousEpochAttester

func (x *IndividualVotesRespond_IndividualVote) GetIsPreviousEpochAttester() bool

func (*IndividualVotesRespond_IndividualVote) GetIsPreviousEpochHeadAttester

func (x *IndividualVotesRespond_IndividualVote) GetIsPreviousEpochHeadAttester() bool

func (*IndividualVotesRespond_IndividualVote) GetIsPreviousEpochTargetAttester

func (x *IndividualVotesRespond_IndividualVote) GetIsPreviousEpochTargetAttester() bool

func (*IndividualVotesRespond_IndividualVote) GetIsSlashed

func (x *IndividualVotesRespond_IndividualVote) GetIsSlashed() bool

func (*IndividualVotesRespond_IndividualVote) GetIsWithdrawableInCurrentEpoch

func (x *IndividualVotesRespond_IndividualVote) GetIsWithdrawableInCurrentEpoch() bool

func (*IndividualVotesRespond_IndividualVote) GetPublicKey

func (x *IndividualVotesRespond_IndividualVote) GetPublicKey() []byte

func (*IndividualVotesRespond_IndividualVote) ProtoMessage

func (*IndividualVotesRespond_IndividualVote) ProtoMessage()

func (*IndividualVotesRespond_IndividualVote) ProtoReflect

func (*IndividualVotesRespond_IndividualVote) Reset

func (*IndividualVotesRespond_IndividualVote) String

type LatestETH1Data

type LatestETH1Data struct {
	BlockHeight        uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	BlockTime          uint64 `protobuf:"varint,3,opt,name=block_time,json=blockTime,proto3" json:"block_time,omitempty"`
	BlockHash          []byte `protobuf:"bytes,4,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	LastRequestedBlock uint64 `protobuf:"varint,5,opt,name=last_requested_block,json=lastRequestedBlock,proto3" json:"last_requested_block,omitempty"`
	// contains filtered or unexported fields
}

func (*LatestETH1Data) Descriptor deprecated

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

Deprecated: Use LatestETH1Data.ProtoReflect.Descriptor instead.

func (*LatestETH1Data) GetBlockHash

func (x *LatestETH1Data) GetBlockHash() []byte

func (*LatestETH1Data) GetBlockHeight

func (x *LatestETH1Data) GetBlockHeight() uint64

func (*LatestETH1Data) GetBlockTime

func (x *LatestETH1Data) GetBlockTime() uint64

func (*LatestETH1Data) GetLastRequestedBlock

func (x *LatestETH1Data) GetLastRequestedBlock() uint64

func (*LatestETH1Data) ProtoMessage

func (*LatestETH1Data) ProtoMessage()

func (*LatestETH1Data) ProtoReflect

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

func (*LatestETH1Data) Reset

func (x *LatestETH1Data) Reset()

func (*LatestETH1Data) String

func (x *LatestETH1Data) String() string

type LightClientBootstrapAltair

type LightClientBootstrapAltair struct {
	Header                     *LightClientHeaderAltair `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	CurrentSyncCommittee       *SyncCommittee           `protobuf:"bytes,2,opt,name=current_sync_committee,json=currentSyncCommittee,proto3" json:"current_sync_committee,omitempty"`
	CurrentSyncCommitteeBranch [][]byte                 `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientBootstrapAltair) Descriptor deprecated

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

Deprecated: Use LightClientBootstrapAltair.ProtoReflect.Descriptor instead.

func (*LightClientBootstrapAltair) GetCurrentSyncCommittee

func (x *LightClientBootstrapAltair) GetCurrentSyncCommittee() *SyncCommittee

func (*LightClientBootstrapAltair) GetCurrentSyncCommitteeBranch

func (x *LightClientBootstrapAltair) GetCurrentSyncCommitteeBranch() [][]byte

func (*LightClientBootstrapAltair) GetHeader

func (*LightClientBootstrapAltair) HashTreeRoot

func (l *LightClientBootstrapAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientBootstrapAltair object

func (*LightClientBootstrapAltair) HashTreeRootWith

func (l *LightClientBootstrapAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientBootstrapAltair object with a hasher

func (*LightClientBootstrapAltair) MarshalSSZ

func (l *LightClientBootstrapAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientBootstrapAltair object

func (*LightClientBootstrapAltair) MarshalSSZTo

func (l *LightClientBootstrapAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientBootstrapAltair object to a target array

func (*LightClientBootstrapAltair) ProtoMessage

func (*LightClientBootstrapAltair) ProtoMessage()

func (*LightClientBootstrapAltair) ProtoReflect

func (*LightClientBootstrapAltair) Reset

func (x *LightClientBootstrapAltair) Reset()

func (*LightClientBootstrapAltair) SizeSSZ

func (l *LightClientBootstrapAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientBootstrapAltair object

func (*LightClientBootstrapAltair) String

func (x *LightClientBootstrapAltair) String() string

func (*LightClientBootstrapAltair) UnmarshalSSZ

func (l *LightClientBootstrapAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientBootstrapAltair object

type LightClientBootstrapCapella

type LightClientBootstrapCapella struct {
	Header                     *LightClientHeaderCapella `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	CurrentSyncCommittee       *SyncCommittee            `protobuf:"bytes,2,opt,name=current_sync_committee,json=currentSyncCommittee,proto3" json:"current_sync_committee,omitempty"`
	CurrentSyncCommitteeBranch [][]byte                  `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientBootstrapCapella) Descriptor deprecated

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

Deprecated: Use LightClientBootstrapCapella.ProtoReflect.Descriptor instead.

func (*LightClientBootstrapCapella) GetCurrentSyncCommittee

func (x *LightClientBootstrapCapella) GetCurrentSyncCommittee() *SyncCommittee

func (*LightClientBootstrapCapella) GetCurrentSyncCommitteeBranch

func (x *LightClientBootstrapCapella) GetCurrentSyncCommitteeBranch() [][]byte

func (*LightClientBootstrapCapella) GetHeader

func (*LightClientBootstrapCapella) HashTreeRoot

func (l *LightClientBootstrapCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientBootstrapCapella object

func (*LightClientBootstrapCapella) HashTreeRootWith

func (l *LightClientBootstrapCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientBootstrapCapella object with a hasher

func (*LightClientBootstrapCapella) MarshalSSZ

func (l *LightClientBootstrapCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientBootstrapCapella object

func (*LightClientBootstrapCapella) MarshalSSZTo

func (l *LightClientBootstrapCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientBootstrapCapella object to a target array

func (*LightClientBootstrapCapella) ProtoMessage

func (*LightClientBootstrapCapella) ProtoMessage()

func (*LightClientBootstrapCapella) ProtoReflect

func (*LightClientBootstrapCapella) Reset

func (x *LightClientBootstrapCapella) Reset()

func (*LightClientBootstrapCapella) SizeSSZ

func (l *LightClientBootstrapCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientBootstrapCapella object

func (*LightClientBootstrapCapella) String

func (x *LightClientBootstrapCapella) String() string

func (*LightClientBootstrapCapella) UnmarshalSSZ

func (l *LightClientBootstrapCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientBootstrapCapella object

type LightClientBootstrapDeneb

type LightClientBootstrapDeneb struct {
	Header                     *LightClientHeaderDeneb `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	CurrentSyncCommittee       *SyncCommittee          `protobuf:"bytes,2,opt,name=current_sync_committee,json=currentSyncCommittee,proto3" json:"current_sync_committee,omitempty"`
	CurrentSyncCommitteeBranch [][]byte                `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientBootstrapDeneb) Descriptor deprecated

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

Deprecated: Use LightClientBootstrapDeneb.ProtoReflect.Descriptor instead.

func (*LightClientBootstrapDeneb) GetCurrentSyncCommittee

func (x *LightClientBootstrapDeneb) GetCurrentSyncCommittee() *SyncCommittee

func (*LightClientBootstrapDeneb) GetCurrentSyncCommitteeBranch

func (x *LightClientBootstrapDeneb) GetCurrentSyncCommitteeBranch() [][]byte

func (*LightClientBootstrapDeneb) GetHeader

func (*LightClientBootstrapDeneb) HashTreeRoot

func (l *LightClientBootstrapDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientBootstrapDeneb object

func (*LightClientBootstrapDeneb) HashTreeRootWith

func (l *LightClientBootstrapDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientBootstrapDeneb object with a hasher

func (*LightClientBootstrapDeneb) MarshalSSZ

func (l *LightClientBootstrapDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientBootstrapDeneb object

func (*LightClientBootstrapDeneb) MarshalSSZTo

func (l *LightClientBootstrapDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientBootstrapDeneb object to a target array

func (*LightClientBootstrapDeneb) ProtoMessage

func (*LightClientBootstrapDeneb) ProtoMessage()

func (*LightClientBootstrapDeneb) ProtoReflect

func (*LightClientBootstrapDeneb) Reset

func (x *LightClientBootstrapDeneb) Reset()

func (*LightClientBootstrapDeneb) SizeSSZ

func (l *LightClientBootstrapDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientBootstrapDeneb object

func (*LightClientBootstrapDeneb) String

func (x *LightClientBootstrapDeneb) String() string

func (*LightClientBootstrapDeneb) UnmarshalSSZ

func (l *LightClientBootstrapDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientBootstrapDeneb object

type LightClientBootstrapElectra

type LightClientBootstrapElectra struct {
	Header                     *LightClientHeaderDeneb `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	CurrentSyncCommittee       *SyncCommittee          `protobuf:"bytes,2,opt,name=current_sync_committee,json=currentSyncCommittee,proto3" json:"current_sync_committee,omitempty"`
	CurrentSyncCommitteeBranch [][]byte                `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientBootstrapElectra) Descriptor deprecated

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

Deprecated: Use LightClientBootstrapElectra.ProtoReflect.Descriptor instead.

func (*LightClientBootstrapElectra) GetCurrentSyncCommittee

func (x *LightClientBootstrapElectra) GetCurrentSyncCommittee() *SyncCommittee

func (*LightClientBootstrapElectra) GetCurrentSyncCommitteeBranch

func (x *LightClientBootstrapElectra) GetCurrentSyncCommitteeBranch() [][]byte

func (*LightClientBootstrapElectra) GetHeader

func (*LightClientBootstrapElectra) HashTreeRoot

func (l *LightClientBootstrapElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientBootstrapElectra object

func (*LightClientBootstrapElectra) HashTreeRootWith

func (l *LightClientBootstrapElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientBootstrapElectra object with a hasher

func (*LightClientBootstrapElectra) MarshalSSZ

func (l *LightClientBootstrapElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientBootstrapElectra object

func (*LightClientBootstrapElectra) MarshalSSZTo

func (l *LightClientBootstrapElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientBootstrapElectra object to a target array

func (*LightClientBootstrapElectra) ProtoMessage

func (*LightClientBootstrapElectra) ProtoMessage()

func (*LightClientBootstrapElectra) ProtoReflect

func (*LightClientBootstrapElectra) Reset

func (x *LightClientBootstrapElectra) Reset()

func (*LightClientBootstrapElectra) SizeSSZ

func (l *LightClientBootstrapElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientBootstrapElectra object

func (*LightClientBootstrapElectra) String

func (x *LightClientBootstrapElectra) String() string

func (*LightClientBootstrapElectra) UnmarshalSSZ

func (l *LightClientBootstrapElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientBootstrapElectra object

type LightClientFinalityUpdateAltair

type LightClientFinalityUpdateAltair struct {
	AttestedHeader  *LightClientHeaderAltair                                         `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"`
	FinalizedHeader *LightClientHeaderAltair                                         `protobuf:"bytes,2,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"`
	FinalityBranch  [][]byte                                                         `protobuf:"bytes,3,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"`
	SyncAggregate   *SyncAggregate                                                   `protobuf:"bytes,4,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	SignatureSlot   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientFinalityUpdateAltair) Descriptor deprecated

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

Deprecated: Use LightClientFinalityUpdateAltair.ProtoReflect.Descriptor instead.

func (*LightClientFinalityUpdateAltair) GetAttestedHeader

func (*LightClientFinalityUpdateAltair) GetFinalityBranch

func (x *LightClientFinalityUpdateAltair) GetFinalityBranch() [][]byte

func (*LightClientFinalityUpdateAltair) GetFinalizedHeader

func (*LightClientFinalityUpdateAltair) GetSignatureSlot

func (*LightClientFinalityUpdateAltair) GetSyncAggregate

func (x *LightClientFinalityUpdateAltair) GetSyncAggregate() *SyncAggregate

func (*LightClientFinalityUpdateAltair) HashTreeRoot

func (l *LightClientFinalityUpdateAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientFinalityUpdateAltair object

func (*LightClientFinalityUpdateAltair) HashTreeRootWith

func (l *LightClientFinalityUpdateAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientFinalityUpdateAltair object with a hasher

func (*LightClientFinalityUpdateAltair) MarshalSSZ

func (l *LightClientFinalityUpdateAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientFinalityUpdateAltair object

func (*LightClientFinalityUpdateAltair) MarshalSSZTo

func (l *LightClientFinalityUpdateAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientFinalityUpdateAltair object to a target array

func (*LightClientFinalityUpdateAltair) ProtoMessage

func (*LightClientFinalityUpdateAltair) ProtoMessage()

func (*LightClientFinalityUpdateAltair) ProtoReflect

func (*LightClientFinalityUpdateAltair) Reset

func (*LightClientFinalityUpdateAltair) SizeSSZ

func (l *LightClientFinalityUpdateAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientFinalityUpdateAltair object

func (*LightClientFinalityUpdateAltair) String

func (*LightClientFinalityUpdateAltair) UnmarshalSSZ

func (l *LightClientFinalityUpdateAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientFinalityUpdateAltair object

type LightClientFinalityUpdateCapella

type LightClientFinalityUpdateCapella struct {
	AttestedHeader  *LightClientHeaderCapella                                        `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"`
	FinalizedHeader *LightClientHeaderCapella                                        `protobuf:"bytes,2,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"`
	FinalityBranch  [][]byte                                                         `protobuf:"bytes,3,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"`
	SyncAggregate   *SyncAggregate                                                   `protobuf:"bytes,4,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	SignatureSlot   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientFinalityUpdateCapella) Descriptor deprecated

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

Deprecated: Use LightClientFinalityUpdateCapella.ProtoReflect.Descriptor instead.

func (*LightClientFinalityUpdateCapella) GetAttestedHeader

func (*LightClientFinalityUpdateCapella) GetFinalityBranch

func (x *LightClientFinalityUpdateCapella) GetFinalityBranch() [][]byte

func (*LightClientFinalityUpdateCapella) GetFinalizedHeader

func (*LightClientFinalityUpdateCapella) GetSignatureSlot

func (*LightClientFinalityUpdateCapella) GetSyncAggregate

func (x *LightClientFinalityUpdateCapella) GetSyncAggregate() *SyncAggregate

func (*LightClientFinalityUpdateCapella) HashTreeRoot

func (l *LightClientFinalityUpdateCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientFinalityUpdateCapella object

func (*LightClientFinalityUpdateCapella) HashTreeRootWith

func (l *LightClientFinalityUpdateCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientFinalityUpdateCapella object with a hasher

func (*LightClientFinalityUpdateCapella) MarshalSSZ

func (l *LightClientFinalityUpdateCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientFinalityUpdateCapella object

func (*LightClientFinalityUpdateCapella) MarshalSSZTo

func (l *LightClientFinalityUpdateCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientFinalityUpdateCapella object to a target array

func (*LightClientFinalityUpdateCapella) ProtoMessage

func (*LightClientFinalityUpdateCapella) ProtoMessage()

func (*LightClientFinalityUpdateCapella) ProtoReflect

func (*LightClientFinalityUpdateCapella) Reset

func (*LightClientFinalityUpdateCapella) SizeSSZ

func (l *LightClientFinalityUpdateCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientFinalityUpdateCapella object

func (*LightClientFinalityUpdateCapella) String

func (*LightClientFinalityUpdateCapella) UnmarshalSSZ

func (l *LightClientFinalityUpdateCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientFinalityUpdateCapella object

type LightClientFinalityUpdateDeneb

type LightClientFinalityUpdateDeneb struct {
	AttestedHeader  *LightClientHeaderDeneb                                          `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"`
	FinalizedHeader *LightClientHeaderDeneb                                          `protobuf:"bytes,2,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"`
	FinalityBranch  [][]byte                                                         `protobuf:"bytes,3,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"`
	SyncAggregate   *SyncAggregate                                                   `protobuf:"bytes,4,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	SignatureSlot   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientFinalityUpdateDeneb) Descriptor deprecated

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

Deprecated: Use LightClientFinalityUpdateDeneb.ProtoReflect.Descriptor instead.

func (*LightClientFinalityUpdateDeneb) GetAttestedHeader

func (*LightClientFinalityUpdateDeneb) GetFinalityBranch

func (x *LightClientFinalityUpdateDeneb) GetFinalityBranch() [][]byte

func (*LightClientFinalityUpdateDeneb) GetFinalizedHeader

func (x *LightClientFinalityUpdateDeneb) GetFinalizedHeader() *LightClientHeaderDeneb

func (*LightClientFinalityUpdateDeneb) GetSignatureSlot

func (*LightClientFinalityUpdateDeneb) GetSyncAggregate

func (x *LightClientFinalityUpdateDeneb) GetSyncAggregate() *SyncAggregate

func (*LightClientFinalityUpdateDeneb) HashTreeRoot

func (l *LightClientFinalityUpdateDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientFinalityUpdateDeneb object

func (*LightClientFinalityUpdateDeneb) HashTreeRootWith

func (l *LightClientFinalityUpdateDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientFinalityUpdateDeneb object with a hasher

func (*LightClientFinalityUpdateDeneb) MarshalSSZ

func (l *LightClientFinalityUpdateDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientFinalityUpdateDeneb object

func (*LightClientFinalityUpdateDeneb) MarshalSSZTo

func (l *LightClientFinalityUpdateDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientFinalityUpdateDeneb object to a target array

func (*LightClientFinalityUpdateDeneb) ProtoMessage

func (*LightClientFinalityUpdateDeneb) ProtoMessage()

func (*LightClientFinalityUpdateDeneb) ProtoReflect

func (*LightClientFinalityUpdateDeneb) Reset

func (x *LightClientFinalityUpdateDeneb) Reset()

func (*LightClientFinalityUpdateDeneb) SizeSSZ

func (l *LightClientFinalityUpdateDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientFinalityUpdateDeneb object

func (*LightClientFinalityUpdateDeneb) String

func (*LightClientFinalityUpdateDeneb) UnmarshalSSZ

func (l *LightClientFinalityUpdateDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientFinalityUpdateDeneb object

type LightClientFinalityUpdateElectra

type LightClientFinalityUpdateElectra struct {
	AttestedHeader  *LightClientHeaderDeneb                                          `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"`
	FinalizedHeader *LightClientHeaderDeneb                                          `protobuf:"bytes,2,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"`
	FinalityBranch  [][]byte                                                         `protobuf:"bytes,3,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"7,32"`
	SyncAggregate   *SyncAggregate                                                   `protobuf:"bytes,4,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	SignatureSlot   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientFinalityUpdateElectra) Descriptor deprecated

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

Deprecated: Use LightClientFinalityUpdateElectra.ProtoReflect.Descriptor instead.

func (*LightClientFinalityUpdateElectra) GetAttestedHeader

func (*LightClientFinalityUpdateElectra) GetFinalityBranch

func (x *LightClientFinalityUpdateElectra) GetFinalityBranch() [][]byte

func (*LightClientFinalityUpdateElectra) GetFinalizedHeader

func (*LightClientFinalityUpdateElectra) GetSignatureSlot

func (*LightClientFinalityUpdateElectra) GetSyncAggregate

func (x *LightClientFinalityUpdateElectra) GetSyncAggregate() *SyncAggregate

func (*LightClientFinalityUpdateElectra) HashTreeRoot

func (l *LightClientFinalityUpdateElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientFinalityUpdateElectra object

func (*LightClientFinalityUpdateElectra) HashTreeRootWith

func (l *LightClientFinalityUpdateElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientFinalityUpdateElectra object with a hasher

func (*LightClientFinalityUpdateElectra) MarshalSSZ

func (l *LightClientFinalityUpdateElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientFinalityUpdateElectra object

func (*LightClientFinalityUpdateElectra) MarshalSSZTo

func (l *LightClientFinalityUpdateElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientFinalityUpdateElectra object to a target array

func (*LightClientFinalityUpdateElectra) ProtoMessage

func (*LightClientFinalityUpdateElectra) ProtoMessage()

func (*LightClientFinalityUpdateElectra) ProtoReflect

func (*LightClientFinalityUpdateElectra) Reset

func (*LightClientFinalityUpdateElectra) SizeSSZ

func (l *LightClientFinalityUpdateElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientFinalityUpdateElectra object

func (*LightClientFinalityUpdateElectra) String

func (*LightClientFinalityUpdateElectra) UnmarshalSSZ

func (l *LightClientFinalityUpdateElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientFinalityUpdateElectra object

type LightClientHeaderAltair

type LightClientHeaderAltair struct {
	Beacon *BeaconBlockHeader `protobuf:"bytes,1,opt,name=beacon,proto3" json:"beacon,omitempty"`
	// contains filtered or unexported fields
}

func (*LightClientHeaderAltair) Descriptor deprecated

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

Deprecated: Use LightClientHeaderAltair.ProtoReflect.Descriptor instead.

func (*LightClientHeaderAltair) GetBeacon

func (*LightClientHeaderAltair) HashTreeRoot

func (l *LightClientHeaderAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientHeaderAltair object

func (*LightClientHeaderAltair) HashTreeRootWith

func (l *LightClientHeaderAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientHeaderAltair object with a hasher

func (*LightClientHeaderAltair) MarshalSSZ

func (l *LightClientHeaderAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientHeaderAltair object

func (*LightClientHeaderAltair) MarshalSSZTo

func (l *LightClientHeaderAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientHeaderAltair object to a target array

func (*LightClientHeaderAltair) ProtoMessage

func (*LightClientHeaderAltair) ProtoMessage()

func (*LightClientHeaderAltair) ProtoReflect

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

func (*LightClientHeaderAltair) Reset

func (x *LightClientHeaderAltair) Reset()

func (*LightClientHeaderAltair) SizeSSZ

func (l *LightClientHeaderAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientHeaderAltair object

func (*LightClientHeaderAltair) String

func (x *LightClientHeaderAltair) String() string

func (*LightClientHeaderAltair) UnmarshalSSZ

func (l *LightClientHeaderAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientHeaderAltair object

type LightClientHeaderCapella

type LightClientHeaderCapella struct {
	Beacon          *BeaconBlockHeader                `protobuf:"bytes,1,opt,name=beacon,proto3" json:"beacon,omitempty"`
	Execution       *v1.ExecutionPayloadHeaderCapella `protobuf:"bytes,2,opt,name=execution,proto3" json:"execution,omitempty"`
	ExecutionBranch [][]byte                          `protobuf:"bytes,3,rep,name=execution_branch,json=executionBranch,proto3" json:"execution_branch,omitempty" ssz-size:"4,32"`
	// contains filtered or unexported fields
}

func (*LightClientHeaderCapella) Descriptor deprecated

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

Deprecated: Use LightClientHeaderCapella.ProtoReflect.Descriptor instead.

func (*LightClientHeaderCapella) GetBeacon

func (*LightClientHeaderCapella) GetExecution

func (*LightClientHeaderCapella) GetExecutionBranch

func (x *LightClientHeaderCapella) GetExecutionBranch() [][]byte

func (*LightClientHeaderCapella) HashTreeRoot

func (l *LightClientHeaderCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientHeaderCapella object

func (*LightClientHeaderCapella) HashTreeRootWith

func (l *LightClientHeaderCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientHeaderCapella object with a hasher

func (*LightClientHeaderCapella) MarshalSSZ

func (l *LightClientHeaderCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientHeaderCapella object

func (*LightClientHeaderCapella) MarshalSSZTo

func (l *LightClientHeaderCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientHeaderCapella object to a target array

func (*LightClientHeaderCapella) ProtoMessage

func (*LightClientHeaderCapella) ProtoMessage()

func (*LightClientHeaderCapella) ProtoReflect

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

func (*LightClientHeaderCapella) Reset

func (x *LightClientHeaderCapella) Reset()

func (*LightClientHeaderCapella) SizeSSZ

func (l *LightClientHeaderCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientHeaderCapella object

func (*LightClientHeaderCapella) String

func (x *LightClientHeaderCapella) String() string

func (*LightClientHeaderCapella) UnmarshalSSZ

func (l *LightClientHeaderCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientHeaderCapella object

type LightClientHeaderDeneb

type LightClientHeaderDeneb struct {
	Beacon          *BeaconBlockHeader              `protobuf:"bytes,1,opt,name=beacon,proto3" json:"beacon,omitempty"`
	Execution       *v1.ExecutionPayloadHeaderDeneb `protobuf:"bytes,2,opt,name=execution,proto3" json:"execution,omitempty"`
	ExecutionBranch [][]byte                        `protobuf:"bytes,3,rep,name=execution_branch,json=executionBranch,proto3" json:"execution_branch,omitempty" ssz-size:"4,32"`
	// contains filtered or unexported fields
}

func (*LightClientHeaderDeneb) Descriptor deprecated

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

Deprecated: Use LightClientHeaderDeneb.ProtoReflect.Descriptor instead.

func (*LightClientHeaderDeneb) GetBeacon

func (x *LightClientHeaderDeneb) GetBeacon() *BeaconBlockHeader

func (*LightClientHeaderDeneb) GetExecution

func (*LightClientHeaderDeneb) GetExecutionBranch

func (x *LightClientHeaderDeneb) GetExecutionBranch() [][]byte

func (*LightClientHeaderDeneb) HashTreeRoot

func (l *LightClientHeaderDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientHeaderDeneb object

func (*LightClientHeaderDeneb) HashTreeRootWith

func (l *LightClientHeaderDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientHeaderDeneb object with a hasher

func (*LightClientHeaderDeneb) MarshalSSZ

func (l *LightClientHeaderDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientHeaderDeneb object

func (*LightClientHeaderDeneb) MarshalSSZTo

func (l *LightClientHeaderDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientHeaderDeneb object to a target array

func (*LightClientHeaderDeneb) ProtoMessage

func (*LightClientHeaderDeneb) ProtoMessage()

func (*LightClientHeaderDeneb) ProtoReflect

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

func (*LightClientHeaderDeneb) Reset

func (x *LightClientHeaderDeneb) Reset()

func (*LightClientHeaderDeneb) SizeSSZ

func (l *LightClientHeaderDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientHeaderDeneb object

func (*LightClientHeaderDeneb) String

func (x *LightClientHeaderDeneb) String() string

func (*LightClientHeaderDeneb) UnmarshalSSZ

func (l *LightClientHeaderDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientHeaderDeneb object

type LightClientOptimisticUpdateAltair

type LightClientOptimisticUpdateAltair struct {
	AttestedHeader *LightClientHeaderAltair                                         `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"`
	SyncAggregate  *SyncAggregate                                                   `protobuf:"bytes,2,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	SignatureSlot  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientOptimisticUpdateAltair) Descriptor deprecated

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

Deprecated: Use LightClientOptimisticUpdateAltair.ProtoReflect.Descriptor instead.

func (*LightClientOptimisticUpdateAltair) GetAttestedHeader

func (*LightClientOptimisticUpdateAltair) GetSignatureSlot

func (*LightClientOptimisticUpdateAltair) GetSyncAggregate

func (x *LightClientOptimisticUpdateAltair) GetSyncAggregate() *SyncAggregate

func (*LightClientOptimisticUpdateAltair) HashTreeRoot

func (l *LightClientOptimisticUpdateAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientOptimisticUpdateAltair object

func (*LightClientOptimisticUpdateAltair) HashTreeRootWith

func (l *LightClientOptimisticUpdateAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientOptimisticUpdateAltair object with a hasher

func (*LightClientOptimisticUpdateAltair) MarshalSSZ

func (l *LightClientOptimisticUpdateAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientOptimisticUpdateAltair object

func (*LightClientOptimisticUpdateAltair) MarshalSSZTo

func (l *LightClientOptimisticUpdateAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientOptimisticUpdateAltair object to a target array

func (*LightClientOptimisticUpdateAltair) ProtoMessage

func (*LightClientOptimisticUpdateAltair) ProtoMessage()

func (*LightClientOptimisticUpdateAltair) ProtoReflect

func (*LightClientOptimisticUpdateAltair) Reset

func (*LightClientOptimisticUpdateAltair) SizeSSZ

func (l *LightClientOptimisticUpdateAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientOptimisticUpdateAltair object

func (*LightClientOptimisticUpdateAltair) String

func (*LightClientOptimisticUpdateAltair) UnmarshalSSZ

func (l *LightClientOptimisticUpdateAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientOptimisticUpdateAltair object

type LightClientOptimisticUpdateCapella

type LightClientOptimisticUpdateCapella struct {
	AttestedHeader *LightClientHeaderCapella                                        `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"`
	SyncAggregate  *SyncAggregate                                                   `protobuf:"bytes,2,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	SignatureSlot  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientOptimisticUpdateCapella) Descriptor deprecated

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

Deprecated: Use LightClientOptimisticUpdateCapella.ProtoReflect.Descriptor instead.

func (*LightClientOptimisticUpdateCapella) GetAttestedHeader

func (*LightClientOptimisticUpdateCapella) GetSignatureSlot

func (*LightClientOptimisticUpdateCapella) GetSyncAggregate

func (x *LightClientOptimisticUpdateCapella) GetSyncAggregate() *SyncAggregate

func (*LightClientOptimisticUpdateCapella) HashTreeRoot

func (l *LightClientOptimisticUpdateCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientOptimisticUpdateCapella object

func (*LightClientOptimisticUpdateCapella) HashTreeRootWith

func (l *LightClientOptimisticUpdateCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientOptimisticUpdateCapella object with a hasher

func (*LightClientOptimisticUpdateCapella) MarshalSSZ

func (l *LightClientOptimisticUpdateCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientOptimisticUpdateCapella object

func (*LightClientOptimisticUpdateCapella) MarshalSSZTo

func (l *LightClientOptimisticUpdateCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientOptimisticUpdateCapella object to a target array

func (*LightClientOptimisticUpdateCapella) ProtoMessage

func (*LightClientOptimisticUpdateCapella) ProtoMessage()

func (*LightClientOptimisticUpdateCapella) ProtoReflect

func (*LightClientOptimisticUpdateCapella) Reset

func (*LightClientOptimisticUpdateCapella) SizeSSZ

func (l *LightClientOptimisticUpdateCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientOptimisticUpdateCapella object

func (*LightClientOptimisticUpdateCapella) String

func (*LightClientOptimisticUpdateCapella) UnmarshalSSZ

func (l *LightClientOptimisticUpdateCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientOptimisticUpdateCapella object

type LightClientOptimisticUpdateDeneb

type LightClientOptimisticUpdateDeneb struct {
	AttestedHeader *LightClientHeaderDeneb                                          `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"`
	SyncAggregate  *SyncAggregate                                                   `protobuf:"bytes,2,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	SignatureSlot  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientOptimisticUpdateDeneb) Descriptor deprecated

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

Deprecated: Use LightClientOptimisticUpdateDeneb.ProtoReflect.Descriptor instead.

func (*LightClientOptimisticUpdateDeneb) GetAttestedHeader

func (*LightClientOptimisticUpdateDeneb) GetSignatureSlot

func (*LightClientOptimisticUpdateDeneb) GetSyncAggregate

func (x *LightClientOptimisticUpdateDeneb) GetSyncAggregate() *SyncAggregate

func (*LightClientOptimisticUpdateDeneb) HashTreeRoot

func (l *LightClientOptimisticUpdateDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientOptimisticUpdateDeneb object

func (*LightClientOptimisticUpdateDeneb) HashTreeRootWith

func (l *LightClientOptimisticUpdateDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientOptimisticUpdateDeneb object with a hasher

func (*LightClientOptimisticUpdateDeneb) MarshalSSZ

func (l *LightClientOptimisticUpdateDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientOptimisticUpdateDeneb object

func (*LightClientOptimisticUpdateDeneb) MarshalSSZTo

func (l *LightClientOptimisticUpdateDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientOptimisticUpdateDeneb object to a target array

func (*LightClientOptimisticUpdateDeneb) ProtoMessage

func (*LightClientOptimisticUpdateDeneb) ProtoMessage()

func (*LightClientOptimisticUpdateDeneb) ProtoReflect

func (*LightClientOptimisticUpdateDeneb) Reset

func (*LightClientOptimisticUpdateDeneb) SizeSSZ

func (l *LightClientOptimisticUpdateDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientOptimisticUpdateDeneb object

func (*LightClientOptimisticUpdateDeneb) String

func (*LightClientOptimisticUpdateDeneb) UnmarshalSSZ

func (l *LightClientOptimisticUpdateDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientOptimisticUpdateDeneb object

type LightClientUpdateAltair

type LightClientUpdateAltair struct {
	AttestedHeader          *LightClientHeaderAltair                                         `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"`
	NextSyncCommittee       *SyncCommittee                                                   `protobuf:"bytes,2,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	NextSyncCommitteeBranch [][]byte                                                         `` /* 150-byte string literal not displayed */
	FinalizedHeader         *LightClientHeaderAltair                                         `protobuf:"bytes,4,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"`
	FinalityBranch          [][]byte                                                         `protobuf:"bytes,5,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"`
	SyncAggregate           *SyncAggregate                                                   `protobuf:"bytes,6,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	SignatureSlot           github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientUpdateAltair) Descriptor deprecated

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

Deprecated: Use LightClientUpdateAltair.ProtoReflect.Descriptor instead.

func (*LightClientUpdateAltair) GetAttestedHeader

func (x *LightClientUpdateAltair) GetAttestedHeader() *LightClientHeaderAltair

func (*LightClientUpdateAltair) GetFinalityBranch

func (x *LightClientUpdateAltair) GetFinalityBranch() [][]byte

func (*LightClientUpdateAltair) GetFinalizedHeader

func (x *LightClientUpdateAltair) GetFinalizedHeader() *LightClientHeaderAltair

func (*LightClientUpdateAltair) GetNextSyncCommittee

func (x *LightClientUpdateAltair) GetNextSyncCommittee() *SyncCommittee

func (*LightClientUpdateAltair) GetNextSyncCommitteeBranch

func (x *LightClientUpdateAltair) GetNextSyncCommitteeBranch() [][]byte

func (*LightClientUpdateAltair) GetSyncAggregate

func (x *LightClientUpdateAltair) GetSyncAggregate() *SyncAggregate

func (*LightClientUpdateAltair) HashTreeRoot

func (l *LightClientUpdateAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientUpdateAltair object

func (*LightClientUpdateAltair) HashTreeRootWith

func (l *LightClientUpdateAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientUpdateAltair object with a hasher

func (*LightClientUpdateAltair) MarshalSSZ

func (l *LightClientUpdateAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientUpdateAltair object

func (*LightClientUpdateAltair) MarshalSSZTo

func (l *LightClientUpdateAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientUpdateAltair object to a target array

func (*LightClientUpdateAltair) ProtoMessage

func (*LightClientUpdateAltair) ProtoMessage()

func (*LightClientUpdateAltair) ProtoReflect

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

func (*LightClientUpdateAltair) Reset

func (x *LightClientUpdateAltair) Reset()

func (*LightClientUpdateAltair) SizeSSZ

func (l *LightClientUpdateAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientUpdateAltair object

func (*LightClientUpdateAltair) String

func (x *LightClientUpdateAltair) String() string

func (*LightClientUpdateAltair) UnmarshalSSZ

func (l *LightClientUpdateAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientUpdateAltair object

type LightClientUpdateCapella

type LightClientUpdateCapella struct {
	AttestedHeader          *LightClientHeaderCapella                                        `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"`
	NextSyncCommittee       *SyncCommittee                                                   `protobuf:"bytes,2,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	NextSyncCommitteeBranch [][]byte                                                         `` /* 150-byte string literal not displayed */
	FinalizedHeader         *LightClientHeaderCapella                                        `protobuf:"bytes,4,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"`
	FinalityBranch          [][]byte                                                         `protobuf:"bytes,5,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"`
	SyncAggregate           *SyncAggregate                                                   `protobuf:"bytes,6,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	SignatureSlot           github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientUpdateCapella) Descriptor deprecated

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

Deprecated: Use LightClientUpdateCapella.ProtoReflect.Descriptor instead.

func (*LightClientUpdateCapella) GetAttestedHeader

func (x *LightClientUpdateCapella) GetAttestedHeader() *LightClientHeaderCapella

func (*LightClientUpdateCapella) GetFinalityBranch

func (x *LightClientUpdateCapella) GetFinalityBranch() [][]byte

func (*LightClientUpdateCapella) GetFinalizedHeader

func (x *LightClientUpdateCapella) GetFinalizedHeader() *LightClientHeaderCapella

func (*LightClientUpdateCapella) GetNextSyncCommittee

func (x *LightClientUpdateCapella) GetNextSyncCommittee() *SyncCommittee

func (*LightClientUpdateCapella) GetNextSyncCommitteeBranch

func (x *LightClientUpdateCapella) GetNextSyncCommitteeBranch() [][]byte

func (*LightClientUpdateCapella) GetSyncAggregate

func (x *LightClientUpdateCapella) GetSyncAggregate() *SyncAggregate

func (*LightClientUpdateCapella) HashTreeRoot

func (l *LightClientUpdateCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientUpdateCapella object

func (*LightClientUpdateCapella) HashTreeRootWith

func (l *LightClientUpdateCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientUpdateCapella object with a hasher

func (*LightClientUpdateCapella) MarshalSSZ

func (l *LightClientUpdateCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientUpdateCapella object

func (*LightClientUpdateCapella) MarshalSSZTo

func (l *LightClientUpdateCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientUpdateCapella object to a target array

func (*LightClientUpdateCapella) ProtoMessage

func (*LightClientUpdateCapella) ProtoMessage()

func (*LightClientUpdateCapella) ProtoReflect

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

func (*LightClientUpdateCapella) Reset

func (x *LightClientUpdateCapella) Reset()

func (*LightClientUpdateCapella) SizeSSZ

func (l *LightClientUpdateCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientUpdateCapella object

func (*LightClientUpdateCapella) String

func (x *LightClientUpdateCapella) String() string

func (*LightClientUpdateCapella) UnmarshalSSZ

func (l *LightClientUpdateCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientUpdateCapella object

type LightClientUpdateDeneb

type LightClientUpdateDeneb struct {
	AttestedHeader          *LightClientHeaderDeneb                                          `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"`
	NextSyncCommittee       *SyncCommittee                                                   `protobuf:"bytes,2,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	NextSyncCommitteeBranch [][]byte                                                         `` /* 150-byte string literal not displayed */
	FinalizedHeader         *LightClientHeaderDeneb                                          `protobuf:"bytes,4,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"`
	FinalityBranch          [][]byte                                                         `protobuf:"bytes,5,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"`
	SyncAggregate           *SyncAggregate                                                   `protobuf:"bytes,6,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	SignatureSlot           github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientUpdateDeneb) Descriptor deprecated

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

Deprecated: Use LightClientUpdateDeneb.ProtoReflect.Descriptor instead.

func (*LightClientUpdateDeneb) GetAttestedHeader

func (x *LightClientUpdateDeneb) GetAttestedHeader() *LightClientHeaderDeneb

func (*LightClientUpdateDeneb) GetFinalityBranch

func (x *LightClientUpdateDeneb) GetFinalityBranch() [][]byte

func (*LightClientUpdateDeneb) GetFinalizedHeader

func (x *LightClientUpdateDeneb) GetFinalizedHeader() *LightClientHeaderDeneb

func (*LightClientUpdateDeneb) GetNextSyncCommittee

func (x *LightClientUpdateDeneb) GetNextSyncCommittee() *SyncCommittee

func (*LightClientUpdateDeneb) GetNextSyncCommitteeBranch

func (x *LightClientUpdateDeneb) GetNextSyncCommitteeBranch() [][]byte

func (*LightClientUpdateDeneb) GetSyncAggregate

func (x *LightClientUpdateDeneb) GetSyncAggregate() *SyncAggregate

func (*LightClientUpdateDeneb) HashTreeRoot

func (l *LightClientUpdateDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientUpdateDeneb object

func (*LightClientUpdateDeneb) HashTreeRootWith

func (l *LightClientUpdateDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientUpdateDeneb object with a hasher

func (*LightClientUpdateDeneb) MarshalSSZ

func (l *LightClientUpdateDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientUpdateDeneb object

func (*LightClientUpdateDeneb) MarshalSSZTo

func (l *LightClientUpdateDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientUpdateDeneb object to a target array

func (*LightClientUpdateDeneb) ProtoMessage

func (*LightClientUpdateDeneb) ProtoMessage()

func (*LightClientUpdateDeneb) ProtoReflect

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

func (*LightClientUpdateDeneb) Reset

func (x *LightClientUpdateDeneb) Reset()

func (*LightClientUpdateDeneb) SizeSSZ

func (l *LightClientUpdateDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientUpdateDeneb object

func (*LightClientUpdateDeneb) String

func (x *LightClientUpdateDeneb) String() string

func (*LightClientUpdateDeneb) UnmarshalSSZ

func (l *LightClientUpdateDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientUpdateDeneb object

type LightClientUpdateElectra

type LightClientUpdateElectra struct {
	AttestedHeader          *LightClientHeaderDeneb                                          `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"`
	NextSyncCommittee       *SyncCommittee                                                   `protobuf:"bytes,2,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"`
	NextSyncCommitteeBranch [][]byte                                                         `` /* 150-byte string literal not displayed */
	FinalizedHeader         *LightClientHeaderDeneb                                          `protobuf:"bytes,4,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"`
	FinalityBranch          [][]byte                                                         `protobuf:"bytes,5,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"7,32"`
	SyncAggregate           *SyncAggregate                                                   `protobuf:"bytes,6,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"`
	SignatureSlot           github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientUpdateElectra) Descriptor deprecated

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

Deprecated: Use LightClientUpdateElectra.ProtoReflect.Descriptor instead.

func (*LightClientUpdateElectra) GetAttestedHeader

func (x *LightClientUpdateElectra) GetAttestedHeader() *LightClientHeaderDeneb

func (*LightClientUpdateElectra) GetFinalityBranch

func (x *LightClientUpdateElectra) GetFinalityBranch() [][]byte

func (*LightClientUpdateElectra) GetFinalizedHeader

func (x *LightClientUpdateElectra) GetFinalizedHeader() *LightClientHeaderDeneb

func (*LightClientUpdateElectra) GetNextSyncCommittee

func (x *LightClientUpdateElectra) GetNextSyncCommittee() *SyncCommittee

func (*LightClientUpdateElectra) GetNextSyncCommitteeBranch

func (x *LightClientUpdateElectra) GetNextSyncCommitteeBranch() [][]byte

func (*LightClientUpdateElectra) GetSyncAggregate

func (x *LightClientUpdateElectra) GetSyncAggregate() *SyncAggregate

func (*LightClientUpdateElectra) HashTreeRoot

func (l *LightClientUpdateElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientUpdateElectra object

func (*LightClientUpdateElectra) HashTreeRootWith

func (l *LightClientUpdateElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientUpdateElectra object with a hasher

func (*LightClientUpdateElectra) MarshalSSZ

func (l *LightClientUpdateElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientUpdateElectra object

func (*LightClientUpdateElectra) MarshalSSZTo

func (l *LightClientUpdateElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientUpdateElectra object to a target array

func (*LightClientUpdateElectra) ProtoMessage

func (*LightClientUpdateElectra) ProtoMessage()

func (*LightClientUpdateElectra) ProtoReflect

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

func (*LightClientUpdateElectra) Reset

func (x *LightClientUpdateElectra) Reset()

func (*LightClientUpdateElectra) SizeSSZ

func (l *LightClientUpdateElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the LightClientUpdateElectra object

func (*LightClientUpdateElectra) String

func (x *LightClientUpdateElectra) String() string

func (*LightClientUpdateElectra) UnmarshalSSZ

func (l *LightClientUpdateElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientUpdateElectra object

type LightClientUpdatesByRangeRequest

type LightClientUpdatesByRangeRequest struct {
	StartPeriod uint64 `protobuf:"varint,1,opt,name=start_period,json=startPeriod,proto3" json:"start_period,omitempty"`
	Count       uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*LightClientUpdatesByRangeRequest) Descriptor deprecated

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

Deprecated: Use LightClientUpdatesByRangeRequest.ProtoReflect.Descriptor instead.

func (*LightClientUpdatesByRangeRequest) GetCount

func (*LightClientUpdatesByRangeRequest) GetStartPeriod

func (x *LightClientUpdatesByRangeRequest) GetStartPeriod() uint64

func (*LightClientUpdatesByRangeRequest) ProtoMessage

func (*LightClientUpdatesByRangeRequest) ProtoMessage()

func (*LightClientUpdatesByRangeRequest) ProtoReflect

func (*LightClientUpdatesByRangeRequest) Reset

func (*LightClientUpdatesByRangeRequest) String

type ListAttestationsElectraResponse deprecated

type ListAttestationsElectraResponse struct {
	Attestations  []*AttestationElectra `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,omitempty"`
	NextPageToken string                `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize     int32                 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListAttestationsElectraResponse) Descriptor deprecated

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

Deprecated: Use ListAttestationsElectraResponse.ProtoReflect.Descriptor instead.

func (*ListAttestationsElectraResponse) GetAttestations

func (x *ListAttestationsElectraResponse) GetAttestations() []*AttestationElectra

func (*ListAttestationsElectraResponse) GetNextPageToken

func (x *ListAttestationsElectraResponse) GetNextPageToken() string

func (*ListAttestationsElectraResponse) GetTotalSize

func (x *ListAttestationsElectraResponse) GetTotalSize() int32

func (*ListAttestationsElectraResponse) ProtoMessage

func (*ListAttestationsElectraResponse) ProtoMessage()

func (*ListAttestationsElectraResponse) ProtoReflect

func (*ListAttestationsElectraResponse) Reset

func (*ListAttestationsElectraResponse) String

type ListAttestationsRequest deprecated

type ListAttestationsRequest struct {

	// Types that are valid to be assigned to QueryFilter:
	//
	//	*ListAttestationsRequest_Epoch
	//	*ListAttestationsRequest_GenesisEpoch
	QueryFilter isListAttestationsRequest_QueryFilter `protobuf_oneof:"query_filter"`
	PageSize    int32                                 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken   string                                `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListAttestationsRequest) Descriptor deprecated

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

Deprecated: Use ListAttestationsRequest.ProtoReflect.Descriptor instead.

func (*ListAttestationsRequest) GetGenesisEpoch

func (x *ListAttestationsRequest) GetGenesisEpoch() bool

func (*ListAttestationsRequest) GetPageSize

func (x *ListAttestationsRequest) GetPageSize() int32

func (*ListAttestationsRequest) GetPageToken

func (x *ListAttestationsRequest) GetPageToken() string

func (*ListAttestationsRequest) GetQueryFilter

func (x *ListAttestationsRequest) GetQueryFilter() isListAttestationsRequest_QueryFilter

func (*ListAttestationsRequest) ProtoMessage

func (*ListAttestationsRequest) ProtoMessage()

func (*ListAttestationsRequest) ProtoReflect

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

func (*ListAttestationsRequest) Reset

func (x *ListAttestationsRequest) Reset()

func (*ListAttestationsRequest) String

func (x *ListAttestationsRequest) String() string

type ListAttestationsRequest_Epoch

type ListAttestationsRequest_Epoch struct {
	Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"`
}

type ListAttestationsRequest_GenesisEpoch

type ListAttestationsRequest_GenesisEpoch struct {
	GenesisEpoch bool `protobuf:"varint,2,opt,name=genesis_epoch,json=genesisEpoch,proto3,oneof"`
}

type ListAttestationsResponse deprecated

type ListAttestationsResponse struct {
	Attestations  []*Attestation `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,omitempty"`
	NextPageToken string         `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize     int32          `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListAttestationsResponse) Descriptor deprecated

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

Deprecated: Use ListAttestationsResponse.ProtoReflect.Descriptor instead.

func (*ListAttestationsResponse) GetAttestations

func (x *ListAttestationsResponse) GetAttestations() []*Attestation

func (*ListAttestationsResponse) GetNextPageToken

func (x *ListAttestationsResponse) GetNextPageToken() string

func (*ListAttestationsResponse) GetTotalSize

func (x *ListAttestationsResponse) GetTotalSize() int32

func (*ListAttestationsResponse) ProtoMessage

func (*ListAttestationsResponse) ProtoMessage()

func (*ListAttestationsResponse) ProtoReflect

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

func (*ListAttestationsResponse) Reset

func (x *ListAttestationsResponse) Reset()

func (*ListAttestationsResponse) String

func (x *ListAttestationsResponse) String() string

type ListBeaconBlocksResponse deprecated

type ListBeaconBlocksResponse struct {
	BlockContainers []*BeaconBlockContainer `protobuf:"bytes,1,rep,name=block_containers,json=blockContainers,proto3" json:"block_containers,omitempty"`
	NextPageToken   string                  `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize       int32                   `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListBeaconBlocksResponse) Descriptor deprecated

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

Deprecated: Use ListBeaconBlocksResponse.ProtoReflect.Descriptor instead.

func (*ListBeaconBlocksResponse) GetBlockContainers

func (x *ListBeaconBlocksResponse) GetBlockContainers() []*BeaconBlockContainer

func (*ListBeaconBlocksResponse) GetNextPageToken

func (x *ListBeaconBlocksResponse) GetNextPageToken() string

func (*ListBeaconBlocksResponse) GetTotalSize

func (x *ListBeaconBlocksResponse) GetTotalSize() int32

func (*ListBeaconBlocksResponse) ProtoMessage

func (*ListBeaconBlocksResponse) ProtoMessage()

func (*ListBeaconBlocksResponse) ProtoReflect

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

func (*ListBeaconBlocksResponse) Reset

func (x *ListBeaconBlocksResponse) Reset()

func (*ListBeaconBlocksResponse) String

func (x *ListBeaconBlocksResponse) String() string

type ListBlocksRequest deprecated

type ListBlocksRequest struct {

	// Types that are valid to be assigned to QueryFilter:
	//
	//	*ListBlocksRequest_Root
	//	*ListBlocksRequest_Slot
	//	*ListBlocksRequest_Epoch
	//	*ListBlocksRequest_Genesis
	QueryFilter isListBlocksRequest_QueryFilter `protobuf_oneof:"query_filter"`
	PageSize    int32                           `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken   string                          `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListBlocksRequest) Descriptor deprecated

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

Deprecated: Use ListBlocksRequest.ProtoReflect.Descriptor instead.

func (*ListBlocksRequest) GetGenesis

func (x *ListBlocksRequest) GetGenesis() bool

func (*ListBlocksRequest) GetPageSize

func (x *ListBlocksRequest) GetPageSize() int32

func (*ListBlocksRequest) GetPageToken

func (x *ListBlocksRequest) GetPageToken() string

func (*ListBlocksRequest) GetQueryFilter

func (x *ListBlocksRequest) GetQueryFilter() isListBlocksRequest_QueryFilter

func (*ListBlocksRequest) GetRoot

func (x *ListBlocksRequest) GetRoot() []byte

func (*ListBlocksRequest) ProtoMessage

func (*ListBlocksRequest) ProtoMessage()

func (*ListBlocksRequest) ProtoReflect

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

func (*ListBlocksRequest) Reset

func (x *ListBlocksRequest) Reset()

func (*ListBlocksRequest) String

func (x *ListBlocksRequest) String() string

type ListBlocksRequest_Epoch

type ListBlocksRequest_Epoch struct {
	Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"`
}

type ListBlocksRequest_Genesis

type ListBlocksRequest_Genesis struct {
	Genesis bool `protobuf:"varint,4,opt,name=genesis,proto3,oneof"`
}

type ListBlocksRequest_Root

type ListBlocksRequest_Root struct {
	Root []byte `protobuf:"bytes,1,opt,name=root,proto3,oneof"`
}

type ListBlocksRequest_Slot

type ListBlocksRequest_Slot struct {
	Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"`
}

type ListCommitteesRequest deprecated

type ListCommitteesRequest struct {

	// Types that are valid to be assigned to QueryFilter:
	//
	//	*ListCommitteesRequest_Epoch
	//	*ListCommitteesRequest_Genesis
	QueryFilter isListCommitteesRequest_QueryFilter `protobuf_oneof:"query_filter"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListCommitteesRequest) Descriptor deprecated

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

Deprecated: Use ListCommitteesRequest.ProtoReflect.Descriptor instead.

func (*ListCommitteesRequest) GetGenesis

func (x *ListCommitteesRequest) GetGenesis() bool

func (*ListCommitteesRequest) GetQueryFilter

func (x *ListCommitteesRequest) GetQueryFilter() isListCommitteesRequest_QueryFilter

func (*ListCommitteesRequest) ProtoMessage

func (*ListCommitteesRequest) ProtoMessage()

func (*ListCommitteesRequest) ProtoReflect

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

func (*ListCommitteesRequest) Reset

func (x *ListCommitteesRequest) Reset()

func (*ListCommitteesRequest) String

func (x *ListCommitteesRequest) String() string

type ListCommitteesRequest_Epoch

type ListCommitteesRequest_Epoch struct {
	Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"`
}

type ListCommitteesRequest_Genesis

type ListCommitteesRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

type ListIndexedAttestationsElectraResponse deprecated

type ListIndexedAttestationsElectraResponse struct {
	IndexedAttestations []*IndexedAttestationElectra `protobuf:"bytes,1,rep,name=indexed_attestations,json=indexedAttestations,proto3" json:"indexed_attestations,omitempty"`
	NextPageToken       string                       `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize           int32                        `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListIndexedAttestationsElectraResponse) Descriptor deprecated

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

Deprecated: Use ListIndexedAttestationsElectraResponse.ProtoReflect.Descriptor instead.

func (*ListIndexedAttestationsElectraResponse) GetIndexedAttestations

func (*ListIndexedAttestationsElectraResponse) GetNextPageToken

func (x *ListIndexedAttestationsElectraResponse) GetNextPageToken() string

func (*ListIndexedAttestationsElectraResponse) GetTotalSize

func (*ListIndexedAttestationsElectraResponse) ProtoMessage

func (*ListIndexedAttestationsElectraResponse) ProtoReflect

func (*ListIndexedAttestationsElectraResponse) Reset

func (*ListIndexedAttestationsElectraResponse) String

type ListIndexedAttestationsRequest deprecated

type ListIndexedAttestationsRequest struct {

	// Types that are valid to be assigned to QueryFilter:
	//
	//	*ListIndexedAttestationsRequest_Epoch
	//	*ListIndexedAttestationsRequest_GenesisEpoch
	QueryFilter isListIndexedAttestationsRequest_QueryFilter `protobuf_oneof:"query_filter"`
	PageSize    int32                                        `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken   string                                       `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListIndexedAttestationsRequest) Descriptor deprecated

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

Deprecated: Use ListIndexedAttestationsRequest.ProtoReflect.Descriptor instead.

func (*ListIndexedAttestationsRequest) GetGenesisEpoch

func (x *ListIndexedAttestationsRequest) GetGenesisEpoch() bool

func (*ListIndexedAttestationsRequest) GetPageSize

func (x *ListIndexedAttestationsRequest) GetPageSize() int32

func (*ListIndexedAttestationsRequest) GetPageToken

func (x *ListIndexedAttestationsRequest) GetPageToken() string

func (*ListIndexedAttestationsRequest) GetQueryFilter

func (x *ListIndexedAttestationsRequest) GetQueryFilter() isListIndexedAttestationsRequest_QueryFilter

func (*ListIndexedAttestationsRequest) ProtoMessage

func (*ListIndexedAttestationsRequest) ProtoMessage()

func (*ListIndexedAttestationsRequest) ProtoReflect

func (*ListIndexedAttestationsRequest) Reset

func (x *ListIndexedAttestationsRequest) Reset()

func (*ListIndexedAttestationsRequest) String

type ListIndexedAttestationsRequest_Epoch

type ListIndexedAttestationsRequest_Epoch struct {
	Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"`
}

type ListIndexedAttestationsRequest_GenesisEpoch

type ListIndexedAttestationsRequest_GenesisEpoch struct {
	GenesisEpoch bool `protobuf:"varint,2,opt,name=genesis_epoch,json=genesisEpoch,proto3,oneof"`
}

type ListIndexedAttestationsResponse deprecated

type ListIndexedAttestationsResponse struct {
	IndexedAttestations []*IndexedAttestation `protobuf:"bytes,1,rep,name=indexed_attestations,json=indexedAttestations,proto3" json:"indexed_attestations,omitempty"`
	NextPageToken       string                `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize           int32                 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListIndexedAttestationsResponse) Descriptor deprecated

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

Deprecated: Use ListIndexedAttestationsResponse.ProtoReflect.Descriptor instead.

func (*ListIndexedAttestationsResponse) GetIndexedAttestations

func (x *ListIndexedAttestationsResponse) GetIndexedAttestations() []*IndexedAttestation

func (*ListIndexedAttestationsResponse) GetNextPageToken

func (x *ListIndexedAttestationsResponse) GetNextPageToken() string

func (*ListIndexedAttestationsResponse) GetTotalSize

func (x *ListIndexedAttestationsResponse) GetTotalSize() int32

func (*ListIndexedAttestationsResponse) ProtoMessage

func (*ListIndexedAttestationsResponse) ProtoMessage()

func (*ListIndexedAttestationsResponse) ProtoReflect

func (*ListIndexedAttestationsResponse) Reset

func (*ListIndexedAttestationsResponse) String

type ListValidatorAssignmentsRequest deprecated

type ListValidatorAssignmentsRequest struct {

	// Types that are valid to be assigned to QueryFilter:
	//
	//	*ListValidatorAssignmentsRequest_Epoch
	//	*ListValidatorAssignmentsRequest_Genesis
	QueryFilter isListValidatorAssignmentsRequest_QueryFilter                                `protobuf_oneof:"query_filter"`
	PublicKeys  [][]byte                                                                     `protobuf:"bytes,3,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"`
	Indices     []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 162-byte string literal not displayed */
	PageSize    int32                                                                        `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken   string                                                                       `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListValidatorAssignmentsRequest) Descriptor deprecated

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

Deprecated: Use ListValidatorAssignmentsRequest.ProtoReflect.Descriptor instead.

func (*ListValidatorAssignmentsRequest) GetGenesis

func (x *ListValidatorAssignmentsRequest) GetGenesis() bool

func (*ListValidatorAssignmentsRequest) GetPageSize

func (x *ListValidatorAssignmentsRequest) GetPageSize() int32

func (*ListValidatorAssignmentsRequest) GetPageToken

func (x *ListValidatorAssignmentsRequest) GetPageToken() string

func (*ListValidatorAssignmentsRequest) GetPublicKeys

func (x *ListValidatorAssignmentsRequest) GetPublicKeys() [][]byte

func (*ListValidatorAssignmentsRequest) GetQueryFilter

func (x *ListValidatorAssignmentsRequest) GetQueryFilter() isListValidatorAssignmentsRequest_QueryFilter

func (*ListValidatorAssignmentsRequest) ProtoMessage

func (*ListValidatorAssignmentsRequest) ProtoMessage()

func (*ListValidatorAssignmentsRequest) ProtoReflect

func (*ListValidatorAssignmentsRequest) Reset

func (*ListValidatorAssignmentsRequest) String

type ListValidatorAssignmentsRequest_Epoch

type ListValidatorAssignmentsRequest_Epoch struct {
	Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"`
}

type ListValidatorAssignmentsRequest_Genesis

type ListValidatorAssignmentsRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

type ListValidatorBalancesRequest deprecated

type ListValidatorBalancesRequest struct {

	// Types that are valid to be assigned to QueryFilter:
	//
	//	*ListValidatorBalancesRequest_Epoch
	//	*ListValidatorBalancesRequest_Genesis
	QueryFilter isListValidatorBalancesRequest_QueryFilter                                   `protobuf_oneof:"query_filter"`
	PublicKeys  [][]byte                                                                     `protobuf:"bytes,3,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"`
	Indices     []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 162-byte string literal not displayed */
	PageSize    int32                                                                        `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken   string                                                                       `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListValidatorBalancesRequest) Descriptor deprecated

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

Deprecated: Use ListValidatorBalancesRequest.ProtoReflect.Descriptor instead.

func (*ListValidatorBalancesRequest) GetGenesis

func (x *ListValidatorBalancesRequest) GetGenesis() bool

func (*ListValidatorBalancesRequest) GetPageSize

func (x *ListValidatorBalancesRequest) GetPageSize() int32

func (*ListValidatorBalancesRequest) GetPageToken

func (x *ListValidatorBalancesRequest) GetPageToken() string

func (*ListValidatorBalancesRequest) GetPublicKeys

func (x *ListValidatorBalancesRequest) GetPublicKeys() [][]byte

func (*ListValidatorBalancesRequest) GetQueryFilter

func (x *ListValidatorBalancesRequest) GetQueryFilter() isListValidatorBalancesRequest_QueryFilter

func (*ListValidatorBalancesRequest) ProtoMessage

func (*ListValidatorBalancesRequest) ProtoMessage()

func (*ListValidatorBalancesRequest) ProtoReflect

func (*ListValidatorBalancesRequest) Reset

func (x *ListValidatorBalancesRequest) Reset()

func (*ListValidatorBalancesRequest) String

type ListValidatorBalancesRequest_Epoch

type ListValidatorBalancesRequest_Epoch struct {
	Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"`
}

type ListValidatorBalancesRequest_Genesis

type ListValidatorBalancesRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

type ListValidatorsRequest deprecated

type ListValidatorsRequest struct {

	// Types that are valid to be assigned to QueryFilter:
	//
	//	*ListValidatorsRequest_Epoch
	//	*ListValidatorsRequest_Genesis
	QueryFilter isListValidatorsRequest_QueryFilter                                          `protobuf_oneof:"query_filter"`
	Active      bool                                                                         `protobuf:"varint,3,opt,name=active,proto3" json:"active,omitempty"`
	PageSize    int32                                                                        `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken   string                                                                       `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PublicKeys  [][]byte                                                                     `protobuf:"bytes,6,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"`
	Indices     []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ListValidatorsRequest) Descriptor deprecated

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

Deprecated: Use ListValidatorsRequest.ProtoReflect.Descriptor instead.

func (*ListValidatorsRequest) GetActive

func (x *ListValidatorsRequest) GetActive() bool

func (*ListValidatorsRequest) GetGenesis

func (x *ListValidatorsRequest) GetGenesis() bool

func (*ListValidatorsRequest) GetPageSize

func (x *ListValidatorsRequest) GetPageSize() int32

func (*ListValidatorsRequest) GetPageToken

func (x *ListValidatorsRequest) GetPageToken() string

func (*ListValidatorsRequest) GetPublicKeys

func (x *ListValidatorsRequest) GetPublicKeys() [][]byte

func (*ListValidatorsRequest) GetQueryFilter

func (x *ListValidatorsRequest) GetQueryFilter() isListValidatorsRequest_QueryFilter

func (*ListValidatorsRequest) ProtoMessage

func (*ListValidatorsRequest) ProtoMessage()

func (*ListValidatorsRequest) ProtoReflect

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

func (*ListValidatorsRequest) Reset

func (x *ListValidatorsRequest) Reset()

func (*ListValidatorsRequest) String

func (x *ListValidatorsRequest) String() string

type ListValidatorsRequest_Epoch

type ListValidatorsRequest_Epoch struct {
	Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"`
}

type ListValidatorsRequest_Genesis

type ListValidatorsRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

type LoggingLevelRequest deprecated

type LoggingLevelRequest struct {
	Level LoggingLevelRequest_Level `protobuf:"varint,1,opt,name=level,proto3,enum=ethereum.eth.v1alpha1.LoggingLevelRequest_Level" json:"level,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/debug.proto.

func (*LoggingLevelRequest) Descriptor deprecated

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

Deprecated: Use LoggingLevelRequest.ProtoReflect.Descriptor instead.

func (*LoggingLevelRequest) GetLevel

func (*LoggingLevelRequest) ProtoMessage

func (*LoggingLevelRequest) ProtoMessage()

func (*LoggingLevelRequest) ProtoReflect

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

func (*LoggingLevelRequest) Reset

func (x *LoggingLevelRequest) Reset()

func (*LoggingLevelRequest) String

func (x *LoggingLevelRequest) String() string

type LoggingLevelRequest_Level

type LoggingLevelRequest_Level int32
const (
	LoggingLevelRequest_INFO  LoggingLevelRequest_Level = 0
	LoggingLevelRequest_DEBUG LoggingLevelRequest_Level = 1
	LoggingLevelRequest_TRACE LoggingLevelRequest_Level = 2
)

func (LoggingLevelRequest_Level) Descriptor

func (LoggingLevelRequest_Level) Enum

func (LoggingLevelRequest_Level) EnumDescriptor deprecated

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

Deprecated: Use LoggingLevelRequest_Level.Descriptor instead.

func (LoggingLevelRequest_Level) Number

func (LoggingLevelRequest_Level) String

func (x LoggingLevelRequest_Level) String() string

func (LoggingLevelRequest_Level) Type

type LogsResponse deprecated

type LogsResponse struct {
	Logs []string `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/health.proto.

func (*LogsResponse) Descriptor deprecated

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

Deprecated: Use LogsResponse.ProtoReflect.Descriptor instead.

func (*LogsResponse) GetLogs

func (x *LogsResponse) GetLogs() []string

func (*LogsResponse) ProtoMessage

func (*LogsResponse) ProtoMessage()

func (*LogsResponse) ProtoReflect

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

func (*LogsResponse) Reset

func (x *LogsResponse) Reset()

func (*LogsResponse) String

func (x *LogsResponse) String() string

type MetaDataV0

type MetaDataV0 struct {
	SeqNumber uint64                                          `protobuf:"varint,1,opt,name=seq_number,json=seqNumber,proto3" json:"seq_number,omitempty"`
	Attnets   github_com_OffchainLabs_go_bitfield.Bitvector64 `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MetaDataV0) Descriptor deprecated

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

Deprecated: Use MetaDataV0.ProtoReflect.Descriptor instead.

func (*MetaDataV0) GetAttnets

func (*MetaDataV0) GetSeqNumber

func (x *MetaDataV0) GetSeqNumber() uint64

func (*MetaDataV0) HashTreeRoot

func (m *MetaDataV0) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the MetaDataV0 object

func (*MetaDataV0) HashTreeRootWith

func (m *MetaDataV0) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the MetaDataV0 object with a hasher

func (*MetaDataV0) MarshalSSZ

func (m *MetaDataV0) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the MetaDataV0 object

func (*MetaDataV0) MarshalSSZTo

func (m *MetaDataV0) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the MetaDataV0 object to a target array

func (*MetaDataV0) ProtoMessage

func (*MetaDataV0) ProtoMessage()

func (*MetaDataV0) ProtoReflect

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

func (*MetaDataV0) Reset

func (x *MetaDataV0) Reset()

func (*MetaDataV0) SizeSSZ

func (m *MetaDataV0) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the MetaDataV0 object

func (*MetaDataV0) String

func (x *MetaDataV0) String() string

func (*MetaDataV0) UnmarshalSSZ

func (m *MetaDataV0) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the MetaDataV0 object

type MetaDataV1

type MetaDataV1 struct {
	SeqNumber uint64                                          `protobuf:"varint,1,opt,name=seq_number,json=seqNumber,proto3" json:"seq_number,omitempty"`
	Attnets   github_com_OffchainLabs_go_bitfield.Bitvector64 `` /* 140-byte string literal not displayed */
	Syncnets  github_com_OffchainLabs_go_bitfield.Bitvector4  `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MetaDataV1) Descriptor deprecated

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

Deprecated: Use MetaDataV1.ProtoReflect.Descriptor instead.

func (*MetaDataV1) GetAttnets

func (*MetaDataV1) GetSeqNumber

func (x *MetaDataV1) GetSeqNumber() uint64

func (*MetaDataV1) GetSyncnets

func (*MetaDataV1) HashTreeRoot

func (m *MetaDataV1) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the MetaDataV1 object

func (*MetaDataV1) HashTreeRootWith

func (m *MetaDataV1) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the MetaDataV1 object with a hasher

func (*MetaDataV1) MarshalSSZ

func (m *MetaDataV1) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the MetaDataV1 object

func (*MetaDataV1) MarshalSSZTo

func (m *MetaDataV1) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the MetaDataV1 object to a target array

func (*MetaDataV1) ProtoMessage

func (*MetaDataV1) ProtoMessage()

func (*MetaDataV1) ProtoReflect

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

func (*MetaDataV1) Reset

func (x *MetaDataV1) Reset()

func (*MetaDataV1) SizeSSZ

func (m *MetaDataV1) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the MetaDataV1 object

func (*MetaDataV1) String

func (x *MetaDataV1) String() string

func (*MetaDataV1) UnmarshalSSZ

func (m *MetaDataV1) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the MetaDataV1 object

type MetaDataV2

type MetaDataV2 struct {
	SeqNumber         uint64                                          `protobuf:"varint,1,opt,name=seq_number,json=seqNumber,proto3" json:"seq_number,omitempty"`
	Attnets           github_com_OffchainLabs_go_bitfield.Bitvector64 `` /* 140-byte string literal not displayed */
	Syncnets          github_com_OffchainLabs_go_bitfield.Bitvector4  `` /* 141-byte string literal not displayed */
	CustodyGroupCount uint64                                          `protobuf:"varint,4,opt,name=custody_group_count,json=custodyGroupCount,proto3" json:"custody_group_count,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaDataV2) Descriptor deprecated

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

Deprecated: Use MetaDataV2.ProtoReflect.Descriptor instead.

func (*MetaDataV2) GetAttnets

func (*MetaDataV2) GetCustodyGroupCount

func (x *MetaDataV2) GetCustodyGroupCount() uint64

func (*MetaDataV2) GetSeqNumber

func (x *MetaDataV2) GetSeqNumber() uint64

func (*MetaDataV2) GetSyncnets

func (*MetaDataV2) HashTreeRoot

func (m *MetaDataV2) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the MetaDataV2 object

func (*MetaDataV2) HashTreeRootWith

func (m *MetaDataV2) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the MetaDataV2 object with a hasher

func (*MetaDataV2) MarshalSSZ

func (m *MetaDataV2) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the MetaDataV2 object

func (*MetaDataV2) MarshalSSZTo

func (m *MetaDataV2) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the MetaDataV2 object to a target array

func (*MetaDataV2) ProtoMessage

func (*MetaDataV2) ProtoMessage()

func (*MetaDataV2) ProtoReflect

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

func (*MetaDataV2) Reset

func (x *MetaDataV2) Reset()

func (*MetaDataV2) SizeSSZ

func (m *MetaDataV2) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the MetaDataV2 object

func (*MetaDataV2) String

func (x *MetaDataV2) String() string

func (*MetaDataV2) UnmarshalSSZ

func (m *MetaDataV2) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the MetaDataV2 object

type MultipleValidatorStatusRequest deprecated

type MultipleValidatorStatusRequest struct {
	PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"`
	Indices    []int64  `protobuf:"varint,2,rep,packed,name=indices,proto3" json:"indices,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*MultipleValidatorStatusRequest) Descriptor deprecated

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

Deprecated: Use MultipleValidatorStatusRequest.ProtoReflect.Descriptor instead.

func (*MultipleValidatorStatusRequest) GetIndices

func (x *MultipleValidatorStatusRequest) GetIndices() []int64

func (*MultipleValidatorStatusRequest) GetPublicKeys

func (x *MultipleValidatorStatusRequest) GetPublicKeys() [][]byte

func (*MultipleValidatorStatusRequest) ProtoMessage

func (*MultipleValidatorStatusRequest) ProtoMessage()

func (*MultipleValidatorStatusRequest) ProtoReflect

func (*MultipleValidatorStatusRequest) Reset

func (x *MultipleValidatorStatusRequest) Reset()

func (*MultipleValidatorStatusRequest) String

type MultipleValidatorStatusResponse deprecated

type MultipleValidatorStatusResponse struct {
	PublicKeys [][]byte                                                                     `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"`
	Statuses   []*ValidatorStatusResponse                                                   `protobuf:"bytes,2,rep,name=statuses,proto3" json:"statuses,omitempty"`
	Indices    []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*MultipleValidatorStatusResponse) Descriptor deprecated

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

Deprecated: Use MultipleValidatorStatusResponse.ProtoReflect.Descriptor instead.

func (*MultipleValidatorStatusResponse) GetPublicKeys

func (x *MultipleValidatorStatusResponse) GetPublicKeys() [][]byte

func (*MultipleValidatorStatusResponse) GetStatuses

func (*MultipleValidatorStatusResponse) ProtoMessage

func (*MultipleValidatorStatusResponse) ProtoMessage()

func (*MultipleValidatorStatusResponse) ProtoReflect

func (*MultipleValidatorStatusResponse) Reset

func (*MultipleValidatorStatusResponse) String

type NodeClient

type NodeClient interface {
	// Deprecated: Do not use.
	GetSyncStatus(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SyncStatus, error)
	// Deprecated: Do not use.
	GetGenesis(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Genesis, error)
	// Deprecated: Do not use.
	GetVersion(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Version, error)
	// Deprecated: Do not use.
	GetHealth(ctx context.Context, in *HealthRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	ListImplementedServices(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ImplementedServices, error)
	// Deprecated: Do not use.
	GetHost(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*HostData, error)
	// Deprecated: Do not use.
	GetPeer(ctx context.Context, in *PeerRequest, opts ...grpc.CallOption) (*Peer, error)
	// Deprecated: Do not use.
	ListPeers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Peers, error)
	// Deprecated: Do not use.
	GetETH1ConnectionStatus(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ETH1ConnectionStatus, error)
}

NodeClient is the client API for Node service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNodeClient

func NewNodeClient(cc grpc.ClientConnInterface) NodeClient

type NodeServer

type NodeServer interface {
	// Deprecated: Do not use.
	GetSyncStatus(context.Context, *emptypb.Empty) (*SyncStatus, error)
	// Deprecated: Do not use.
	GetGenesis(context.Context, *emptypb.Empty) (*Genesis, error)
	// Deprecated: Do not use.
	GetVersion(context.Context, *emptypb.Empty) (*Version, error)
	// Deprecated: Do not use.
	GetHealth(context.Context, *HealthRequest) (*emptypb.Empty, error)
	// Deprecated: Do not use.
	ListImplementedServices(context.Context, *emptypb.Empty) (*ImplementedServices, error)
	// Deprecated: Do not use.
	GetHost(context.Context, *emptypb.Empty) (*HostData, error)
	// Deprecated: Do not use.
	GetPeer(context.Context, *PeerRequest) (*Peer, error)
	// Deprecated: Do not use.
	ListPeers(context.Context, *emptypb.Empty) (*Peers, error)
	// Deprecated: Do not use.
	GetETH1ConnectionStatus(context.Context, *emptypb.Empty) (*ETH1ConnectionStatus, error)
}

NodeServer is the server API for Node service.

type PayloadAttestation

type PayloadAttestation struct {
	AggregationBits github_com_OffchainLabs_go_bitfield.Bitvector512 `` /* 181-byte string literal not displayed */
	Data            *PayloadAttestationData                          `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Signature       []byte                                           `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*PayloadAttestation) Descriptor deprecated

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

Deprecated: Use PayloadAttestation.ProtoReflect.Descriptor instead.

func (*PayloadAttestation) GetAggregationBits

func (*PayloadAttestation) GetData

func (*PayloadAttestation) GetSignature

func (x *PayloadAttestation) GetSignature() []byte

func (*PayloadAttestation) HashTreeRoot

func (p *PayloadAttestation) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the PayloadAttestation object

func (*PayloadAttestation) HashTreeRootWith

func (p *PayloadAttestation) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the PayloadAttestation object with a hasher

func (*PayloadAttestation) MarshalSSZ

func (p *PayloadAttestation) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the PayloadAttestation object

func (*PayloadAttestation) MarshalSSZTo

func (p *PayloadAttestation) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the PayloadAttestation object to a target array

func (*PayloadAttestation) ProtoMessage

func (*PayloadAttestation) ProtoMessage()

func (*PayloadAttestation) ProtoReflect

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

func (*PayloadAttestation) Reset

func (x *PayloadAttestation) Reset()

func (*PayloadAttestation) SizeSSZ

func (p *PayloadAttestation) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the PayloadAttestation object

func (*PayloadAttestation) String

func (x *PayloadAttestation) String() string

func (*PayloadAttestation) UnmarshalSSZ

func (p *PayloadAttestation) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the PayloadAttestation object

type PayloadAttestationData

type PayloadAttestationData struct {
	BeaconBlockRoot   []byte                                                           `protobuf:"bytes,1,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"`
	Slot              github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	PayloadPresent    bool                                                             `protobuf:"varint,3,opt,name=payload_present,json=payloadPresent,proto3" json:"payload_present,omitempty"`
	BlobDataAvailable bool                                                             `protobuf:"varint,4,opt,name=blob_data_available,json=blobDataAvailable,proto3" json:"blob_data_available,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadAttestationData) Descriptor deprecated

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

Deprecated: Use PayloadAttestationData.ProtoReflect.Descriptor instead.

func (*PayloadAttestationData) GetBeaconBlockRoot

func (x *PayloadAttestationData) GetBeaconBlockRoot() []byte

func (*PayloadAttestationData) GetBlobDataAvailable

func (x *PayloadAttestationData) GetBlobDataAvailable() bool

func (*PayloadAttestationData) GetPayloadPresent

func (x *PayloadAttestationData) GetPayloadPresent() bool

func (*PayloadAttestationData) HashTreeRoot

func (p *PayloadAttestationData) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the PayloadAttestationData object

func (*PayloadAttestationData) HashTreeRootWith

func (p *PayloadAttestationData) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the PayloadAttestationData object with a hasher

func (*PayloadAttestationData) MarshalSSZ

func (p *PayloadAttestationData) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the PayloadAttestationData object

func (*PayloadAttestationData) MarshalSSZTo

func (p *PayloadAttestationData) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the PayloadAttestationData object to a target array

func (*PayloadAttestationData) ProtoMessage

func (*PayloadAttestationData) ProtoMessage()

func (*PayloadAttestationData) ProtoReflect

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

func (*PayloadAttestationData) Reset

func (x *PayloadAttestationData) Reset()

func (*PayloadAttestationData) SizeSSZ

func (p *PayloadAttestationData) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the PayloadAttestationData object

func (*PayloadAttestationData) String

func (x *PayloadAttestationData) String() string

func (*PayloadAttestationData) UnmarshalSSZ

func (p *PayloadAttestationData) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the PayloadAttestationData object

type PayloadAttestationMessage

type PayloadAttestationMessage struct {
	ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 191-byte string literal not displayed */
	Data           *PayloadAttestationData                                                    `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Signature      []byte                                                                     `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*PayloadAttestationMessage) Descriptor deprecated

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

Deprecated: Use PayloadAttestationMessage.ProtoReflect.Descriptor instead.

func (*PayloadAttestationMessage) GetData

func (*PayloadAttestationMessage) GetSignature

func (x *PayloadAttestationMessage) GetSignature() []byte

func (*PayloadAttestationMessage) HashTreeRoot

func (p *PayloadAttestationMessage) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the PayloadAttestationMessage object

func (*PayloadAttestationMessage) HashTreeRootWith

func (p *PayloadAttestationMessage) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the PayloadAttestationMessage object with a hasher

func (*PayloadAttestationMessage) MarshalSSZ

func (p *PayloadAttestationMessage) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the PayloadAttestationMessage object

func (*PayloadAttestationMessage) MarshalSSZTo

func (p *PayloadAttestationMessage) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the PayloadAttestationMessage object to a target array

func (*PayloadAttestationMessage) ProtoMessage

func (*PayloadAttestationMessage) ProtoMessage()

func (*PayloadAttestationMessage) ProtoReflect

func (*PayloadAttestationMessage) Reset

func (x *PayloadAttestationMessage) Reset()

func (*PayloadAttestationMessage) SizeSSZ

func (p *PayloadAttestationMessage) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the PayloadAttestationMessage object

func (*PayloadAttestationMessage) String

func (x *PayloadAttestationMessage) String() string

func (*PayloadAttestationMessage) UnmarshalSSZ

func (p *PayloadAttestationMessage) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the PayloadAttestationMessage object

type Peer deprecated

type Peer struct {
	Address         string          `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Direction       PeerDirection   `protobuf:"varint,2,opt,name=direction,proto3,enum=ethereum.eth.v1alpha1.PeerDirection" json:"direction,omitempty"`
	ConnectionState ConnectionState `` /* 150-byte string literal not displayed */
	PeerId          string          `protobuf:"bytes,4,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	Enr             string          `protobuf:"bytes,5,opt,name=enr,proto3" json:"enr,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/node.proto.

func (*Peer) Descriptor deprecated

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

Deprecated: Use Peer.ProtoReflect.Descriptor instead.

func (*Peer) GetAddress

func (x *Peer) GetAddress() string

func (*Peer) GetConnectionState

func (x *Peer) GetConnectionState() ConnectionState

func (*Peer) GetDirection

func (x *Peer) GetDirection() PeerDirection

func (*Peer) GetEnr

func (x *Peer) GetEnr() string

func (*Peer) GetPeerId

func (x *Peer) GetPeerId() string

func (*Peer) ProtoMessage

func (*Peer) ProtoMessage()

func (*Peer) ProtoReflect

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

func (*Peer) Reset

func (x *Peer) Reset()

func (*Peer) String

func (x *Peer) String() string

type PeerDirection

type PeerDirection int32
const (
	PeerDirection_UNKNOWN  PeerDirection = 0
	PeerDirection_INBOUND  PeerDirection = 1
	PeerDirection_OUTBOUND PeerDirection = 2
)

func (PeerDirection) Descriptor

func (PeerDirection) Enum

func (x PeerDirection) Enum() *PeerDirection

func (PeerDirection) EnumDescriptor deprecated

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

Deprecated: Use PeerDirection.Descriptor instead.

func (PeerDirection) Number

func (PeerDirection) String

func (x PeerDirection) String() string

func (PeerDirection) Type

type PeerRequest deprecated

type PeerRequest struct {
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/node.proto.

func (*PeerRequest) Descriptor deprecated

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

Deprecated: Use PeerRequest.ProtoReflect.Descriptor instead.

func (*PeerRequest) GetPeerId

func (x *PeerRequest) GetPeerId() string

func (*PeerRequest) ProtoMessage

func (*PeerRequest) ProtoMessage()

func (*PeerRequest) ProtoReflect

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

func (*PeerRequest) Reset

func (x *PeerRequest) Reset()

func (*PeerRequest) String

func (x *PeerRequest) String() string

type Peers deprecated

type Peers struct {
	Peers []*Peer `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/node.proto.

func (*Peers) Descriptor deprecated

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

Deprecated: Use Peers.ProtoReflect.Descriptor instead.

func (*Peers) GetPeers

func (x *Peers) GetPeers() []*Peer

func (*Peers) ProtoMessage

func (*Peers) ProtoMessage()

func (*Peers) ProtoReflect

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

func (*Peers) Reset

func (x *Peers) Reset()

func (*Peers) String

func (x *Peers) String() string

type PendingAttestation

type PendingAttestation struct {
	AggregationBits github_com_OffchainLabs_go_bitfield.Bitlist                                `` /* 177-byte string literal not displayed */
	Data            *AttestationData                                                           `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	InclusionDelay  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 181-byte string literal not displayed */
	ProposerIndex   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PendingAttestation) Clone

func (a *PendingAttestation) Clone() Att

Clone --

func (*PendingAttestation) CommitteeBitsVal

func (a *PendingAttestation) CommitteeBitsVal() bitfield.Bitfield

CommitteeBitsVal --

func (*PendingAttestation) Copy

Copy --

func (*PendingAttestation) Descriptor deprecated

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

Deprecated: Use PendingAttestation.ProtoReflect.Descriptor instead.

func (*PendingAttestation) GetAggregationBits

func (*PendingAttestation) GetAttestingIndex

func (*PendingAttestation) GetAttestingIndex() primitives.ValidatorIndex

GetAttestingIndex --

func (*PendingAttestation) GetCommitteeIndex

func (a *PendingAttestation) GetCommitteeIndex() primitives.CommitteeIndex

GetCommitteeIndex --

func (*PendingAttestation) GetData

func (x *PendingAttestation) GetData() *AttestationData

func (*PendingAttestation) GetSignature

func (a *PendingAttestation) GetSignature() []byte

GetSignature --

func (*PendingAttestation) HashTreeRoot

func (p *PendingAttestation) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the PendingAttestation object

func (*PendingAttestation) HashTreeRootWith

func (p *PendingAttestation) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the PendingAttestation object with a hasher

func (*PendingAttestation) IsAggregated

func (a *PendingAttestation) IsAggregated() bool

IsAggregated --

func (*PendingAttestation) IsNil

func (a *PendingAttestation) IsNil() bool

IsNil --

func (*PendingAttestation) IsSingle

func (*PendingAttestation) IsSingle() bool

IsSingle returns true when the attestation can have only a single attester index.

func (*PendingAttestation) MarshalSSZ

func (p *PendingAttestation) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the PendingAttestation object

func (*PendingAttestation) MarshalSSZTo

func (p *PendingAttestation) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the PendingAttestation object to a target array

func (*PendingAttestation) ProtoMessage

func (*PendingAttestation) ProtoMessage()

func (*PendingAttestation) ProtoReflect

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

func (*PendingAttestation) Reset

func (x *PendingAttestation) Reset()

func (*PendingAttestation) SetSignature

func (a *PendingAttestation) SetSignature(_ []byte)

SetSignature --

func (*PendingAttestation) SizeSSZ

func (p *PendingAttestation) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the PendingAttestation object

func (*PendingAttestation) String

func (x *PendingAttestation) String() string

func (*PendingAttestation) UnmarshalSSZ

func (p *PendingAttestation) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the PendingAttestation object

func (*PendingAttestation) Version

func (a *PendingAttestation) Version() int

Version --

type PendingConsolidation

type PendingConsolidation struct {
	SourceIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 182-byte string literal not displayed */
	TargetIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 182-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PendingConsolidation) Copy

Copy --

func (*PendingConsolidation) Descriptor deprecated

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

Deprecated: Use PendingConsolidation.ProtoReflect.Descriptor instead.

func (*PendingConsolidation) HashTreeRoot

func (p *PendingConsolidation) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the PendingConsolidation object

func (*PendingConsolidation) HashTreeRootWith

func (p *PendingConsolidation) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the PendingConsolidation object with a hasher

func (*PendingConsolidation) MarshalSSZ

func (p *PendingConsolidation) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the PendingConsolidation object

func (*PendingConsolidation) MarshalSSZTo

func (p *PendingConsolidation) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the PendingConsolidation object to a target array

func (*PendingConsolidation) ProtoMessage

func (*PendingConsolidation) ProtoMessage()

func (*PendingConsolidation) ProtoReflect

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

func (*PendingConsolidation) Reset

func (x *PendingConsolidation) Reset()

func (*PendingConsolidation) SizeSSZ

func (p *PendingConsolidation) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the PendingConsolidation object

func (*PendingConsolidation) String

func (x *PendingConsolidation) String() string

func (*PendingConsolidation) UnmarshalSSZ

func (p *PendingConsolidation) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the PendingConsolidation object

type PendingDeposit

type PendingDeposit struct {
	PublicKey             []byte                                                           `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"`
	WithdrawalCredentials []byte                                                           `` /* 138-byte string literal not displayed */
	Amount                uint64                                                           `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	Signature             []byte                                                           `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	Slot                  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PendingDeposit) Copy

func (pd *PendingDeposit) Copy() *PendingDeposit

Copy --

func (*PendingDeposit) Descriptor deprecated

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

Deprecated: Use PendingDeposit.ProtoReflect.Descriptor instead.

func (*PendingDeposit) GetAmount

func (x *PendingDeposit) GetAmount() uint64

func (*PendingDeposit) GetPublicKey

func (x *PendingDeposit) GetPublicKey() []byte

func (*PendingDeposit) GetSignature

func (x *PendingDeposit) GetSignature() []byte

func (*PendingDeposit) GetWithdrawalCredentials

func (x *PendingDeposit) GetWithdrawalCredentials() []byte

func (*PendingDeposit) HashTreeRoot

func (p *PendingDeposit) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the PendingDeposit object

func (*PendingDeposit) HashTreeRootWith

func (p *PendingDeposit) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the PendingDeposit object with a hasher

func (*PendingDeposit) MarshalSSZ

func (p *PendingDeposit) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the PendingDeposit object

func (*PendingDeposit) MarshalSSZTo

func (p *PendingDeposit) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the PendingDeposit object to a target array

func (*PendingDeposit) ProtoMessage

func (*PendingDeposit) ProtoMessage()

func (*PendingDeposit) ProtoReflect

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

func (*PendingDeposit) Reset

func (x *PendingDeposit) Reset()

func (*PendingDeposit) SizeSSZ

func (p *PendingDeposit) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the PendingDeposit object

func (*PendingDeposit) String

func (x *PendingDeposit) String() string

func (*PendingDeposit) UnmarshalSSZ

func (p *PendingDeposit) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the PendingDeposit object

type PendingPartialWithdrawal

type PendingPartialWithdrawal struct {
	Index             github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 151-byte string literal not displayed */
	Amount            uint64                                                                     `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	WithdrawableEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch          `` /* 191-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PendingPartialWithdrawal) Copy

Copy --

func (*PendingPartialWithdrawal) Descriptor deprecated

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

Deprecated: Use PendingPartialWithdrawal.ProtoReflect.Descriptor instead.

func (*PendingPartialWithdrawal) GetAmount

func (x *PendingPartialWithdrawal) GetAmount() uint64

func (*PendingPartialWithdrawal) HashTreeRoot

func (p *PendingPartialWithdrawal) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the PendingPartialWithdrawal object

func (*PendingPartialWithdrawal) HashTreeRootWith

func (p *PendingPartialWithdrawal) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the PendingPartialWithdrawal object with a hasher

func (*PendingPartialWithdrawal) MarshalSSZ

func (p *PendingPartialWithdrawal) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the PendingPartialWithdrawal object

func (*PendingPartialWithdrawal) MarshalSSZTo

func (p *PendingPartialWithdrawal) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the PendingPartialWithdrawal object to a target array

func (*PendingPartialWithdrawal) ProtoMessage

func (*PendingPartialWithdrawal) ProtoMessage()

func (*PendingPartialWithdrawal) ProtoReflect

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

func (*PendingPartialWithdrawal) Reset

func (x *PendingPartialWithdrawal) Reset()

func (*PendingPartialWithdrawal) SizeSSZ

func (p *PendingPartialWithdrawal) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the PendingPartialWithdrawal object

func (*PendingPartialWithdrawal) String

func (x *PendingPartialWithdrawal) String() string

func (*PendingPartialWithdrawal) UnmarshalSSZ

func (p *PendingPartialWithdrawal) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the PendingPartialWithdrawal object

type PowBlock

type PowBlock struct {
	BlockHash       []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty" ssz-size:"32"`
	ParentHash      []byte `protobuf:"bytes,2,opt,name=parent_hash,json=parentHash,proto3" json:"parent_hash,omitempty" ssz-size:"32"`
	TotalDifficulty []byte `protobuf:"bytes,3,opt,name=total_difficulty,json=totalDifficulty,proto3" json:"total_difficulty,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

func (*PowBlock) Descriptor deprecated

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

Deprecated: Use PowBlock.ProtoReflect.Descriptor instead.

func (*PowBlock) GetBlockHash

func (x *PowBlock) GetBlockHash() []byte

func (*PowBlock) GetParentHash

func (x *PowBlock) GetParentHash() []byte

func (*PowBlock) GetTotalDifficulty

func (x *PowBlock) GetTotalDifficulty() []byte

func (*PowBlock) HashTreeRoot

func (p *PowBlock) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the PowBlock object

func (*PowBlock) HashTreeRootWith

func (p *PowBlock) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the PowBlock object with a hasher

func (*PowBlock) MarshalSSZ

func (p *PowBlock) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the PowBlock object

func (*PowBlock) MarshalSSZTo

func (p *PowBlock) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the PowBlock object to a target array

func (*PowBlock) ProtoMessage

func (*PowBlock) ProtoMessage()

func (*PowBlock) ProtoReflect

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

func (*PowBlock) Reset

func (x *PowBlock) Reset()

func (*PowBlock) SizeSSZ

func (p *PowBlock) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the PowBlock object

func (*PowBlock) String

func (x *PowBlock) String() string

func (*PowBlock) UnmarshalSSZ

func (p *PowBlock) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the PowBlock object

type PrepareBeaconProposerRequest deprecated

type PrepareBeaconProposerRequest struct {
	Recipients []*PrepareBeaconProposerRequest_FeeRecipientContainer `protobuf:"bytes,1,rep,name=recipients,proto3" json:"recipients,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*PrepareBeaconProposerRequest) Descriptor deprecated

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

Deprecated: Use PrepareBeaconProposerRequest.ProtoReflect.Descriptor instead.

func (*PrepareBeaconProposerRequest) GetRecipients

func (*PrepareBeaconProposerRequest) ProtoMessage

func (*PrepareBeaconProposerRequest) ProtoMessage()

func (*PrepareBeaconProposerRequest) ProtoReflect

func (*PrepareBeaconProposerRequest) Reset

func (x *PrepareBeaconProposerRequest) Reset()

func (*PrepareBeaconProposerRequest) String

type PrepareBeaconProposerRequest_FeeRecipientContainer

type PrepareBeaconProposerRequest_FeeRecipientContainer struct {
	FeeRecipient   []byte                                                                     `protobuf:"bytes,1,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty" ssz-size:"20"`
	ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 191-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PrepareBeaconProposerRequest_FeeRecipientContainer) Descriptor deprecated

Deprecated: Use PrepareBeaconProposerRequest_FeeRecipientContainer.ProtoReflect.Descriptor instead.

func (*PrepareBeaconProposerRequest_FeeRecipientContainer) GetFeeRecipient

func (*PrepareBeaconProposerRequest_FeeRecipientContainer) GetValidatorIndex

func (*PrepareBeaconProposerRequest_FeeRecipientContainer) ProtoMessage

func (*PrepareBeaconProposerRequest_FeeRecipientContainer) ProtoReflect

func (*PrepareBeaconProposerRequest_FeeRecipientContainer) Reset

func (*PrepareBeaconProposerRequest_FeeRecipientContainer) String

type ProposeExitResponse deprecated

type ProposeExitResponse struct {
	ExitRoot []byte `protobuf:"bytes,1,opt,name=exit_root,json=exitRoot,proto3" json:"exit_root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ProposeExitResponse) Descriptor deprecated

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

Deprecated: Use ProposeExitResponse.ProtoReflect.Descriptor instead.

func (*ProposeExitResponse) GetExitRoot

func (x *ProposeExitResponse) GetExitRoot() []byte

func (*ProposeExitResponse) ProtoMessage

func (*ProposeExitResponse) ProtoMessage()

func (*ProposeExitResponse) ProtoReflect

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

func (*ProposeExitResponse) Reset

func (x *ProposeExitResponse) Reset()

func (*ProposeExitResponse) String

func (x *ProposeExitResponse) String() string

type ProposeResponse deprecated

type ProposeResponse struct {
	BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ProposeResponse) Descriptor deprecated

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

Deprecated: Use ProposeResponse.ProtoReflect.Descriptor instead.

func (*ProposeResponse) GetBlockRoot

func (x *ProposeResponse) GetBlockRoot() []byte

func (*ProposeResponse) ProtoMessage

func (*ProposeResponse) ProtoMessage()

func (*ProposeResponse) ProtoReflect

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

func (*ProposeResponse) Reset

func (x *ProposeResponse) Reset()

func (*ProposeResponse) String

func (x *ProposeResponse) String() string

type ProposerSlashing

type ProposerSlashing struct {
	Header_1 *SignedBeaconBlockHeader `protobuf:"bytes,2,opt,name=header_1,json=header1,proto3" json:"header_1,omitempty"`
	Header_2 *SignedBeaconBlockHeader `protobuf:"bytes,3,opt,name=header_2,json=header2,proto3" json:"header_2,omitempty"`
	// contains filtered or unexported fields
}

func (*ProposerSlashing) Copy

func (slashing *ProposerSlashing) Copy() *ProposerSlashing

Copy --

func (*ProposerSlashing) Descriptor deprecated

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

Deprecated: Use ProposerSlashing.ProtoReflect.Descriptor instead.

func (*ProposerSlashing) GetHeader_1

func (x *ProposerSlashing) GetHeader_1() *SignedBeaconBlockHeader

func (*ProposerSlashing) GetHeader_2

func (x *ProposerSlashing) GetHeader_2() *SignedBeaconBlockHeader

func (*ProposerSlashing) HashTreeRoot

func (p *ProposerSlashing) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the ProposerSlashing object

func (*ProposerSlashing) HashTreeRootWith

func (p *ProposerSlashing) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the ProposerSlashing object with a hasher

func (*ProposerSlashing) MarshalSSZ

func (p *ProposerSlashing) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the ProposerSlashing object

func (*ProposerSlashing) MarshalSSZTo

func (p *ProposerSlashing) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the ProposerSlashing object to a target array

func (*ProposerSlashing) ProtoMessage

func (*ProposerSlashing) ProtoMessage()

func (*ProposerSlashing) ProtoReflect

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

func (*ProposerSlashing) Reset

func (x *ProposerSlashing) Reset()

func (*ProposerSlashing) SizeSSZ

func (p *ProposerSlashing) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the ProposerSlashing object

func (*ProposerSlashing) String

func (x *ProposerSlashing) String() string

func (*ProposerSlashing) UnmarshalSSZ

func (p *ProposerSlashing) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the ProposerSlashing object

type SSZResponse deprecated

type SSZResponse struct {
	Encoded []byte `protobuf:"bytes,1,opt,name=encoded,proto3" json:"encoded,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/debug.proto.

func (*SSZResponse) Descriptor deprecated

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

Deprecated: Use SSZResponse.ProtoReflect.Descriptor instead.

func (*SSZResponse) GetEncoded

func (x *SSZResponse) GetEncoded() []byte

func (*SSZResponse) ProtoMessage

func (*SSZResponse) ProtoMessage()

func (*SSZResponse) ProtoReflect

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

func (*SSZResponse) Reset

func (x *SSZResponse) Reset()

func (*SSZResponse) String

func (x *SSZResponse) String() string

type ScoreInfo

type ScoreInfo struct {
	OverallScore       float32                        `protobuf:"fixed32,1,opt,name=overall_score,json=overallScore,proto3" json:"overall_score,omitempty"`
	ProcessedBlocks    uint64                         `protobuf:"varint,2,opt,name=processed_blocks,json=processedBlocks,proto3" json:"processed_blocks,omitempty"`
	BlockProviderScore float32                        `protobuf:"fixed32,3,opt,name=block_provider_score,json=blockProviderScore,proto3" json:"block_provider_score,omitempty"`
	TopicScores        map[string]*TopicScoreSnapshot `` /* 168-byte string literal not displayed */
	GossipScore        float32                        `protobuf:"fixed32,5,opt,name=gossip_score,json=gossipScore,proto3" json:"gossip_score,omitempty"`
	BehaviourPenalty   float32                        `protobuf:"fixed32,6,opt,name=behaviour_penalty,json=behaviourPenalty,proto3" json:"behaviour_penalty,omitempty"`
	ValidationError    string                         `protobuf:"bytes,7,opt,name=validation_error,json=validationError,proto3" json:"validation_error,omitempty"`
	// contains filtered or unexported fields
}

func (*ScoreInfo) Descriptor deprecated

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

Deprecated: Use ScoreInfo.ProtoReflect.Descriptor instead.

func (*ScoreInfo) GetBehaviourPenalty

func (x *ScoreInfo) GetBehaviourPenalty() float32

func (*ScoreInfo) GetBlockProviderScore

func (x *ScoreInfo) GetBlockProviderScore() float32

func (*ScoreInfo) GetGossipScore

func (x *ScoreInfo) GetGossipScore() float32

func (*ScoreInfo) GetOverallScore

func (x *ScoreInfo) GetOverallScore() float32

func (*ScoreInfo) GetProcessedBlocks

func (x *ScoreInfo) GetProcessedBlocks() uint64

func (*ScoreInfo) GetTopicScores

func (x *ScoreInfo) GetTopicScores() map[string]*TopicScoreSnapshot

func (*ScoreInfo) GetValidationError

func (x *ScoreInfo) GetValidationError() string

func (*ScoreInfo) ProtoMessage

func (*ScoreInfo) ProtoMessage()

func (*ScoreInfo) ProtoReflect

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

func (*ScoreInfo) Reset

func (x *ScoreInfo) Reset()

func (*ScoreInfo) String

func (x *ScoreInfo) String() string

type SignedAggregateAttAndProof

type SignedAggregateAttAndProof interface {
	proto.Message
	ssz.Marshaler
	ssz.Unmarshaler
	ssz.HashRoot
	Version() int
	AggregateAttestationAndProof() AggregateAttAndProof
	GetSignature() []byte
	IsNil() bool
}

SignedAggregateAttAndProof defines common functionality for all signed aggregate attestation types.

type SignedAggregateAttestationAndProof

type SignedAggregateAttestationAndProof struct {
	Message   *AggregateAttestationAndProof `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte                        `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedAggregateAttestationAndProof) AggregateAttestationAndProof

func (a *SignedAggregateAttestationAndProof) AggregateAttestationAndProof() AggregateAttAndProof

AggregateAttestationAndProof --

func (*SignedAggregateAttestationAndProof) Descriptor deprecated

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

Deprecated: Use SignedAggregateAttestationAndProof.ProtoReflect.Descriptor instead.

func (*SignedAggregateAttestationAndProof) GetMessage

func (*SignedAggregateAttestationAndProof) GetSignature

func (x *SignedAggregateAttestationAndProof) GetSignature() []byte

func (*SignedAggregateAttestationAndProof) HashTreeRoot

func (s *SignedAggregateAttestationAndProof) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedAggregateAttestationAndProof object

func (*SignedAggregateAttestationAndProof) HashTreeRootWith

func (s *SignedAggregateAttestationAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedAggregateAttestationAndProof object with a hasher

func (*SignedAggregateAttestationAndProof) IsNil

IsNil --

func (*SignedAggregateAttestationAndProof) MarshalSSZ

func (s *SignedAggregateAttestationAndProof) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedAggregateAttestationAndProof object

func (*SignedAggregateAttestationAndProof) MarshalSSZTo

func (s *SignedAggregateAttestationAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedAggregateAttestationAndProof object to a target array

func (*SignedAggregateAttestationAndProof) ProtoMessage

func (*SignedAggregateAttestationAndProof) ProtoMessage()

func (*SignedAggregateAttestationAndProof) ProtoReflect

func (*SignedAggregateAttestationAndProof) Reset

func (*SignedAggregateAttestationAndProof) SizeSSZ

func (s *SignedAggregateAttestationAndProof) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedAggregateAttestationAndProof object

func (*SignedAggregateAttestationAndProof) String

func (*SignedAggregateAttestationAndProof) UnmarshalSSZ

func (s *SignedAggregateAttestationAndProof) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedAggregateAttestationAndProof object

func (*SignedAggregateAttestationAndProof) Version

Version --

type SignedAggregateAttestationAndProofElectra

type SignedAggregateAttestationAndProofElectra struct {
	Message   *AggregateAttestationAndProofElectra `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte                               `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedAggregateAttestationAndProofElectra) AggregateAttestationAndProof

func (a *SignedAggregateAttestationAndProofElectra) AggregateAttestationAndProof() AggregateAttAndProof

AggregateAttestationAndProof --

func (*SignedAggregateAttestationAndProofElectra) Descriptor deprecated

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

Deprecated: Use SignedAggregateAttestationAndProofElectra.ProtoReflect.Descriptor instead.

func (*SignedAggregateAttestationAndProofElectra) GetMessage

func (*SignedAggregateAttestationAndProofElectra) GetSignature

func (x *SignedAggregateAttestationAndProofElectra) GetSignature() []byte

func (*SignedAggregateAttestationAndProofElectra) HashTreeRoot

func (s *SignedAggregateAttestationAndProofElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedAggregateAttestationAndProofElectra object

func (*SignedAggregateAttestationAndProofElectra) HashTreeRootWith

func (s *SignedAggregateAttestationAndProofElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedAggregateAttestationAndProofElectra object with a hasher

func (*SignedAggregateAttestationAndProofElectra) IsNil

IsNil --

func (*SignedAggregateAttestationAndProofElectra) MarshalSSZ

MarshalSSZ ssz marshals the SignedAggregateAttestationAndProofElectra object

func (*SignedAggregateAttestationAndProofElectra) MarshalSSZTo

func (s *SignedAggregateAttestationAndProofElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedAggregateAttestationAndProofElectra object to a target array

func (*SignedAggregateAttestationAndProofElectra) ProtoMessage

func (*SignedAggregateAttestationAndProofElectra) ProtoReflect

func (*SignedAggregateAttestationAndProofElectra) Reset

func (*SignedAggregateAttestationAndProofElectra) SizeSSZ

func (s *SignedAggregateAttestationAndProofElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedAggregateAttestationAndProofElectra object

func (*SignedAggregateAttestationAndProofElectra) String

func (*SignedAggregateAttestationAndProofElectra) UnmarshalSSZ

func (s *SignedAggregateAttestationAndProofElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedAggregateAttestationAndProofElectra object

func (*SignedAggregateAttestationAndProofElectra) Version

Version --

type SignedAggregateSubmitElectraRequest deprecated

type SignedAggregateSubmitElectraRequest struct {
	SignedAggregateAndProof *SignedAggregateAttestationAndProofElectra `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*SignedAggregateSubmitElectraRequest) Descriptor deprecated

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

Deprecated: Use SignedAggregateSubmitElectraRequest.ProtoReflect.Descriptor instead.

func (*SignedAggregateSubmitElectraRequest) GetSignedAggregateAndProof

func (*SignedAggregateSubmitElectraRequest) ProtoMessage

func (*SignedAggregateSubmitElectraRequest) ProtoMessage()

func (*SignedAggregateSubmitElectraRequest) ProtoReflect

func (*SignedAggregateSubmitElectraRequest) Reset

func (*SignedAggregateSubmitElectraRequest) String

type SignedAggregateSubmitRequest deprecated

type SignedAggregateSubmitRequest struct {
	SignedAggregateAndProof *SignedAggregateAttestationAndProof `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*SignedAggregateSubmitRequest) Descriptor deprecated

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

Deprecated: Use SignedAggregateSubmitRequest.ProtoReflect.Descriptor instead.

func (*SignedAggregateSubmitRequest) GetSignedAggregateAndProof

func (x *SignedAggregateSubmitRequest) GetSignedAggregateAndProof() *SignedAggregateAttestationAndProof

func (*SignedAggregateSubmitRequest) ProtoMessage

func (*SignedAggregateSubmitRequest) ProtoMessage()

func (*SignedAggregateSubmitRequest) ProtoReflect

func (*SignedAggregateSubmitRequest) Reset

func (x *SignedAggregateSubmitRequest) Reset()

func (*SignedAggregateSubmitRequest) String

type SignedAggregateSubmitResponse deprecated

type SignedAggregateSubmitResponse struct {
	AttestationDataRoot []byte `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*SignedAggregateSubmitResponse) Descriptor deprecated

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

Deprecated: Use SignedAggregateSubmitResponse.ProtoReflect.Descriptor instead.

func (*SignedAggregateSubmitResponse) GetAttestationDataRoot

func (x *SignedAggregateSubmitResponse) GetAttestationDataRoot() []byte

func (*SignedAggregateSubmitResponse) ProtoMessage

func (*SignedAggregateSubmitResponse) ProtoMessage()

func (*SignedAggregateSubmitResponse) ProtoReflect

func (*SignedAggregateSubmitResponse) Reset

func (x *SignedAggregateSubmitResponse) Reset()

func (*SignedAggregateSubmitResponse) String

type SignedBLSToExecutionChange

type SignedBLSToExecutionChange struct {
	Message   *BLSToExecutionChange `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte                `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBLSToExecutionChange) Copy

Copy --

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() []byte

func (*SignedBLSToExecutionChange) HashTreeRoot

func (s *SignedBLSToExecutionChange) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBLSToExecutionChange object

func (*SignedBLSToExecutionChange) HashTreeRootWith

func (s *SignedBLSToExecutionChange) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBLSToExecutionChange object with a hasher

func (*SignedBLSToExecutionChange) MarshalSSZ

func (s *SignedBLSToExecutionChange) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBLSToExecutionChange object

func (*SignedBLSToExecutionChange) MarshalSSZTo

func (s *SignedBLSToExecutionChange) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBLSToExecutionChange object to a target array

func (*SignedBLSToExecutionChange) ProtoMessage

func (*SignedBLSToExecutionChange) ProtoMessage()

func (*SignedBLSToExecutionChange) ProtoReflect

func (*SignedBLSToExecutionChange) Reset

func (x *SignedBLSToExecutionChange) Reset()

func (*SignedBLSToExecutionChange) SizeSSZ

func (s *SignedBLSToExecutionChange) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBLSToExecutionChange object

func (*SignedBLSToExecutionChange) String

func (x *SignedBLSToExecutionChange) String() string

func (*SignedBLSToExecutionChange) UnmarshalSSZ

func (s *SignedBLSToExecutionChange) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBLSToExecutionChange object

type SignedBeaconBlock

type SignedBeaconBlock struct {
	Block     *BeaconBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Signature []byte       `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlock) Copy

func (sigBlock *SignedBeaconBlock) Copy() *SignedBeaconBlock

Copy --

func (*SignedBeaconBlock) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlock.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlock) GetBlock

func (x *SignedBeaconBlock) GetBlock() *BeaconBlock

func (*SignedBeaconBlock) GetSignature

func (x *SignedBeaconBlock) GetSignature() []byte

func (*SignedBeaconBlock) HashTreeRoot

func (s *SignedBeaconBlock) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlock object

func (*SignedBeaconBlock) HashTreeRootWith

func (s *SignedBeaconBlock) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlock object with a hasher

func (*SignedBeaconBlock) MarshalSSZ

func (s *SignedBeaconBlock) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlock object

func (*SignedBeaconBlock) MarshalSSZTo

func (s *SignedBeaconBlock) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlock object to a target array

func (*SignedBeaconBlock) ProtoMessage

func (*SignedBeaconBlock) ProtoMessage()

func (*SignedBeaconBlock) ProtoReflect

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

func (*SignedBeaconBlock) Reset

func (x *SignedBeaconBlock) Reset()

func (*SignedBeaconBlock) SizeSSZ

func (s *SignedBeaconBlock) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlock object

func (*SignedBeaconBlock) String

func (x *SignedBeaconBlock) String() string

func (*SignedBeaconBlock) UnmarshalSSZ

func (s *SignedBeaconBlock) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlock object

type SignedBeaconBlockAltair

type SignedBeaconBlockAltair struct {
	Block     *BeaconBlockAltair `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Signature []byte             `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockAltair) Copy

Copy --

func (*SignedBeaconBlockAltair) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockAltair.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockAltair) GetBlock

func (*SignedBeaconBlockAltair) GetSignature

func (x *SignedBeaconBlockAltair) GetSignature() []byte

func (*SignedBeaconBlockAltair) HashTreeRoot

func (s *SignedBeaconBlockAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockAltair object

func (*SignedBeaconBlockAltair) HashTreeRootWith

func (s *SignedBeaconBlockAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockAltair object with a hasher

func (*SignedBeaconBlockAltair) MarshalSSZ

func (s *SignedBeaconBlockAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockAltair object

func (*SignedBeaconBlockAltair) MarshalSSZTo

func (s *SignedBeaconBlockAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockAltair object to a target array

func (*SignedBeaconBlockAltair) ProtoMessage

func (*SignedBeaconBlockAltair) ProtoMessage()

func (*SignedBeaconBlockAltair) ProtoReflect

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

func (*SignedBeaconBlockAltair) Reset

func (x *SignedBeaconBlockAltair) Reset()

func (*SignedBeaconBlockAltair) SizeSSZ

func (s *SignedBeaconBlockAltair) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockAltair object

func (*SignedBeaconBlockAltair) String

func (x *SignedBeaconBlockAltair) String() string

func (*SignedBeaconBlockAltair) UnmarshalSSZ

func (s *SignedBeaconBlockAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockAltair object

type SignedBeaconBlockBellatrix

type SignedBeaconBlockBellatrix struct {
	Block     *BeaconBlockBellatrix `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Signature []byte                `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockBellatrix) Copy

Copy --

func (*SignedBeaconBlockBellatrix) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockBellatrix.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockBellatrix) GetBlock

func (*SignedBeaconBlockBellatrix) GetSignature

func (x *SignedBeaconBlockBellatrix) GetSignature() []byte

func (*SignedBeaconBlockBellatrix) HashTreeRoot

func (s *SignedBeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockBellatrix object

func (*SignedBeaconBlockBellatrix) HashTreeRootWith

func (s *SignedBeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockBellatrix object with a hasher

func (*SignedBeaconBlockBellatrix) MarshalSSZ

func (s *SignedBeaconBlockBellatrix) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockBellatrix object

func (*SignedBeaconBlockBellatrix) MarshalSSZTo

func (s *SignedBeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockBellatrix object to a target array

func (*SignedBeaconBlockBellatrix) ProtoMessage

func (*SignedBeaconBlockBellatrix) ProtoMessage()

func (*SignedBeaconBlockBellatrix) ProtoReflect

func (*SignedBeaconBlockBellatrix) Reset

func (x *SignedBeaconBlockBellatrix) Reset()

func (*SignedBeaconBlockBellatrix) SizeSSZ

func (s *SignedBeaconBlockBellatrix) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockBellatrix object

func (*SignedBeaconBlockBellatrix) String

func (x *SignedBeaconBlockBellatrix) String() string

func (*SignedBeaconBlockBellatrix) UnmarshalSSZ

func (s *SignedBeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockBellatrix object

type SignedBeaconBlockCapella

type SignedBeaconBlockCapella struct {
	Block     *BeaconBlockCapella `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Signature []byte              `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockCapella) Copy

Copy --

func (*SignedBeaconBlockCapella) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockCapella.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockCapella) GetBlock

func (*SignedBeaconBlockCapella) GetSignature

func (x *SignedBeaconBlockCapella) GetSignature() []byte

func (*SignedBeaconBlockCapella) HashTreeRoot

func (s *SignedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockCapella object

func (*SignedBeaconBlockCapella) HashTreeRootWith

func (s *SignedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockCapella object with a hasher

func (*SignedBeaconBlockCapella) MarshalSSZ

func (s *SignedBeaconBlockCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockCapella object

func (*SignedBeaconBlockCapella) MarshalSSZTo

func (s *SignedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockCapella object to a target array

func (*SignedBeaconBlockCapella) ProtoMessage

func (*SignedBeaconBlockCapella) ProtoMessage()

func (*SignedBeaconBlockCapella) ProtoReflect

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

func (*SignedBeaconBlockCapella) Reset

func (x *SignedBeaconBlockCapella) Reset()

func (*SignedBeaconBlockCapella) SizeSSZ

func (s *SignedBeaconBlockCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockCapella object

func (*SignedBeaconBlockCapella) String

func (x *SignedBeaconBlockCapella) String() string

func (*SignedBeaconBlockCapella) UnmarshalSSZ

func (s *SignedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockCapella object

type SignedBeaconBlockContentsDeneb

type SignedBeaconBlockContentsDeneb struct {
	Block     *SignedBeaconBlockDeneb `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	KzgProofs [][]byte                `protobuf:"bytes,2,rep,name=kzg_proofs,json=kzgProofs,proto3" json:"kzg_proofs,omitempty" ssz-max:"4096" ssz-size:"?,48"`
	Blobs     [][]byte                `protobuf:"bytes,3,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"4096" ssz-size:"?,131072"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockContentsDeneb) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockContentsDeneb.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockContentsDeneb) GetBlobs

func (x *SignedBeaconBlockContentsDeneb) GetBlobs() [][]byte

func (*SignedBeaconBlockContentsDeneb) GetBlock

func (*SignedBeaconBlockContentsDeneb) GetKzgProofs

func (x *SignedBeaconBlockContentsDeneb) GetKzgProofs() [][]byte

func (*SignedBeaconBlockContentsDeneb) HashTreeRoot

func (s *SignedBeaconBlockContentsDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockContentsDeneb object

func (*SignedBeaconBlockContentsDeneb) HashTreeRootWith

func (s *SignedBeaconBlockContentsDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockContentsDeneb object with a hasher

func (*SignedBeaconBlockContentsDeneb) MarshalSSZ

func (s *SignedBeaconBlockContentsDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockContentsDeneb object

func (*SignedBeaconBlockContentsDeneb) MarshalSSZTo

func (s *SignedBeaconBlockContentsDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockContentsDeneb object to a target array

func (*SignedBeaconBlockContentsDeneb) ProtoMessage

func (*SignedBeaconBlockContentsDeneb) ProtoMessage()

func (*SignedBeaconBlockContentsDeneb) ProtoReflect

func (*SignedBeaconBlockContentsDeneb) Reset

func (x *SignedBeaconBlockContentsDeneb) Reset()

func (*SignedBeaconBlockContentsDeneb) SizeSSZ

func (s *SignedBeaconBlockContentsDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockContentsDeneb object

func (*SignedBeaconBlockContentsDeneb) String

func (*SignedBeaconBlockContentsDeneb) UnmarshalSSZ

func (s *SignedBeaconBlockContentsDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockContentsDeneb object

type SignedBeaconBlockContentsElectra

type SignedBeaconBlockContentsElectra struct {
	Block     *SignedBeaconBlockElectra `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	KzgProofs [][]byte                  `protobuf:"bytes,2,rep,name=kzg_proofs,json=kzgProofs,proto3" json:"kzg_proofs,omitempty" ssz-max:"4096" ssz-size:"?,48"`
	Blobs     [][]byte                  `protobuf:"bytes,3,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"4096" ssz-size:"?,131072"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockContentsElectra) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockContentsElectra.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockContentsElectra) GetBlobs

func (x *SignedBeaconBlockContentsElectra) GetBlobs() [][]byte

func (*SignedBeaconBlockContentsElectra) GetBlock

func (*SignedBeaconBlockContentsElectra) GetKzgProofs

func (x *SignedBeaconBlockContentsElectra) GetKzgProofs() [][]byte

func (*SignedBeaconBlockContentsElectra) HashTreeRoot

func (s *SignedBeaconBlockContentsElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockContentsElectra object

func (*SignedBeaconBlockContentsElectra) HashTreeRootWith

func (s *SignedBeaconBlockContentsElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockContentsElectra object with a hasher

func (*SignedBeaconBlockContentsElectra) MarshalSSZ

func (s *SignedBeaconBlockContentsElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockContentsElectra object

func (*SignedBeaconBlockContentsElectra) MarshalSSZTo

func (s *SignedBeaconBlockContentsElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockContentsElectra object to a target array

func (*SignedBeaconBlockContentsElectra) ProtoMessage

func (*SignedBeaconBlockContentsElectra) ProtoMessage()

func (*SignedBeaconBlockContentsElectra) ProtoReflect

func (*SignedBeaconBlockContentsElectra) Reset

func (*SignedBeaconBlockContentsElectra) SizeSSZ

func (s *SignedBeaconBlockContentsElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockContentsElectra object

func (*SignedBeaconBlockContentsElectra) String

func (*SignedBeaconBlockContentsElectra) UnmarshalSSZ

func (s *SignedBeaconBlockContentsElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockContentsElectra object

type SignedBeaconBlockContentsFulu

type SignedBeaconBlockContentsFulu struct {
	Block     *SignedBeaconBlockFulu `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	KzgProofs [][]byte               `protobuf:"bytes,2,rep,name=kzg_proofs,json=kzgProofs,proto3" json:"kzg_proofs,omitempty" ssz-max:"33554432" ssz-size:"?,48"`
	Blobs     [][]byte               `protobuf:"bytes,3,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"4096" ssz-size:"?,131072"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockContentsFulu) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockContentsFulu.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockContentsFulu) GetBlobs

func (x *SignedBeaconBlockContentsFulu) GetBlobs() [][]byte

func (*SignedBeaconBlockContentsFulu) GetBlock

func (*SignedBeaconBlockContentsFulu) GetKzgProofs

func (x *SignedBeaconBlockContentsFulu) GetKzgProofs() [][]byte

func (*SignedBeaconBlockContentsFulu) HashTreeRoot

func (s *SignedBeaconBlockContentsFulu) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockContentsFulu object

func (*SignedBeaconBlockContentsFulu) HashTreeRootWith

func (s *SignedBeaconBlockContentsFulu) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockContentsFulu object with a hasher

func (*SignedBeaconBlockContentsFulu) MarshalSSZ

func (s *SignedBeaconBlockContentsFulu) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockContentsFulu object

func (*SignedBeaconBlockContentsFulu) MarshalSSZTo

func (s *SignedBeaconBlockContentsFulu) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockContentsFulu object to a target array

func (*SignedBeaconBlockContentsFulu) ProtoMessage

func (*SignedBeaconBlockContentsFulu) ProtoMessage()

func (*SignedBeaconBlockContentsFulu) ProtoReflect

func (*SignedBeaconBlockContentsFulu) Reset

func (x *SignedBeaconBlockContentsFulu) Reset()

func (*SignedBeaconBlockContentsFulu) SizeSSZ

func (s *SignedBeaconBlockContentsFulu) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockContentsFulu object

func (*SignedBeaconBlockContentsFulu) String

func (*SignedBeaconBlockContentsFulu) UnmarshalSSZ

func (s *SignedBeaconBlockContentsFulu) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockContentsFulu object

type SignedBeaconBlockDeneb

type SignedBeaconBlockDeneb struct {
	Block     *BeaconBlockDeneb `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Signature []byte            `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockDeneb) Copy

Copy --

func (*SignedBeaconBlockDeneb) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockDeneb.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockDeneb) GetBlock

func (*SignedBeaconBlockDeneb) GetSignature

func (x *SignedBeaconBlockDeneb) GetSignature() []byte

func (*SignedBeaconBlockDeneb) HashTreeRoot

func (s *SignedBeaconBlockDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockDeneb object

func (*SignedBeaconBlockDeneb) HashTreeRootWith

func (s *SignedBeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockDeneb object with a hasher

func (*SignedBeaconBlockDeneb) MarshalSSZ

func (s *SignedBeaconBlockDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockDeneb object

func (*SignedBeaconBlockDeneb) MarshalSSZTo

func (s *SignedBeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockDeneb object to a target array

func (*SignedBeaconBlockDeneb) ProtoMessage

func (*SignedBeaconBlockDeneb) ProtoMessage()

func (*SignedBeaconBlockDeneb) ProtoReflect

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

func (*SignedBeaconBlockDeneb) Reset

func (x *SignedBeaconBlockDeneb) Reset()

func (*SignedBeaconBlockDeneb) SizeSSZ

func (s *SignedBeaconBlockDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockDeneb object

func (*SignedBeaconBlockDeneb) String

func (x *SignedBeaconBlockDeneb) String() string

func (*SignedBeaconBlockDeneb) UnmarshalSSZ

func (s *SignedBeaconBlockDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockDeneb object

type SignedBeaconBlockElectra

type SignedBeaconBlockElectra struct {
	Block     *BeaconBlockElectra `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Signature []byte              `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockElectra) Copy

Copy --

func (*SignedBeaconBlockElectra) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockElectra.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockElectra) GetBlock

func (*SignedBeaconBlockElectra) GetSignature

func (x *SignedBeaconBlockElectra) GetSignature() []byte

func (*SignedBeaconBlockElectra) HashTreeRoot

func (s *SignedBeaconBlockElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockElectra object

func (*SignedBeaconBlockElectra) HashTreeRootWith

func (s *SignedBeaconBlockElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockElectra object with a hasher

func (*SignedBeaconBlockElectra) MarshalSSZ

func (s *SignedBeaconBlockElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockElectra object

func (*SignedBeaconBlockElectra) MarshalSSZTo

func (s *SignedBeaconBlockElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockElectra object to a target array

func (*SignedBeaconBlockElectra) ProtoMessage

func (*SignedBeaconBlockElectra) ProtoMessage()

func (*SignedBeaconBlockElectra) ProtoReflect

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

func (*SignedBeaconBlockElectra) Reset

func (x *SignedBeaconBlockElectra) Reset()

func (*SignedBeaconBlockElectra) SizeSSZ

func (s *SignedBeaconBlockElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockElectra object

func (*SignedBeaconBlockElectra) String

func (x *SignedBeaconBlockElectra) String() string

func (*SignedBeaconBlockElectra) UnmarshalSSZ

func (s *SignedBeaconBlockElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockElectra object

type SignedBeaconBlockFulu

type SignedBeaconBlockFulu struct {
	Block     *BeaconBlockElectra `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Signature []byte              `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockFulu) Copy

func (sigBlock *SignedBeaconBlockFulu) Copy() *SignedBeaconBlockFulu

Copy --

func (*SignedBeaconBlockFulu) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockFulu.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockFulu) GetBlock

func (*SignedBeaconBlockFulu) GetSignature

func (x *SignedBeaconBlockFulu) GetSignature() []byte

func (*SignedBeaconBlockFulu) HashTreeRoot

func (s *SignedBeaconBlockFulu) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockFulu object

func (*SignedBeaconBlockFulu) HashTreeRootWith

func (s *SignedBeaconBlockFulu) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockFulu object with a hasher

func (*SignedBeaconBlockFulu) MarshalSSZ

func (s *SignedBeaconBlockFulu) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockFulu object

func (*SignedBeaconBlockFulu) MarshalSSZTo

func (s *SignedBeaconBlockFulu) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockFulu object to a target array

func (*SignedBeaconBlockFulu) ProtoMessage

func (*SignedBeaconBlockFulu) ProtoMessage()

func (*SignedBeaconBlockFulu) ProtoReflect

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

func (*SignedBeaconBlockFulu) Reset

func (x *SignedBeaconBlockFulu) Reset()

func (*SignedBeaconBlockFulu) SizeSSZ

func (s *SignedBeaconBlockFulu) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockFulu object

func (*SignedBeaconBlockFulu) String

func (x *SignedBeaconBlockFulu) String() string

func (*SignedBeaconBlockFulu) UnmarshalSSZ

func (s *SignedBeaconBlockFulu) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockFulu object

type SignedBeaconBlockGloas

type SignedBeaconBlockGloas struct {
	Block     *BeaconBlockGloas `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Signature []byte            `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func CopySignedBeaconBlockGloas added in v7.1.0

func CopySignedBeaconBlockGloas(sb *SignedBeaconBlockGloas) *SignedBeaconBlockGloas

CopySignedBeaconBlockGloas copies the provided signed beacon block Gloas object.

func (*SignedBeaconBlockGloas) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockGloas.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockGloas) GetBlock

func (*SignedBeaconBlockGloas) GetSignature

func (x *SignedBeaconBlockGloas) GetSignature() []byte

func (*SignedBeaconBlockGloas) HashTreeRoot

func (s *SignedBeaconBlockGloas) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockGloas object

func (*SignedBeaconBlockGloas) HashTreeRootWith

func (s *SignedBeaconBlockGloas) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockGloas object with a hasher

func (*SignedBeaconBlockGloas) MarshalSSZ

func (s *SignedBeaconBlockGloas) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockGloas object

func (*SignedBeaconBlockGloas) MarshalSSZTo

func (s *SignedBeaconBlockGloas) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockGloas object to a target array

func (*SignedBeaconBlockGloas) ProtoMessage

func (*SignedBeaconBlockGloas) ProtoMessage()

func (*SignedBeaconBlockGloas) ProtoReflect

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

func (*SignedBeaconBlockGloas) Reset

func (x *SignedBeaconBlockGloas) Reset()

func (*SignedBeaconBlockGloas) SizeSSZ

func (s *SignedBeaconBlockGloas) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockGloas object

func (*SignedBeaconBlockGloas) String

func (x *SignedBeaconBlockGloas) String() string

func (*SignedBeaconBlockGloas) UnmarshalSSZ

func (s *SignedBeaconBlockGloas) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockGloas object

type SignedBeaconBlockHeader

type SignedBeaconBlockHeader struct {
	Header    *BeaconBlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Signature []byte             `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockHeader) Copy

Copy --

func (*SignedBeaconBlockHeader) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockHeader.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockHeader) GetHeader

func (*SignedBeaconBlockHeader) GetSignature

func (x *SignedBeaconBlockHeader) GetSignature() []byte

func (*SignedBeaconBlockHeader) HashTreeRoot

func (s *SignedBeaconBlockHeader) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockHeader object

func (*SignedBeaconBlockHeader) HashTreeRootWith

func (s *SignedBeaconBlockHeader) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockHeader object with a hasher

func (*SignedBeaconBlockHeader) MarshalSSZ

func (s *SignedBeaconBlockHeader) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockHeader object

func (*SignedBeaconBlockHeader) MarshalSSZTo

func (s *SignedBeaconBlockHeader) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockHeader object to a target array

func (*SignedBeaconBlockHeader) ProtoMessage

func (*SignedBeaconBlockHeader) ProtoMessage()

func (*SignedBeaconBlockHeader) ProtoReflect

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

func (*SignedBeaconBlockHeader) Reset

func (x *SignedBeaconBlockHeader) Reset()

func (*SignedBeaconBlockHeader) SizeSSZ

func (s *SignedBeaconBlockHeader) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockHeader object

func (*SignedBeaconBlockHeader) String

func (x *SignedBeaconBlockHeader) String() string

func (*SignedBeaconBlockHeader) UnmarshalSSZ

func (s *SignedBeaconBlockHeader) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockHeader object

type SignedBlindedBeaconBlockBellatrix

type SignedBlindedBeaconBlockBellatrix struct {
	Block     *BlindedBeaconBlockBellatrix `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Signature []byte                       `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBlindedBeaconBlockBellatrix) Copy

Copy --

func (*SignedBlindedBeaconBlockBellatrix) Descriptor deprecated

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

Deprecated: Use SignedBlindedBeaconBlockBellatrix.ProtoReflect.Descriptor instead.

func (*SignedBlindedBeaconBlockBellatrix) GetBlock

func (*SignedBlindedBeaconBlockBellatrix) GetSignature

func (x *SignedBlindedBeaconBlockBellatrix) GetSignature() []byte

func (*SignedBlindedBeaconBlockBellatrix) HashTreeRoot

func (s *SignedBlindedBeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBlindedBeaconBlockBellatrix object

func (*SignedBlindedBeaconBlockBellatrix) HashTreeRootWith

func (s *SignedBlindedBeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockBellatrix object with a hasher

func (*SignedBlindedBeaconBlockBellatrix) MarshalSSZ

func (s *SignedBlindedBeaconBlockBellatrix) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBlindedBeaconBlockBellatrix object

func (*SignedBlindedBeaconBlockBellatrix) MarshalSSZTo

func (s *SignedBlindedBeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockBellatrix object to a target array

func (*SignedBlindedBeaconBlockBellatrix) ProtoMessage

func (*SignedBlindedBeaconBlockBellatrix) ProtoMessage()

func (*SignedBlindedBeaconBlockBellatrix) ProtoReflect

func (*SignedBlindedBeaconBlockBellatrix) Reset

func (*SignedBlindedBeaconBlockBellatrix) SizeSSZ

func (s *SignedBlindedBeaconBlockBellatrix) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBlindedBeaconBlockBellatrix object

func (*SignedBlindedBeaconBlockBellatrix) String

func (*SignedBlindedBeaconBlockBellatrix) UnmarshalSSZ

func (s *SignedBlindedBeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockBellatrix object

type SignedBlindedBeaconBlockCapella

type SignedBlindedBeaconBlockCapella struct {
	Block     *BlindedBeaconBlockCapella `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Signature []byte                     `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBlindedBeaconBlockCapella) Copy

Copy --

func (*SignedBlindedBeaconBlockCapella) Descriptor deprecated

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

Deprecated: Use SignedBlindedBeaconBlockCapella.ProtoReflect.Descriptor instead.

func (*SignedBlindedBeaconBlockCapella) GetBlock

func (*SignedBlindedBeaconBlockCapella) GetSignature

func (x *SignedBlindedBeaconBlockCapella) GetSignature() []byte

func (*SignedBlindedBeaconBlockCapella) HashTreeRoot

func (s *SignedBlindedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBlindedBeaconBlockCapella object

func (*SignedBlindedBeaconBlockCapella) HashTreeRootWith

func (s *SignedBlindedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockCapella object with a hasher

func (*SignedBlindedBeaconBlockCapella) MarshalSSZ

func (s *SignedBlindedBeaconBlockCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBlindedBeaconBlockCapella object

func (*SignedBlindedBeaconBlockCapella) MarshalSSZTo

func (s *SignedBlindedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockCapella object to a target array

func (*SignedBlindedBeaconBlockCapella) ProtoMessage

func (*SignedBlindedBeaconBlockCapella) ProtoMessage()

func (*SignedBlindedBeaconBlockCapella) ProtoReflect

func (*SignedBlindedBeaconBlockCapella) Reset

func (*SignedBlindedBeaconBlockCapella) SizeSSZ

func (s *SignedBlindedBeaconBlockCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBlindedBeaconBlockCapella object

func (*SignedBlindedBeaconBlockCapella) String

func (*SignedBlindedBeaconBlockCapella) UnmarshalSSZ

func (s *SignedBlindedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockCapella object

type SignedBlindedBeaconBlockDeneb

type SignedBlindedBeaconBlockDeneb struct {
	Message   *BlindedBeaconBlockDeneb `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte                   `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBlindedBeaconBlockDeneb) Copy

Copy --

func (*SignedBlindedBeaconBlockDeneb) Descriptor deprecated

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

Deprecated: Use SignedBlindedBeaconBlockDeneb.ProtoReflect.Descriptor instead.

func (*SignedBlindedBeaconBlockDeneb) GetMessage

func (*SignedBlindedBeaconBlockDeneb) GetSignature

func (x *SignedBlindedBeaconBlockDeneb) GetSignature() []byte

func (*SignedBlindedBeaconBlockDeneb) HashTreeRoot

func (s *SignedBlindedBeaconBlockDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBlindedBeaconBlockDeneb object

func (*SignedBlindedBeaconBlockDeneb) HashTreeRootWith

func (s *SignedBlindedBeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockDeneb object with a hasher

func (*SignedBlindedBeaconBlockDeneb) MarshalSSZ

func (s *SignedBlindedBeaconBlockDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBlindedBeaconBlockDeneb object

func (*SignedBlindedBeaconBlockDeneb) MarshalSSZTo

func (s *SignedBlindedBeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockDeneb object to a target array

func (*SignedBlindedBeaconBlockDeneb) ProtoMessage

func (*SignedBlindedBeaconBlockDeneb) ProtoMessage()

func (*SignedBlindedBeaconBlockDeneb) ProtoReflect

func (*SignedBlindedBeaconBlockDeneb) Reset

func (x *SignedBlindedBeaconBlockDeneb) Reset()

func (*SignedBlindedBeaconBlockDeneb) SizeSSZ

func (s *SignedBlindedBeaconBlockDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBlindedBeaconBlockDeneb object

func (*SignedBlindedBeaconBlockDeneb) String

func (*SignedBlindedBeaconBlockDeneb) UnmarshalSSZ

func (s *SignedBlindedBeaconBlockDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockDeneb object

type SignedBlindedBeaconBlockElectra

type SignedBlindedBeaconBlockElectra struct {
	Message   *BlindedBeaconBlockElectra `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte                     `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBlindedBeaconBlockElectra) Copy

Copy --

func (*SignedBlindedBeaconBlockElectra) Descriptor deprecated

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

Deprecated: Use SignedBlindedBeaconBlockElectra.ProtoReflect.Descriptor instead.

func (*SignedBlindedBeaconBlockElectra) GetMessage

func (*SignedBlindedBeaconBlockElectra) GetSignature

func (x *SignedBlindedBeaconBlockElectra) GetSignature() []byte

func (*SignedBlindedBeaconBlockElectra) HashTreeRoot

func (s *SignedBlindedBeaconBlockElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBlindedBeaconBlockElectra object

func (*SignedBlindedBeaconBlockElectra) HashTreeRootWith

func (s *SignedBlindedBeaconBlockElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockElectra object with a hasher

func (*SignedBlindedBeaconBlockElectra) MarshalSSZ

func (s *SignedBlindedBeaconBlockElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBlindedBeaconBlockElectra object

func (*SignedBlindedBeaconBlockElectra) MarshalSSZTo

func (s *SignedBlindedBeaconBlockElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockElectra object to a target array

func (*SignedBlindedBeaconBlockElectra) ProtoMessage

func (*SignedBlindedBeaconBlockElectra) ProtoMessage()

func (*SignedBlindedBeaconBlockElectra) ProtoReflect

func (*SignedBlindedBeaconBlockElectra) Reset

func (*SignedBlindedBeaconBlockElectra) SizeSSZ

func (s *SignedBlindedBeaconBlockElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBlindedBeaconBlockElectra object

func (*SignedBlindedBeaconBlockElectra) String

func (*SignedBlindedBeaconBlockElectra) UnmarshalSSZ

func (s *SignedBlindedBeaconBlockElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockElectra object

type SignedBlindedBeaconBlockFulu

type SignedBlindedBeaconBlockFulu struct {
	Message   *BlindedBeaconBlockFulu `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte                  `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBlindedBeaconBlockFulu) Copy

Copy --

func (*SignedBlindedBeaconBlockFulu) Descriptor deprecated

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

Deprecated: Use SignedBlindedBeaconBlockFulu.ProtoReflect.Descriptor instead.

func (*SignedBlindedBeaconBlockFulu) GetMessage

func (*SignedBlindedBeaconBlockFulu) GetSignature

func (x *SignedBlindedBeaconBlockFulu) GetSignature() []byte

func (*SignedBlindedBeaconBlockFulu) HashTreeRoot

func (s *SignedBlindedBeaconBlockFulu) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBlindedBeaconBlockFulu object

func (*SignedBlindedBeaconBlockFulu) HashTreeRootWith

func (s *SignedBlindedBeaconBlockFulu) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockFulu object with a hasher

func (*SignedBlindedBeaconBlockFulu) MarshalSSZ

func (s *SignedBlindedBeaconBlockFulu) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBlindedBeaconBlockFulu object

func (*SignedBlindedBeaconBlockFulu) MarshalSSZTo

func (s *SignedBlindedBeaconBlockFulu) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockFulu object to a target array

func (*SignedBlindedBeaconBlockFulu) ProtoMessage

func (*SignedBlindedBeaconBlockFulu) ProtoMessage()

func (*SignedBlindedBeaconBlockFulu) ProtoReflect

func (*SignedBlindedBeaconBlockFulu) Reset

func (x *SignedBlindedBeaconBlockFulu) Reset()

func (*SignedBlindedBeaconBlockFulu) SizeSSZ

func (s *SignedBlindedBeaconBlockFulu) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBlindedBeaconBlockFulu object

func (*SignedBlindedBeaconBlockFulu) String

func (*SignedBlindedBeaconBlockFulu) UnmarshalSSZ

func (s *SignedBlindedBeaconBlockFulu) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockFulu object

type SignedBlindedBlobSidecar

type SignedBlindedBlobSidecar struct {
	Message   *BlindedBlobSidecar `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte              `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBlindedBlobSidecar) Descriptor deprecated

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

Deprecated: Use SignedBlindedBlobSidecar.ProtoReflect.Descriptor instead.

func (*SignedBlindedBlobSidecar) GetMessage

func (*SignedBlindedBlobSidecar) GetSignature

func (x *SignedBlindedBlobSidecar) GetSignature() []byte

func (*SignedBlindedBlobSidecar) ProtoMessage

func (*SignedBlindedBlobSidecar) ProtoMessage()

func (*SignedBlindedBlobSidecar) ProtoReflect

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

func (*SignedBlindedBlobSidecar) Reset

func (x *SignedBlindedBlobSidecar) Reset()

func (*SignedBlindedBlobSidecar) String

func (x *SignedBlindedBlobSidecar) String() string

type SignedBuilderBid

type SignedBuilderBid struct {
	Message   *BuilderBid `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte      `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBuilderBid) Descriptor deprecated

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

Deprecated: Use SignedBuilderBid.ProtoReflect.Descriptor instead.

func (*SignedBuilderBid) GetMessage

func (x *SignedBuilderBid) GetMessage() *BuilderBid

func (*SignedBuilderBid) GetSignature

func (x *SignedBuilderBid) GetSignature() []byte

func (*SignedBuilderBid) HashTreeRoot

func (s *SignedBuilderBid) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBuilderBid object

func (*SignedBuilderBid) HashTreeRootWith

func (s *SignedBuilderBid) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBuilderBid object with a hasher

func (*SignedBuilderBid) MarshalSSZ

func (s *SignedBuilderBid) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBuilderBid object

func (*SignedBuilderBid) MarshalSSZTo

func (s *SignedBuilderBid) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBuilderBid object to a target array

func (*SignedBuilderBid) ProtoMessage

func (*SignedBuilderBid) ProtoMessage()

func (*SignedBuilderBid) ProtoReflect

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

func (*SignedBuilderBid) Reset

func (x *SignedBuilderBid) Reset()

func (*SignedBuilderBid) SizeSSZ

func (s *SignedBuilderBid) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBuilderBid object

func (*SignedBuilderBid) String

func (x *SignedBuilderBid) String() string

func (*SignedBuilderBid) UnmarshalSSZ

func (s *SignedBuilderBid) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBuilderBid object

type SignedBuilderBidCapella

type SignedBuilderBidCapella struct {
	Message   *BuilderBidCapella `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte             `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBuilderBidCapella) Descriptor deprecated

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

Deprecated: Use SignedBuilderBidCapella.ProtoReflect.Descriptor instead.

func (*SignedBuilderBidCapella) GetMessage

func (x *SignedBuilderBidCapella) GetMessage() *BuilderBidCapella

func (*SignedBuilderBidCapella) GetSignature

func (x *SignedBuilderBidCapella) GetSignature() []byte

func (*SignedBuilderBidCapella) HashTreeRoot

func (s *SignedBuilderBidCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBuilderBidCapella object

func (*SignedBuilderBidCapella) HashTreeRootWith

func (s *SignedBuilderBidCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBuilderBidCapella object with a hasher

func (*SignedBuilderBidCapella) MarshalSSZ

func (s *SignedBuilderBidCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBuilderBidCapella object

func (*SignedBuilderBidCapella) MarshalSSZTo

func (s *SignedBuilderBidCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBuilderBidCapella object to a target array

func (*SignedBuilderBidCapella) ProtoMessage

func (*SignedBuilderBidCapella) ProtoMessage()

func (*SignedBuilderBidCapella) ProtoReflect

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

func (*SignedBuilderBidCapella) Reset

func (x *SignedBuilderBidCapella) Reset()

func (*SignedBuilderBidCapella) SizeSSZ

func (s *SignedBuilderBidCapella) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBuilderBidCapella object

func (*SignedBuilderBidCapella) String

func (x *SignedBuilderBidCapella) String() string

func (*SignedBuilderBidCapella) UnmarshalSSZ

func (s *SignedBuilderBidCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBuilderBidCapella object

type SignedBuilderBidDeneb

type SignedBuilderBidDeneb struct {
	Message   *BuilderBidDeneb `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte           `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBuilderBidDeneb) Descriptor deprecated

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

Deprecated: Use SignedBuilderBidDeneb.ProtoReflect.Descriptor instead.

func (*SignedBuilderBidDeneb) GetMessage

func (x *SignedBuilderBidDeneb) GetMessage() *BuilderBidDeneb

func (*SignedBuilderBidDeneb) GetSignature

func (x *SignedBuilderBidDeneb) GetSignature() []byte

func (*SignedBuilderBidDeneb) HashTreeRoot

func (s *SignedBuilderBidDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBuilderBidDeneb object

func (*SignedBuilderBidDeneb) HashTreeRootWith

func (s *SignedBuilderBidDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBuilderBidDeneb object with a hasher

func (*SignedBuilderBidDeneb) MarshalSSZ

func (s *SignedBuilderBidDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBuilderBidDeneb object

func (*SignedBuilderBidDeneb) MarshalSSZTo

func (s *SignedBuilderBidDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBuilderBidDeneb object to a target array

func (*SignedBuilderBidDeneb) ProtoMessage

func (*SignedBuilderBidDeneb) ProtoMessage()

func (*SignedBuilderBidDeneb) ProtoReflect

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

func (*SignedBuilderBidDeneb) Reset

func (x *SignedBuilderBidDeneb) Reset()

func (*SignedBuilderBidDeneb) SizeSSZ

func (s *SignedBuilderBidDeneb) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBuilderBidDeneb object

func (*SignedBuilderBidDeneb) String

func (x *SignedBuilderBidDeneb) String() string

func (*SignedBuilderBidDeneb) UnmarshalSSZ

func (s *SignedBuilderBidDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBuilderBidDeneb object

type SignedBuilderBidElectra

type SignedBuilderBidElectra struct {
	Message   *BuilderBidElectra `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte             `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedBuilderBidElectra) Descriptor deprecated

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

Deprecated: Use SignedBuilderBidElectra.ProtoReflect.Descriptor instead.

func (*SignedBuilderBidElectra) GetMessage

func (x *SignedBuilderBidElectra) GetMessage() *BuilderBidElectra

func (*SignedBuilderBidElectra) GetSignature

func (x *SignedBuilderBidElectra) GetSignature() []byte

func (*SignedBuilderBidElectra) HashTreeRoot

func (s *SignedBuilderBidElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBuilderBidElectra object

func (*SignedBuilderBidElectra) HashTreeRootWith

func (s *SignedBuilderBidElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBuilderBidElectra object with a hasher

func (*SignedBuilderBidElectra) MarshalSSZ

func (s *SignedBuilderBidElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBuilderBidElectra object

func (*SignedBuilderBidElectra) MarshalSSZTo

func (s *SignedBuilderBidElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBuilderBidElectra object to a target array

func (*SignedBuilderBidElectra) ProtoMessage

func (*SignedBuilderBidElectra) ProtoMessage()

func (*SignedBuilderBidElectra) ProtoReflect

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

func (*SignedBuilderBidElectra) Reset

func (x *SignedBuilderBidElectra) Reset()

func (*SignedBuilderBidElectra) SizeSSZ

func (s *SignedBuilderBidElectra) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedBuilderBidElectra object

func (*SignedBuilderBidElectra) String

func (x *SignedBuilderBidElectra) String() string

func (*SignedBuilderBidElectra) UnmarshalSSZ

func (s *SignedBuilderBidElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBuilderBidElectra object

type SignedContributionAndProof

type SignedContributionAndProof struct {
	Message   *ContributionAndProof `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte                `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedContributionAndProof) Descriptor deprecated

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

Deprecated: Use SignedContributionAndProof.ProtoReflect.Descriptor instead.

func (*SignedContributionAndProof) GetMessage

func (*SignedContributionAndProof) GetSignature

func (x *SignedContributionAndProof) GetSignature() []byte

func (*SignedContributionAndProof) HashTreeRoot

func (s *SignedContributionAndProof) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedContributionAndProof object

func (*SignedContributionAndProof) HashTreeRootWith

func (s *SignedContributionAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedContributionAndProof object with a hasher

func (*SignedContributionAndProof) MarshalSSZ

func (s *SignedContributionAndProof) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedContributionAndProof object

func (*SignedContributionAndProof) MarshalSSZTo

func (s *SignedContributionAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedContributionAndProof object to a target array

func (*SignedContributionAndProof) ProtoMessage

func (*SignedContributionAndProof) ProtoMessage()

func (*SignedContributionAndProof) ProtoReflect

func (*SignedContributionAndProof) Reset

func (x *SignedContributionAndProof) Reset()

func (*SignedContributionAndProof) SizeSSZ

func (s *SignedContributionAndProof) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedContributionAndProof object

func (*SignedContributionAndProof) String

func (x *SignedContributionAndProof) String() string

func (*SignedContributionAndProof) UnmarshalSSZ

func (s *SignedContributionAndProof) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedContributionAndProof object

type SignedExecutionPayloadBid

type SignedExecutionPayloadBid struct {
	Message   *ExecutionPayloadBid `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte               `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedExecutionPayloadBid) Descriptor deprecated

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

Deprecated: Use SignedExecutionPayloadBid.ProtoReflect.Descriptor instead.

func (*SignedExecutionPayloadBid) GetMessage

func (*SignedExecutionPayloadBid) GetSignature

func (x *SignedExecutionPayloadBid) GetSignature() []byte

func (*SignedExecutionPayloadBid) HashTreeRoot

func (s *SignedExecutionPayloadBid) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedExecutionPayloadBid object

func (*SignedExecutionPayloadBid) HashTreeRootWith

func (s *SignedExecutionPayloadBid) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedExecutionPayloadBid object with a hasher

func (*SignedExecutionPayloadBid) MarshalSSZ

func (s *SignedExecutionPayloadBid) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedExecutionPayloadBid object

func (*SignedExecutionPayloadBid) MarshalSSZTo

func (s *SignedExecutionPayloadBid) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedExecutionPayloadBid object to a target array

func (*SignedExecutionPayloadBid) ProtoMessage

func (*SignedExecutionPayloadBid) ProtoMessage()

func (*SignedExecutionPayloadBid) ProtoReflect

func (*SignedExecutionPayloadBid) Reset

func (x *SignedExecutionPayloadBid) Reset()

func (*SignedExecutionPayloadBid) SizeSSZ

func (s *SignedExecutionPayloadBid) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedExecutionPayloadBid object

func (*SignedExecutionPayloadBid) String

func (x *SignedExecutionPayloadBid) String() string

func (*SignedExecutionPayloadBid) UnmarshalSSZ

func (s *SignedExecutionPayloadBid) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedExecutionPayloadBid object

type SignedExecutionPayloadEnvelope

type SignedExecutionPayloadEnvelope struct {
	Message   *ExecutionPayloadEnvelope `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte                    `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedExecutionPayloadEnvelope) Descriptor deprecated

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

Deprecated: Use SignedExecutionPayloadEnvelope.ProtoReflect.Descriptor instead.

func (*SignedExecutionPayloadEnvelope) GetMessage

func (*SignedExecutionPayloadEnvelope) GetSignature

func (x *SignedExecutionPayloadEnvelope) GetSignature() []byte

func (*SignedExecutionPayloadEnvelope) HashTreeRoot

func (s *SignedExecutionPayloadEnvelope) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedExecutionPayloadEnvelope object

func (*SignedExecutionPayloadEnvelope) HashTreeRootWith

func (s *SignedExecutionPayloadEnvelope) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedExecutionPayloadEnvelope object with a hasher

func (*SignedExecutionPayloadEnvelope) MarshalSSZ

func (s *SignedExecutionPayloadEnvelope) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedExecutionPayloadEnvelope object

func (*SignedExecutionPayloadEnvelope) MarshalSSZTo

func (s *SignedExecutionPayloadEnvelope) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedExecutionPayloadEnvelope object to a target array

func (*SignedExecutionPayloadEnvelope) ProtoMessage

func (*SignedExecutionPayloadEnvelope) ProtoMessage()

func (*SignedExecutionPayloadEnvelope) ProtoReflect

func (*SignedExecutionPayloadEnvelope) Reset

func (x *SignedExecutionPayloadEnvelope) Reset()

func (*SignedExecutionPayloadEnvelope) SizeSSZ

func (s *SignedExecutionPayloadEnvelope) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedExecutionPayloadEnvelope object

func (*SignedExecutionPayloadEnvelope) String

func (*SignedExecutionPayloadEnvelope) UnmarshalSSZ

func (s *SignedExecutionPayloadEnvelope) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedExecutionPayloadEnvelope object

type SignedValidatorRegistrationV1

type SignedValidatorRegistrationV1 struct {
	Message   *ValidatorRegistrationV1 `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte                   `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedValidatorRegistrationV1) Descriptor deprecated

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

Deprecated: Use SignedValidatorRegistrationV1.ProtoReflect.Descriptor instead.

func (*SignedValidatorRegistrationV1) GetMessage

func (*SignedValidatorRegistrationV1) GetSignature

func (x *SignedValidatorRegistrationV1) GetSignature() []byte

func (*SignedValidatorRegistrationV1) HashTreeRoot

func (s *SignedValidatorRegistrationV1) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedValidatorRegistrationV1 object

func (*SignedValidatorRegistrationV1) HashTreeRootWith

func (s *SignedValidatorRegistrationV1) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedValidatorRegistrationV1 object with a hasher

func (*SignedValidatorRegistrationV1) MarshalSSZ

func (s *SignedValidatorRegistrationV1) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedValidatorRegistrationV1 object

func (*SignedValidatorRegistrationV1) MarshalSSZTo

func (s *SignedValidatorRegistrationV1) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedValidatorRegistrationV1 object to a target array

func (*SignedValidatorRegistrationV1) ProtoMessage

func (*SignedValidatorRegistrationV1) ProtoMessage()

func (*SignedValidatorRegistrationV1) ProtoReflect

func (*SignedValidatorRegistrationV1) Reset

func (x *SignedValidatorRegistrationV1) Reset()

func (*SignedValidatorRegistrationV1) SizeSSZ

func (s *SignedValidatorRegistrationV1) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedValidatorRegistrationV1 object

func (*SignedValidatorRegistrationV1) String

func (*SignedValidatorRegistrationV1) UnmarshalSSZ

func (s *SignedValidatorRegistrationV1) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedValidatorRegistrationV1 object

type SignedValidatorRegistrationsV1 deprecated

type SignedValidatorRegistrationsV1 struct {
	Messages []*SignedValidatorRegistrationV1 `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_block.proto.

func (*SignedValidatorRegistrationsV1) Descriptor deprecated

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

Deprecated: Use SignedValidatorRegistrationsV1.ProtoReflect.Descriptor instead.

func (*SignedValidatorRegistrationsV1) GetMessages

func (*SignedValidatorRegistrationsV1) ProtoMessage

func (*SignedValidatorRegistrationsV1) ProtoMessage()

func (*SignedValidatorRegistrationsV1) ProtoReflect

func (*SignedValidatorRegistrationsV1) Reset

func (x *SignedValidatorRegistrationsV1) Reset()

func (*SignedValidatorRegistrationsV1) String

type SignedVoluntaryExit

type SignedVoluntaryExit struct {
	Exit      *VoluntaryExit `protobuf:"bytes,1,opt,name=exit,proto3" json:"exit,omitempty"`
	Signature []byte         `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SignedVoluntaryExit) Copy

Copy --

func (*SignedVoluntaryExit) Descriptor deprecated

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

Deprecated: Use SignedVoluntaryExit.ProtoReflect.Descriptor instead.

func (*SignedVoluntaryExit) GetExit

func (x *SignedVoluntaryExit) GetExit() *VoluntaryExit

func (*SignedVoluntaryExit) GetSignature

func (x *SignedVoluntaryExit) GetSignature() []byte

func (*SignedVoluntaryExit) HashTreeRoot

func (s *SignedVoluntaryExit) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedVoluntaryExit object

func (*SignedVoluntaryExit) HashTreeRootWith

func (s *SignedVoluntaryExit) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedVoluntaryExit object with a hasher

func (*SignedVoluntaryExit) MarshalSSZ

func (s *SignedVoluntaryExit) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedVoluntaryExit object

func (*SignedVoluntaryExit) MarshalSSZTo

func (s *SignedVoluntaryExit) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedVoluntaryExit object to a target array

func (*SignedVoluntaryExit) ProtoMessage

func (*SignedVoluntaryExit) ProtoMessage()

func (*SignedVoluntaryExit) ProtoReflect

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

func (*SignedVoluntaryExit) Reset

func (x *SignedVoluntaryExit) Reset()

func (*SignedVoluntaryExit) SizeSSZ

func (s *SignedVoluntaryExit) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SignedVoluntaryExit object

func (*SignedVoluntaryExit) String

func (x *SignedVoluntaryExit) String() string

func (*SignedVoluntaryExit) UnmarshalSSZ

func (s *SignedVoluntaryExit) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedVoluntaryExit object

type SigningData

type SigningData struct {
	ObjectRoot []byte `protobuf:"bytes,1,opt,name=object_root,json=objectRoot,proto3" json:"object_root,omitempty" ssz-size:"32"`
	Domain     []byte `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

func (*SigningData) Descriptor deprecated

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

Deprecated: Use SigningData.ProtoReflect.Descriptor instead.

func (*SigningData) GetDomain

func (x *SigningData) GetDomain() []byte

func (*SigningData) GetObjectRoot

func (x *SigningData) GetObjectRoot() []byte

func (*SigningData) HashTreeRoot

func (s *SigningData) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SigningData object

func (*SigningData) HashTreeRootWith

func (s *SigningData) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SigningData object with a hasher

func (*SigningData) MarshalSSZ

func (s *SigningData) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SigningData object

func (*SigningData) MarshalSSZTo

func (s *SigningData) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SigningData object to a target array

func (*SigningData) ProtoMessage

func (*SigningData) ProtoMessage()

func (*SigningData) ProtoReflect

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

func (*SigningData) Reset

func (x *SigningData) Reset()

func (*SigningData) SizeSSZ

func (s *SigningData) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SigningData object

func (*SigningData) String

func (x *SigningData) String() string

func (*SigningData) UnmarshalSSZ

func (s *SigningData) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SigningData object

type SingleAttestation

type SingleAttestation struct {
	CommitteeId   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `` /* 182-byte string literal not displayed */
	AttesterIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 188-byte string literal not displayed */
	Data          *AttestationData                                                           `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Signature     []byte                                                                     `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func (*SingleAttestation) Clone

func (a *SingleAttestation) Clone() Att

Clone --

func (*SingleAttestation) CommitteeBitsVal

func (a *SingleAttestation) CommitteeBitsVal() bitfield.Bitfield

CommitteeBitsVal --

func (*SingleAttestation) Copy

Copy --

func (*SingleAttestation) Descriptor deprecated

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

Deprecated: Use SingleAttestation.ProtoReflect.Descriptor instead.

func (*SingleAttestation) GetAggregationBits

func (a *SingleAttestation) GetAggregationBits() bitfield.Bitlist

GetAggregationBits --

func (*SingleAttestation) GetAttestingIndex

func (a *SingleAttestation) GetAttestingIndex() primitives.ValidatorIndex

GetAttestingIndex --

func (*SingleAttestation) GetCommitteeIndex

func (a *SingleAttestation) GetCommitteeIndex() primitives.CommitteeIndex

GetCommitteeIndex --

func (*SingleAttestation) GetData

func (x *SingleAttestation) GetData() *AttestationData

func (*SingleAttestation) GetSignature

func (x *SingleAttestation) GetSignature() []byte

func (*SingleAttestation) HashTreeRoot

func (s *SingleAttestation) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SingleAttestation object

func (*SingleAttestation) HashTreeRootWith

func (s *SingleAttestation) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SingleAttestation object with a hasher

func (*SingleAttestation) IsAggregated

func (a *SingleAttestation) IsAggregated() bool

IsAggregated --

func (*SingleAttestation) IsNil

func (a *SingleAttestation) IsNil() bool

IsNil --

func (*SingleAttestation) IsSingle

func (*SingleAttestation) IsSingle() bool

IsSingle returns true when the attestation can have only a single attester index.

func (*SingleAttestation) MarshalSSZ

func (s *SingleAttestation) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SingleAttestation object

func (*SingleAttestation) MarshalSSZTo

func (s *SingleAttestation) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SingleAttestation object to a target array

func (*SingleAttestation) ProtoMessage

func (*SingleAttestation) ProtoMessage()

func (*SingleAttestation) ProtoReflect

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

func (*SingleAttestation) Reset

func (x *SingleAttestation) Reset()

func (*SingleAttestation) SetSignature

func (a *SingleAttestation) SetSignature(sig []byte)

SetSignature --

func (*SingleAttestation) SizeSSZ

func (s *SingleAttestation) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SingleAttestation object

func (*SingleAttestation) String

func (x *SingleAttestation) String() string

func (*SingleAttestation) ToAttestationElectra

func (a *SingleAttestation) ToAttestationElectra(committee []primitives.ValidatorIndex) *AttestationElectra

ToAttestationElectra converts the attestation to an AttestationElectra.

func (*SingleAttestation) UnmarshalSSZ

func (s *SingleAttestation) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SingleAttestation object

func (*SingleAttestation) Version

func (a *SingleAttestation) Version() int

Version --

type SparseMerkleTrie

type SparseMerkleTrie struct {
	Depth         uint64       `protobuf:"varint,1,opt,name=depth,proto3" json:"depth,omitempty"`
	Layers        []*TrieLayer `protobuf:"bytes,2,rep,name=layers,proto3" json:"layers,omitempty"`
	OriginalItems [][]byte     `protobuf:"bytes,3,rep,name=original_items,json=originalItems,proto3" json:"original_items,omitempty"`
	// contains filtered or unexported fields
}

func (*SparseMerkleTrie) Descriptor deprecated

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

Deprecated: Use SparseMerkleTrie.ProtoReflect.Descriptor instead.

func (*SparseMerkleTrie) GetDepth

func (x *SparseMerkleTrie) GetDepth() uint64

func (*SparseMerkleTrie) GetLayers

func (x *SparseMerkleTrie) GetLayers() []*TrieLayer

func (*SparseMerkleTrie) GetOriginalItems

func (x *SparseMerkleTrie) GetOriginalItems() [][]byte

func (*SparseMerkleTrie) ProtoMessage

func (*SparseMerkleTrie) ProtoMessage()

func (*SparseMerkleTrie) ProtoReflect

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

func (*SparseMerkleTrie) Reset

func (x *SparseMerkleTrie) Reset()

func (*SparseMerkleTrie) String

func (x *SparseMerkleTrie) String() string

type StateSummary

type StateSummary struct {
	Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	Root []byte                                                           `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty"`
	// contains filtered or unexported fields
}

func (*StateSummary) Descriptor deprecated

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

Deprecated: Use StateSummary.ProtoReflect.Descriptor instead.

func (*StateSummary) GetRoot

func (x *StateSummary) GetRoot() []byte

func (*StateSummary) ProtoMessage

func (*StateSummary) ProtoMessage()

func (*StateSummary) ProtoReflect

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

func (*StateSummary) Reset

func (x *StateSummary) Reset()

func (*StateSummary) String

func (x *StateSummary) String() string

type Status

type Status struct {
	ForkDigest     []byte                                                            `protobuf:"bytes,1,opt,name=fork_digest,json=forkDigest,proto3" json:"fork_digest,omitempty" ssz-size:"4"`
	FinalizedRoot  []byte                                                            `protobuf:"bytes,2,opt,name=finalized_root,json=finalizedRoot,proto3" json:"finalized_root,omitempty" ssz-size:"32"`
	FinalizedEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 182-byte string literal not displayed */
	HeadRoot       []byte                                                            `protobuf:"bytes,4,opt,name=head_root,json=headRoot,proto3" json:"head_root,omitempty" ssz-size:"32"`
	HeadSlot       github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot  `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Status) Descriptor deprecated

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

Deprecated: Use Status.ProtoReflect.Descriptor instead.

func (*Status) GetFinalizedRoot

func (x *Status) GetFinalizedRoot() []byte

func (*Status) GetForkDigest

func (x *Status) GetForkDigest() []byte

func (*Status) GetHeadRoot

func (x *Status) GetHeadRoot() []byte

func (*Status) HashTreeRoot

func (s *Status) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the Status object

func (*Status) HashTreeRootWith

func (s *Status) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the Status object with a hasher

func (*Status) MarshalSSZ

func (s *Status) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Status object

func (*Status) MarshalSSZTo

func (s *Status) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the Status object to a target array

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) ProtoReflect

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

func (*Status) Reset

func (x *Status) Reset()

func (*Status) SizeSSZ

func (s *Status) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the Status object

func (*Status) String

func (x *Status) String() string

func (*Status) UnmarshalSSZ

func (s *Status) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Status object

type StatusV2

type StatusV2 struct {
	ForkDigest            []byte                                                            `protobuf:"bytes,1,opt,name=fork_digest,json=forkDigest,proto3" json:"fork_digest,omitempty" ssz-size:"4"`
	FinalizedRoot         []byte                                                            `protobuf:"bytes,2,opt,name=finalized_root,json=finalizedRoot,proto3" json:"finalized_root,omitempty" ssz-size:"32"`
	FinalizedEpoch        github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 182-byte string literal not displayed */
	HeadRoot              []byte                                                            `protobuf:"bytes,4,opt,name=head_root,json=headRoot,proto3" json:"head_root,omitempty" ssz-size:"32"`
	HeadSlot              github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot  `` /* 163-byte string literal not displayed */
	EarliestAvailableSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot  `` /* 204-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StatusV2) Descriptor deprecated

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

Deprecated: Use StatusV2.ProtoReflect.Descriptor instead.

func (*StatusV2) GetFinalizedRoot

func (x *StatusV2) GetFinalizedRoot() []byte

func (*StatusV2) GetForkDigest

func (x *StatusV2) GetForkDigest() []byte

func (*StatusV2) GetHeadRoot

func (x *StatusV2) GetHeadRoot() []byte

func (*StatusV2) HashTreeRoot

func (s *StatusV2) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the StatusV2 object

func (*StatusV2) HashTreeRootWith

func (s *StatusV2) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the StatusV2 object with a hasher

func (*StatusV2) MarshalSSZ

func (s *StatusV2) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the StatusV2 object

func (*StatusV2) MarshalSSZTo

func (s *StatusV2) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the StatusV2 object to a target array

func (*StatusV2) ProtoMessage

func (*StatusV2) ProtoMessage()

func (*StatusV2) ProtoReflect

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

func (*StatusV2) Reset

func (x *StatusV2) Reset()

func (*StatusV2) SizeSSZ

func (s *StatusV2) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the StatusV2 object

func (*StatusV2) String

func (x *StatusV2) String() string

func (*StatusV2) UnmarshalSSZ

func (s *StatusV2) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the StatusV2 object

type StreamBlocksRequest deprecated

type StreamBlocksRequest struct {
	VerifiedOnly bool `protobuf:"varint,1,opt,name=verified_only,json=verifiedOnly,proto3" json:"verified_only,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*StreamBlocksRequest) Descriptor deprecated

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

Deprecated: Use StreamBlocksRequest.ProtoReflect.Descriptor instead.

func (*StreamBlocksRequest) GetVerifiedOnly

func (x *StreamBlocksRequest) GetVerifiedOnly() bool

func (*StreamBlocksRequest) ProtoMessage

func (*StreamBlocksRequest) ProtoMessage()

func (*StreamBlocksRequest) ProtoReflect

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

func (*StreamBlocksRequest) Reset

func (x *StreamBlocksRequest) Reset()

func (*StreamBlocksRequest) String

func (x *StreamBlocksRequest) String() string

type StreamBlocksResponse deprecated

type StreamBlocksResponse struct {

	// Types that are valid to be assigned to Block:
	//
	//	*StreamBlocksResponse_Phase0Block
	//	*StreamBlocksResponse_AltairBlock
	//	*StreamBlocksResponse_BellatrixBlock
	//	*StreamBlocksResponse_CapellaBlock
	//	*StreamBlocksResponse_DenebBlock
	//	*StreamBlocksResponse_ElectraBlock
	//	*StreamBlocksResponse_FuluBlock
	Block isStreamBlocksResponse_Block `protobuf_oneof:"block"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*StreamBlocksResponse) Descriptor deprecated

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

Deprecated: Use StreamBlocksResponse.ProtoReflect.Descriptor instead.

func (*StreamBlocksResponse) GetAltairBlock

func (x *StreamBlocksResponse) GetAltairBlock() *SignedBeaconBlockAltair

func (*StreamBlocksResponse) GetBellatrixBlock

func (x *StreamBlocksResponse) GetBellatrixBlock() *SignedBeaconBlockBellatrix

func (*StreamBlocksResponse) GetBlock

func (x *StreamBlocksResponse) GetBlock() isStreamBlocksResponse_Block

func (*StreamBlocksResponse) GetCapellaBlock

func (x *StreamBlocksResponse) GetCapellaBlock() *SignedBeaconBlockCapella

func (*StreamBlocksResponse) GetDenebBlock

func (x *StreamBlocksResponse) GetDenebBlock() *SignedBeaconBlockDeneb

func (*StreamBlocksResponse) GetElectraBlock

func (x *StreamBlocksResponse) GetElectraBlock() *SignedBeaconBlockElectra

func (*StreamBlocksResponse) GetFuluBlock

func (x *StreamBlocksResponse) GetFuluBlock() *SignedBeaconBlockFulu

func (*StreamBlocksResponse) GetPhase0Block

func (x *StreamBlocksResponse) GetPhase0Block() *SignedBeaconBlock

func (*StreamBlocksResponse) ProtoMessage

func (*StreamBlocksResponse) ProtoMessage()

func (*StreamBlocksResponse) ProtoReflect

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

func (*StreamBlocksResponse) Reset

func (x *StreamBlocksResponse) Reset()

func (*StreamBlocksResponse) String

func (x *StreamBlocksResponse) String() string

type StreamBlocksResponse_AltairBlock

type StreamBlocksResponse_AltairBlock struct {
	AltairBlock *SignedBeaconBlockAltair `protobuf:"bytes,2,opt,name=altair_block,json=altairBlock,proto3,oneof"`
}

type StreamBlocksResponse_BellatrixBlock

type StreamBlocksResponse_BellatrixBlock struct {
	BellatrixBlock *SignedBeaconBlockBellatrix `protobuf:"bytes,3,opt,name=bellatrix_block,json=bellatrixBlock,proto3,oneof"`
}

type StreamBlocksResponse_CapellaBlock

type StreamBlocksResponse_CapellaBlock struct {
	CapellaBlock *SignedBeaconBlockCapella `protobuf:"bytes,4,opt,name=capella_block,json=capellaBlock,proto3,oneof"`
}

type StreamBlocksResponse_DenebBlock

type StreamBlocksResponse_DenebBlock struct {
	DenebBlock *SignedBeaconBlockDeneb `protobuf:"bytes,5,opt,name=deneb_block,json=denebBlock,proto3,oneof"`
}

type StreamBlocksResponse_ElectraBlock

type StreamBlocksResponse_ElectraBlock struct {
	ElectraBlock *SignedBeaconBlockElectra `protobuf:"bytes,6,opt,name=electra_block,json=electraBlock,proto3,oneof"`
}

type StreamBlocksResponse_FuluBlock

type StreamBlocksResponse_FuluBlock struct {
	FuluBlock *SignedBeaconBlockFulu `protobuf:"bytes,7,opt,name=fulu_block,json=fuluBlock,proto3,oneof"`
}

type StreamBlocksResponse_Phase0Block

type StreamBlocksResponse_Phase0Block struct {
	Phase0Block *SignedBeaconBlock `protobuf:"bytes,1,opt,name=phase0_block,json=phase0Block,proto3,oneof"`
}

type StreamSlotsRequest deprecated

type StreamSlotsRequest struct {
	VerifiedOnly bool `protobuf:"varint,1,opt,name=verified_only,json=verifiedOnly,proto3" json:"verified_only,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*StreamSlotsRequest) Descriptor deprecated

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

Deprecated: Use StreamSlotsRequest.ProtoReflect.Descriptor instead.

func (*StreamSlotsRequest) GetVerifiedOnly

func (x *StreamSlotsRequest) GetVerifiedOnly() bool

func (*StreamSlotsRequest) ProtoMessage

func (*StreamSlotsRequest) ProtoMessage()

func (*StreamSlotsRequest) ProtoReflect

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

func (*StreamSlotsRequest) Reset

func (x *StreamSlotsRequest) Reset()

func (*StreamSlotsRequest) String

func (x *StreamSlotsRequest) String() string

type StreamSlotsResponse deprecated

type StreamSlotsResponse struct {
	Slot                      github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	PreviousDutyDependentRoot []byte                                                           `` /* 154-byte string literal not displayed */
	CurrentDutyDependentRoot  []byte                                                           `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*StreamSlotsResponse) Descriptor deprecated

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

Deprecated: Use StreamSlotsResponse.ProtoReflect.Descriptor instead.

func (*StreamSlotsResponse) GetCurrentDutyDependentRoot

func (x *StreamSlotsResponse) GetCurrentDutyDependentRoot() []byte

func (*StreamSlotsResponse) GetPreviousDutyDependentRoot

func (x *StreamSlotsResponse) GetPreviousDutyDependentRoot() []byte

func (*StreamSlotsResponse) ProtoMessage

func (*StreamSlotsResponse) ProtoMessage()

func (*StreamSlotsResponse) ProtoReflect

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

func (*StreamSlotsResponse) Reset

func (x *StreamSlotsResponse) Reset()

func (*StreamSlotsResponse) String

func (x *StreamSlotsResponse) String() string

type SubmitSlashingResponse

type SubmitSlashingResponse struct {
	SlashedIndices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 198-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SubmitSlashingResponse) Descriptor deprecated

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

Deprecated: Use SubmitSlashingResponse.ProtoReflect.Descriptor instead.

func (*SubmitSlashingResponse) ProtoMessage

func (*SubmitSlashingResponse) ProtoMessage()

func (*SubmitSlashingResponse) ProtoReflect

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

func (*SubmitSlashingResponse) Reset

func (x *SubmitSlashingResponse) Reset()

func (*SubmitSlashingResponse) String

func (x *SubmitSlashingResponse) String() string

type SyncAggregate

type SyncAggregate struct {
	SyncCommitteeBits      github_com_OffchainLabs_go_bitfield.Bitvector512 `` /* 189-byte string literal not displayed */
	SyncCommitteeSignature []byte                                           `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SyncAggregate) Copy

func (a *SyncAggregate) Copy() *SyncAggregate

Copy --

func (*SyncAggregate) Descriptor deprecated

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

Deprecated: Use SyncAggregate.ProtoReflect.Descriptor instead.

func (*SyncAggregate) GetSyncCommitteeBits

func (*SyncAggregate) GetSyncCommitteeSignature

func (x *SyncAggregate) GetSyncCommitteeSignature() []byte

func (*SyncAggregate) HashTreeRoot

func (s *SyncAggregate) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SyncAggregate object

func (*SyncAggregate) HashTreeRootWith

func (s *SyncAggregate) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SyncAggregate object with a hasher

func (*SyncAggregate) MarshalSSZ

func (s *SyncAggregate) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SyncAggregate object

func (*SyncAggregate) MarshalSSZTo

func (s *SyncAggregate) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SyncAggregate object to a target array

func (*SyncAggregate) ProtoMessage

func (*SyncAggregate) ProtoMessage()

func (*SyncAggregate) ProtoReflect

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

func (*SyncAggregate) Reset

func (x *SyncAggregate) Reset()

func (*SyncAggregate) SizeSSZ

func (s *SyncAggregate) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SyncAggregate object

func (*SyncAggregate) String

func (x *SyncAggregate) String() string

func (*SyncAggregate) UnmarshalSSZ

func (s *SyncAggregate) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SyncAggregate object

type SyncAggregatorSelectionData

type SyncAggregatorSelectionData struct {
	Slot              github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	SubcommitteeIndex uint64                                                           `protobuf:"varint,2,opt,name=subcommittee_index,json=subcommitteeIndex,proto3" json:"subcommittee_index,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncAggregatorSelectionData) Descriptor deprecated

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

Deprecated: Use SyncAggregatorSelectionData.ProtoReflect.Descriptor instead.

func (*SyncAggregatorSelectionData) GetSubcommitteeIndex

func (x *SyncAggregatorSelectionData) GetSubcommitteeIndex() uint64

func (*SyncAggregatorSelectionData) HashTreeRoot

func (s *SyncAggregatorSelectionData) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SyncAggregatorSelectionData object

func (*SyncAggregatorSelectionData) HashTreeRootWith

func (s *SyncAggregatorSelectionData) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SyncAggregatorSelectionData object with a hasher

func (*SyncAggregatorSelectionData) MarshalSSZ

func (s *SyncAggregatorSelectionData) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SyncAggregatorSelectionData object

func (*SyncAggregatorSelectionData) MarshalSSZTo

func (s *SyncAggregatorSelectionData) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SyncAggregatorSelectionData object to a target array

func (*SyncAggregatorSelectionData) ProtoMessage

func (*SyncAggregatorSelectionData) ProtoMessage()

func (*SyncAggregatorSelectionData) ProtoReflect

func (*SyncAggregatorSelectionData) Reset

func (x *SyncAggregatorSelectionData) Reset()

func (*SyncAggregatorSelectionData) SizeSSZ

func (s *SyncAggregatorSelectionData) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SyncAggregatorSelectionData object

func (*SyncAggregatorSelectionData) String

func (x *SyncAggregatorSelectionData) String() string

func (*SyncAggregatorSelectionData) UnmarshalSSZ

func (s *SyncAggregatorSelectionData) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SyncAggregatorSelectionData object

type SyncCommittee

type SyncCommittee struct {
	Pubkeys         [][]byte `protobuf:"bytes,1,rep,name=pubkeys,proto3" json:"pubkeys,omitempty" ssz-size:"512,48"`
	AggregatePubkey []byte   `protobuf:"bytes,2,opt,name=aggregate_pubkey,json=aggregatePubkey,proto3" json:"aggregate_pubkey,omitempty" ssz-size:"48"`
	// contains filtered or unexported fields
}

func (*SyncCommittee) Descriptor deprecated

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

Deprecated: Use SyncCommittee.ProtoReflect.Descriptor instead.

func (*SyncCommittee) GetAggregatePubkey

func (x *SyncCommittee) GetAggregatePubkey() []byte

func (*SyncCommittee) GetPubkeys

func (x *SyncCommittee) GetPubkeys() [][]byte

func (*SyncCommittee) HashTreeRoot

func (s *SyncCommittee) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SyncCommittee object

func (*SyncCommittee) HashTreeRootWith

func (s *SyncCommittee) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SyncCommittee object with a hasher

func (*SyncCommittee) MarshalSSZ

func (s *SyncCommittee) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SyncCommittee object

func (*SyncCommittee) MarshalSSZTo

func (s *SyncCommittee) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SyncCommittee object to a target array

func (*SyncCommittee) ProtoMessage

func (*SyncCommittee) ProtoMessage()

func (*SyncCommittee) ProtoReflect

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

func (*SyncCommittee) Reset

func (x *SyncCommittee) Reset()

func (*SyncCommittee) SizeSSZ

func (s *SyncCommittee) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SyncCommittee object

func (*SyncCommittee) String

func (x *SyncCommittee) String() string

func (*SyncCommittee) UnmarshalSSZ

func (s *SyncCommittee) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SyncCommittee object

type SyncCommitteeContribution

type SyncCommitteeContribution struct {
	Slot              github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	BlockRoot         []byte                                                           `protobuf:"bytes,2,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"`
	SubcommitteeIndex uint64                                                           `protobuf:"varint,3,opt,name=subcommittee_index,json=subcommitteeIndex,proto3" json:"subcommittee_index,omitempty"`
	AggregationBits   github_com_OffchainLabs_go_bitfield.Bitvector128                 `` /* 181-byte string literal not displayed */
	Signature         []byte                                                           `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

func CopySyncCommitteeContribution

func CopySyncCommitteeContribution(c *SyncCommitteeContribution) *SyncCommitteeContribution

CopySyncCommitteeContribution copies the provided sync committee contribution object.

func (*SyncCommitteeContribution) Descriptor deprecated

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

Deprecated: Use SyncCommitteeContribution.ProtoReflect.Descriptor instead.

func (*SyncCommitteeContribution) GetAggregationBits

func (*SyncCommitteeContribution) GetBlockRoot

func (x *SyncCommitteeContribution) GetBlockRoot() []byte

func (*SyncCommitteeContribution) GetSignature

func (x *SyncCommitteeContribution) GetSignature() []byte

func (*SyncCommitteeContribution) GetSubcommitteeIndex

func (x *SyncCommitteeContribution) GetSubcommitteeIndex() uint64

func (*SyncCommitteeContribution) HashTreeRoot

func (s *SyncCommitteeContribution) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SyncCommitteeContribution object

func (*SyncCommitteeContribution) HashTreeRootWith

func (s *SyncCommitteeContribution) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SyncCommitteeContribution object with a hasher

func (*SyncCommitteeContribution) MarshalSSZ

func (s *SyncCommitteeContribution) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SyncCommitteeContribution object

func (*SyncCommitteeContribution) MarshalSSZTo

func (s *SyncCommitteeContribution) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SyncCommitteeContribution object to a target array

func (*SyncCommitteeContribution) ProtoMessage

func (*SyncCommitteeContribution) ProtoMessage()

func (*SyncCommitteeContribution) ProtoReflect

func (*SyncCommitteeContribution) Reset

func (x *SyncCommitteeContribution) Reset()

func (*SyncCommitteeContribution) SizeSSZ

func (s *SyncCommitteeContribution) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SyncCommitteeContribution object

func (*SyncCommitteeContribution) String

func (x *SyncCommitteeContribution) String() string

func (*SyncCommitteeContribution) UnmarshalSSZ

func (s *SyncCommitteeContribution) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SyncCommitteeContribution object

type SyncCommitteeContributionRequest deprecated

type SyncCommitteeContributionRequest struct {
	Slot      github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	PublicKey []byte                                                           `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"`
	SubnetId  uint64                                                           `protobuf:"varint,3,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*SyncCommitteeContributionRequest) Descriptor deprecated

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

Deprecated: Use SyncCommitteeContributionRequest.ProtoReflect.Descriptor instead.

func (*SyncCommitteeContributionRequest) GetPublicKey

func (x *SyncCommitteeContributionRequest) GetPublicKey() []byte

func (*SyncCommitteeContributionRequest) GetSubnetId

func (x *SyncCommitteeContributionRequest) GetSubnetId() uint64

func (*SyncCommitteeContributionRequest) ProtoMessage

func (*SyncCommitteeContributionRequest) ProtoMessage()

func (*SyncCommitteeContributionRequest) ProtoReflect

func (*SyncCommitteeContributionRequest) Reset

func (*SyncCommitteeContributionRequest) String

type SyncCommitteeMessage deprecated

type SyncCommitteeMessage struct {
	Slot           github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 139-byte string literal not displayed */
	BlockRoot      []byte                                                                     `protobuf:"bytes,2,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"`
	ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 191-byte string literal not displayed */
	Signature      []byte                                                                     `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/sync_committee.proto.

func CopySyncCommitteeMessage

func CopySyncCommitteeMessage(s *SyncCommitteeMessage) *SyncCommitteeMessage

CopySyncCommitteeMessage copies the provided sync committee message object.

func (*SyncCommitteeMessage) Descriptor deprecated

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

Deprecated: Use SyncCommitteeMessage.ProtoReflect.Descriptor instead.

func (*SyncCommitteeMessage) GetBlockRoot

func (x *SyncCommitteeMessage) GetBlockRoot() []byte

func (*SyncCommitteeMessage) GetSignature

func (x *SyncCommitteeMessage) GetSignature() []byte

func (*SyncCommitteeMessage) HashTreeRoot

func (s *SyncCommitteeMessage) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SyncCommitteeMessage object

func (*SyncCommitteeMessage) HashTreeRootWith

func (s *SyncCommitteeMessage) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SyncCommitteeMessage object with a hasher

func (*SyncCommitteeMessage) MarshalSSZ

func (s *SyncCommitteeMessage) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SyncCommitteeMessage object

func (*SyncCommitteeMessage) MarshalSSZTo

func (s *SyncCommitteeMessage) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SyncCommitteeMessage object to a target array

func (*SyncCommitteeMessage) ProtoMessage

func (*SyncCommitteeMessage) ProtoMessage()

func (*SyncCommitteeMessage) ProtoReflect

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

func (*SyncCommitteeMessage) Reset

func (x *SyncCommitteeMessage) Reset()

func (*SyncCommitteeMessage) SizeSSZ

func (s *SyncCommitteeMessage) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SyncCommitteeMessage object

func (*SyncCommitteeMessage) String

func (x *SyncCommitteeMessage) String() string

func (*SyncCommitteeMessage) UnmarshalSSZ

func (s *SyncCommitteeMessage) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SyncCommitteeMessage object

type SyncMessageBlockRootResponse deprecated

type SyncMessageBlockRootResponse struct {
	Root []byte `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*SyncMessageBlockRootResponse) Descriptor deprecated

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

Deprecated: Use SyncMessageBlockRootResponse.ProtoReflect.Descriptor instead.

func (*SyncMessageBlockRootResponse) GetRoot

func (x *SyncMessageBlockRootResponse) GetRoot() []byte

func (*SyncMessageBlockRootResponse) ProtoMessage

func (*SyncMessageBlockRootResponse) ProtoMessage()

func (*SyncMessageBlockRootResponse) ProtoReflect

func (*SyncMessageBlockRootResponse) Reset

func (x *SyncMessageBlockRootResponse) Reset()

func (*SyncMessageBlockRootResponse) String

type SyncStatus deprecated

type SyncStatus struct {
	Syncing bool `protobuf:"varint,1,opt,name=syncing,proto3" json:"syncing,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/node.proto.

func (*SyncStatus) Descriptor deprecated

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

Deprecated: Use SyncStatus.ProtoReflect.Descriptor instead.

func (*SyncStatus) GetSyncing

func (x *SyncStatus) GetSyncing() bool

func (*SyncStatus) ProtoMessage

func (*SyncStatus) ProtoMessage()

func (*SyncStatus) ProtoReflect

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

func (*SyncStatus) Reset

func (x *SyncStatus) Reset()

func (*SyncStatus) String

func (x *SyncStatus) String() string

type SyncSubcommitteeIndexRequest deprecated

type SyncSubcommitteeIndexRequest struct {
	PublicKey []byte                                                           `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	Slot      github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*SyncSubcommitteeIndexRequest) Descriptor deprecated

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

Deprecated: Use SyncSubcommitteeIndexRequest.ProtoReflect.Descriptor instead.

func (*SyncSubcommitteeIndexRequest) GetPublicKey

func (x *SyncSubcommitteeIndexRequest) GetPublicKey() []byte

func (*SyncSubcommitteeIndexRequest) ProtoMessage

func (*SyncSubcommitteeIndexRequest) ProtoMessage()

func (*SyncSubcommitteeIndexRequest) ProtoReflect

func (*SyncSubcommitteeIndexRequest) Reset

func (x *SyncSubcommitteeIndexRequest) Reset()

func (*SyncSubcommitteeIndexRequest) String

type SyncSubcommitteeIndexResponse deprecated

type SyncSubcommitteeIndexResponse struct {
	Indices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*SyncSubcommitteeIndexResponse) Descriptor deprecated

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

Deprecated: Use SyncSubcommitteeIndexResponse.ProtoReflect.Descriptor instead.

func (*SyncSubcommitteeIndexResponse) ProtoMessage

func (*SyncSubcommitteeIndexResponse) ProtoMessage()

func (*SyncSubcommitteeIndexResponse) ProtoReflect

func (*SyncSubcommitteeIndexResponse) Reset

func (x *SyncSubcommitteeIndexResponse) Reset()

func (*SyncSubcommitteeIndexResponse) String

type SyncedResponse

type SyncedResponse struct {
	Synced      bool   `protobuf:"varint,1,opt,name=synced,proto3" json:"synced,omitempty"`
	GenesisTime uint64 `protobuf:"varint,2,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncedResponse) Descriptor deprecated

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

Deprecated: Use SyncedResponse.ProtoReflect.Descriptor instead.

func (*SyncedResponse) GetGenesisTime

func (x *SyncedResponse) GetGenesisTime() uint64

func (*SyncedResponse) GetSynced

func (x *SyncedResponse) GetSynced() bool

func (*SyncedResponse) ProtoMessage

func (*SyncedResponse) ProtoMessage()

func (*SyncedResponse) ProtoReflect

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

func (*SyncedResponse) Reset

func (x *SyncedResponse) Reset()

func (*SyncedResponse) String

func (x *SyncedResponse) String() string

type TopicScoreSnapshot

type TopicScoreSnapshot struct {
	TimeInMesh               uint64  `protobuf:"varint,1,opt,name=time_in_mesh,json=timeInMesh,proto3" json:"time_in_mesh,omitempty"`
	FirstMessageDeliveries   float32 `` /* 131-byte string literal not displayed */
	MeshMessageDeliveries    float32 `` /* 128-byte string literal not displayed */
	InvalidMessageDeliveries float32 `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TopicScoreSnapshot) Descriptor deprecated

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

Deprecated: Use TopicScoreSnapshot.ProtoReflect.Descriptor instead.

func (*TopicScoreSnapshot) GetFirstMessageDeliveries

func (x *TopicScoreSnapshot) GetFirstMessageDeliveries() float32

func (*TopicScoreSnapshot) GetInvalidMessageDeliveries

func (x *TopicScoreSnapshot) GetInvalidMessageDeliveries() float32

func (*TopicScoreSnapshot) GetMeshMessageDeliveries

func (x *TopicScoreSnapshot) GetMeshMessageDeliveries() float32

func (*TopicScoreSnapshot) GetTimeInMesh

func (x *TopicScoreSnapshot) GetTimeInMesh() uint64

func (*TopicScoreSnapshot) ProtoMessage

func (*TopicScoreSnapshot) ProtoMessage()

func (*TopicScoreSnapshot) ProtoReflect

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

func (*TopicScoreSnapshot) Reset

func (x *TopicScoreSnapshot) Reset()

func (*TopicScoreSnapshot) String

func (x *TopicScoreSnapshot) String() string

type TrieLayer

type TrieLayer struct {
	Layer [][]byte `protobuf:"bytes,1,rep,name=layer,proto3" json:"layer,omitempty"`
	// contains filtered or unexported fields
}

func (*TrieLayer) Descriptor deprecated

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

Deprecated: Use TrieLayer.ProtoReflect.Descriptor instead.

func (*TrieLayer) GetLayer

func (x *TrieLayer) GetLayer() [][]byte

func (*TrieLayer) ProtoMessage

func (*TrieLayer) ProtoMessage()

func (*TrieLayer) ProtoReflect

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

func (*TrieLayer) Reset

func (x *TrieLayer) Reset()

func (*TrieLayer) String

func (x *TrieLayer) String() string

type UnimplementedBeaconChainServer

type UnimplementedBeaconChainServer struct {
}

UnimplementedBeaconChainServer can be embedded to have forward compatible implementations.

func (*UnimplementedBeaconChainServer) AttestationPool

func (*UnimplementedBeaconChainServer) AttestationPoolElectra

func (*UnimplementedBeaconChainServer) GetBeaconConfig

func (*UnimplementedBeaconChainServer) GetChainHead

func (*UnimplementedBeaconChainServer) GetIndividualVotes

func (*UnimplementedBeaconChainServer) GetValidator

func (*UnimplementedBeaconChainServer) GetValidatorActiveSetChanges

func (*UnimplementedBeaconChainServer) GetValidatorPerformance

func (*UnimplementedBeaconChainServer) GetValidatorQueue

func (*UnimplementedBeaconChainServer) ListAttestations

func (*UnimplementedBeaconChainServer) ListAttestationsElectra

func (*UnimplementedBeaconChainServer) ListBeaconBlocks

func (*UnimplementedBeaconChainServer) ListBeaconCommittees

func (*UnimplementedBeaconChainServer) ListValidatorAssignments

func (*UnimplementedBeaconChainServer) ListValidatorBalances

func (*UnimplementedBeaconChainServer) ListValidators

func (*UnimplementedBeaconChainServer) SubmitAttesterSlashing

func (*UnimplementedBeaconChainServer) SubmitAttesterSlashingElectra

func (*UnimplementedBeaconChainServer) SubmitProposerSlashing

type UnimplementedBeaconNodeValidatorServer

type UnimplementedBeaconNodeValidatorServer struct {
}

UnimplementedBeaconNodeValidatorServer can be embedded to have forward compatible implementations.

func (*UnimplementedBeaconNodeValidatorServer) AssignValidatorToSubnet

func (*UnimplementedBeaconNodeValidatorServer) CheckDoppelGanger

func (*UnimplementedBeaconNodeValidatorServer) DomainData

func (*UnimplementedBeaconNodeValidatorServer) GetAttestationData

func (*UnimplementedBeaconNodeValidatorServer) GetBeaconBlock

func (*UnimplementedBeaconNodeValidatorServer) GetDuties

func (*UnimplementedBeaconNodeValidatorServer) GetDutiesV2

func (*UnimplementedBeaconNodeValidatorServer) GetFeeRecipientByPubKey

func (*UnimplementedBeaconNodeValidatorServer) GetSyncCommitteeContribution

func (*UnimplementedBeaconNodeValidatorServer) GetSyncMessageBlockRoot

func (*UnimplementedBeaconNodeValidatorServer) GetSyncSubcommitteeIndex

func (*UnimplementedBeaconNodeValidatorServer) PrepareBeaconProposer

func (*UnimplementedBeaconNodeValidatorServer) ProposeAttestation

func (*UnimplementedBeaconNodeValidatorServer) ProposeAttestationElectra

func (*UnimplementedBeaconNodeValidatorServer) ProposeBeaconBlock

func (*UnimplementedBeaconNodeValidatorServer) ProposeExit

func (*UnimplementedBeaconNodeValidatorServer) StreamBlocksAltair

func (*UnimplementedBeaconNodeValidatorServer) StreamSlots

func (*UnimplementedBeaconNodeValidatorServer) SubmitAggregateSelectionProof

func (*UnimplementedBeaconNodeValidatorServer) SubmitAggregateSelectionProofElectra

func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof

func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProofElectra

func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedContributionAndProof

func (*UnimplementedBeaconNodeValidatorServer) SubmitSyncMessage

func (*UnimplementedBeaconNodeValidatorServer) SubmitValidatorRegistrations

func (*UnimplementedBeaconNodeValidatorServer) SubscribeCommitteeSubnets

func (*UnimplementedBeaconNodeValidatorServer) ValidatorIndex

func (*UnimplementedBeaconNodeValidatorServer) ValidatorStatus

func (*UnimplementedBeaconNodeValidatorServer) WaitForChainStart

type UnimplementedDebugServer

type UnimplementedDebugServer struct {
}

UnimplementedDebugServer can be embedded to have forward compatible implementations.

func (*UnimplementedDebugServer) GetBeaconState

func (*UnimplementedDebugServer) GetBlock

func (*UnimplementedDebugServer) GetPeer

func (*UnimplementedDebugServer) ListPeers

func (*UnimplementedDebugServer) SetLoggingLevel

type UnimplementedHealthServer

type UnimplementedHealthServer struct {
}

UnimplementedHealthServer can be embedded to have forward compatible implementations.

func (*UnimplementedHealthServer) StreamBeaconLogs

type UnimplementedNodeServer

type UnimplementedNodeServer struct {
}

UnimplementedNodeServer can be embedded to have forward compatible implementations.

func (*UnimplementedNodeServer) GetETH1ConnectionStatus

func (*UnimplementedNodeServer) GetGenesis

func (*UnimplementedNodeServer) GetHealth

func (*UnimplementedNodeServer) GetHost

func (*UnimplementedNodeServer) GetPeer

func (*UnimplementedNodeServer) GetSyncStatus

func (*UnimplementedNodeServer) GetVersion

func (*UnimplementedNodeServer) ListImplementedServices

func (*UnimplementedNodeServer) ListPeers

type Validator

type Validator struct {
	PublicKey                  []byte                                                            `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"`
	WithdrawalCredentials      []byte                                                            `` /* 138-byte string literal not displayed */
	EffectiveBalance           uint64                                                            `protobuf:"varint,3,opt,name=effective_balance,json=effectiveBalance,proto3" json:"effective_balance,omitempty"`
	Slashed                    bool                                                              `protobuf:"varint,4,opt,name=slashed,proto3" json:"slashed,omitempty"`
	ActivationEligibilityEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 220-byte string literal not displayed */
	ActivationEpoch            github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 185-byte string literal not displayed */
	ExitEpoch                  github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 167-byte string literal not displayed */
	WithdrawableEpoch          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 191-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CopyValidator

func CopyValidator(val *Validator) *Validator

CopyValidator copies the provided validator.

func (*Validator) Descriptor deprecated

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

Deprecated: Use Validator.ProtoReflect.Descriptor instead.

func (*Validator) GetEffectiveBalance

func (x *Validator) GetEffectiveBalance() uint64

func (*Validator) GetPublicKey

func (x *Validator) GetPublicKey() []byte

func (*Validator) GetSlashed

func (x *Validator) GetSlashed() bool

func (*Validator) GetWithdrawalCredentials

func (x *Validator) GetWithdrawalCredentials() []byte

func (*Validator) HashTreeRoot

func (v *Validator) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the Validator object

func (*Validator) HashTreeRootWith

func (v *Validator) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the Validator object with a hasher

func (*Validator) MarshalSSZ

func (v *Validator) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Validator object

func (*Validator) MarshalSSZTo

func (v *Validator) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the Validator object to a target array

func (*Validator) ProtoMessage

func (*Validator) ProtoMessage()

func (*Validator) ProtoReflect

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

func (*Validator) Reset

func (x *Validator) Reset()

func (*Validator) SizeSSZ

func (v *Validator) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the Validator object

func (*Validator) String

func (x *Validator) String() string

func (*Validator) UnmarshalSSZ

func (v *Validator) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Validator object

type ValidatorActivationRequest deprecated

type ValidatorActivationRequest struct {
	PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ValidatorActivationRequest) Descriptor deprecated

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

Deprecated: Use ValidatorActivationRequest.ProtoReflect.Descriptor instead.

func (*ValidatorActivationRequest) GetPublicKeys

func (x *ValidatorActivationRequest) GetPublicKeys() [][]byte

func (*ValidatorActivationRequest) ProtoMessage

func (*ValidatorActivationRequest) ProtoMessage()

func (*ValidatorActivationRequest) ProtoReflect

func (*ValidatorActivationRequest) Reset

func (x *ValidatorActivationRequest) Reset()

func (*ValidatorActivationRequest) String

func (x *ValidatorActivationRequest) String() string

type ValidatorActivationResponse deprecated

type ValidatorActivationResponse struct {
	Statuses []*ValidatorActivationResponse_Status `protobuf:"bytes,1,rep,name=statuses,proto3" json:"statuses,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ValidatorActivationResponse) Descriptor deprecated

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

Deprecated: Use ValidatorActivationResponse.ProtoReflect.Descriptor instead.

func (*ValidatorActivationResponse) GetStatuses

func (*ValidatorActivationResponse) ProtoMessage

func (*ValidatorActivationResponse) ProtoMessage()

func (*ValidatorActivationResponse) ProtoReflect

func (*ValidatorActivationResponse) Reset

func (x *ValidatorActivationResponse) Reset()

func (*ValidatorActivationResponse) String

func (x *ValidatorActivationResponse) String() string

type ValidatorActivationResponse_Status

type ValidatorActivationResponse_Status struct {
	PublicKey []byte                                                                     `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Status    *ValidatorStatusResponse                                                   `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Index     github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidatorActivationResponse_Status) Descriptor deprecated

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

Deprecated: Use ValidatorActivationResponse_Status.ProtoReflect.Descriptor instead.

func (*ValidatorActivationResponse_Status) GetPublicKey

func (x *ValidatorActivationResponse_Status) GetPublicKey() []byte

func (*ValidatorActivationResponse_Status) GetStatus

func (*ValidatorActivationResponse_Status) ProtoMessage

func (*ValidatorActivationResponse_Status) ProtoMessage()

func (*ValidatorActivationResponse_Status) ProtoReflect

func (*ValidatorActivationResponse_Status) Reset

func (*ValidatorActivationResponse_Status) String

type ValidatorAssignments deprecated

type ValidatorAssignments struct {
	Epoch         github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 142-byte string literal not displayed */
	Assignments   []*ValidatorAssignments_CommitteeAssignment                       `protobuf:"bytes,2,rep,name=assignments,proto3" json:"assignments,omitempty"`
	NextPageToken string                                                            `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize     int32                                                             `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorAssignments) Descriptor deprecated

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

Deprecated: Use ValidatorAssignments.ProtoReflect.Descriptor instead.

func (*ValidatorAssignments) GetAssignments

func (*ValidatorAssignments) GetNextPageToken

func (x *ValidatorAssignments) GetNextPageToken() string

func (*ValidatorAssignments) GetTotalSize

func (x *ValidatorAssignments) GetTotalSize() int32

func (*ValidatorAssignments) ProtoMessage

func (*ValidatorAssignments) ProtoMessage()

func (*ValidatorAssignments) ProtoReflect

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

func (*ValidatorAssignments) Reset

func (x *ValidatorAssignments) Reset()

func (*ValidatorAssignments) String

func (x *ValidatorAssignments) String() string

type ValidatorAssignments_CommitteeAssignment

type ValidatorAssignments_CommitteeAssignment struct {
	BeaconCommittees []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 204-byte string literal not displayed */
	CommitteeIndex   github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex   `` /* 191-byte string literal not displayed */
	AttesterSlot     github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot             `` /* 175-byte string literal not displayed */
	ProposerSlots    []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot           `` /* 185-byte string literal not displayed */
	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
	PublicKey      []byte                                                                     `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 191-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidatorAssignments_CommitteeAssignment) Descriptor deprecated

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

Deprecated: Use ValidatorAssignments_CommitteeAssignment.ProtoReflect.Descriptor instead.

func (*ValidatorAssignments_CommitteeAssignment) GetAttesterSlot

func (*ValidatorAssignments_CommitteeAssignment) GetProposerSlots

func (*ValidatorAssignments_CommitteeAssignment) GetPublicKey deprecated

func (x *ValidatorAssignments_CommitteeAssignment) GetPublicKey() []byte

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorAssignments_CommitteeAssignment) ProtoMessage

func (*ValidatorAssignments_CommitteeAssignment) ProtoReflect

func (*ValidatorAssignments_CommitteeAssignment) Reset

func (*ValidatorAssignments_CommitteeAssignment) String

type ValidatorBalances deprecated

type ValidatorBalances struct {
	Epoch         github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 142-byte string literal not displayed */
	Balances      []*ValidatorBalances_Balance                                      `protobuf:"bytes,2,rep,name=balances,proto3" json:"balances,omitempty"`
	NextPageToken string                                                            `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize     int32                                                             `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorBalances) Descriptor deprecated

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

Deprecated: Use ValidatorBalances.ProtoReflect.Descriptor instead.

func (*ValidatorBalances) GetBalances

func (x *ValidatorBalances) GetBalances() []*ValidatorBalances_Balance

func (*ValidatorBalances) GetNextPageToken

func (x *ValidatorBalances) GetNextPageToken() string

func (*ValidatorBalances) GetTotalSize

func (x *ValidatorBalances) GetTotalSize() int32

func (*ValidatorBalances) ProtoMessage

func (*ValidatorBalances) ProtoMessage()

func (*ValidatorBalances) ProtoReflect

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

func (*ValidatorBalances) Reset

func (x *ValidatorBalances) Reset()

func (*ValidatorBalances) String

func (x *ValidatorBalances) String() string

type ValidatorBalances_Balance

type ValidatorBalances_Balance struct {
	PublicKey []byte                                                                     `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	Index     github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 151-byte string literal not displayed */
	Balance   uint64                                                                     `protobuf:"varint,3,opt,name=balance,proto3" json:"balance,omitempty"`
	Status    string                                                                     `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorBalances_Balance) Descriptor deprecated

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

Deprecated: Use ValidatorBalances_Balance.ProtoReflect.Descriptor instead.

func (*ValidatorBalances_Balance) GetBalance

func (x *ValidatorBalances_Balance) GetBalance() uint64

func (*ValidatorBalances_Balance) GetPublicKey

func (x *ValidatorBalances_Balance) GetPublicKey() []byte

func (*ValidatorBalances_Balance) GetStatus

func (x *ValidatorBalances_Balance) GetStatus() string

func (*ValidatorBalances_Balance) ProtoMessage

func (*ValidatorBalances_Balance) ProtoMessage()

func (*ValidatorBalances_Balance) ProtoReflect

func (*ValidatorBalances_Balance) Reset

func (x *ValidatorBalances_Balance) Reset()

func (*ValidatorBalances_Balance) String

func (x *ValidatorBalances_Balance) String() string

type ValidatorDutiesContainer

type ValidatorDutiesContainer struct {
	PrevDependentRoot  []byte
	CurrDependentRoot  []byte
	CurrentEpochDuties []*ValidatorDuty
	NextEpochDuties    []*ValidatorDuty
}

ValidatorDutiesContainer is a wrapper that can be both used for the gRPC DutiesResponse and Rest API response structs for attestation, proposer, and sync duties.

type ValidatorDuty

type ValidatorDuty struct {
	CommitteeLength         uint64
	CommitteeIndex          primitives.CommitteeIndex
	CommitteesAtSlot        uint64
	ValidatorCommitteeIndex uint64
	AttesterSlot            primitives.Slot
	ProposerSlots           []primitives.Slot
	PublicKey               []byte
	Status                  ValidatorStatus
	ValidatorIndex          primitives.ValidatorIndex
	IsSyncCommittee         bool
}

ValidatorDuty is all the information needed to execute validator duties

type ValidatorIdentity

type ValidatorIdentity struct {
	Index           github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 151-byte string literal not displayed */
	Pubkey          []byte                                                                     `protobuf:"bytes,2,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"`
	ActivationEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch          `` /* 185-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidatorIdentity) Descriptor deprecated

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

Deprecated: Use ValidatorIdentity.ProtoReflect.Descriptor instead.

func (*ValidatorIdentity) GetPubkey

func (x *ValidatorIdentity) GetPubkey() []byte

func (*ValidatorIdentity) HashTreeRoot

func (v *ValidatorIdentity) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the ValidatorIdentity object

func (*ValidatorIdentity) HashTreeRootWith

func (v *ValidatorIdentity) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the ValidatorIdentity object with a hasher

func (*ValidatorIdentity) MarshalSSZ

func (v *ValidatorIdentity) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the ValidatorIdentity object

func (*ValidatorIdentity) MarshalSSZTo

func (v *ValidatorIdentity) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the ValidatorIdentity object to a target array

func (*ValidatorIdentity) ProtoMessage

func (*ValidatorIdentity) ProtoMessage()

func (*ValidatorIdentity) ProtoReflect

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

func (*ValidatorIdentity) Reset

func (x *ValidatorIdentity) Reset()

func (*ValidatorIdentity) SizeSSZ

func (v *ValidatorIdentity) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the ValidatorIdentity object

func (*ValidatorIdentity) String

func (x *ValidatorIdentity) String() string

func (*ValidatorIdentity) UnmarshalSSZ

func (v *ValidatorIdentity) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the ValidatorIdentity object

type ValidatorIndexRequest deprecated

type ValidatorIndexRequest struct {
	PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ValidatorIndexRequest) Descriptor deprecated

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

Deprecated: Use ValidatorIndexRequest.ProtoReflect.Descriptor instead.

func (*ValidatorIndexRequest) GetPublicKey

func (x *ValidatorIndexRequest) GetPublicKey() []byte

func (*ValidatorIndexRequest) ProtoMessage

func (*ValidatorIndexRequest) ProtoMessage()

func (*ValidatorIndexRequest) ProtoReflect

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

func (*ValidatorIndexRequest) Reset

func (x *ValidatorIndexRequest) Reset()

func (*ValidatorIndexRequest) String

func (x *ValidatorIndexRequest) String() string

type ValidatorIndexResponse deprecated

type ValidatorIndexResponse struct {
	Index github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ValidatorIndexResponse) Descriptor deprecated

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

Deprecated: Use ValidatorIndexResponse.ProtoReflect.Descriptor instead.

func (*ValidatorIndexResponse) ProtoMessage

func (*ValidatorIndexResponse) ProtoMessage()

func (*ValidatorIndexResponse) ProtoReflect

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

func (*ValidatorIndexResponse) Reset

func (x *ValidatorIndexResponse) Reset()

func (*ValidatorIndexResponse) String

func (x *ValidatorIndexResponse) String() string

type ValidatorParticipation

type ValidatorParticipation struct {

	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.
	GlobalParticipationRate float32 `` /* 134-byte string literal not displayed */
	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.
	VotedEther uint64 `protobuf:"varint,2,opt,name=voted_ether,json=votedEther,proto3" json:"voted_ether,omitempty"`
	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.
	EligibleEther                    uint64 `protobuf:"varint,3,opt,name=eligible_ether,json=eligibleEther,proto3" json:"eligible_ether,omitempty"`
	CurrentEpochActiveGwei           uint64 `` /* 132-byte string literal not displayed */
	CurrentEpochAttestingGwei        uint64 `` /* 141-byte string literal not displayed */
	CurrentEpochTargetAttestingGwei  uint64 `` /* 161-byte string literal not displayed */
	PreviousEpochActiveGwei          uint64 `` /* 135-byte string literal not displayed */
	PreviousEpochAttestingGwei       uint64 `` /* 144-byte string literal not displayed */
	PreviousEpochTargetAttestingGwei uint64 `` /* 164-byte string literal not displayed */
	PreviousEpochHeadAttestingGwei   uint64 `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidatorParticipation) Descriptor deprecated

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

Deprecated: Use ValidatorParticipation.ProtoReflect.Descriptor instead.

func (*ValidatorParticipation) GetCurrentEpochActiveGwei

func (x *ValidatorParticipation) GetCurrentEpochActiveGwei() uint64

func (*ValidatorParticipation) GetCurrentEpochAttestingGwei

func (x *ValidatorParticipation) GetCurrentEpochAttestingGwei() uint64

func (*ValidatorParticipation) GetCurrentEpochTargetAttestingGwei

func (x *ValidatorParticipation) GetCurrentEpochTargetAttestingGwei() uint64

func (*ValidatorParticipation) GetEligibleEther deprecated

func (x *ValidatorParticipation) GetEligibleEther() uint64

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ValidatorParticipation) GetGlobalParticipationRate deprecated

func (x *ValidatorParticipation) GetGlobalParticipationRate() float32

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ValidatorParticipation) GetPreviousEpochActiveGwei

func (x *ValidatorParticipation) GetPreviousEpochActiveGwei() uint64

func (*ValidatorParticipation) GetPreviousEpochAttestingGwei

func (x *ValidatorParticipation) GetPreviousEpochAttestingGwei() uint64

func (*ValidatorParticipation) GetPreviousEpochHeadAttestingGwei

func (x *ValidatorParticipation) GetPreviousEpochHeadAttestingGwei() uint64

func (*ValidatorParticipation) GetPreviousEpochTargetAttestingGwei

func (x *ValidatorParticipation) GetPreviousEpochTargetAttestingGwei() uint64

func (*ValidatorParticipation) GetVotedEther deprecated

func (x *ValidatorParticipation) GetVotedEther() uint64

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ValidatorParticipation) ProtoMessage

func (*ValidatorParticipation) ProtoMessage()

func (*ValidatorParticipation) ProtoReflect

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

func (*ValidatorParticipation) Reset

func (x *ValidatorParticipation) Reset()

func (*ValidatorParticipation) String

func (x *ValidatorParticipation) String() string

type ValidatorParticipationResponse deprecated

type ValidatorParticipationResponse struct {
	Epoch         github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 142-byte string literal not displayed */
	Finalized     bool                                                              `protobuf:"varint,2,opt,name=finalized,proto3" json:"finalized,omitempty"`
	Participation *ValidatorParticipation                                           `protobuf:"bytes,3,opt,name=participation,proto3" json:"participation,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorParticipationResponse) Descriptor deprecated

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

Deprecated: Use ValidatorParticipationResponse.ProtoReflect.Descriptor instead.

func (*ValidatorParticipationResponse) GetFinalized

func (x *ValidatorParticipationResponse) GetFinalized() bool

func (*ValidatorParticipationResponse) GetParticipation

func (*ValidatorParticipationResponse) ProtoMessage

func (*ValidatorParticipationResponse) ProtoMessage()

func (*ValidatorParticipationResponse) ProtoReflect

func (*ValidatorParticipationResponse) Reset

func (x *ValidatorParticipationResponse) Reset()

func (*ValidatorParticipationResponse) String

type ValidatorPerformanceRequest deprecated

type ValidatorPerformanceRequest struct {

	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
	PublicKeys [][]byte                                                                     `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"`
	Indices    []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorPerformanceRequest) Descriptor deprecated

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

Deprecated: Use ValidatorPerformanceRequest.ProtoReflect.Descriptor instead.

func (*ValidatorPerformanceRequest) GetPublicKeys deprecated

func (x *ValidatorPerformanceRequest) GetPublicKeys() [][]byte

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorPerformanceRequest) ProtoMessage

func (*ValidatorPerformanceRequest) ProtoMessage()

func (*ValidatorPerformanceRequest) ProtoReflect

func (*ValidatorPerformanceRequest) Reset

func (x *ValidatorPerformanceRequest) Reset()

func (*ValidatorPerformanceRequest) String

func (x *ValidatorPerformanceRequest) String() string

type ValidatorPerformanceResponse deprecated

type ValidatorPerformanceResponse struct {
	CurrentEffectiveBalances []uint64 `` /* 143-byte string literal not displayed */
	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
	InclusionSlots []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 188-byte string literal not displayed */
	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
	InclusionDistances            []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `` /* 200-byte string literal not displayed */
	CorrectlyVotedSource          []bool                                                             `` /* 131-byte string literal not displayed */
	CorrectlyVotedTarget          []bool                                                             `` /* 131-byte string literal not displayed */
	CorrectlyVotedHead            []bool                                                             `protobuf:"varint,6,rep,packed,name=correctly_voted_head,json=correctlyVotedHead,proto3" json:"correctly_voted_head,omitempty"`
	BalancesBeforeEpochTransition []uint64                                                           `` /* 160-byte string literal not displayed */
	BalancesAfterEpochTransition  []uint64                                                           `` /* 157-byte string literal not displayed */
	MissingValidators             [][]byte                                                           `protobuf:"bytes,9,rep,name=missing_validators,json=missingValidators,proto3" json:"missing_validators,omitempty"`
	AverageActiveValidatorBalance float32                                                            `` /* 155-byte string literal not displayed */
	PublicKeys                    [][]byte                                                           `protobuf:"bytes,11,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"`
	InactivityScores              []uint64                                                           `protobuf:"varint,12,rep,packed,name=inactivity_scores,json=inactivityScores,proto3" json:"inactivity_scores,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorPerformanceResponse) Descriptor deprecated

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

Deprecated: Use ValidatorPerformanceResponse.ProtoReflect.Descriptor instead.

func (*ValidatorPerformanceResponse) GetAverageActiveValidatorBalance

func (x *ValidatorPerformanceResponse) GetAverageActiveValidatorBalance() float32

func (*ValidatorPerformanceResponse) GetBalancesAfterEpochTransition

func (x *ValidatorPerformanceResponse) GetBalancesAfterEpochTransition() []uint64

func (*ValidatorPerformanceResponse) GetBalancesBeforeEpochTransition

func (x *ValidatorPerformanceResponse) GetBalancesBeforeEpochTransition() []uint64

func (*ValidatorPerformanceResponse) GetCorrectlyVotedHead

func (x *ValidatorPerformanceResponse) GetCorrectlyVotedHead() []bool

func (*ValidatorPerformanceResponse) GetCorrectlyVotedSource

func (x *ValidatorPerformanceResponse) GetCorrectlyVotedSource() []bool

func (*ValidatorPerformanceResponse) GetCorrectlyVotedTarget

func (x *ValidatorPerformanceResponse) GetCorrectlyVotedTarget() []bool

func (*ValidatorPerformanceResponse) GetCurrentEffectiveBalances

func (x *ValidatorPerformanceResponse) GetCurrentEffectiveBalances() []uint64

func (*ValidatorPerformanceResponse) GetInactivityScores

func (x *ValidatorPerformanceResponse) GetInactivityScores() []uint64

func (*ValidatorPerformanceResponse) GetInclusionDistances deprecated

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorPerformanceResponse) GetInclusionSlots deprecated

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorPerformanceResponse) GetMissingValidators

func (x *ValidatorPerformanceResponse) GetMissingValidators() [][]byte

func (*ValidatorPerformanceResponse) GetPublicKeys

func (x *ValidatorPerformanceResponse) GetPublicKeys() [][]byte

func (*ValidatorPerformanceResponse) ProtoMessage

func (*ValidatorPerformanceResponse) ProtoMessage()

func (*ValidatorPerformanceResponse) ProtoReflect

func (*ValidatorPerformanceResponse) Reset

func (x *ValidatorPerformanceResponse) Reset()

func (*ValidatorPerformanceResponse) String

type ValidatorQueue deprecated

type ValidatorQueue struct {
	ChurnLimit uint64 `protobuf:"varint,1,opt,name=churn_limit,json=churnLimit,proto3" json:"churn_limit,omitempty"`
	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
	ActivationPublicKeys [][]byte `` /* 139-byte string literal not displayed */
	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
	ExitPublicKeys             [][]byte                                                                     `protobuf:"bytes,3,rep,name=exit_public_keys,json=exitPublicKeys,proto3" json:"exit_public_keys,omitempty" ssz-size:"?,48"`
	ActivationValidatorIndices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 236-byte string literal not displayed */
	ExitValidatorIndices       []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 218-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorQueue) Descriptor deprecated

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

Deprecated: Use ValidatorQueue.ProtoReflect.Descriptor instead.

func (*ValidatorQueue) GetActivationPublicKeys deprecated

func (x *ValidatorQueue) GetActivationPublicKeys() [][]byte

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorQueue) GetChurnLimit

func (x *ValidatorQueue) GetChurnLimit() uint64

func (*ValidatorQueue) GetExitPublicKeys deprecated

func (x *ValidatorQueue) GetExitPublicKeys() [][]byte

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*ValidatorQueue) ProtoMessage

func (*ValidatorQueue) ProtoMessage()

func (*ValidatorQueue) ProtoReflect

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

func (*ValidatorQueue) Reset

func (x *ValidatorQueue) Reset()

func (*ValidatorQueue) String

func (x *ValidatorQueue) String() string

type ValidatorRegistrationV1

type ValidatorRegistrationV1 struct {
	FeeRecipient []byte `protobuf:"bytes,1,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty" ssz-size:"20"`
	GasLimit     uint64 `protobuf:"varint,2,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"`
	Timestamp    uint64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Pubkey       []byte `protobuf:"bytes,4,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"`
	// contains filtered or unexported fields
}

func (*ValidatorRegistrationV1) Descriptor deprecated

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

Deprecated: Use ValidatorRegistrationV1.ProtoReflect.Descriptor instead.

func (*ValidatorRegistrationV1) GetFeeRecipient

func (x *ValidatorRegistrationV1) GetFeeRecipient() []byte

func (*ValidatorRegistrationV1) GetGasLimit

func (x *ValidatorRegistrationV1) GetGasLimit() uint64

func (*ValidatorRegistrationV1) GetPubkey

func (x *ValidatorRegistrationV1) GetPubkey() []byte

func (*ValidatorRegistrationV1) GetTimestamp

func (x *ValidatorRegistrationV1) GetTimestamp() uint64

func (*ValidatorRegistrationV1) HashTreeRoot

func (v *ValidatorRegistrationV1) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the ValidatorRegistrationV1 object

func (*ValidatorRegistrationV1) HashTreeRootWith

func (v *ValidatorRegistrationV1) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the ValidatorRegistrationV1 object with a hasher

func (*ValidatorRegistrationV1) MarshalSSZ

func (v *ValidatorRegistrationV1) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the ValidatorRegistrationV1 object

func (*ValidatorRegistrationV1) MarshalSSZTo

func (v *ValidatorRegistrationV1) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the ValidatorRegistrationV1 object to a target array

func (*ValidatorRegistrationV1) ProtoMessage

func (*ValidatorRegistrationV1) ProtoMessage()

func (*ValidatorRegistrationV1) ProtoReflect

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

func (*ValidatorRegistrationV1) Reset

func (x *ValidatorRegistrationV1) Reset()

func (*ValidatorRegistrationV1) SizeSSZ

func (v *ValidatorRegistrationV1) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the ValidatorRegistrationV1 object

func (*ValidatorRegistrationV1) String

func (x *ValidatorRegistrationV1) String() string

func (*ValidatorRegistrationV1) UnmarshalSSZ

func (v *ValidatorRegistrationV1) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the ValidatorRegistrationV1 object

type ValidatorStatus

type ValidatorStatus int32
const (
	ValidatorStatus_UNKNOWN_STATUS      ValidatorStatus = 0
	ValidatorStatus_DEPOSITED           ValidatorStatus = 1
	ValidatorStatus_PENDING             ValidatorStatus = 2
	ValidatorStatus_ACTIVE              ValidatorStatus = 3
	ValidatorStatus_EXITING             ValidatorStatus = 4
	ValidatorStatus_SLASHING            ValidatorStatus = 5
	ValidatorStatus_EXITED              ValidatorStatus = 6
	ValidatorStatus_INVALID             ValidatorStatus = 7
	ValidatorStatus_PARTIALLY_DEPOSITED ValidatorStatus = 8
)

func (ValidatorStatus) Descriptor

func (ValidatorStatus) Enum

func (x ValidatorStatus) Enum() *ValidatorStatus

func (ValidatorStatus) EnumDescriptor deprecated

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

Deprecated: Use ValidatorStatus.Descriptor instead.

func (ValidatorStatus) Number

func (ValidatorStatus) String

func (x ValidatorStatus) String() string

func (ValidatorStatus) Type

type ValidatorStatusRequest deprecated

type ValidatorStatusRequest struct {
	PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ValidatorStatusRequest) Descriptor deprecated

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

Deprecated: Use ValidatorStatusRequest.ProtoReflect.Descriptor instead.

func (*ValidatorStatusRequest) GetPublicKey

func (x *ValidatorStatusRequest) GetPublicKey() []byte

func (*ValidatorStatusRequest) ProtoMessage

func (*ValidatorStatusRequest) ProtoMessage()

func (*ValidatorStatusRequest) ProtoReflect

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

func (*ValidatorStatusRequest) Reset

func (x *ValidatorStatusRequest) Reset()

func (*ValidatorStatusRequest) String

func (x *ValidatorStatusRequest) String() string

type ValidatorStatusResponse deprecated

type ValidatorStatusResponse struct {
	Status                    ValidatorStatus                                                   `protobuf:"varint,1,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"`
	Eth1DepositBlockNumber    uint64                                                            `` /* 132-byte string literal not displayed */
	DepositInclusionSlot      github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot  `` /* 201-byte string literal not displayed */
	ActivationEpoch           github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 185-byte string literal not displayed */
	PositionInActivationQueue uint64                                                            `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.

func (*ValidatorStatusResponse) Descriptor deprecated

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

Deprecated: Use ValidatorStatusResponse.ProtoReflect.Descriptor instead.

func (*ValidatorStatusResponse) GetDepositInclusionSlot

func (*ValidatorStatusResponse) GetEth1DepositBlockNumber

func (x *ValidatorStatusResponse) GetEth1DepositBlockNumber() uint64

func (*ValidatorStatusResponse) GetPositionInActivationQueue

func (x *ValidatorStatusResponse) GetPositionInActivationQueue() uint64

func (*ValidatorStatusResponse) GetStatus

func (*ValidatorStatusResponse) ProtoMessage

func (*ValidatorStatusResponse) ProtoMessage()

func (*ValidatorStatusResponse) ProtoReflect

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

func (*ValidatorStatusResponse) Reset

func (x *ValidatorStatusResponse) Reset()

func (*ValidatorStatusResponse) String

func (x *ValidatorStatusResponse) String() string

type Validators deprecated

type Validators struct {
	Epoch         github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `` /* 142-byte string literal not displayed */
	ValidatorList []*Validators_ValidatorContainer                                  `protobuf:"bytes,2,rep,name=validator_list,json=validatorList,proto3" json:"validator_list,omitempty"`
	NextPageToken string                                                            `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize     int32                                                             `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.

func (*Validators) Descriptor deprecated

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

Deprecated: Use Validators.ProtoReflect.Descriptor instead.

func (*Validators) GetNextPageToken

func (x *Validators) GetNextPageToken() string

func (*Validators) GetTotalSize

func (x *Validators) GetTotalSize() int32

func (*Validators) GetValidatorList

func (x *Validators) GetValidatorList() []*Validators_ValidatorContainer

func (*Validators) ProtoMessage

func (*Validators) ProtoMessage()

func (*Validators) ProtoReflect

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

func (*Validators) Reset

func (x *Validators) Reset()

func (*Validators) String

func (x *Validators) String() string

type Validators_ValidatorContainer

type Validators_ValidatorContainer struct {
	Index     github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 151-byte string literal not displayed */
	Validator *Validator                                                                 `protobuf:"bytes,2,opt,name=validator,proto3" json:"validator,omitempty"`
	// contains filtered or unexported fields
}

func (*Validators_ValidatorContainer) Descriptor deprecated

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

Deprecated: Use Validators_ValidatorContainer.ProtoReflect.Descriptor instead.

func (*Validators_ValidatorContainer) GetValidator

func (x *Validators_ValidatorContainer) GetValidator() *Validator

func (*Validators_ValidatorContainer) ProtoMessage

func (*Validators_ValidatorContainer) ProtoMessage()

func (*Validators_ValidatorContainer) ProtoReflect

func (*Validators_ValidatorContainer) Reset

func (x *Validators_ValidatorContainer) Reset()

func (*Validators_ValidatorContainer) String

type Version deprecated

type Version struct {
	Version  string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Metadata string `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in proto/prysm/v1alpha1/node.proto.

func (*Version) Descriptor deprecated

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

Deprecated: Use Version.ProtoReflect.Descriptor instead.

func (*Version) GetMetadata

func (x *Version) GetMetadata() string

func (*Version) GetVersion

func (x *Version) GetVersion() string

func (*Version) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) ProtoReflect

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

func (*Version) Reset

func (x *Version) Reset()

func (*Version) String

func (x *Version) String() string

type VoluntaryExit

type VoluntaryExit struct {
	Epoch          github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch          `` /* 142-byte string literal not displayed */
	ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `` /* 191-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VoluntaryExit) Copy

func (exit *VoluntaryExit) Copy() *VoluntaryExit

Copy --

func (*VoluntaryExit) Descriptor deprecated

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

Deprecated: Use VoluntaryExit.ProtoReflect.Descriptor instead.

func (*VoluntaryExit) HashTreeRoot

func (v *VoluntaryExit) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the VoluntaryExit object

func (*VoluntaryExit) HashTreeRootWith

func (v *VoluntaryExit) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the VoluntaryExit object with a hasher

func (*VoluntaryExit) MarshalSSZ

func (v *VoluntaryExit) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the VoluntaryExit object

func (*VoluntaryExit) MarshalSSZTo

func (v *VoluntaryExit) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the VoluntaryExit object to a target array

func (*VoluntaryExit) ProtoMessage

func (*VoluntaryExit) ProtoMessage()

func (*VoluntaryExit) ProtoReflect

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

func (*VoluntaryExit) Reset

func (x *VoluntaryExit) Reset()

func (*VoluntaryExit) SizeSSZ

func (v *VoluntaryExit) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the VoluntaryExit object

func (*VoluntaryExit) String

func (x *VoluntaryExit) String() string

func (*VoluntaryExit) UnmarshalSSZ

func (v *VoluntaryExit) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the VoluntaryExit object

Directories

Path Synopsis
Package attestationutil contains useful helpers for converting attestations into indexed form.
Package attestationutil contains useful helpers for converting attestations into indexed form.
aggregation
Package aggregation contains implementations of bitlist aggregation algorithms and heuristics.
Package aggregation contains implementations of bitlist aggregation algorithms and heuristics.

Jump to

Keyboard shortcuts

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