eth

package
v5.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: GPL-3.0 Imports: 23 Imported by: 26

Documentation

Overview

Code generated by fastssz. DO NOT EDIT. Hash: 18a07a11eb3d1daaafe0b6b1ac8934e9333ea6eceed7d5ef30166b9c2fb50d39

Code generated by fastssz. DO NOT EDIT. Hash: c6614861443f105e2d5445ca29187cc78c2a929161d0a15b36ce2f0e6517a0ea

Code generated by fastssz. DO NOT EDIT. Hash: 6bee0cf7c5707af68be518a221b248ce37edd4b0b1e6fec9703c6152a5107a1d

Code generated by fastssz. DO NOT EDIT. Hash: dc56f26fb2603482588d88426187e889583abce2eeb7556ac0dc1ebaa891c455

Code generated by fastssz. DO NOT EDIT. Hash: 3a2dbf56ebf4e81fbf961840a4cd2addac9047b17c12bad04e60879df5b69277

Code generated by fastssz. DO NOT EDIT. Hash: bfd7d6b556134c3bd236b880245717aa01ae79573b33f2746a08c165ba5dcedb

Code generated by fastssz. DO NOT EDIT. Hash: 5797213d138ec1a089f9dae2198cab6f4f829ac0cc1f0bda2633fff544db4e68

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_state_proto protoreflect.FileDescriptor
View Source
var File_proto_prysm_v1alpha1_blobs_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_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 added in v5.1.1

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

CopyExecutionRequests copies the provided execution requests.

func CopySlice added in v5.1.0

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

type ActiveSetChanges struct {
	Epoch               github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch            `` /* 143-byte string literal not displayed */
	ActivatedPublicKeys [][]byte                                                                      `` /* 136-byte string literal not displayed */
	ActivatedIndices    []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 205-byte string literal not displayed */
	ExitedPublicKeys    [][]byte                                                                      `` /* 127-byte string literal not displayed */
	ExitedIndices       []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 196-byte string literal not displayed */
	SlashedPublicKeys   [][]byte                                                                      `` /* 130-byte string literal not displayed */
	SlashedIndices      []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 199-byte string literal not displayed */
	EjectedPublicKeys   [][]byte                                                                      `` /* 130-byte string literal not displayed */
	EjectedIndices      []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 added in v5.1.0

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

AggregateAttAndProof defines common functionality for all aggregate attestation types.

type AggregateAttestationAndProof

type AggregateAttestationAndProof struct {
	AggregatorIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 195-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 added in v5.1.0

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) 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 added in v5.1.0

func (a *AggregateAttestationAndProof) Version() int

Version --

type AggregateAttestationAndProofElectra added in v5.1.0

type AggregateAttestationAndProofElectra struct {
	AggregatorIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 195-byte string literal not displayed */
	Aggregate       *AttestationElectra                                                         `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 (*AggregateAttestationAndProofElectra) AggregateVal added in v5.1.0

func (a *AggregateAttestationAndProofElectra) AggregateVal() Att

AggregateVal --

func (*AggregateAttestationAndProofElectra) Descriptor deprecated added in v5.1.0

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

Deprecated: Use AggregateAttestationAndProofElectra.ProtoReflect.Descriptor instead.

func (*AggregateAttestationAndProofElectra) GetAggregate added in v5.1.0

func (*AggregateAttestationAndProofElectra) GetAggregatorIndex added in v5.1.0

func (*AggregateAttestationAndProofElectra) GetSelectionProof added in v5.1.0

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

func (*AggregateAttestationAndProofElectra) HashTreeRoot added in v5.1.0

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

HashTreeRoot ssz hashes the AggregateAttestationAndProofElectra object

func (*AggregateAttestationAndProofElectra) HashTreeRootWith added in v5.1.0

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

HashTreeRootWith ssz hashes the AggregateAttestationAndProofElectra object with a hasher

func (*AggregateAttestationAndProofElectra) MarshalSSZ added in v5.1.0

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

MarshalSSZ ssz marshals the AggregateAttestationAndProofElectra object

func (*AggregateAttestationAndProofElectra) MarshalSSZTo added in v5.1.0

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

MarshalSSZTo ssz marshals the AggregateAttestationAndProofElectra object to a target array

func (*AggregateAttestationAndProofElectra) ProtoMessage added in v5.1.0

func (*AggregateAttestationAndProofElectra) ProtoMessage()

func (*AggregateAttestationAndProofElectra) ProtoReflect added in v5.1.0

func (*AggregateAttestationAndProofElectra) Reset added in v5.1.0

func (*AggregateAttestationAndProofElectra) SizeSSZ added in v5.1.0

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

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

func (*AggregateAttestationAndProofElectra) String added in v5.1.0

func (*AggregateAttestationAndProofElectra) UnmarshalSSZ added in v5.1.0

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

UnmarshalSSZ ssz unmarshals the AggregateAttestationAndProofElectra object

func (*AggregateAttestationAndProofElectra) Version added in v5.1.0

Version --

type AggregateSelectionElectraResponse added in v5.1.0

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
}

func (*AggregateSelectionElectraResponse) Descriptor deprecated added in v5.1.0

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

Deprecated: Use AggregateSelectionElectraResponse.ProtoReflect.Descriptor instead.

func (*AggregateSelectionElectraResponse) GetAggregateAndProof added in v5.1.0

func (*AggregateSelectionElectraResponse) ProtoMessage added in v5.1.0

func (*AggregateSelectionElectraResponse) ProtoMessage()

func (*AggregateSelectionElectraResponse) ProtoReflect added in v5.1.0

func (*AggregateSelectionElectraResponse) Reset added in v5.1.0

func (*AggregateSelectionElectraResponse) String added in v5.1.0

type AggregateSelectionRequest

type AggregateSelectionRequest struct {
	Slot           github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	CommitteeIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.CommitteeIndex `` /* 192-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
}

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

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
}

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

type AggregatedSigAndAggregationBitsRequest struct {
	Msgs      []*SyncCommitteeMessage                                           `protobuf:"bytes,1,rep,name=msgs,proto3" json:"msgs,omitempty"`
	Slot      github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 140-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
}

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

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
}

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

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
}

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 added in v5.1.0

type Att interface {
	proto.Message
	ssz.Marshaler
	ssz.Unmarshaler
	ssz.HashRoot
	Version() int
	Clone() Att
	GetAggregationBits() bitfield.Bitlist
	GetData() *AttestationData
	CommitteeBitsVal() bitfield.Bitfield
	GetSignature() []byte
	GetCommitteeIndex() (primitives.CommitteeIndex, error)
}

Att defines common functionality for all attestation types.

type AttSlashing added in v5.1.0

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

AttSlashing defines common functionality for all attestation slashing types.

type AttestResponse

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

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_prysmaticlabs_go_bitfield.Bitlist `` /* 178-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 added in v5.1.0

func (a *Attestation) Clone() Att

Clone --

func (*Attestation) CommitteeBitsVal added in v5.1.0

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

CommitteeBitsVal --

func (*Attestation) Copy added in v5.1.0

func (att *Attestation) Copy() *Attestation

Copy --

func (*Attestation) Descriptor deprecated

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

Deprecated: Use Attestation.ProtoReflect.Descriptor instead.

func (*Attestation) GetAggregationBits

func (*Attestation) GetCommitteeIndex added in v5.1.1

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

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) 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) 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 added in v5.1.0

func (a *Attestation) Version() int

Version --

type AttestationData

type AttestationData struct {
	Slot            github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	CommitteeIndex  github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.CommitteeIndex `` /* 192-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 added in v5.1.0

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

type AttestationDataRequest struct {
	Slot           github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	CommitteeIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.CommitteeIndex `` /* 192-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 added in v5.1.0

type AttestationElectra struct {
	AggregationBits github_com_prysmaticlabs_go_bitfield.Bitlist     `` /* 180-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_prysmaticlabs_go_bitfield.Bitvector64 `` /* 174-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AttestationElectra) Clone added in v5.1.0

func (a *AttestationElectra) Clone() Att

Clone --

func (*AttestationElectra) CommitteeBitsVal added in v5.1.0

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

CommitteeBitsVal --

func (*AttestationElectra) Copy added in v5.1.0

Copy --

func (*AttestationElectra) Descriptor deprecated added in v5.1.0

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

Deprecated: Use AttestationElectra.ProtoReflect.Descriptor instead.

func (*AttestationElectra) GetAggregationBits added in v5.1.0

func (*AttestationElectra) GetCommitteeBits added in v5.1.0

func (*AttestationElectra) GetCommitteeIndex added in v5.1.1

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

GetCommitteeIndex --

func (*AttestationElectra) GetData added in v5.1.0

func (x *AttestationElectra) GetData() *AttestationData

func (*AttestationElectra) GetSignature added in v5.1.0

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

func (*AttestationElectra) HashTreeRoot added in v5.1.0

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

HashTreeRoot ssz hashes the AttestationElectra object

func (*AttestationElectra) HashTreeRootWith added in v5.1.0

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

HashTreeRootWith ssz hashes the AttestationElectra object with a hasher

func (*AttestationElectra) MarshalSSZ added in v5.1.0

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

MarshalSSZ ssz marshals the AttestationElectra object

func (*AttestationElectra) MarshalSSZTo added in v5.1.0

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

MarshalSSZTo ssz marshals the AttestationElectra object to a target array

func (*AttestationElectra) ProtoMessage added in v5.1.0

func (*AttestationElectra) ProtoMessage()

func (*AttestationElectra) ProtoReflect added in v5.1.0

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

func (*AttestationElectra) Reset added in v5.1.0

func (x *AttestationElectra) Reset()

func (*AttestationElectra) SizeSSZ added in v5.1.0

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

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

func (*AttestationElectra) String added in v5.1.0

func (x *AttestationElectra) String() string

func (*AttestationElectra) UnmarshalSSZ added in v5.1.0

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

UnmarshalSSZ ssz unmarshals the AttestationElectra object

func (*AttestationElectra) Version added in v5.1.0

func (a *AttestationElectra) Version() int

Version --

type AttestationPoolElectraResponse added in v5.1.0

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
}

func (*AttestationPoolElectraResponse) Descriptor deprecated added in v5.1.0

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

Deprecated: Use AttestationPoolElectraResponse.ProtoReflect.Descriptor instead.

func (*AttestationPoolElectraResponse) GetAttestations added in v5.1.0

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

func (*AttestationPoolElectraResponse) GetNextPageToken added in v5.1.0

func (x *AttestationPoolElectraResponse) GetNextPageToken() string

func (*AttestationPoolElectraResponse) GetTotalSize added in v5.1.0

func (x *AttestationPoolElectraResponse) GetTotalSize() int32

func (*AttestationPoolElectraResponse) ProtoMessage added in v5.1.0

func (*AttestationPoolElectraResponse) ProtoMessage()

func (*AttestationPoolElectraResponse) ProtoReflect added in v5.1.0

func (*AttestationPoolElectraResponse) Reset added in v5.1.0

func (x *AttestationPoolElectraResponse) Reset()

func (*AttestationPoolElectraResponse) String added in v5.1.0

type AttestationPoolRequest

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
}

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

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
}

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 added in v5.1.0

func (*AttesterSlashing) Descriptor deprecated

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

Deprecated: Use AttesterSlashing.ProtoReflect.Descriptor instead.

func (*AttesterSlashing) FirstAttestation added in v5.1.0

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) 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 added in v5.1.0

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 added in v5.1.0

func (a *AttesterSlashing) Version() int

Version --

type AttesterSlashingElectra added in v5.1.0

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 added in v5.1.0

Copy --

func (*AttesterSlashingElectra) Descriptor deprecated added in v5.1.0

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

Deprecated: Use AttesterSlashingElectra.ProtoReflect.Descriptor instead.

func (*AttesterSlashingElectra) FirstAttestation added in v5.1.0

func (a *AttesterSlashingElectra) FirstAttestation() IndexedAtt

FirstAttestation --

func (*AttesterSlashingElectra) GetAttestation_1 added in v5.1.0

func (x *AttesterSlashingElectra) GetAttestation_1() *IndexedAttestationElectra

func (*AttesterSlashingElectra) GetAttestation_2 added in v5.1.0

func (x *AttesterSlashingElectra) GetAttestation_2() *IndexedAttestationElectra

func (*AttesterSlashingElectra) HashTreeRoot added in v5.1.0

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

HashTreeRoot ssz hashes the AttesterSlashingElectra object

func (*AttesterSlashingElectra) HashTreeRootWith added in v5.1.0

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

HashTreeRootWith ssz hashes the AttesterSlashingElectra object with a hasher

func (*AttesterSlashingElectra) MarshalSSZ added in v5.1.0

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

MarshalSSZ ssz marshals the AttesterSlashingElectra object

func (*AttesterSlashingElectra) MarshalSSZTo added in v5.1.0

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

MarshalSSZTo ssz marshals the AttesterSlashingElectra object to a target array

func (*AttesterSlashingElectra) ProtoMessage added in v5.1.0

func (*AttesterSlashingElectra) ProtoMessage()

func (*AttesterSlashingElectra) ProtoReflect added in v5.1.0

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

func (*AttesterSlashingElectra) Reset added in v5.1.0

func (x *AttesterSlashingElectra) Reset()

func (*AttesterSlashingElectra) SecondAttestation added in v5.1.0

func (a *AttesterSlashingElectra) SecondAttestation() IndexedAtt

SecondAttestation --

func (*AttesterSlashingElectra) SizeSSZ added in v5.1.0

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

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

func (*AttesterSlashingElectra) String added in v5.1.0

func (x *AttesterSlashingElectra) String() string

func (*AttesterSlashingElectra) UnmarshalSSZ added in v5.1.0

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

UnmarshalSSZ ssz unmarshals the AttesterSlashingElectra object

func (*AttesterSlashingElectra) Version added in v5.1.0

func (a *AttesterSlashingElectra) Version() int

Version --

type BLSToExecutionChange

type BLSToExecutionChange struct {
	ValidatorIndex     github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 192-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 added in v5.1.0

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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 added in v5.1.0

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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 added in v5.1.0

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

Copy --

func (*BeaconBlockBodyElectra) Descriptor deprecated added in v5.1.0

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

Deprecated: Use BeaconBlockBodyElectra.ProtoReflect.Descriptor instead.

func (*BeaconBlockBodyElectra) GetAttestations added in v5.1.0

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

func (*BeaconBlockBodyElectra) GetAttesterSlashings added in v5.1.0

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

func (*BeaconBlockBodyElectra) GetBlobKzgCommitments added in v5.1.0

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

func (*BeaconBlockBodyElectra) GetBlsToExecutionChanges added in v5.1.0

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

func (*BeaconBlockBodyElectra) GetDeposits added in v5.1.0

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

func (*BeaconBlockBodyElectra) GetEth1Data added in v5.1.0

func (x *BeaconBlockBodyElectra) GetEth1Data() *Eth1Data

func (*BeaconBlockBodyElectra) GetExecutionPayload added in v5.1.0

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

func (*BeaconBlockBodyElectra) GetExecutionRequests added in v5.1.1

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

func (*BeaconBlockBodyElectra) GetGraffiti added in v5.1.0

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

func (*BeaconBlockBodyElectra) GetProposerSlashings added in v5.1.0

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

func (*BeaconBlockBodyElectra) GetRandaoReveal added in v5.1.0

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

func (*BeaconBlockBodyElectra) GetSyncAggregate added in v5.1.0

func (x *BeaconBlockBodyElectra) GetSyncAggregate() *SyncAggregate

func (*BeaconBlockBodyElectra) GetVoluntaryExits added in v5.1.0

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

func (*BeaconBlockBodyElectra) HashTreeRoot added in v5.1.0

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

HashTreeRoot ssz hashes the BeaconBlockBodyElectra object

func (*BeaconBlockBodyElectra) HashTreeRootWith added in v5.1.0

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

HashTreeRootWith ssz hashes the BeaconBlockBodyElectra object with a hasher

func (*BeaconBlockBodyElectra) MarshalSSZ added in v5.1.0

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

MarshalSSZ ssz marshals the BeaconBlockBodyElectra object

func (*BeaconBlockBodyElectra) MarshalSSZTo added in v5.1.0

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

MarshalSSZTo ssz marshals the BeaconBlockBodyElectra object to a target array

func (*BeaconBlockBodyElectra) ProtoMessage added in v5.1.0

func (*BeaconBlockBodyElectra) ProtoMessage()

func (*BeaconBlockBodyElectra) ProtoReflect added in v5.1.0

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

func (*BeaconBlockBodyElectra) Reset added in v5.1.0

func (x *BeaconBlockBodyElectra) Reset()

func (*BeaconBlockBodyElectra) SizeSSZ added in v5.1.0

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

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

func (*BeaconBlockBodyElectra) String added in v5.1.0

func (x *BeaconBlockBodyElectra) String() string

func (*BeaconBlockBodyElectra) UnmarshalSSZ added in v5.1.0

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

UnmarshalSSZ ssz unmarshals the BeaconBlockBodyElectra object

type BeaconBlockCapella

type BeaconBlockCapella struct {
	Slot          github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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 added in v5.1.0

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 assignable to Block:
	//
	//	*BeaconBlockContainer_Phase0Block
	//	*BeaconBlockContainer_AltairBlock
	//	*BeaconBlockContainer_BellatrixBlock
	//	*BeaconBlockContainer_BlindedBellatrixBlock
	//	*BeaconBlockContainer_CapellaBlock
	//	*BeaconBlockContainer_BlindedCapellaBlock
	//	*BeaconBlockContainer_DenebBlock
	//	*BeaconBlockContainer_BlindedDenebBlock
	//	*BeaconBlockContainer_ElectraBlock
	//	*BeaconBlockContainer_BlindedElectraBlock
	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 added in v5.1.0

func (x *BeaconBlockContainer) GetBlindedElectraBlock() *SignedBlindedBeaconBlockElectra

func (*BeaconBlockContainer) GetBlock

func (m *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 added in v5.1.0

func (x *BeaconBlockContainer) GetElectraBlock() *SignedBeaconBlockElectra

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 added in v5.1.0

type BeaconBlockContainer_BlindedElectraBlock struct {
	BlindedElectraBlock *SignedBlindedBeaconBlockElectra `protobuf:"bytes,12,opt,name=blinded_electra_block,json=blindedElectraBlock,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 added in v5.1.0

type BeaconBlockContainer_ElectraBlock struct {
	ElectraBlock *SignedBeaconBlockElectra `protobuf:"bytes,11,opt,name=electra_block,json=electraBlock,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 added in v5.1.0

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 added in v5.1.0

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

Deprecated: Use BeaconBlockContentsElectra.ProtoReflect.Descriptor instead.

func (*BeaconBlockContentsElectra) GetBlobs added in v5.1.0

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

func (*BeaconBlockContentsElectra) GetBlock added in v5.1.0

func (*BeaconBlockContentsElectra) GetKzgProofs added in v5.1.0

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

func (*BeaconBlockContentsElectra) HashTreeRoot added in v5.1.1

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

HashTreeRoot ssz hashes the BeaconBlockContentsElectra object

func (*BeaconBlockContentsElectra) HashTreeRootWith added in v5.1.1

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

HashTreeRootWith ssz hashes the BeaconBlockContentsElectra object with a hasher

func (*BeaconBlockContentsElectra) MarshalSSZ added in v5.1.1

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

MarshalSSZ ssz marshals the BeaconBlockContentsElectra object

func (*BeaconBlockContentsElectra) MarshalSSZTo added in v5.1.1

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

MarshalSSZTo ssz marshals the BeaconBlockContentsElectra object to a target array

func (*BeaconBlockContentsElectra) ProtoMessage added in v5.1.0

func (*BeaconBlockContentsElectra) ProtoMessage()

func (*BeaconBlockContentsElectra) ProtoReflect added in v5.1.0

func (*BeaconBlockContentsElectra) Reset added in v5.1.0

func (x *BeaconBlockContentsElectra) Reset()

func (*BeaconBlockContentsElectra) SizeSSZ added in v5.1.1

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

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

func (*BeaconBlockContentsElectra) String added in v5.1.0

func (x *BeaconBlockContentsElectra) String() string

func (*BeaconBlockContentsElectra) UnmarshalSSZ added in v5.1.1

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

UnmarshalSSZ ssz unmarshals the BeaconBlockContentsElectra object

type BeaconBlockDeneb

type BeaconBlockDeneb struct {
	Slot          github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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 added in v5.1.0

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 added in v5.1.0

type BeaconBlockElectra struct {
	Slot          github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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 added in v5.1.0

func (block *BeaconBlockElectra) Copy() *BeaconBlockElectra

Copy --

func (*BeaconBlockElectra) Descriptor deprecated added in v5.1.0

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

Deprecated: Use BeaconBlockElectra.ProtoReflect.Descriptor instead.

func (*BeaconBlockElectra) GetBody added in v5.1.0

func (*BeaconBlockElectra) GetParentRoot added in v5.1.0

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

func (*BeaconBlockElectra) GetProposerIndex added in v5.1.0

func (*BeaconBlockElectra) GetSlot added in v5.1.0

func (*BeaconBlockElectra) GetStateRoot added in v5.1.0

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

func (*BeaconBlockElectra) HashTreeRoot added in v5.1.0

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

HashTreeRoot ssz hashes the BeaconBlockElectra object

func (*BeaconBlockElectra) HashTreeRootWith added in v5.1.0

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

HashTreeRootWith ssz hashes the BeaconBlockElectra object with a hasher

func (*BeaconBlockElectra) MarshalSSZ added in v5.1.0

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

MarshalSSZ ssz marshals the BeaconBlockElectra object

func (*BeaconBlockElectra) MarshalSSZTo added in v5.1.0

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

MarshalSSZTo ssz marshals the BeaconBlockElectra object to a target array

func (*BeaconBlockElectra) ProtoMessage added in v5.1.0

func (*BeaconBlockElectra) ProtoMessage()

func (*BeaconBlockElectra) ProtoReflect added in v5.1.0

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

func (*BeaconBlockElectra) Reset added in v5.1.0

func (x *BeaconBlockElectra) Reset()

func (*BeaconBlockElectra) SizeSSZ added in v5.1.0

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

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

func (*BeaconBlockElectra) String added in v5.1.0

func (x *BeaconBlockElectra) String() string

func (*BeaconBlockElectra) UnmarshalSSZ added in v5.1.0

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

UnmarshalSSZ ssz unmarshals the BeaconBlockElectra object

type BeaconBlockHeader

type BeaconBlockHeader struct {
	Slot          github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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 added in v5.1.0

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

BeaconChainServer is the server API for BeaconChain service.

type BeaconCommittees

type BeaconCommittees struct {
	Epoch                github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 143-byte string literal not displayed */
	Committees           map[uint64]*BeaconCommittees_CommitteesList                        `` /* 162-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
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 205-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 `` /* 153-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 {
	GetDuties(ctx context.Context, in *DutiesRequest, opts ...grpc.CallOption) (*DutiesResponse, error)
	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)
	WaitForActivation(ctx context.Context, in *ValidatorActivationRequest, opts ...grpc.CallOption) (BeaconNodeValidator_WaitForActivationClient, error)
	ValidatorIndex(ctx context.Context, in *ValidatorIndexRequest, opts ...grpc.CallOption) (*ValidatorIndexResponse, error)
	ValidatorStatus(ctx context.Context, in *ValidatorStatusRequest, opts ...grpc.CallOption) (*ValidatorStatusResponse, error)
	MultipleValidatorStatus(ctx context.Context, in *MultipleValidatorStatusRequest, opts ...grpc.CallOption) (*MultipleValidatorStatusResponse, error)
	GetBeaconBlock(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*GenericBeaconBlock, error)
	ProposeBeaconBlock(ctx context.Context, in *GenericSignedBeaconBlock, opts ...grpc.CallOption) (*ProposeResponse, error)
	PrepareBeaconProposer(ctx context.Context, in *PrepareBeaconProposerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetFeeRecipientByPubKey(ctx context.Context, in *FeeRecipientByPubKeyRequest, opts ...grpc.CallOption) (*FeeRecipientByPubKeyResponse, error)
	GetAttestationData(ctx context.Context, in *AttestationDataRequest, opts ...grpc.CallOption) (*AttestationData, error)
	ProposeAttestation(ctx context.Context, in *Attestation, opts ...grpc.CallOption) (*AttestResponse, error)
	ProposeAttestationElectra(ctx context.Context, in *AttestationElectra, opts ...grpc.CallOption) (*AttestResponse, error)
	SubmitAggregateSelectionProof(ctx context.Context, in *AggregateSelectionRequest, opts ...grpc.CallOption) (*AggregateSelectionResponse, error)
	SubmitAggregateSelectionProofElectra(ctx context.Context, in *AggregateSelectionRequest, opts ...grpc.CallOption) (*AggregateSelectionElectraResponse, error)
	SubmitSignedAggregateSelectionProof(ctx context.Context, in *SignedAggregateSubmitRequest, opts ...grpc.CallOption) (*SignedAggregateSubmitResponse, error)
	SubmitSignedAggregateSelectionProofElectra(ctx context.Context, in *SignedAggregateSubmitElectraRequest, opts ...grpc.CallOption) (*SignedAggregateSubmitResponse, error)
	ProposeExit(ctx context.Context, in *SignedVoluntaryExit, opts ...grpc.CallOption) (*ProposeExitResponse, error)
	SubscribeCommitteeSubnets(ctx context.Context, in *CommitteeSubnetsSubscribeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CheckDoppelGanger(ctx context.Context, in *DoppelGangerRequest, opts ...grpc.CallOption) (*DoppelGangerResponse, error)
	GetSyncMessageBlockRoot(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SyncMessageBlockRootResponse, error)
	SubmitSyncMessage(ctx context.Context, in *SyncCommitteeMessage, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetSyncSubcommitteeIndex(ctx context.Context, in *SyncSubcommitteeIndexRequest, opts ...grpc.CallOption) (*SyncSubcommitteeIndexResponse, error)
	GetSyncCommitteeContribution(ctx context.Context, in *SyncCommitteeContributionRequest, opts ...grpc.CallOption) (*SyncCommitteeContribution, error)
	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)
	SubmitValidatorRegistrations(ctx context.Context, in *SignedValidatorRegistrationsV1, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssignValidatorToSubnet(ctx context.Context, in *AssignValidatorToSubnetRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	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 {
	GetDuties(context.Context, *DutiesRequest) (*DutiesResponse, error)
	DomainData(context.Context, *DomainRequest) (*DomainResponse, error)
	// Deprecated: Do not use.
	WaitForChainStart(*emptypb.Empty, BeaconNodeValidator_WaitForChainStartServer) error
	WaitForActivation(*ValidatorActivationRequest, BeaconNodeValidator_WaitForActivationServer) error
	ValidatorIndex(context.Context, *ValidatorIndexRequest) (*ValidatorIndexResponse, error)
	ValidatorStatus(context.Context, *ValidatorStatusRequest) (*ValidatorStatusResponse, error)
	MultipleValidatorStatus(context.Context, *MultipleValidatorStatusRequest) (*MultipleValidatorStatusResponse, error)
	GetBeaconBlock(context.Context, *BlockRequest) (*GenericBeaconBlock, error)
	ProposeBeaconBlock(context.Context, *GenericSignedBeaconBlock) (*ProposeResponse, error)
	PrepareBeaconProposer(context.Context, *PrepareBeaconProposerRequest) (*emptypb.Empty, error)
	GetFeeRecipientByPubKey(context.Context, *FeeRecipientByPubKeyRequest) (*FeeRecipientByPubKeyResponse, error)
	GetAttestationData(context.Context, *AttestationDataRequest) (*AttestationData, error)
	ProposeAttestation(context.Context, *Attestation) (*AttestResponse, error)
	ProposeAttestationElectra(context.Context, *AttestationElectra) (*AttestResponse, error)
	SubmitAggregateSelectionProof(context.Context, *AggregateSelectionRequest) (*AggregateSelectionResponse, error)
	SubmitAggregateSelectionProofElectra(context.Context, *AggregateSelectionRequest) (*AggregateSelectionElectraResponse, error)
	SubmitSignedAggregateSelectionProof(context.Context, *SignedAggregateSubmitRequest) (*SignedAggregateSubmitResponse, error)
	SubmitSignedAggregateSelectionProofElectra(context.Context, *SignedAggregateSubmitElectraRequest) (*SignedAggregateSubmitResponse, error)
	ProposeExit(context.Context, *SignedVoluntaryExit) (*ProposeExitResponse, error)
	SubscribeCommitteeSubnets(context.Context, *CommitteeSubnetsSubscribeRequest) (*emptypb.Empty, error)
	CheckDoppelGanger(context.Context, *DoppelGangerRequest) (*DoppelGangerResponse, error)
	GetSyncMessageBlockRoot(context.Context, *emptypb.Empty) (*SyncMessageBlockRootResponse, error)
	SubmitSyncMessage(context.Context, *SyncCommitteeMessage) (*emptypb.Empty, error)
	GetSyncSubcommitteeIndex(context.Context, *SyncSubcommitteeIndexRequest) (*SyncSubcommitteeIndexResponse, error)
	GetSyncCommitteeContribution(context.Context, *SyncCommitteeContributionRequest) (*SyncCommitteeContribution, error)
	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
	SubmitValidatorRegistrations(context.Context, *SignedValidatorRegistrationsV1) (*emptypb.Empty, error)
	AssignValidatorToSubnet(context.Context, *AssignValidatorToSubnetRequest) (*emptypb.Empty, error)
	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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 143-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_prysmaticlabs_go_bitfield.Bitvector4                   `` /* 188-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 143-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_prysmaticlabs_go_bitfield.Bitvector4                   `` /* 188-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 143-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_prysmaticlabs_go_bitfield.Bitvector4                   `` /* 188-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 143-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_prysmaticlabs_go_bitfield.Bitvector4                             `` /* 188-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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 242-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 143-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_prysmaticlabs_go_bitfield.Bitvector4                             `` /* 188-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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 242-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 added in v5.1.0

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 143-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_prysmaticlabs_go_bitfield.Bitvector4                             `` /* 188-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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 242-byte string literal not displayed */
	HistoricalSummaries           []*HistoricalSummary                                                        `` /* 141-byte string literal not displayed */
	DepositRequestsStartIndex     uint64                                                                      `` /* 145-byte string literal not displayed */
	DepositBalanceToConsume       github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Gwei           `` /* 217-byte string literal not displayed */
	ExitBalanceToConsume          github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Gwei           `` /* 208-byte string literal not displayed */
	EarliestExitEpoch             github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch          `` /* 198-byte string literal not displayed */
	ConsolidationBalanceToConsume github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Gwei           `` /* 235-byte string literal not displayed */
	EarliestConsolidationEpoch    github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch          `` /* 225-byte string literal not displayed */
	PendingBalanceDeposits        []*PendingBalanceDeposit                                                    `` /* 153-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 added in v5.1.0

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

Deprecated: Use BeaconStateElectra.ProtoReflect.Descriptor instead.

func (*BeaconStateElectra) GetBalances added in v5.1.0

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

func (*BeaconStateElectra) GetBlockRoots added in v5.1.0

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

func (*BeaconStateElectra) GetConsolidationBalanceToConsume added in v5.1.0

func (*BeaconStateElectra) GetCurrentEpochParticipation added in v5.1.0

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

func (*BeaconStateElectra) GetCurrentJustifiedCheckpoint added in v5.1.0

func (x *BeaconStateElectra) GetCurrentJustifiedCheckpoint() *Checkpoint

func (*BeaconStateElectra) GetCurrentSyncCommittee added in v5.1.0

func (x *BeaconStateElectra) GetCurrentSyncCommittee() *SyncCommittee

func (*BeaconStateElectra) GetDepositBalanceToConsume added in v5.1.0

func (*BeaconStateElectra) GetDepositRequestsStartIndex added in v5.1.0

func (x *BeaconStateElectra) GetDepositRequestsStartIndex() uint64

func (*BeaconStateElectra) GetEarliestConsolidationEpoch added in v5.1.0

func (*BeaconStateElectra) GetEarliestExitEpoch added in v5.1.0

func (*BeaconStateElectra) GetEth1Data added in v5.1.0

func (x *BeaconStateElectra) GetEth1Data() *Eth1Data

func (*BeaconStateElectra) GetEth1DataVotes added in v5.1.0

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

func (*BeaconStateElectra) GetEth1DepositIndex added in v5.1.0

func (x *BeaconStateElectra) GetEth1DepositIndex() uint64

func (*BeaconStateElectra) GetExitBalanceToConsume added in v5.1.0

func (*BeaconStateElectra) GetFinalizedCheckpoint added in v5.1.0

func (x *BeaconStateElectra) GetFinalizedCheckpoint() *Checkpoint

func (*BeaconStateElectra) GetFork added in v5.1.0

func (x *BeaconStateElectra) GetFork() *Fork

func (*BeaconStateElectra) GetGenesisTime added in v5.1.0

func (x *BeaconStateElectra) GetGenesisTime() uint64

func (*BeaconStateElectra) GetGenesisValidatorsRoot added in v5.1.0

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

func (*BeaconStateElectra) GetHistoricalRoots added in v5.1.0

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

func (*BeaconStateElectra) GetHistoricalSummaries added in v5.1.0

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

func (*BeaconStateElectra) GetInactivityScores added in v5.1.0

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

func (*BeaconStateElectra) GetJustificationBits added in v5.1.0

func (*BeaconStateElectra) GetLatestBlockHeader added in v5.1.0

func (x *BeaconStateElectra) GetLatestBlockHeader() *BeaconBlockHeader

func (*BeaconStateElectra) GetLatestExecutionPayloadHeader added in v5.1.0

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

func (*BeaconStateElectra) GetNextSyncCommittee added in v5.1.0

func (x *BeaconStateElectra) GetNextSyncCommittee() *SyncCommittee

func (*BeaconStateElectra) GetNextWithdrawalIndex added in v5.1.0

func (x *BeaconStateElectra) GetNextWithdrawalIndex() uint64

func (*BeaconStateElectra) GetNextWithdrawalValidatorIndex added in v5.1.0

func (*BeaconStateElectra) GetPendingBalanceDeposits added in v5.1.0

func (x *BeaconStateElectra) GetPendingBalanceDeposits() []*PendingBalanceDeposit

func (*BeaconStateElectra) GetPendingConsolidations added in v5.1.0

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

func (*BeaconStateElectra) GetPendingPartialWithdrawals added in v5.1.0

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

func (*BeaconStateElectra) GetPreviousEpochParticipation added in v5.1.0

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

func (*BeaconStateElectra) GetPreviousJustifiedCheckpoint added in v5.1.0

func (x *BeaconStateElectra) GetPreviousJustifiedCheckpoint() *Checkpoint

func (*BeaconStateElectra) GetRandaoMixes added in v5.1.0

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

func (*BeaconStateElectra) GetSlashings added in v5.1.0

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

func (*BeaconStateElectra) GetSlot added in v5.1.0

func (*BeaconStateElectra) GetStateRoots added in v5.1.0

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

func (*BeaconStateElectra) GetValidators added in v5.1.0

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

func (*BeaconStateElectra) HashTreeRoot added in v5.1.0

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

HashTreeRoot ssz hashes the BeaconStateElectra object

func (*BeaconStateElectra) HashTreeRootWith added in v5.1.0

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

HashTreeRootWith ssz hashes the BeaconStateElectra object with a hasher

func (*BeaconStateElectra) MarshalSSZ added in v5.1.0

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

MarshalSSZ ssz marshals the BeaconStateElectra object

func (*BeaconStateElectra) MarshalSSZTo added in v5.1.0

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

MarshalSSZTo ssz marshals the BeaconStateElectra object to a target array

func (*BeaconStateElectra) ProtoMessage added in v5.1.0

func (*BeaconStateElectra) ProtoMessage()

func (*BeaconStateElectra) ProtoReflect added in v5.1.0

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

func (*BeaconStateElectra) Reset added in v5.1.0

func (x *BeaconStateElectra) Reset()

func (*BeaconStateElectra) SizeSSZ added in v5.1.0

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

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

func (*BeaconStateElectra) String added in v5.1.0

func (x *BeaconStateElectra) String() string

func (*BeaconStateElectra) UnmarshalSSZ added in v5.1.0

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

UnmarshalSSZ ssz unmarshals the BeaconStateElectra object

type BeaconStateRequest

type BeaconStateRequest struct {

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

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 (m *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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3,oneof" cast-type:"github.com/prysmaticlabs/prysm/v5/consensus-types/primitives.Slot"`
}

type BlindedBeaconBlockBellatrix

type BlindedBeaconBlockBellatrix struct {
	Slot          github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

Copy --

func (*BlindedBeaconBlockBodyElectra) Descriptor deprecated added in v5.1.0

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

Deprecated: Use BlindedBeaconBlockBodyElectra.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBodyElectra) GetAttestations added in v5.1.0

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

func (*BlindedBeaconBlockBodyElectra) GetAttesterSlashings added in v5.1.0

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

func (*BlindedBeaconBlockBodyElectra) GetBlobKzgCommitments added in v5.1.0

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

func (*BlindedBeaconBlockBodyElectra) GetBlsToExecutionChanges added in v5.1.0

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

func (*BlindedBeaconBlockBodyElectra) GetDeposits added in v5.1.0

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

func (*BlindedBeaconBlockBodyElectra) GetEth1Data added in v5.1.0

func (x *BlindedBeaconBlockBodyElectra) GetEth1Data() *Eth1Data

func (*BlindedBeaconBlockBodyElectra) GetExecutionPayloadHeader added in v5.1.0

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

func (*BlindedBeaconBlockBodyElectra) GetExecutionRequests added in v5.1.1

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

func (*BlindedBeaconBlockBodyElectra) GetGraffiti added in v5.1.0

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

func (*BlindedBeaconBlockBodyElectra) GetProposerSlashings added in v5.1.0

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

func (*BlindedBeaconBlockBodyElectra) GetRandaoReveal added in v5.1.0

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

func (*BlindedBeaconBlockBodyElectra) GetSyncAggregate added in v5.1.0

func (x *BlindedBeaconBlockBodyElectra) GetSyncAggregate() *SyncAggregate

func (*BlindedBeaconBlockBodyElectra) GetVoluntaryExits added in v5.1.0

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

func (*BlindedBeaconBlockBodyElectra) HashTreeRoot added in v5.1.0

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

HashTreeRoot ssz hashes the BlindedBeaconBlockBodyElectra object

func (*BlindedBeaconBlockBodyElectra) HashTreeRootWith added in v5.1.0

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

HashTreeRootWith ssz hashes the BlindedBeaconBlockBodyElectra object with a hasher

func (*BlindedBeaconBlockBodyElectra) MarshalSSZ added in v5.1.0

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

MarshalSSZ ssz marshals the BlindedBeaconBlockBodyElectra object

func (*BlindedBeaconBlockBodyElectra) MarshalSSZTo added in v5.1.0

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

MarshalSSZTo ssz marshals the BlindedBeaconBlockBodyElectra object to a target array

func (*BlindedBeaconBlockBodyElectra) ProtoMessage added in v5.1.0

func (*BlindedBeaconBlockBodyElectra) ProtoMessage()

func (*BlindedBeaconBlockBodyElectra) ProtoReflect added in v5.1.0

func (*BlindedBeaconBlockBodyElectra) Reset added in v5.1.0

func (x *BlindedBeaconBlockBodyElectra) Reset()

func (*BlindedBeaconBlockBodyElectra) SizeSSZ added in v5.1.0

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

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

func (*BlindedBeaconBlockBodyElectra) String added in v5.1.0

func (*BlindedBeaconBlockBodyElectra) UnmarshalSSZ added in v5.1.0

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

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBodyElectra object

type BlindedBeaconBlockCapella

type BlindedBeaconBlockCapella struct {
	Slot          github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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 added in v5.1.0

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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 added in v5.1.0

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 added in v5.1.0

type BlindedBeaconBlockElectra struct {
	Slot          github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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 added in v5.1.0

Copy --

func (*BlindedBeaconBlockElectra) Descriptor deprecated added in v5.1.0

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

Deprecated: Use BlindedBeaconBlockElectra.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockElectra) GetBody added in v5.1.0

func (*BlindedBeaconBlockElectra) GetParentRoot added in v5.1.0

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

func (*BlindedBeaconBlockElectra) GetProposerIndex added in v5.1.0

func (*BlindedBeaconBlockElectra) GetSlot added in v5.1.0

func (*BlindedBeaconBlockElectra) GetStateRoot added in v5.1.0

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

func (*BlindedBeaconBlockElectra) HashTreeRoot added in v5.1.0

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

HashTreeRoot ssz hashes the BlindedBeaconBlockElectra object

func (*BlindedBeaconBlockElectra) HashTreeRootWith added in v5.1.0

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

HashTreeRootWith ssz hashes the BlindedBeaconBlockElectra object with a hasher

func (*BlindedBeaconBlockElectra) MarshalSSZ added in v5.1.0

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

MarshalSSZ ssz marshals the BlindedBeaconBlockElectra object

func (*BlindedBeaconBlockElectra) MarshalSSZTo added in v5.1.0

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

MarshalSSZTo ssz marshals the BlindedBeaconBlockElectra object to a target array

func (*BlindedBeaconBlockElectra) ProtoMessage added in v5.1.0

func (*BlindedBeaconBlockElectra) ProtoMessage()

func (*BlindedBeaconBlockElectra) ProtoReflect added in v5.1.0

func (*BlindedBeaconBlockElectra) Reset added in v5.1.0

func (x *BlindedBeaconBlockElectra) Reset()

func (*BlindedBeaconBlockElectra) SizeSSZ added in v5.1.0

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

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

func (*BlindedBeaconBlockElectra) String added in v5.1.0

func (x *BlindedBeaconBlockElectra) String() string

func (*BlindedBeaconBlockElectra) UnmarshalSSZ added in v5.1.0

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

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockElectra 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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 167-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

type BlockRequest struct {
	Slot               github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 140-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
}

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

type BlockRequestByRoot struct {
	BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty"`
	// contains filtered or unexported fields
}

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 ChainHead

type ChainHead struct {
	HeadSlot                   github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot  `` /* 164-byte string literal not displayed */
	HeadEpoch                  github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 168-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot  `` /* 179-byte string literal not displayed */
	FinalizedEpoch             github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 183-byte string literal not displayed */
	FinalizedBlockRoot         []byte                                                             `` /* 131-byte string literal not displayed */
	JustifiedSlot              github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot  `` /* 179-byte string literal not displayed */
	JustifiedEpoch             github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 183-byte string literal not displayed */
	JustifiedBlockRoot         []byte                                                             `` /* 131-byte string literal not displayed */
	PreviousJustifiedSlot      github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot  `` /* 206-byte string literal not displayed */
	PreviousJustifiedEpoch     github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 210-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
}

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

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
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 143-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 added in v5.1.0

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

type CommitteeSubnetsSubscribeRequest struct {
	Slots        []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 149-byte string literal not displayed */
	CommitteeIds []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.CommitteeIndex `` /* 193-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
}

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) 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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 195-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 DebugClient

type DebugClient interface {
	GetBeaconState(ctx context.Context, in *BeaconStateRequest, opts ...grpc.CallOption) (*SSZResponse, error)
	GetBlock(ctx context.Context, in *BlockRequestByRoot, opts ...grpc.CallOption) (*SSZResponse, error)
	SetLoggingLevel(ctx context.Context, in *LoggingLevelRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ListPeers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*DebugPeerResponses, error)
	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

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
}

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"`
	// 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) 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

type DebugPeerResponses struct {
	Responses []*DebugPeerResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

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

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 added in v5.1.0

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 added in v5.1.0

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

type DomainRequest struct {
	Epoch  github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 143-byte string literal not displayed */
	Domain []byte                                                             `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

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

type DomainResponse struct {
	SignatureDomain []byte `protobuf:"bytes,1,opt,name=signature_domain,json=signatureDomain,proto3" json:"signature_domain,omitempty"`
	// contains filtered or unexported fields
}

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

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
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 143-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

type DoppelGangerResponse struct {
	Responses []*DoppelGangerResponse_ValidatorResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

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

type DutiesRequest struct {
	Epoch      github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 143-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
}

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

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"`
	// contains filtered or unexported fields
}

func (*DutiesResponse) Descriptor deprecated

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

Deprecated: Use DutiesResponse.ProtoReflect.Descriptor instead.

func (*DutiesResponse) GetCurrentEpochDuties

func (x *DutiesResponse) GetCurrentEpochDuties() []*DutiesResponse_Duty

func (*DutiesResponse) GetNextEpochDuties

func (x *DutiesResponse) GetNextEpochDuties() []*DutiesResponse_Duty

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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 167-byte string literal not displayed */
	CommitteeIndex   github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.CommitteeIndex   `` /* 192-byte string literal not displayed */
	AttesterSlot     github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot             `` /* 176-byte string literal not displayed */
	ProposerSlots    []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 186-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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex   `` /* 192-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 added in v5.0.2

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 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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 182-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

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
}

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 added in v5.1.0

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 FeeRecipientByPubKeyRequest

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
}

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

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
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 143-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

type GenericBeaconBlock struct {

	// Types that are assignable to Block:
	//
	//	*GenericBeaconBlock_Phase0
	//	*GenericBeaconBlock_Altair
	//	*GenericBeaconBlock_Bellatrix
	//	*GenericBeaconBlock_BlindedBellatrix
	//	*GenericBeaconBlock_Capella
	//	*GenericBeaconBlock_BlindedCapella
	//	*GenericBeaconBlock_Deneb
	//	*GenericBeaconBlock_BlindedDeneb
	//	*GenericBeaconBlock_Electra
	//	*GenericBeaconBlock_BlindedElectra
	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
}

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 added in v5.1.0

func (x *GenericBeaconBlock) GetBlindedElectra() *BlindedBeaconBlockElectra

func (*GenericBeaconBlock) GetBlock

func (m *GenericBeaconBlock) GetBlock() isGenericBeaconBlock_Block

func (*GenericBeaconBlock) GetCapella

func (x *GenericBeaconBlock) GetCapella() *BeaconBlockCapella

func (*GenericBeaconBlock) GetDeneb

func (*GenericBeaconBlock) GetElectra added in v5.1.0

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 added in v5.1.0

type GenericBeaconBlock_BlindedElectra struct {
	BlindedElectra *BlindedBeaconBlockElectra `protobuf:"bytes,10,opt,name=blinded_electra,json=blindedElectra,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 added in v5.1.0

type GenericBeaconBlock_Electra struct {
	Electra *BeaconBlockContentsElectra `protobuf:"bytes,9,opt,name=electra,proto3,oneof"`
}

type GenericBeaconBlock_Phase0

type GenericBeaconBlock_Phase0 struct {
	Phase0 *BeaconBlock `protobuf:"bytes,1,opt,name=phase0,proto3,oneof"`
}

type GenericSignedBeaconBlock

type GenericSignedBeaconBlock struct {

	// Types that are assignable to Block:
	//
	//	*GenericSignedBeaconBlock_Phase0
	//	*GenericSignedBeaconBlock_Altair
	//	*GenericSignedBeaconBlock_Bellatrix
	//	*GenericSignedBeaconBlock_BlindedBellatrix
	//	*GenericSignedBeaconBlock_Capella
	//	*GenericSignedBeaconBlock_BlindedCapella
	//	*GenericSignedBeaconBlock_Deneb
	//	*GenericSignedBeaconBlock_BlindedDeneb
	//	*GenericSignedBeaconBlock_Electra
	//	*GenericSignedBeaconBlock_BlindedElectra
	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
}

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 added in v5.1.0

func (*GenericSignedBeaconBlock) GetBlock

func (m *GenericSignedBeaconBlock) GetBlock() isGenericSignedBeaconBlock_Block

func (*GenericSignedBeaconBlock) GetCapella

func (*GenericSignedBeaconBlock) GetDeneb

func (*GenericSignedBeaconBlock) GetElectra added in v5.1.0

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 added in v5.1.0

type GenericSignedBeaconBlock_BlindedElectra struct {
	BlindedElectra *SignedBlindedBeaconBlockElectra `protobuf:"bytes,10,opt,name=blinded_electra,json=blindedElectra,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 added in v5.1.0

type GenericSignedBeaconBlock_Electra struct {
	Electra *SignedBeaconBlockContentsElectra `protobuf:"bytes,9,opt,name=electra,proto3,oneof"`
}

type GenericSignedBeaconBlock_Phase0

type GenericSignedBeaconBlock_Phase0 struct {
	Phase0 *SignedBeaconBlock `protobuf:"bytes,1,opt,name=phase0,proto3,oneof"`
}

type Genesis

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
}

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

type GetValidatorActiveSetChangesRequest struct {

	// Types that are assignable to QueryFilter:
	//
	//	*GetValidatorActiveSetChangesRequest_Epoch
	//	*GetValidatorActiveSetChangesRequest_Genesis
	QueryFilter isGetValidatorActiveSetChangesRequest_QueryFilter `protobuf_oneof:"query_filter"`
	// contains filtered or unexported fields
}

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 (m *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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 126-byte string literal not displayed */
}

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 assignable 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 (m *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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 126-byte string literal not displayed */
}

type GetValidatorParticipationRequest_Genesis

type GetValidatorParticipationRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

type GetValidatorRequest

type GetValidatorRequest struct {

	// Types that are assignable to QueryFilter:
	//
	//	*GetValidatorRequest_Index
	//	*GetValidatorRequest_PublicKey
	QueryFilter isGetValidatorRequest_QueryFilter `protobuf_oneof:"query_filter"`
	// contains filtered or unexported fields
}

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 (m *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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 135-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 {
	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 added in v5.0.2

type HealthRequest struct {
	SyncingStatus uint64 `protobuf:"varint,1,opt,name=syncing_status,json=syncingStatus,proto3" json:"syncing_status,omitempty"`
	// contains filtered or unexported fields
}

func (*HealthRequest) Descriptor deprecated added in v5.0.2

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

Deprecated: Use HealthRequest.ProtoReflect.Descriptor instead.

func (*HealthRequest) GetSyncingStatus added in v5.0.2

func (x *HealthRequest) GetSyncingStatus() uint64

func (*HealthRequest) ProtoMessage added in v5.0.2

func (*HealthRequest) ProtoMessage()

func (*HealthRequest) ProtoReflect added in v5.0.2

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

func (*HealthRequest) Reset added in v5.0.2

func (x *HealthRequest) Reset()

func (*HealthRequest) String added in v5.0.2

func (x *HealthRequest) String() string

type HealthServer

type HealthServer interface {
	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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 197-byte string literal not displayed */
	HighestTargetEpoch github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 197-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 added in v5.1.0

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

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
}

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

type ImplementedServices struct {
	Services []string `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 140-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 140-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 added in v5.1.0

type IndexedAtt interface {
	proto.Message
	ssz.Marshaler
	ssz.Unmarshaler
	ssz.HashRoot
	Version() int
	GetAttestingIndices() []uint64
	GetData() *AttestationData
	GetSignature() []byte
}

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 added in v5.1.0

func (indexedAtt *IndexedAttestation) Copy() *IndexedAttestation

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) 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 added in v5.1.0

func (a *IndexedAttestation) Version() int

Version --

type IndexedAttestationElectra added in v5.1.0

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 added in v5.1.0

Copy --

func (*IndexedAttestationElectra) Descriptor deprecated added in v5.1.0

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

Deprecated: Use IndexedAttestationElectra.ProtoReflect.Descriptor instead.

func (*IndexedAttestationElectra) GetAttestingIndices added in v5.1.0

func (x *IndexedAttestationElectra) GetAttestingIndices() []uint64

func (*IndexedAttestationElectra) GetData added in v5.1.0

func (*IndexedAttestationElectra) GetSignature added in v5.1.0

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

func (*IndexedAttestationElectra) HashTreeRoot added in v5.1.0

func (i *IndexedAttestationElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the IndexedAttestationElectra object

func (*IndexedAttestationElectra) HashTreeRootWith added in v5.1.0

func (i *IndexedAttestationElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the IndexedAttestationElectra object with a hasher

func (*IndexedAttestationElectra) MarshalSSZ added in v5.1.0

func (i *IndexedAttestationElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the IndexedAttestationElectra object

func (*IndexedAttestationElectra) MarshalSSZTo added in v5.1.0

func (i *IndexedAttestationElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the IndexedAttestationElectra object to a target array

func (*IndexedAttestationElectra) ProtoMessage added in v5.1.0

func (*IndexedAttestationElectra) ProtoMessage()

func (*IndexedAttestationElectra) ProtoReflect added in v5.1.0

func (*IndexedAttestationElectra) Reset added in v5.1.0

func (x *IndexedAttestationElectra) Reset()

func (*IndexedAttestationElectra) SizeSSZ added in v5.1.0

func (i *IndexedAttestationElectra) SizeSSZ() (size int)

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

func (*IndexedAttestationElectra) String added in v5.1.0

func (x *IndexedAttestationElectra) String() string

func (*IndexedAttestationElectra) UnmarshalSSZ added in v5.1.0

func (i *IndexedAttestationElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the IndexedAttestationElectra object

func (*IndexedAttestationElectra) Version added in v5.1.0

func (a *IndexedAttestationElectra) Version() int

Version --

type IndividualVotesRequest

type IndividualVotesRequest struct {
	Epoch      github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch            `` /* 143-byte string literal not displayed */
	PublicKeys [][]byte                                                                      `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"`
	Indices    []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 163-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch          `` /* 143-byte string literal not displayed */
	PublicKey                        []byte                                                                      `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	ValidatorIndex                   github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 192-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 180-byte string literal not displayed */
	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
	InclusionDistance github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 192-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 added in v5.1.1

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 added in v5.1.1

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

Deprecated: Use LightClientBootstrapAltair.ProtoReflect.Descriptor instead.

func (*LightClientBootstrapAltair) GetCurrentSyncCommittee added in v5.1.1

func (x *LightClientBootstrapAltair) GetCurrentSyncCommittee() *SyncCommittee

func (*LightClientBootstrapAltair) GetCurrentSyncCommitteeBranch added in v5.1.1

func (x *LightClientBootstrapAltair) GetCurrentSyncCommitteeBranch() [][]byte

func (*LightClientBootstrapAltair) GetHeader added in v5.1.1

func (*LightClientBootstrapAltair) HashTreeRoot added in v5.1.1

func (l *LightClientBootstrapAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientBootstrapAltair object

func (*LightClientBootstrapAltair) HashTreeRootWith added in v5.1.1

func (l *LightClientBootstrapAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientBootstrapAltair object with a hasher

func (*LightClientBootstrapAltair) MarshalSSZ added in v5.1.1

func (l *LightClientBootstrapAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientBootstrapAltair object

func (*LightClientBootstrapAltair) MarshalSSZTo added in v5.1.1

func (l *LightClientBootstrapAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientBootstrapAltair object to a target array

func (*LightClientBootstrapAltair) ProtoMessage added in v5.1.1

func (*LightClientBootstrapAltair) ProtoMessage()

func (*LightClientBootstrapAltair) ProtoReflect added in v5.1.1

func (*LightClientBootstrapAltair) Reset added in v5.1.1

func (x *LightClientBootstrapAltair) Reset()

func (*LightClientBootstrapAltair) SizeSSZ added in v5.1.1

func (l *LightClientBootstrapAltair) SizeSSZ() (size int)

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

func (*LightClientBootstrapAltair) String added in v5.1.1

func (x *LightClientBootstrapAltair) String() string

func (*LightClientBootstrapAltair) UnmarshalSSZ added in v5.1.1

func (l *LightClientBootstrapAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientBootstrapAltair object

type LightClientBootstrapCapella added in v5.1.1

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 added in v5.1.1

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

Deprecated: Use LightClientBootstrapCapella.ProtoReflect.Descriptor instead.

func (*LightClientBootstrapCapella) GetCurrentSyncCommittee added in v5.1.1

func (x *LightClientBootstrapCapella) GetCurrentSyncCommittee() *SyncCommittee

func (*LightClientBootstrapCapella) GetCurrentSyncCommitteeBranch added in v5.1.1

func (x *LightClientBootstrapCapella) GetCurrentSyncCommitteeBranch() [][]byte

func (*LightClientBootstrapCapella) GetHeader added in v5.1.1

func (*LightClientBootstrapCapella) HashTreeRoot added in v5.1.1

func (l *LightClientBootstrapCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientBootstrapCapella object

func (*LightClientBootstrapCapella) HashTreeRootWith added in v5.1.1

func (l *LightClientBootstrapCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientBootstrapCapella object with a hasher

func (*LightClientBootstrapCapella) MarshalSSZ added in v5.1.1

func (l *LightClientBootstrapCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientBootstrapCapella object

func (*LightClientBootstrapCapella) MarshalSSZTo added in v5.1.1

func (l *LightClientBootstrapCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientBootstrapCapella object to a target array

func (*LightClientBootstrapCapella) ProtoMessage added in v5.1.1

func (*LightClientBootstrapCapella) ProtoMessage()

func (*LightClientBootstrapCapella) ProtoReflect added in v5.1.1

func (*LightClientBootstrapCapella) Reset added in v5.1.1

func (x *LightClientBootstrapCapella) Reset()

func (*LightClientBootstrapCapella) SizeSSZ added in v5.1.1

func (l *LightClientBootstrapCapella) SizeSSZ() (size int)

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

func (*LightClientBootstrapCapella) String added in v5.1.1

func (x *LightClientBootstrapCapella) String() string

func (*LightClientBootstrapCapella) UnmarshalSSZ added in v5.1.1

func (l *LightClientBootstrapCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientBootstrapCapella object

type LightClientBootstrapDeneb added in v5.1.1

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 added in v5.1.1

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

Deprecated: Use LightClientBootstrapDeneb.ProtoReflect.Descriptor instead.

func (*LightClientBootstrapDeneb) GetCurrentSyncCommittee added in v5.1.1

func (x *LightClientBootstrapDeneb) GetCurrentSyncCommittee() *SyncCommittee

func (*LightClientBootstrapDeneb) GetCurrentSyncCommitteeBranch added in v5.1.1

func (x *LightClientBootstrapDeneb) GetCurrentSyncCommitteeBranch() [][]byte

func (*LightClientBootstrapDeneb) GetHeader added in v5.1.1

func (*LightClientBootstrapDeneb) HashTreeRoot added in v5.1.1

func (l *LightClientBootstrapDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientBootstrapDeneb object

func (*LightClientBootstrapDeneb) HashTreeRootWith added in v5.1.1

func (l *LightClientBootstrapDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientBootstrapDeneb object with a hasher

func (*LightClientBootstrapDeneb) MarshalSSZ added in v5.1.1

func (l *LightClientBootstrapDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientBootstrapDeneb object

func (*LightClientBootstrapDeneb) MarshalSSZTo added in v5.1.1

func (l *LightClientBootstrapDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientBootstrapDeneb object to a target array

func (*LightClientBootstrapDeneb) ProtoMessage added in v5.1.1

func (*LightClientBootstrapDeneb) ProtoMessage()

func (*LightClientBootstrapDeneb) ProtoReflect added in v5.1.1

func (*LightClientBootstrapDeneb) Reset added in v5.1.1

func (x *LightClientBootstrapDeneb) Reset()

func (*LightClientBootstrapDeneb) SizeSSZ added in v5.1.1

func (l *LightClientBootstrapDeneb) SizeSSZ() (size int)

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

func (*LightClientBootstrapDeneb) String added in v5.1.1

func (x *LightClientBootstrapDeneb) String() string

func (*LightClientBootstrapDeneb) UnmarshalSSZ added in v5.1.1

func (l *LightClientBootstrapDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientBootstrapDeneb object

type LightClientFinalityUpdateAltair added in v5.1.1

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientFinalityUpdateAltair) Descriptor deprecated added in v5.1.1

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

Deprecated: Use LightClientFinalityUpdateAltair.ProtoReflect.Descriptor instead.

func (*LightClientFinalityUpdateAltair) GetAttestedHeader added in v5.1.1

func (*LightClientFinalityUpdateAltair) GetFinalityBranch added in v5.1.1

func (x *LightClientFinalityUpdateAltair) GetFinalityBranch() [][]byte

func (*LightClientFinalityUpdateAltair) GetFinalizedHeader added in v5.1.1

func (*LightClientFinalityUpdateAltair) GetSignatureSlot added in v5.1.1

func (*LightClientFinalityUpdateAltair) GetSyncAggregate added in v5.1.1

func (x *LightClientFinalityUpdateAltair) GetSyncAggregate() *SyncAggregate

func (*LightClientFinalityUpdateAltair) HashTreeRoot added in v5.1.1

func (l *LightClientFinalityUpdateAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientFinalityUpdateAltair object

func (*LightClientFinalityUpdateAltair) HashTreeRootWith added in v5.1.1

func (l *LightClientFinalityUpdateAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientFinalityUpdateAltair object with a hasher

func (*LightClientFinalityUpdateAltair) MarshalSSZ added in v5.1.1

func (l *LightClientFinalityUpdateAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientFinalityUpdateAltair object

func (*LightClientFinalityUpdateAltair) MarshalSSZTo added in v5.1.1

func (l *LightClientFinalityUpdateAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientFinalityUpdateAltair object to a target array

func (*LightClientFinalityUpdateAltair) ProtoMessage added in v5.1.1

func (*LightClientFinalityUpdateAltair) ProtoMessage()

func (*LightClientFinalityUpdateAltair) ProtoReflect added in v5.1.1

func (*LightClientFinalityUpdateAltair) Reset added in v5.1.1

func (*LightClientFinalityUpdateAltair) SizeSSZ added in v5.1.1

func (l *LightClientFinalityUpdateAltair) SizeSSZ() (size int)

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

func (*LightClientFinalityUpdateAltair) String added in v5.1.1

func (*LightClientFinalityUpdateAltair) UnmarshalSSZ added in v5.1.1

func (l *LightClientFinalityUpdateAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientFinalityUpdateAltair object

type LightClientFinalityUpdateCapella added in v5.1.1

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientFinalityUpdateCapella) Descriptor deprecated added in v5.1.1

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

Deprecated: Use LightClientFinalityUpdateCapella.ProtoReflect.Descriptor instead.

func (*LightClientFinalityUpdateCapella) GetAttestedHeader added in v5.1.1

func (*LightClientFinalityUpdateCapella) GetFinalityBranch added in v5.1.1

func (x *LightClientFinalityUpdateCapella) GetFinalityBranch() [][]byte

func (*LightClientFinalityUpdateCapella) GetFinalizedHeader added in v5.1.1

func (*LightClientFinalityUpdateCapella) GetSignatureSlot added in v5.1.1

func (*LightClientFinalityUpdateCapella) GetSyncAggregate added in v5.1.1

func (x *LightClientFinalityUpdateCapella) GetSyncAggregate() *SyncAggregate

func (*LightClientFinalityUpdateCapella) HashTreeRoot added in v5.1.1

func (l *LightClientFinalityUpdateCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientFinalityUpdateCapella object

func (*LightClientFinalityUpdateCapella) HashTreeRootWith added in v5.1.1

func (l *LightClientFinalityUpdateCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientFinalityUpdateCapella object with a hasher

func (*LightClientFinalityUpdateCapella) MarshalSSZ added in v5.1.1

func (l *LightClientFinalityUpdateCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientFinalityUpdateCapella object

func (*LightClientFinalityUpdateCapella) MarshalSSZTo added in v5.1.1

func (l *LightClientFinalityUpdateCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientFinalityUpdateCapella object to a target array

func (*LightClientFinalityUpdateCapella) ProtoMessage added in v5.1.1

func (*LightClientFinalityUpdateCapella) ProtoMessage()

func (*LightClientFinalityUpdateCapella) ProtoReflect added in v5.1.1

func (*LightClientFinalityUpdateCapella) Reset added in v5.1.1

func (*LightClientFinalityUpdateCapella) SizeSSZ added in v5.1.1

func (l *LightClientFinalityUpdateCapella) SizeSSZ() (size int)

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

func (*LightClientFinalityUpdateCapella) String added in v5.1.1

func (*LightClientFinalityUpdateCapella) UnmarshalSSZ added in v5.1.1

func (l *LightClientFinalityUpdateCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientFinalityUpdateCapella object

type LightClientFinalityUpdateDeneb added in v5.1.1

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientFinalityUpdateDeneb) Descriptor deprecated added in v5.1.1

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

Deprecated: Use LightClientFinalityUpdateDeneb.ProtoReflect.Descriptor instead.

func (*LightClientFinalityUpdateDeneb) GetAttestedHeader added in v5.1.1

func (*LightClientFinalityUpdateDeneb) GetFinalityBranch added in v5.1.1

func (x *LightClientFinalityUpdateDeneb) GetFinalityBranch() [][]byte

func (*LightClientFinalityUpdateDeneb) GetFinalizedHeader added in v5.1.1

func (x *LightClientFinalityUpdateDeneb) GetFinalizedHeader() *LightClientHeaderDeneb

func (*LightClientFinalityUpdateDeneb) GetSignatureSlot added in v5.1.1

func (*LightClientFinalityUpdateDeneb) GetSyncAggregate added in v5.1.1

func (x *LightClientFinalityUpdateDeneb) GetSyncAggregate() *SyncAggregate

func (*LightClientFinalityUpdateDeneb) HashTreeRoot added in v5.1.1

func (l *LightClientFinalityUpdateDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientFinalityUpdateDeneb object

func (*LightClientFinalityUpdateDeneb) HashTreeRootWith added in v5.1.1

func (l *LightClientFinalityUpdateDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientFinalityUpdateDeneb object with a hasher

func (*LightClientFinalityUpdateDeneb) MarshalSSZ added in v5.1.1

func (l *LightClientFinalityUpdateDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientFinalityUpdateDeneb object

func (*LightClientFinalityUpdateDeneb) MarshalSSZTo added in v5.1.1

func (l *LightClientFinalityUpdateDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientFinalityUpdateDeneb object to a target array

func (*LightClientFinalityUpdateDeneb) ProtoMessage added in v5.1.1

func (*LightClientFinalityUpdateDeneb) ProtoMessage()

func (*LightClientFinalityUpdateDeneb) ProtoReflect added in v5.1.1

func (*LightClientFinalityUpdateDeneb) Reset added in v5.1.1

func (x *LightClientFinalityUpdateDeneb) Reset()

func (*LightClientFinalityUpdateDeneb) SizeSSZ added in v5.1.1

func (l *LightClientFinalityUpdateDeneb) SizeSSZ() (size int)

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

func (*LightClientFinalityUpdateDeneb) String added in v5.1.1

func (*LightClientFinalityUpdateDeneb) UnmarshalSSZ added in v5.1.1

func (l *LightClientFinalityUpdateDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientFinalityUpdateDeneb object

type LightClientHeaderAltair added in v5.1.1

type LightClientHeaderAltair struct {
	Beacon *BeaconBlockHeader `protobuf:"bytes,1,opt,name=beacon,proto3" json:"beacon,omitempty"`
	// contains filtered or unexported fields
}

func (*LightClientHeaderAltair) Descriptor deprecated added in v5.1.1

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

Deprecated: Use LightClientHeaderAltair.ProtoReflect.Descriptor instead.

func (*LightClientHeaderAltair) GetBeacon added in v5.1.1

func (*LightClientHeaderAltair) HashTreeRoot added in v5.1.1

func (l *LightClientHeaderAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientHeaderAltair object

func (*LightClientHeaderAltair) HashTreeRootWith added in v5.1.1

func (l *LightClientHeaderAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientHeaderAltair object with a hasher

func (*LightClientHeaderAltair) MarshalSSZ added in v5.1.1

func (l *LightClientHeaderAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientHeaderAltair object

func (*LightClientHeaderAltair) MarshalSSZTo added in v5.1.1

func (l *LightClientHeaderAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientHeaderAltair object to a target array

func (*LightClientHeaderAltair) ProtoMessage added in v5.1.1

func (*LightClientHeaderAltair) ProtoMessage()

func (*LightClientHeaderAltair) ProtoReflect added in v5.1.1

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

func (*LightClientHeaderAltair) Reset added in v5.1.1

func (x *LightClientHeaderAltair) Reset()

func (*LightClientHeaderAltair) SizeSSZ added in v5.1.1

func (l *LightClientHeaderAltair) SizeSSZ() (size int)

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

func (*LightClientHeaderAltair) String added in v5.1.1

func (x *LightClientHeaderAltair) String() string

func (*LightClientHeaderAltair) UnmarshalSSZ added in v5.1.1

func (l *LightClientHeaderAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientHeaderAltair object

type LightClientHeaderCapella added in v5.1.1

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 added in v5.1.1

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

Deprecated: Use LightClientHeaderCapella.ProtoReflect.Descriptor instead.

func (*LightClientHeaderCapella) GetBeacon added in v5.1.1

func (*LightClientHeaderCapella) GetExecution added in v5.1.1

func (*LightClientHeaderCapella) GetExecutionBranch added in v5.1.1

func (x *LightClientHeaderCapella) GetExecutionBranch() [][]byte

func (*LightClientHeaderCapella) HashTreeRoot added in v5.1.1

func (l *LightClientHeaderCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientHeaderCapella object

func (*LightClientHeaderCapella) HashTreeRootWith added in v5.1.1

func (l *LightClientHeaderCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientHeaderCapella object with a hasher

func (*LightClientHeaderCapella) MarshalSSZ added in v5.1.1

func (l *LightClientHeaderCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientHeaderCapella object

func (*LightClientHeaderCapella) MarshalSSZTo added in v5.1.1

func (l *LightClientHeaderCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientHeaderCapella object to a target array

func (*LightClientHeaderCapella) ProtoMessage added in v5.1.1

func (*LightClientHeaderCapella) ProtoMessage()

func (*LightClientHeaderCapella) ProtoReflect added in v5.1.1

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

func (*LightClientHeaderCapella) Reset added in v5.1.1

func (x *LightClientHeaderCapella) Reset()

func (*LightClientHeaderCapella) SizeSSZ added in v5.1.1

func (l *LightClientHeaderCapella) SizeSSZ() (size int)

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

func (*LightClientHeaderCapella) String added in v5.1.1

func (x *LightClientHeaderCapella) String() string

func (*LightClientHeaderCapella) UnmarshalSSZ added in v5.1.1

func (l *LightClientHeaderCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientHeaderCapella object

type LightClientHeaderDeneb added in v5.1.1

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 added in v5.1.1

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

Deprecated: Use LightClientHeaderDeneb.ProtoReflect.Descriptor instead.

func (*LightClientHeaderDeneb) GetBeacon added in v5.1.1

func (x *LightClientHeaderDeneb) GetBeacon() *BeaconBlockHeader

func (*LightClientHeaderDeneb) GetExecution added in v5.1.1

func (*LightClientHeaderDeneb) GetExecutionBranch added in v5.1.1

func (x *LightClientHeaderDeneb) GetExecutionBranch() [][]byte

func (*LightClientHeaderDeneb) HashTreeRoot added in v5.1.1

func (l *LightClientHeaderDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientHeaderDeneb object

func (*LightClientHeaderDeneb) HashTreeRootWith added in v5.1.1

func (l *LightClientHeaderDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientHeaderDeneb object with a hasher

func (*LightClientHeaderDeneb) MarshalSSZ added in v5.1.1

func (l *LightClientHeaderDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientHeaderDeneb object

func (*LightClientHeaderDeneb) MarshalSSZTo added in v5.1.1

func (l *LightClientHeaderDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientHeaderDeneb object to a target array

func (*LightClientHeaderDeneb) ProtoMessage added in v5.1.1

func (*LightClientHeaderDeneb) ProtoMessage()

func (*LightClientHeaderDeneb) ProtoReflect added in v5.1.1

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

func (*LightClientHeaderDeneb) Reset added in v5.1.1

func (x *LightClientHeaderDeneb) Reset()

func (*LightClientHeaderDeneb) SizeSSZ added in v5.1.1

func (l *LightClientHeaderDeneb) SizeSSZ() (size int)

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

func (*LightClientHeaderDeneb) String added in v5.1.1

func (x *LightClientHeaderDeneb) String() string

func (*LightClientHeaderDeneb) UnmarshalSSZ added in v5.1.1

func (l *LightClientHeaderDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientHeaderDeneb object

type LightClientOptimisticUpdateAltair added in v5.1.1

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientOptimisticUpdateAltair) Descriptor deprecated added in v5.1.1

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

Deprecated: Use LightClientOptimisticUpdateAltair.ProtoReflect.Descriptor instead.

func (*LightClientOptimisticUpdateAltair) GetAttestedHeader added in v5.1.1

func (*LightClientOptimisticUpdateAltair) GetSignatureSlot added in v5.1.1

func (*LightClientOptimisticUpdateAltair) GetSyncAggregate added in v5.1.1

func (x *LightClientOptimisticUpdateAltair) GetSyncAggregate() *SyncAggregate

func (*LightClientOptimisticUpdateAltair) HashTreeRoot added in v5.1.1

func (l *LightClientOptimisticUpdateAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientOptimisticUpdateAltair object

func (*LightClientOptimisticUpdateAltair) HashTreeRootWith added in v5.1.1

func (l *LightClientOptimisticUpdateAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientOptimisticUpdateAltair object with a hasher

func (*LightClientOptimisticUpdateAltair) MarshalSSZ added in v5.1.1

func (l *LightClientOptimisticUpdateAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientOptimisticUpdateAltair object

func (*LightClientOptimisticUpdateAltair) MarshalSSZTo added in v5.1.1

func (l *LightClientOptimisticUpdateAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientOptimisticUpdateAltair object to a target array

func (*LightClientOptimisticUpdateAltair) ProtoMessage added in v5.1.1

func (*LightClientOptimisticUpdateAltair) ProtoMessage()

func (*LightClientOptimisticUpdateAltair) ProtoReflect added in v5.1.1

func (*LightClientOptimisticUpdateAltair) Reset added in v5.1.1

func (*LightClientOptimisticUpdateAltair) SizeSSZ added in v5.1.1

func (l *LightClientOptimisticUpdateAltair) SizeSSZ() (size int)

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

func (*LightClientOptimisticUpdateAltair) String added in v5.1.1

func (*LightClientOptimisticUpdateAltair) UnmarshalSSZ added in v5.1.1

func (l *LightClientOptimisticUpdateAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientOptimisticUpdateAltair object

type LightClientOptimisticUpdateCapella added in v5.1.1

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientOptimisticUpdateCapella) Descriptor deprecated added in v5.1.1

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

Deprecated: Use LightClientOptimisticUpdateCapella.ProtoReflect.Descriptor instead.

func (*LightClientOptimisticUpdateCapella) GetAttestedHeader added in v5.1.1

func (*LightClientOptimisticUpdateCapella) GetSignatureSlot added in v5.1.1

func (*LightClientOptimisticUpdateCapella) GetSyncAggregate added in v5.1.1

func (x *LightClientOptimisticUpdateCapella) GetSyncAggregate() *SyncAggregate

func (*LightClientOptimisticUpdateCapella) HashTreeRoot added in v5.1.1

func (l *LightClientOptimisticUpdateCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientOptimisticUpdateCapella object

func (*LightClientOptimisticUpdateCapella) HashTreeRootWith added in v5.1.1

func (l *LightClientOptimisticUpdateCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientOptimisticUpdateCapella object with a hasher

func (*LightClientOptimisticUpdateCapella) MarshalSSZ added in v5.1.1

func (l *LightClientOptimisticUpdateCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientOptimisticUpdateCapella object

func (*LightClientOptimisticUpdateCapella) MarshalSSZTo added in v5.1.1

func (l *LightClientOptimisticUpdateCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientOptimisticUpdateCapella object to a target array

func (*LightClientOptimisticUpdateCapella) ProtoMessage added in v5.1.1

func (*LightClientOptimisticUpdateCapella) ProtoMessage()

func (*LightClientOptimisticUpdateCapella) ProtoReflect added in v5.1.1

func (*LightClientOptimisticUpdateCapella) Reset added in v5.1.1

func (*LightClientOptimisticUpdateCapella) SizeSSZ added in v5.1.1

func (l *LightClientOptimisticUpdateCapella) SizeSSZ() (size int)

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

func (*LightClientOptimisticUpdateCapella) String added in v5.1.1

func (*LightClientOptimisticUpdateCapella) UnmarshalSSZ added in v5.1.1

func (l *LightClientOptimisticUpdateCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientOptimisticUpdateCapella object

type LightClientOptimisticUpdateDeneb added in v5.1.1

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientOptimisticUpdateDeneb) Descriptor deprecated added in v5.1.1

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

Deprecated: Use LightClientOptimisticUpdateDeneb.ProtoReflect.Descriptor instead.

func (*LightClientOptimisticUpdateDeneb) GetAttestedHeader added in v5.1.1

func (*LightClientOptimisticUpdateDeneb) GetSignatureSlot added in v5.1.1

func (*LightClientOptimisticUpdateDeneb) GetSyncAggregate added in v5.1.1

func (x *LightClientOptimisticUpdateDeneb) GetSyncAggregate() *SyncAggregate

func (*LightClientOptimisticUpdateDeneb) HashTreeRoot added in v5.1.1

func (l *LightClientOptimisticUpdateDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientOptimisticUpdateDeneb object

func (*LightClientOptimisticUpdateDeneb) HashTreeRootWith added in v5.1.1

func (l *LightClientOptimisticUpdateDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientOptimisticUpdateDeneb object with a hasher

func (*LightClientOptimisticUpdateDeneb) MarshalSSZ added in v5.1.1

func (l *LightClientOptimisticUpdateDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientOptimisticUpdateDeneb object

func (*LightClientOptimisticUpdateDeneb) MarshalSSZTo added in v5.1.1

func (l *LightClientOptimisticUpdateDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientOptimisticUpdateDeneb object to a target array

func (*LightClientOptimisticUpdateDeneb) ProtoMessage added in v5.1.1

func (*LightClientOptimisticUpdateDeneb) ProtoMessage()

func (*LightClientOptimisticUpdateDeneb) ProtoReflect added in v5.1.1

func (*LightClientOptimisticUpdateDeneb) Reset added in v5.1.1

func (*LightClientOptimisticUpdateDeneb) SizeSSZ added in v5.1.1

func (l *LightClientOptimisticUpdateDeneb) SizeSSZ() (size int)

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

func (*LightClientOptimisticUpdateDeneb) String added in v5.1.1

func (*LightClientOptimisticUpdateDeneb) UnmarshalSSZ added in v5.1.1

func (l *LightClientOptimisticUpdateDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientOptimisticUpdateDeneb object

type LightClientUpdateAltair added in v5.1.1

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientUpdateAltair) Descriptor deprecated added in v5.1.1

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

Deprecated: Use LightClientUpdateAltair.ProtoReflect.Descriptor instead.

func (*LightClientUpdateAltair) GetAttestedHeader added in v5.1.1

func (x *LightClientUpdateAltair) GetAttestedHeader() *LightClientHeaderAltair

func (*LightClientUpdateAltair) GetFinalityBranch added in v5.1.1

func (x *LightClientUpdateAltair) GetFinalityBranch() [][]byte

func (*LightClientUpdateAltair) GetFinalizedHeader added in v5.1.1

func (x *LightClientUpdateAltair) GetFinalizedHeader() *LightClientHeaderAltair

func (*LightClientUpdateAltair) GetNextSyncCommittee added in v5.1.1

func (x *LightClientUpdateAltair) GetNextSyncCommittee() *SyncCommittee

func (*LightClientUpdateAltair) GetNextSyncCommitteeBranch added in v5.1.1

func (x *LightClientUpdateAltair) GetNextSyncCommitteeBranch() [][]byte

func (*LightClientUpdateAltair) GetSignatureSlot added in v5.1.1

func (*LightClientUpdateAltair) GetSyncAggregate added in v5.1.1

func (x *LightClientUpdateAltair) GetSyncAggregate() *SyncAggregate

func (*LightClientUpdateAltair) HashTreeRoot added in v5.1.1

func (l *LightClientUpdateAltair) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientUpdateAltair object

func (*LightClientUpdateAltair) HashTreeRootWith added in v5.1.1

func (l *LightClientUpdateAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientUpdateAltair object with a hasher

func (*LightClientUpdateAltair) MarshalSSZ added in v5.1.1

func (l *LightClientUpdateAltair) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientUpdateAltair object

func (*LightClientUpdateAltair) MarshalSSZTo added in v5.1.1

func (l *LightClientUpdateAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientUpdateAltair object to a target array

func (*LightClientUpdateAltair) ProtoMessage added in v5.1.1

func (*LightClientUpdateAltair) ProtoMessage()

func (*LightClientUpdateAltair) ProtoReflect added in v5.1.1

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

func (*LightClientUpdateAltair) Reset added in v5.1.1

func (x *LightClientUpdateAltair) Reset()

func (*LightClientUpdateAltair) SizeSSZ added in v5.1.1

func (l *LightClientUpdateAltair) SizeSSZ() (size int)

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

func (*LightClientUpdateAltair) String added in v5.1.1

func (x *LightClientUpdateAltair) String() string

func (*LightClientUpdateAltair) UnmarshalSSZ added in v5.1.1

func (l *LightClientUpdateAltair) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientUpdateAltair object

type LightClientUpdateCapella added in v5.1.1

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientUpdateCapella) Descriptor deprecated added in v5.1.1

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

Deprecated: Use LightClientUpdateCapella.ProtoReflect.Descriptor instead.

func (*LightClientUpdateCapella) GetAttestedHeader added in v5.1.1

func (x *LightClientUpdateCapella) GetAttestedHeader() *LightClientHeaderCapella

func (*LightClientUpdateCapella) GetFinalityBranch added in v5.1.1

func (x *LightClientUpdateCapella) GetFinalityBranch() [][]byte

func (*LightClientUpdateCapella) GetFinalizedHeader added in v5.1.1

func (x *LightClientUpdateCapella) GetFinalizedHeader() *LightClientHeaderCapella

func (*LightClientUpdateCapella) GetNextSyncCommittee added in v5.1.1

func (x *LightClientUpdateCapella) GetNextSyncCommittee() *SyncCommittee

func (*LightClientUpdateCapella) GetNextSyncCommitteeBranch added in v5.1.1

func (x *LightClientUpdateCapella) GetNextSyncCommitteeBranch() [][]byte

func (*LightClientUpdateCapella) GetSignatureSlot added in v5.1.1

func (*LightClientUpdateCapella) GetSyncAggregate added in v5.1.1

func (x *LightClientUpdateCapella) GetSyncAggregate() *SyncAggregate

func (*LightClientUpdateCapella) HashTreeRoot added in v5.1.1

func (l *LightClientUpdateCapella) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientUpdateCapella object

func (*LightClientUpdateCapella) HashTreeRootWith added in v5.1.1

func (l *LightClientUpdateCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientUpdateCapella object with a hasher

func (*LightClientUpdateCapella) MarshalSSZ added in v5.1.1

func (l *LightClientUpdateCapella) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientUpdateCapella object

func (*LightClientUpdateCapella) MarshalSSZTo added in v5.1.1

func (l *LightClientUpdateCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientUpdateCapella object to a target array

func (*LightClientUpdateCapella) ProtoMessage added in v5.1.1

func (*LightClientUpdateCapella) ProtoMessage()

func (*LightClientUpdateCapella) ProtoReflect added in v5.1.1

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

func (*LightClientUpdateCapella) Reset added in v5.1.1

func (x *LightClientUpdateCapella) Reset()

func (*LightClientUpdateCapella) SizeSSZ added in v5.1.1

func (l *LightClientUpdateCapella) SizeSSZ() (size int)

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

func (*LightClientUpdateCapella) String added in v5.1.1

func (x *LightClientUpdateCapella) String() string

func (*LightClientUpdateCapella) UnmarshalSSZ added in v5.1.1

func (l *LightClientUpdateCapella) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientUpdateCapella object

type LightClientUpdateDeneb added in v5.1.1

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LightClientUpdateDeneb) Descriptor deprecated added in v5.1.1

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

Deprecated: Use LightClientUpdateDeneb.ProtoReflect.Descriptor instead.

func (*LightClientUpdateDeneb) GetAttestedHeader added in v5.1.1

func (x *LightClientUpdateDeneb) GetAttestedHeader() *LightClientHeaderDeneb

func (*LightClientUpdateDeneb) GetFinalityBranch added in v5.1.1

func (x *LightClientUpdateDeneb) GetFinalityBranch() [][]byte

func (*LightClientUpdateDeneb) GetFinalizedHeader added in v5.1.1

func (x *LightClientUpdateDeneb) GetFinalizedHeader() *LightClientHeaderDeneb

func (*LightClientUpdateDeneb) GetNextSyncCommittee added in v5.1.1

func (x *LightClientUpdateDeneb) GetNextSyncCommittee() *SyncCommittee

func (*LightClientUpdateDeneb) GetNextSyncCommitteeBranch added in v5.1.1

func (x *LightClientUpdateDeneb) GetNextSyncCommitteeBranch() [][]byte

func (*LightClientUpdateDeneb) GetSignatureSlot added in v5.1.1

func (*LightClientUpdateDeneb) GetSyncAggregate added in v5.1.1

func (x *LightClientUpdateDeneb) GetSyncAggregate() *SyncAggregate

func (*LightClientUpdateDeneb) HashTreeRoot added in v5.1.1

func (l *LightClientUpdateDeneb) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the LightClientUpdateDeneb object

func (*LightClientUpdateDeneb) HashTreeRootWith added in v5.1.1

func (l *LightClientUpdateDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the LightClientUpdateDeneb object with a hasher

func (*LightClientUpdateDeneb) MarshalSSZ added in v5.1.1

func (l *LightClientUpdateDeneb) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the LightClientUpdateDeneb object

func (*LightClientUpdateDeneb) MarshalSSZTo added in v5.1.1

func (l *LightClientUpdateDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the LightClientUpdateDeneb object to a target array

func (*LightClientUpdateDeneb) ProtoMessage added in v5.1.1

func (*LightClientUpdateDeneb) ProtoMessage()

func (*LightClientUpdateDeneb) ProtoReflect added in v5.1.1

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

func (*LightClientUpdateDeneb) Reset added in v5.1.1

func (x *LightClientUpdateDeneb) Reset()

func (*LightClientUpdateDeneb) SizeSSZ added in v5.1.1

func (l *LightClientUpdateDeneb) SizeSSZ() (size int)

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

func (*LightClientUpdateDeneb) String added in v5.1.1

func (x *LightClientUpdateDeneb) String() string

func (*LightClientUpdateDeneb) UnmarshalSSZ added in v5.1.1

func (l *LightClientUpdateDeneb) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the LightClientUpdateDeneb object

type ListAttestationsElectraResponse added in v5.1.0

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
}

func (*ListAttestationsElectraResponse) Descriptor deprecated added in v5.1.0

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

Deprecated: Use ListAttestationsElectraResponse.ProtoReflect.Descriptor instead.

func (*ListAttestationsElectraResponse) GetAttestations added in v5.1.0

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

func (*ListAttestationsElectraResponse) GetNextPageToken added in v5.1.0

func (x *ListAttestationsElectraResponse) GetNextPageToken() string

func (*ListAttestationsElectraResponse) GetTotalSize added in v5.1.0

func (x *ListAttestationsElectraResponse) GetTotalSize() int32

func (*ListAttestationsElectraResponse) ProtoMessage added in v5.1.0

func (*ListAttestationsElectraResponse) ProtoMessage()

func (*ListAttestationsElectraResponse) ProtoReflect added in v5.1.0

func (*ListAttestationsElectraResponse) Reset added in v5.1.0

func (*ListAttestationsElectraResponse) String added in v5.1.0

type ListAttestationsRequest

type ListAttestationsRequest struct {

	// Types that are assignable 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
}

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 (m *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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 126-byte string literal not displayed */
}

type ListAttestationsRequest_GenesisEpoch

type ListAttestationsRequest_GenesisEpoch struct {
	GenesisEpoch bool `protobuf:"varint,2,opt,name=genesis_epoch,json=genesisEpoch,proto3,oneof"`
}

type ListAttestationsResponse

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
}

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

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
}

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

type ListBlocksRequest struct {

	// Types that are assignable 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
}

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 (m *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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 126-byte string literal not displayed */
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3,oneof" cast-type:"github.com/prysmaticlabs/prysm/v5/consensus-types/primitives.Slot"`
}

type ListCommitteesRequest

type ListCommitteesRequest struct {

	// Types that are assignable to QueryFilter:
	//
	//	*ListCommitteesRequest_Epoch
	//	*ListCommitteesRequest_Genesis
	QueryFilter isListCommitteesRequest_QueryFilter `protobuf_oneof:"query_filter"`
	// contains filtered or unexported fields
}

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 (m *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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 126-byte string literal not displayed */
}

type ListCommitteesRequest_Genesis

type ListCommitteesRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

type ListIndexedAttestationsElectraResponse added in v5.1.0

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
}

func (*ListIndexedAttestationsElectraResponse) Descriptor deprecated added in v5.1.0

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

Deprecated: Use ListIndexedAttestationsElectraResponse.ProtoReflect.Descriptor instead.

func (*ListIndexedAttestationsElectraResponse) GetIndexedAttestations added in v5.1.0

func (*ListIndexedAttestationsElectraResponse) GetNextPageToken added in v5.1.0

func (x *ListIndexedAttestationsElectraResponse) GetNextPageToken() string

func (*ListIndexedAttestationsElectraResponse) GetTotalSize added in v5.1.0

func (*ListIndexedAttestationsElectraResponse) ProtoMessage added in v5.1.0

func (*ListIndexedAttestationsElectraResponse) ProtoReflect added in v5.1.0

func (*ListIndexedAttestationsElectraResponse) Reset added in v5.1.0

func (*ListIndexedAttestationsElectraResponse) String added in v5.1.0

type ListIndexedAttestationsRequest

type ListIndexedAttestationsRequest struct {

	// Types that are assignable 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
}

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 (m *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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 126-byte string literal not displayed */
}

type ListIndexedAttestationsRequest_GenesisEpoch

type ListIndexedAttestationsRequest_GenesisEpoch struct {
	GenesisEpoch bool `protobuf:"varint,2,opt,name=genesis_epoch,json=genesisEpoch,proto3,oneof"`
}

type ListIndexedAttestationsResponse

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
}

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

type ListValidatorAssignmentsRequest struct {

	// Types that are assignable 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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 163-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
}

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 (m *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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 126-byte string literal not displayed */
}

type ListValidatorAssignmentsRequest_Genesis

type ListValidatorAssignmentsRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

type ListValidatorBalancesRequest

type ListValidatorBalancesRequest struct {

	// Types that are assignable 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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 163-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
}

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 (m *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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 126-byte string literal not displayed */
}

type ListValidatorBalancesRequest_Genesis

type ListValidatorBalancesRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

type ListValidatorsRequest

type ListValidatorsRequest struct {

	// Types that are assignable 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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 (m *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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 126-byte string literal not displayed */
}

type ListValidatorsRequest_Genesis

type ListValidatorsRequest_Genesis struct {
	Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}

type LoggingLevelRequest

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
}

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

type LogsResponse struct {
	Logs []string `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"`
	// contains filtered or unexported fields
}

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_prysmaticlabs_go_bitfield.Bitvector64 `` /* 141-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_prysmaticlabs_go_bitfield.Bitvector64 `` /* 141-byte string literal not displayed */
	Syncnets  github_com_prysmaticlabs_go_bitfield.Bitvector4  `` /* 142-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 MultipleValidatorStatusRequest

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
}

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

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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 {
	GetSyncStatus(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SyncStatus, error)
	GetGenesis(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Genesis, error)
	GetVersion(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Version, error)
	GetHealth(ctx context.Context, in *HealthRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ListImplementedServices(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ImplementedServices, error)
	GetHost(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*HostData, error)
	GetPeer(ctx context.Context, in *PeerRequest, opts ...grpc.CallOption) (*Peer, error)
	ListPeers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Peers, error)
	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 {
	GetSyncStatus(context.Context, *emptypb.Empty) (*SyncStatus, error)
	GetGenesis(context.Context, *emptypb.Empty) (*Genesis, error)
	GetVersion(context.Context, *emptypb.Empty) (*Version, error)
	GetHealth(context.Context, *HealthRequest) (*emptypb.Empty, error)
	ListImplementedServices(context.Context, *emptypb.Empty) (*ImplementedServices, error)
	GetHost(context.Context, *emptypb.Empty) (*HostData, error)
	GetPeer(context.Context, *PeerRequest) (*Peer, error)
	ListPeers(context.Context, *emptypb.Empty) (*Peers, error)
	GetETH1ConnectionStatus(context.Context, *emptypb.Empty) (*ETH1ConnectionStatus, error)
}

NodeServer is the server API for Node service.

type Peer

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
}

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

type PeerRequest struct {
	PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	// contains filtered or unexported fields
}

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

type Peers struct {
	Peers []*Peer `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
	// contains filtered or unexported fields
}

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_prysmaticlabs_go_bitfield.Bitlist                                `` /* 178-byte string literal not displayed */
	Data            *AttestationData                                                            `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	InclusionDelay  github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 182-byte string literal not displayed */
	ProposerIndex   github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 189-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PendingAttestation) Clone added in v5.1.0

func (a *PendingAttestation) Clone() Att

Clone --

func (*PendingAttestation) CommitteeBitsVal added in v5.1.0

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

CommitteeBitsVal --

func (*PendingAttestation) Copy added in v5.1.0

Copy --

func (*PendingAttestation) Descriptor deprecated

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

Deprecated: Use PendingAttestation.ProtoReflect.Descriptor instead.

func (*PendingAttestation) GetAggregationBits

func (*PendingAttestation) GetCommitteeIndex added in v5.1.1

func (a *PendingAttestation) GetCommitteeIndex() (primitives.CommitteeIndex, error)

GetCommitteeIndex --

func (*PendingAttestation) GetData

func (x *PendingAttestation) GetData() *AttestationData

func (*PendingAttestation) GetSignature added in v5.1.0

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) 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) 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 added in v5.1.0

func (a *PendingAttestation) Version() int

Version --

type PendingBalanceDeposit added in v5.1.0

type PendingBalanceDeposit struct {
	Index  github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 152-byte string literal not displayed */
	Amount uint64                                                                      `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingBalanceDeposit) Copy added in v5.1.0

Copy --

func (*PendingBalanceDeposit) Descriptor deprecated added in v5.1.0

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

Deprecated: Use PendingBalanceDeposit.ProtoReflect.Descriptor instead.

func (*PendingBalanceDeposit) GetAmount added in v5.1.0

func (x *PendingBalanceDeposit) GetAmount() uint64

func (*PendingBalanceDeposit) GetIndex added in v5.1.0

func (*PendingBalanceDeposit) HashTreeRoot added in v5.1.0

func (p *PendingBalanceDeposit) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the PendingBalanceDeposit object

func (*PendingBalanceDeposit) HashTreeRootWith added in v5.1.0

func (p *PendingBalanceDeposit) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the PendingBalanceDeposit object with a hasher

func (*PendingBalanceDeposit) MarshalSSZ added in v5.1.0

func (p *PendingBalanceDeposit) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the PendingBalanceDeposit object

func (*PendingBalanceDeposit) MarshalSSZTo added in v5.1.0

func (p *PendingBalanceDeposit) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the PendingBalanceDeposit object to a target array

func (*PendingBalanceDeposit) ProtoMessage added in v5.1.0

func (*PendingBalanceDeposit) ProtoMessage()

func (*PendingBalanceDeposit) ProtoReflect added in v5.1.0

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

func (*PendingBalanceDeposit) Reset added in v5.1.0

func (x *PendingBalanceDeposit) Reset()

func (*PendingBalanceDeposit) SizeSSZ added in v5.1.0

func (p *PendingBalanceDeposit) SizeSSZ() (size int)

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

func (*PendingBalanceDeposit) String added in v5.1.0

func (x *PendingBalanceDeposit) String() string

func (*PendingBalanceDeposit) UnmarshalSSZ added in v5.1.0

func (p *PendingBalanceDeposit) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the PendingBalanceDeposit object

type PendingConsolidation added in v5.1.0

type PendingConsolidation struct {
	SourceIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 183-byte string literal not displayed */
	TargetIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 183-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PendingConsolidation) Copy added in v5.1.0

Copy --

func (*PendingConsolidation) Descriptor deprecated added in v5.1.0

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

Deprecated: Use PendingConsolidation.ProtoReflect.Descriptor instead.

func (*PendingConsolidation) GetSourceIndex added in v5.1.0

func (*PendingConsolidation) GetTargetIndex added in v5.1.0

func (*PendingConsolidation) HashTreeRoot added in v5.1.0

func (p *PendingConsolidation) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the PendingConsolidation object

func (*PendingConsolidation) HashTreeRootWith added in v5.1.0

func (p *PendingConsolidation) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the PendingConsolidation object with a hasher

func (*PendingConsolidation) MarshalSSZ added in v5.1.0

func (p *PendingConsolidation) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the PendingConsolidation object

func (*PendingConsolidation) MarshalSSZTo added in v5.1.0

func (p *PendingConsolidation) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the PendingConsolidation object to a target array

func (*PendingConsolidation) ProtoMessage added in v5.1.0

func (*PendingConsolidation) ProtoMessage()

func (*PendingConsolidation) ProtoReflect added in v5.1.0

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

func (*PendingConsolidation) Reset added in v5.1.0

func (x *PendingConsolidation) Reset()

func (*PendingConsolidation) SizeSSZ added in v5.1.0

func (p *PendingConsolidation) SizeSSZ() (size int)

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

func (*PendingConsolidation) String added in v5.1.0

func (x *PendingConsolidation) String() string

func (*PendingConsolidation) UnmarshalSSZ added in v5.1.0

func (p *PendingConsolidation) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the PendingConsolidation object

type PendingPartialWithdrawal added in v5.1.0

type PendingPartialWithdrawal struct {
	Index             github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 152-byte string literal not displayed */
	Amount            uint64                                                                      `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	WithdrawableEpoch github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch          `` /* 192-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PendingPartialWithdrawal) Copy added in v5.1.0

Copy --

func (*PendingPartialWithdrawal) Descriptor deprecated added in v5.1.0

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

Deprecated: Use PendingPartialWithdrawal.ProtoReflect.Descriptor instead.

func (*PendingPartialWithdrawal) GetAmount added in v5.1.0

func (x *PendingPartialWithdrawal) GetAmount() uint64

func (*PendingPartialWithdrawal) GetIndex added in v5.1.0

func (*PendingPartialWithdrawal) GetWithdrawableEpoch added in v5.1.0

func (*PendingPartialWithdrawal) HashTreeRoot added in v5.1.0

func (p *PendingPartialWithdrawal) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the PendingPartialWithdrawal object

func (*PendingPartialWithdrawal) HashTreeRootWith added in v5.1.0

func (p *PendingPartialWithdrawal) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the PendingPartialWithdrawal object with a hasher

func (*PendingPartialWithdrawal) MarshalSSZ added in v5.1.0

func (p *PendingPartialWithdrawal) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the PendingPartialWithdrawal object

func (*PendingPartialWithdrawal) MarshalSSZTo added in v5.1.0

func (p *PendingPartialWithdrawal) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the PendingPartialWithdrawal object to a target array

func (*PendingPartialWithdrawal) ProtoMessage added in v5.1.0

func (*PendingPartialWithdrawal) ProtoMessage()

func (*PendingPartialWithdrawal) ProtoReflect added in v5.1.0

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

func (*PendingPartialWithdrawal) Reset added in v5.1.0

func (x *PendingPartialWithdrawal) Reset()

func (*PendingPartialWithdrawal) SizeSSZ added in v5.1.0

func (p *PendingPartialWithdrawal) SizeSSZ() (size int)

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

func (*PendingPartialWithdrawal) String added in v5.1.0

func (x *PendingPartialWithdrawal) String() string

func (*PendingPartialWithdrawal) UnmarshalSSZ added in v5.1.0

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

type PrepareBeaconProposerRequest struct {
	Recipients []*PrepareBeaconProposerRequest_FeeRecipientContainer `protobuf:"bytes,1,rep,name=recipients,proto3" json:"recipients,omitempty"`
	// contains filtered or unexported fields
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 192-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) ProtoMessage

func (*PrepareBeaconProposerRequest_FeeRecipientContainer) ProtoReflect

func (*PrepareBeaconProposerRequest_FeeRecipientContainer) Reset

func (*PrepareBeaconProposerRequest_FeeRecipientContainer) String

type ProposeExitResponse

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
}

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

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
}

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 added in v5.1.0

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

type SSZResponse struct {
	Encoded []byte `protobuf:"bytes,1,opt,name=encoded,proto3" json:"encoded,omitempty"`
	// contains filtered or unexported fields
}

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 `` /* 182-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 added in v5.1.0

type SignedAggregateAttAndProof interface {
	proto.Message
	ssz.Marshaler
	ssz.Unmarshaler
	ssz.HashRoot
	Version() int
	AggregateAttestationAndProof() AggregateAttAndProof
	GetSignature() []byte
}

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 added in v5.1.0

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) 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 added in v5.1.0

Version --

type SignedAggregateAttestationAndProofElectra added in v5.1.0

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 added in v5.1.0

func (a *SignedAggregateAttestationAndProofElectra) AggregateAttestationAndProof() AggregateAttAndProof

AggregateAttestationAndProof --

func (*SignedAggregateAttestationAndProofElectra) Descriptor deprecated added in v5.1.0

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

Deprecated: Use SignedAggregateAttestationAndProofElectra.ProtoReflect.Descriptor instead.

func (*SignedAggregateAttestationAndProofElectra) GetMessage added in v5.1.0

func (*SignedAggregateAttestationAndProofElectra) GetSignature added in v5.1.0

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

func (*SignedAggregateAttestationAndProofElectra) HashTreeRoot added in v5.1.0

func (s *SignedAggregateAttestationAndProofElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedAggregateAttestationAndProofElectra object

func (*SignedAggregateAttestationAndProofElectra) HashTreeRootWith added in v5.1.0

func (s *SignedAggregateAttestationAndProofElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedAggregateAttestationAndProofElectra object with a hasher

func (*SignedAggregateAttestationAndProofElectra) MarshalSSZ added in v5.1.0

MarshalSSZ ssz marshals the SignedAggregateAttestationAndProofElectra object

func (*SignedAggregateAttestationAndProofElectra) MarshalSSZTo added in v5.1.0

func (s *SignedAggregateAttestationAndProofElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedAggregateAttestationAndProofElectra object to a target array

func (*SignedAggregateAttestationAndProofElectra) ProtoMessage added in v5.1.0

func (*SignedAggregateAttestationAndProofElectra) ProtoReflect added in v5.1.0

func (*SignedAggregateAttestationAndProofElectra) Reset added in v5.1.0

func (*SignedAggregateAttestationAndProofElectra) SizeSSZ added in v5.1.0

func (s *SignedAggregateAttestationAndProofElectra) SizeSSZ() (size int)

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

func (*SignedAggregateAttestationAndProofElectra) String added in v5.1.0

func (*SignedAggregateAttestationAndProofElectra) UnmarshalSSZ added in v5.1.0

func (s *SignedAggregateAttestationAndProofElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedAggregateAttestationAndProofElectra object

func (*SignedAggregateAttestationAndProofElectra) Version added in v5.1.0

Version --

type SignedAggregateSubmitElectraRequest added in v5.1.0

type SignedAggregateSubmitElectraRequest struct {
	SignedAggregateAndProof *SignedAggregateAttestationAndProofElectra `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SignedAggregateSubmitElectraRequest) Descriptor deprecated added in v5.1.0

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

Deprecated: Use SignedAggregateSubmitElectraRequest.ProtoReflect.Descriptor instead.

func (*SignedAggregateSubmitElectraRequest) GetSignedAggregateAndProof added in v5.1.0

func (*SignedAggregateSubmitElectraRequest) ProtoMessage added in v5.1.0

func (*SignedAggregateSubmitElectraRequest) ProtoMessage()

func (*SignedAggregateSubmitElectraRequest) ProtoReflect added in v5.1.0

func (*SignedAggregateSubmitElectraRequest) Reset added in v5.1.0

func (*SignedAggregateSubmitElectraRequest) String added in v5.1.0

type SignedAggregateSubmitRequest

type SignedAggregateSubmitRequest struct {
	SignedAggregateAndProof *SignedAggregateAttestationAndProof `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

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

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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

Deprecated: Use SignedBeaconBlockContentsElectra.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockContentsElectra) GetBlobs added in v5.1.0

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

func (*SignedBeaconBlockContentsElectra) GetBlock added in v5.1.0

func (*SignedBeaconBlockContentsElectra) GetKzgProofs added in v5.1.0

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

func (*SignedBeaconBlockContentsElectra) HashTreeRoot added in v5.1.1

func (s *SignedBeaconBlockContentsElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockContentsElectra object

func (*SignedBeaconBlockContentsElectra) HashTreeRootWith added in v5.1.1

func (s *SignedBeaconBlockContentsElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockContentsElectra object with a hasher

func (*SignedBeaconBlockContentsElectra) MarshalSSZ added in v5.1.1

func (s *SignedBeaconBlockContentsElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockContentsElectra object

func (*SignedBeaconBlockContentsElectra) MarshalSSZTo added in v5.1.1

func (s *SignedBeaconBlockContentsElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockContentsElectra object to a target array

func (*SignedBeaconBlockContentsElectra) ProtoMessage added in v5.1.0

func (*SignedBeaconBlockContentsElectra) ProtoMessage()

func (*SignedBeaconBlockContentsElectra) ProtoReflect added in v5.1.0

func (*SignedBeaconBlockContentsElectra) Reset added in v5.1.0

func (*SignedBeaconBlockContentsElectra) SizeSSZ added in v5.1.1

func (s *SignedBeaconBlockContentsElectra) SizeSSZ() (size int)

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

func (*SignedBeaconBlockContentsElectra) String added in v5.1.0

func (*SignedBeaconBlockContentsElectra) UnmarshalSSZ added in v5.1.1

func (s *SignedBeaconBlockContentsElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockContentsElectra 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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

Copy --

func (*SignedBeaconBlockElectra) Descriptor deprecated added in v5.1.0

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

Deprecated: Use SignedBeaconBlockElectra.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockElectra) GetBlock added in v5.1.0

func (*SignedBeaconBlockElectra) GetSignature added in v5.1.0

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

func (*SignedBeaconBlockElectra) HashTreeRoot added in v5.1.0

func (s *SignedBeaconBlockElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBeaconBlockElectra object

func (*SignedBeaconBlockElectra) HashTreeRootWith added in v5.1.0

func (s *SignedBeaconBlockElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBeaconBlockElectra object with a hasher

func (*SignedBeaconBlockElectra) MarshalSSZ added in v5.1.0

func (s *SignedBeaconBlockElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBeaconBlockElectra object

func (*SignedBeaconBlockElectra) MarshalSSZTo added in v5.1.0

func (s *SignedBeaconBlockElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBeaconBlockElectra object to a target array

func (*SignedBeaconBlockElectra) ProtoMessage added in v5.1.0

func (*SignedBeaconBlockElectra) ProtoMessage()

func (*SignedBeaconBlockElectra) ProtoReflect added in v5.1.0

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

func (*SignedBeaconBlockElectra) Reset added in v5.1.0

func (x *SignedBeaconBlockElectra) Reset()

func (*SignedBeaconBlockElectra) SizeSSZ added in v5.1.0

func (s *SignedBeaconBlockElectra) SizeSSZ() (size int)

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

func (*SignedBeaconBlockElectra) String added in v5.1.0

func (x *SignedBeaconBlockElectra) String() string

func (*SignedBeaconBlockElectra) UnmarshalSSZ added in v5.1.0

func (s *SignedBeaconBlockElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockElectra 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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

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 added in v5.1.0

Copy --

func (*SignedBlindedBeaconBlockElectra) Descriptor deprecated added in v5.1.0

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

Deprecated: Use SignedBlindedBeaconBlockElectra.ProtoReflect.Descriptor instead.

func (*SignedBlindedBeaconBlockElectra) GetMessage added in v5.1.0

func (*SignedBlindedBeaconBlockElectra) GetSignature added in v5.1.0

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

func (*SignedBlindedBeaconBlockElectra) HashTreeRoot added in v5.1.0

func (s *SignedBlindedBeaconBlockElectra) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the SignedBlindedBeaconBlockElectra object

func (*SignedBlindedBeaconBlockElectra) HashTreeRootWith added in v5.1.0

func (s *SignedBlindedBeaconBlockElectra) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockElectra object with a hasher

func (*SignedBlindedBeaconBlockElectra) MarshalSSZ added in v5.1.0

func (s *SignedBlindedBeaconBlockElectra) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SignedBlindedBeaconBlockElectra object

func (*SignedBlindedBeaconBlockElectra) MarshalSSZTo added in v5.1.0

func (s *SignedBlindedBeaconBlockElectra) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockElectra object to a target array

func (*SignedBlindedBeaconBlockElectra) ProtoMessage added in v5.1.0

func (*SignedBlindedBeaconBlockElectra) ProtoMessage()

func (*SignedBlindedBeaconBlockElectra) ProtoReflect added in v5.1.0

func (*SignedBlindedBeaconBlockElectra) Reset added in v5.1.0

func (*SignedBlindedBeaconBlockElectra) SizeSSZ added in v5.1.0

func (s *SignedBlindedBeaconBlockElectra) SizeSSZ() (size int)

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

func (*SignedBlindedBeaconBlockElectra) String added in v5.1.0

func (*SignedBlindedBeaconBlockElectra) UnmarshalSSZ added in v5.1.0

func (s *SignedBlindedBeaconBlockElectra) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockElectra 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) ProtoMessage

func (*SignedBuilderBid) ProtoMessage()

func (*SignedBuilderBid) ProtoReflect

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

func (*SignedBuilderBid) Reset

func (x *SignedBuilderBid) Reset()

func (*SignedBuilderBid) String

func (x *SignedBuilderBid) String() string

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) ProtoMessage

func (*SignedBuilderBidCapella) ProtoMessage()

func (*SignedBuilderBidCapella) ProtoReflect

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

func (*SignedBuilderBidCapella) Reset

func (x *SignedBuilderBidCapella) Reset()

func (*SignedBuilderBidCapella) String

func (x *SignedBuilderBidCapella) String() string

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) ProtoMessage

func (*SignedBuilderBidDeneb) ProtoMessage()

func (*SignedBuilderBidDeneb) ProtoReflect

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

func (*SignedBuilderBidDeneb) Reset

func (x *SignedBuilderBidDeneb) Reset()

func (*SignedBuilderBidDeneb) String

func (x *SignedBuilderBidDeneb) String() string

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 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

type SignedValidatorRegistrationsV1 struct {
	Messages []*SignedValidatorRegistrationV1 `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

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 added in v5.1.0

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 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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 140-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 183-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot  `` /* 164-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 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 assignable to Block:
	//
	//	*StreamBlocksResponse_Phase0Block
	//	*StreamBlocksResponse_AltairBlock
	//	*StreamBlocksResponse_BellatrixBlock
	//	*StreamBlocksResponse_CapellaBlock
	//	*StreamBlocksResponse_DenebBlock
	//	*StreamBlocksResponse_ElectraBlock
	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 (m *StreamBlocksResponse) GetBlock() isStreamBlocksResponse_Block

func (*StreamBlocksResponse) GetCapellaBlock

func (x *StreamBlocksResponse) GetCapellaBlock() *SignedBeaconBlockCapella

func (*StreamBlocksResponse) GetDenebBlock

func (x *StreamBlocksResponse) GetDenebBlock() *SignedBeaconBlockDeneb

func (*StreamBlocksResponse) GetElectraBlock added in v5.1.0

func (x *StreamBlocksResponse) GetElectraBlock() *SignedBeaconBlockElectra

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 added in v5.1.0

type StreamBlocksResponse_ElectraBlock struct {
	ElectraBlock *SignedBeaconBlockElectra `protobuf:"bytes,6,opt,name=electra_block,json=electraBlock,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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 140-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) 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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 199-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_prysmaticlabs_go_bitfield.Bitvector512 `` /* 190-byte string literal not displayed */
	SyncCommitteeSignature []byte                                            `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SyncAggregate) Copy added in v5.1.0

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 140-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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 140-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_prysmaticlabs_go_bitfield.Bitvector128                 `` /* 182-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

type SyncCommitteeContributionRequest struct {
	Slot      github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 140-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
}

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

type SyncCommitteeMessage struct {
	Slot           github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 140-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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 192-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
}

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

type SyncMessageBlockRootResponse struct {
	Root []byte `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

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

type SyncStatus struct {
	Syncing bool `protobuf:"varint,1,opt,name=syncing,proto3" json:"syncing,omitempty"`
	// contains filtered or unexported fields
}

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

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

type SyncSubcommitteeIndexResponse struct {
	Indices []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.CommitteeIndex `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 added in v5.1.0

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 added in v5.1.0

func (*UnimplementedBeaconChainServer) ListBeaconBlocks

func (*UnimplementedBeaconChainServer) ListBeaconCommittees

func (*UnimplementedBeaconChainServer) ListIndexedAttestationsElectra added in v5.1.0

func (*UnimplementedBeaconChainServer) ListValidatorAssignments

func (*UnimplementedBeaconChainServer) ListValidatorBalances

func (*UnimplementedBeaconChainServer) ListValidators

func (*UnimplementedBeaconChainServer) SubmitAttesterSlashing

func (*UnimplementedBeaconChainServer) SubmitAttesterSlashingElectra added in v5.1.0

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) GetFeeRecipientByPubKey

func (*UnimplementedBeaconNodeValidatorServer) GetSyncCommitteeContribution

func (*UnimplementedBeaconNodeValidatorServer) GetSyncMessageBlockRoot

func (*UnimplementedBeaconNodeValidatorServer) GetSyncSubcommitteeIndex

func (*UnimplementedBeaconNodeValidatorServer) PrepareBeaconProposer

func (*UnimplementedBeaconNodeValidatorServer) ProposeAttestation

func (*UnimplementedBeaconNodeValidatorServer) ProposeAttestationElectra added in v5.1.0

func (*UnimplementedBeaconNodeValidatorServer) ProposeBeaconBlock

func (*UnimplementedBeaconNodeValidatorServer) ProposeExit

func (*UnimplementedBeaconNodeValidatorServer) StreamBlocksAltair

func (*UnimplementedBeaconNodeValidatorServer) StreamSlots

func (*UnimplementedBeaconNodeValidatorServer) SubmitAggregateSelectionProof

func (*UnimplementedBeaconNodeValidatorServer) SubmitAggregateSelectionProofElectra added in v5.1.0

func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof

func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProofElectra added in v5.1.0

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 added in v5.0.2

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 221-byte string literal not displayed */
	ActivationEpoch            github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 186-byte string literal not displayed */
	ExitEpoch                  github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 168-byte string literal not displayed */
	WithdrawableEpoch          github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 192-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

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
}

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

type ValidatorActivationResponse struct {
	Statuses []*ValidatorActivationResponse_Status `protobuf:"bytes,1,rep,name=statuses,proto3" json:"statuses,omitempty"`
	// contains filtered or unexported fields
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 152-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

type ValidatorAssignments struct {
	Epoch         github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 143-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
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 205-byte string literal not displayed */
	CommitteeIndex   github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.CommitteeIndex   `` /* 192-byte string literal not displayed */
	AttesterSlot     github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot             `` /* 176-byte string literal not displayed */
	ProposerSlots    []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot           `` /* 186-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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 192-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

type ValidatorBalances struct {
	Epoch         github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 143-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
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 152-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 ValidatorIndexRequest

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
}

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

type ValidatorIndexResponse struct {
	Index github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

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 ValidatorInfo

type ValidatorInfo struct {
	PublicKey           []byte                                                                      `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Index               github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 152-byte string literal not displayed */
	Epoch               github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch          `` /* 143-byte string literal not displayed */
	Status              ValidatorStatus                                                             `protobuf:"varint,4,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"`
	TransitionTimestamp uint64                                                                      `protobuf:"varint,5,opt,name=transition_timestamp,json=transitionTimestamp,proto3" json:"transition_timestamp,omitempty"`
	Balance             uint64                                                                      `protobuf:"varint,6,opt,name=balance,proto3" json:"balance,omitempty"`
	EffectiveBalance    uint64                                                                      `protobuf:"varint,7,opt,name=effective_balance,json=effectiveBalance,proto3" json:"effective_balance,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorInfo) Descriptor deprecated

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

Deprecated: Use ValidatorInfo.ProtoReflect.Descriptor instead.

func (*ValidatorInfo) GetBalance

func (x *ValidatorInfo) GetBalance() uint64

func (*ValidatorInfo) GetEffectiveBalance

func (x *ValidatorInfo) GetEffectiveBalance() uint64

func (*ValidatorInfo) GetPublicKey

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

func (*ValidatorInfo) GetStatus

func (x *ValidatorInfo) GetStatus() ValidatorStatus

func (*ValidatorInfo) GetTransitionTimestamp

func (x *ValidatorInfo) GetTransitionTimestamp() uint64

func (*ValidatorInfo) ProtoMessage

func (*ValidatorInfo) ProtoMessage()

func (*ValidatorInfo) ProtoReflect

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

func (*ValidatorInfo) Reset

func (x *ValidatorInfo) Reset()

func (*ValidatorInfo) String

func (x *ValidatorInfo) 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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 143-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

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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 189-byte string literal not displayed */
	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
	InclusionDistances            []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot `` /* 201-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
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 237-byte string literal not displayed */
	ExitValidatorIndices       []github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 219-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

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
}

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

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Slot  `` /* 202-byte string literal not displayed */
	ActivationEpoch           github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 186-byte string literal not displayed */
	PositionInActivationQueue uint64                                                             `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValidatorStatusResponse) Descriptor deprecated

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

Deprecated: Use ValidatorStatusResponse.ProtoReflect.Descriptor instead.

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

type Validators struct {
	Epoch         github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch `` /* 143-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
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 152-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

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
}

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_prysmaticlabs_prysm_v5_consensus_types_primitives.Epoch          `` /* 143-byte string literal not displayed */
	ValidatorIndex github_com_prysmaticlabs_prysm_v5_consensus_types_primitives.ValidatorIndex `` /* 192-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VoluntaryExit) Copy added in v5.1.0

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