eth

package
v4.0.0-...-ae7b6de Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 License: GPL-3.0 Imports: 25 Imported by: 0

README

gRPC Gateway

This package is contains generated files for applications that wish to use eth/v1alpha as a gRPC gateway.

Documentation

Overview

Package eth is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package eth is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Code generated by fastssz. DO NOT EDIT. Hash: 2e3c28c81a75f3c9de0953350409e139aacb0e5f355d646233f828edebc96792

Package eth is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package eth is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package eth is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	SetAction_name = map[int32]string{
		0: "ADD_VALIDATOR_KEYS",
		1: "REMOVE_VALIDATOR_KEYS",
		2: "SET_VALIDATOR_KEYS",
	}
	SetAction_value = map[string]int32{
		"ADD_VALIDATOR_KEYS":    0,
		"REMOVE_VALIDATOR_KEYS": 1,
		"SET_VALIDATOR_KEYS":    2,
	}
)

Enum value maps for SetAction.

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

func CopyExecutionPayload(payload *enginev1.ExecutionPayload) *enginev1.ExecutionPayload

CopyExecutionPayload copies the provided execution payload.

func CopyExecutionPayloadCapella

func CopyExecutionPayloadCapella(payload *enginev1.ExecutionPayloadCapella) *enginev1.ExecutionPayloadCapella

CopyExecutionPayloadCapella copies the provided execution payload.

func CopyExecutionPayloadDeneb

func CopyExecutionPayloadDeneb(payload *enginev1.ExecutionPayloadDeneb) *enginev1.ExecutionPayloadDeneb

CopyExecutionPayloadDeneb copies the provided execution payload.

func CopyExecutionPayloadHeader

func CopyExecutionPayloadHeader(payload *enginev1.ExecutionPayloadHeader) *enginev1.ExecutionPayloadHeader

CopyExecutionPayloadHeader copies the provided execution payload object.

func CopyExecutionPayloadHeaderCapella

func CopyExecutionPayloadHeaderCapella(payload *enginev1.ExecutionPayloadHeaderCapella) *enginev1.ExecutionPayloadHeaderCapella

CopyExecutionPayloadHeaderCapella copies the provided execution payload object.

func CopyExecutionPayloadHeaderDeneb

func CopyExecutionPayloadHeaderDeneb(payload *enginev1.ExecutionPayloadHeaderDeneb) *enginev1.ExecutionPayloadHeaderDeneb

CopyExecutionPayloadHeaderDeneb copies the provided execution payload object.

func CopyWithdrawal

func CopyWithdrawal(withdrawal *enginev1.Withdrawal) *enginev1.Withdrawal

CopyWithdrawal copies the provided withdrawal object.

func CopyWithdrawalSlice

func CopyWithdrawalSlice(withdrawals []*enginev1.Withdrawal) []*enginev1.Withdrawal

CopyWithdrawalSlice copies the provided slice of withdrawals.

func NewSyncCommitteeAggregationBits

func NewSyncCommitteeAggregationBits() bitfield.Bitvector128

func RegisterBeaconChainHandler

func RegisterBeaconChainHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterBeaconChainHandler registers the http handlers for service BeaconChain to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterBeaconChainHandlerClient

func RegisterBeaconChainHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconChainClient) error

RegisterBeaconChainHandlerClient registers the http handlers for service BeaconChain to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "BeaconChainClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "BeaconChainClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "BeaconChainClient" to call the correct interceptors.

func RegisterBeaconChainHandlerFromEndpoint

func RegisterBeaconChainHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterBeaconChainHandlerFromEndpoint is same as RegisterBeaconChainHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterBeaconChainHandlerServer

func RegisterBeaconChainHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconChainServer) error

RegisterBeaconChainHandlerServer registers the http handlers for service BeaconChain to "mux". UnaryRPC :call BeaconChainServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterBeaconChainHandlerFromEndpoint instead.

func RegisterBeaconChainServer

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

func RegisterBeaconNodeValidatorHandler

func RegisterBeaconNodeValidatorHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterBeaconNodeValidatorHandler registers the http handlers for service BeaconNodeValidator to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterBeaconNodeValidatorHandlerClient

func RegisterBeaconNodeValidatorHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconNodeValidatorClient) error

RegisterBeaconNodeValidatorHandlerClient registers the http handlers for service BeaconNodeValidator to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "BeaconNodeValidatorClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "BeaconNodeValidatorClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "BeaconNodeValidatorClient" to call the correct interceptors.

func RegisterBeaconNodeValidatorHandlerFromEndpoint

func RegisterBeaconNodeValidatorHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterBeaconNodeValidatorHandlerFromEndpoint is same as RegisterBeaconNodeValidatorHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterBeaconNodeValidatorHandlerServer

func RegisterBeaconNodeValidatorHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconNodeValidatorServer) error

RegisterBeaconNodeValidatorHandlerServer registers the http handlers for service BeaconNodeValidator to "mux". UnaryRPC :call BeaconNodeValidatorServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterBeaconNodeValidatorHandlerFromEndpoint instead.

func RegisterBeaconNodeValidatorServer

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

func RegisterDebugHandler

func RegisterDebugHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDebugHandler registers the http handlers for service Debug to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDebugHandlerClient

func RegisterDebugHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DebugClient) error

RegisterDebugHandlerClient registers the http handlers for service Debug to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DebugClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DebugClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DebugClient" to call the correct interceptors.

func RegisterDebugHandlerFromEndpoint

func RegisterDebugHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDebugHandlerFromEndpoint is same as RegisterDebugHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDebugHandlerServer

func RegisterDebugHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DebugServer) error

RegisterDebugHandlerServer registers the http handlers for service Debug to "mux". UnaryRPC :call DebugServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDebugHandlerFromEndpoint instead.

func RegisterDebugServer

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

func RegisterHealthHandler

func RegisterHealthHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterHealthHandler registers the http handlers for service Health to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterHealthHandlerClient

func RegisterHealthHandlerClient(ctx context.Context, mux *runtime.ServeMux, client HealthClient) error

RegisterHealthHandlerClient registers the http handlers for service Health to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "HealthClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "HealthClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "HealthClient" to call the correct interceptors.

func RegisterHealthHandlerFromEndpoint

func RegisterHealthHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterHealthHandlerFromEndpoint is same as RegisterHealthHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterHealthHandlerServer

func RegisterHealthHandlerServer(ctx context.Context, mux *runtime.ServeMux, server HealthServer) error

RegisterHealthHandlerServer registers the http handlers for service Health to "mux". UnaryRPC :call HealthServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterHealthHandlerFromEndpoint instead.

func RegisterHealthServer

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

func RegisterNodeHandler

func RegisterNodeHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterNodeHandler registers the http handlers for service Node to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterNodeHandlerClient

func RegisterNodeHandlerClient(ctx context.Context, mux *runtime.ServeMux, client NodeClient) error

RegisterNodeHandlerClient registers the http handlers for service Node to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "NodeClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "NodeClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "NodeClient" to call the correct interceptors.

func RegisterNodeHandlerFromEndpoint

func RegisterNodeHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterNodeHandlerFromEndpoint is same as RegisterNodeHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterNodeHandlerServer

func RegisterNodeHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NodeServer) error

RegisterNodeHandlerServer registers the http handlers for service Node to "mux". UnaryRPC :call NodeServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterNodeHandlerFromEndpoint instead.

func RegisterNodeServer

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

Types

type ActiveSetChanges

type ActiveSetChanges struct {
	Epoch               github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch            `` /* 143-byte string literal not displayed */
	ActivatedPublicKeys [][]byte                                                                      `` /* 136-byte string literal not displayed */
	ActivatedIndices    []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 205-byte string literal not displayed */
	ExitedPublicKeys    [][]byte                                                                      `` /* 127-byte string literal not displayed */
	ExitedIndices       []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 196-byte string literal not displayed */
	SlashedPublicKeys   [][]byte                                                                      `` /* 130-byte string literal not displayed */
	SlashedIndices      []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 199-byte string literal not displayed */
	EjectedPublicKeys   [][]byte                                                                      `` /* 130-byte string literal not displayed */
	EjectedIndices      []github_com_prysmaticlabs_prysm_v4_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 AggregateAttestationAndProof

type AggregateAttestationAndProof struct {
	AggregatorIndex github_com_prysmaticlabs_prysm_v4_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) 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

type AggregateSelectionRequest

type AggregateSelectionRequest struct {
	Slot           github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	CommitteeIndex github_com_prysmaticlabs_prysm_v4_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_v4_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 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 CopyAttestation

func CopyAttestation(att *Attestation) *Attestation

CopyAttestation copies the provided attestation object.

func CopyAttestations

func CopyAttestations(attestations []*Attestation) []*Attestation

CopyAttestations copies the provided Attestation array.

func (*Attestation) Descriptor deprecated

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

Deprecated: Use Attestation.ProtoReflect.Descriptor instead.

func (*Attestation) GetAggregationBits

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

type AttestationData

type AttestationData struct {
	Slot            github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	CommitteeIndex  github_com_prysmaticlabs_prysm_v4_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 CopyAttestationData

func CopyAttestationData(attData *AttestationData) *AttestationData

CopyAttestationData copies the provided AttestationData object.

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_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	CommitteeIndex github_com_prysmaticlabs_prysm_v4_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 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 CopyAttesterSlashings

func CopyAttesterSlashings(slashings []*AttesterSlashing) []*AttesterSlashing

CopyAttesterSlashings copies the provided AttesterSlashings array.

func (*AttesterSlashing) Descriptor deprecated

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

Deprecated: Use AttesterSlashing.ProtoReflect.Descriptor instead.

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

type BLSToExecutionChange

type BLSToExecutionChange struct {
	ValidatorIndex     github_com_prysmaticlabs_prysm_v4_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) 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_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v4_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 CopyBeaconBlock

func CopyBeaconBlock(block *BeaconBlock) *BeaconBlock

CopyBeaconBlock copies the provided BeaconBlock.

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_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v4_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 CopyBeaconBlockAltair

func CopyBeaconBlockAltair(block *BeaconBlockAltair) *BeaconBlockAltair

CopyBeaconBlockAltair copies the provided BeaconBlock.

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 BeaconBlockAndBlobsDeneb

type BeaconBlockAndBlobsDeneb struct {
	Block *BeaconBlockDeneb        `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Blobs []*DeprecatedBlobSidecar `protobuf:"bytes,2,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"6"`
	// contains filtered or unexported fields
}

func (*BeaconBlockAndBlobsDeneb) Descriptor deprecated

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

Deprecated: Use BeaconBlockAndBlobsDeneb.ProtoReflect.Descriptor instead.

func (*BeaconBlockAndBlobsDeneb) GetBlobs

func (*BeaconBlockAndBlobsDeneb) GetBlock

func (*BeaconBlockAndBlobsDeneb) HashTreeRoot

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

HashTreeRoot ssz hashes the BeaconBlockAndBlobsDeneb object

func (*BeaconBlockAndBlobsDeneb) HashTreeRootWith

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

HashTreeRootWith ssz hashes the BeaconBlockAndBlobsDeneb object with a hasher

func (*BeaconBlockAndBlobsDeneb) MarshalSSZ

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

MarshalSSZ ssz marshals the BeaconBlockAndBlobsDeneb object

func (*BeaconBlockAndBlobsDeneb) MarshalSSZTo

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

MarshalSSZTo ssz marshals the BeaconBlockAndBlobsDeneb object to a target array

func (*BeaconBlockAndBlobsDeneb) ProtoMessage

func (*BeaconBlockAndBlobsDeneb) ProtoMessage()

func (*BeaconBlockAndBlobsDeneb) ProtoReflect

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

func (*BeaconBlockAndBlobsDeneb) Reset

func (x *BeaconBlockAndBlobsDeneb) Reset()

func (*BeaconBlockAndBlobsDeneb) SizeSSZ

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

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

func (*BeaconBlockAndBlobsDeneb) String

func (x *BeaconBlockAndBlobsDeneb) String() string

func (*BeaconBlockAndBlobsDeneb) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the BeaconBlockAndBlobsDeneb object

type BeaconBlockBellatrix

type BeaconBlockBellatrix struct {
	Slot          github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v4_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 CopyBeaconBlockBellatrix

func CopyBeaconBlockBellatrix(block *BeaconBlockBellatrix) *BeaconBlockBellatrix

CopyBeaconBlockBellatrix copies the provided BeaconBlockBellatrix.

func (*BeaconBlockBellatrix) Descriptor deprecated

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

Deprecated: Use BeaconBlockBellatrix.ProtoReflect.Descriptor instead.

func (*BeaconBlockBellatrix) GetBody

func (*BeaconBlockBellatrix) GetParentRoot

func (x *BeaconBlockBellatrix) GetParentRoot() []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 CopyBeaconBlockBody

func CopyBeaconBlockBody(body *BeaconBlockBody) *BeaconBlockBody

CopyBeaconBlockBody copies the provided BeaconBlockBody.

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 CopyBeaconBlockBodyAltair

func CopyBeaconBlockBodyAltair(body *BeaconBlockBodyAltair) *BeaconBlockBodyAltair

CopyBeaconBlockBodyAltair copies the provided BeaconBlockBody.

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 CopyBeaconBlockBodyBellatrix

func CopyBeaconBlockBodyBellatrix(body *BeaconBlockBodyBellatrix) *BeaconBlockBodyBellatrix

CopyBeaconBlockBodyBellatrix copies the provided BeaconBlockBodyBellatrix.

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 CopyBeaconBlockBodyCapella

func CopyBeaconBlockBodyCapella(body *BeaconBlockBodyCapella) *BeaconBlockBodyCapella

CopyBeaconBlockBodyCapella copies the provided BeaconBlockBodyCapella.

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 CopyBeaconBlockBodyDeneb

func CopyBeaconBlockBodyDeneb(body *BeaconBlockBodyDeneb) *BeaconBlockBodyDeneb

CopyBeaconBlockBodyDeneb copies the provided BeaconBlockBodyDeneb.

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 BeaconBlockCapella

type BeaconBlockCapella struct {
	Slot          github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v4_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 CopyBeaconBlockCapella

func CopyBeaconBlockCapella(block *BeaconBlockCapella) *BeaconBlockCapella

CopyBeaconBlockCapella copies the provided BeaconBlockCapella.

func (*BeaconBlockCapella) Descriptor deprecated

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

Deprecated: Use BeaconBlockCapella.ProtoReflect.Descriptor instead.

func (*BeaconBlockCapella) GetBody

func (*BeaconBlockCapella) GetParentRoot

func (x *BeaconBlockCapella) GetParentRoot() []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
	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) 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) 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_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_Phase0Block

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

type BeaconBlockDeneb

type BeaconBlockDeneb struct {
	Slot          github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v4_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 CopyBeaconBlockDeneb

func CopyBeaconBlockDeneb(block *BeaconBlockDeneb) *BeaconBlockDeneb

CopyBeaconBlockDeneb copies the provided BeaconBlockDeneb.

func (*BeaconBlockDeneb) Descriptor deprecated

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

Deprecated: Use BeaconBlockDeneb.ProtoReflect.Descriptor instead.

func (*BeaconBlockDeneb) GetBody

func (x *BeaconBlockDeneb) GetBody() *BeaconBlockBodyDeneb

func (*BeaconBlockDeneb) GetParentRoot

func (x *BeaconBlockDeneb) GetParentRoot() []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 BeaconBlockHeader

type BeaconBlockHeader struct {
	Slot          github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v4_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 CopyBeaconBlockHeader

func CopyBeaconBlockHeader(header *BeaconBlockHeader) *BeaconBlockHeader

CopyBeaconBlockHeader copies the provided BeaconBlockHeader.

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_v4_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)
	ListIndexedAttestations(ctx context.Context, in *ListIndexedAttestationsRequest, opts ...grpc.CallOption) (*ListIndexedAttestationsResponse, error)
	// Deprecated: Do not use.
	StreamAttestations(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (BeaconChain_StreamAttestationsClient, error)
	// Deprecated: Do not use.
	StreamIndexedAttestations(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (BeaconChain_StreamIndexedAttestationsClient, error)
	AttestationPool(ctx context.Context, in *AttestationPoolRequest, opts ...grpc.CallOption) (*AttestationPoolResponse, error)
	ListBeaconBlocks(ctx context.Context, in *ListBlocksRequest, opts ...grpc.CallOption) (*ListBeaconBlocksResponse, error)
	// Deprecated: Do not use.
	StreamBlocks(ctx context.Context, in *StreamBlocksRequest, opts ...grpc.CallOption) (BeaconChain_StreamBlocksClient, error)
	// Deprecated: Do not use.
	StreamChainHead(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (BeaconChain_StreamChainHeadClient, 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)
	GetValidatorParticipation(ctx context.Context, in *GetValidatorParticipationRequest, opts ...grpc.CallOption) (*ValidatorParticipationResponse, error)
	GetBeaconConfig(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*BeaconConfig, error)
	// Deprecated: Do not use.
	StreamValidatorsInfo(ctx context.Context, opts ...grpc.CallOption) (BeaconChain_StreamValidatorsInfoClient, error)
	SubmitAttesterSlashing(ctx context.Context, in *AttesterSlashing, 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)
	ListIndexedAttestations(context.Context, *ListIndexedAttestationsRequest) (*ListIndexedAttestationsResponse, error)
	// Deprecated: Do not use.
	StreamAttestations(*emptypb.Empty, BeaconChain_StreamAttestationsServer) error
	// Deprecated: Do not use.
	StreamIndexedAttestations(*emptypb.Empty, BeaconChain_StreamIndexedAttestationsServer) error
	AttestationPool(context.Context, *AttestationPoolRequest) (*AttestationPoolResponse, error)
	ListBeaconBlocks(context.Context, *ListBlocksRequest) (*ListBeaconBlocksResponse, error)
	// Deprecated: Do not use.
	StreamBlocks(*StreamBlocksRequest, BeaconChain_StreamBlocksServer) error
	// Deprecated: Do not use.
	StreamChainHead(*emptypb.Empty, BeaconChain_StreamChainHeadServer) 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)
	GetValidatorParticipation(context.Context, *GetValidatorParticipationRequest) (*ValidatorParticipationResponse, error)
	GetBeaconConfig(context.Context, *emptypb.Empty) (*BeaconConfig, error)
	// Deprecated: Do not use.
	StreamValidatorsInfo(BeaconChain_StreamValidatorsInfoServer) error
	SubmitAttesterSlashing(context.Context, *AttesterSlashing) (*SubmitSlashingResponse, error)
	SubmitProposerSlashing(context.Context, *ProposerSlashing) (*SubmitSlashingResponse, error)
	GetIndividualVotes(context.Context, *IndividualVotesRequest) (*IndividualVotesRespond, error)
}

BeaconChainServer is the server API for BeaconChain service.

type BeaconChain_StreamAttestationsClient

type BeaconChain_StreamAttestationsClient interface {
	Recv() (*Attestation, error)
	grpc.ClientStream
}

type BeaconChain_StreamAttestationsServer

type BeaconChain_StreamAttestationsServer interface {
	Send(*Attestation) error
	grpc.ServerStream
}

type BeaconChain_StreamBlocksClient

type BeaconChain_StreamBlocksClient interface {
	Recv() (*SignedBeaconBlock, error)
	grpc.ClientStream
}

type BeaconChain_StreamBlocksServer

type BeaconChain_StreamBlocksServer interface {
	Send(*SignedBeaconBlock) error
	grpc.ServerStream
}

type BeaconChain_StreamChainHeadClient

type BeaconChain_StreamChainHeadClient interface {
	Recv() (*ChainHead, error)
	grpc.ClientStream
}

type BeaconChain_StreamChainHeadServer

type BeaconChain_StreamChainHeadServer interface {
	Send(*ChainHead) error
	grpc.ServerStream
}

type BeaconChain_StreamIndexedAttestationsClient

type BeaconChain_StreamIndexedAttestationsClient interface {
	Recv() (*IndexedAttestation, error)
	grpc.ClientStream
}

type BeaconChain_StreamIndexedAttestationsServer

type BeaconChain_StreamIndexedAttestationsServer interface {
	Send(*IndexedAttestation) error
	grpc.ServerStream
}

type BeaconChain_StreamValidatorsInfoClient

type BeaconChain_StreamValidatorsInfoClient interface {
	Send(*ValidatorChangeSet) error
	Recv() (*ValidatorInfo, error)
	grpc.ClientStream
}

type BeaconChain_StreamValidatorsInfoServer

type BeaconChain_StreamValidatorsInfoServer interface {
	Send(*ValidatorInfo) error
	Recv() (*ValidatorChangeSet, error)
	grpc.ServerStream
}

type BeaconCommittees

type BeaconCommittees struct {
	Epoch                github_com_prysmaticlabs_prysm_v4_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_v4_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)
	// Deprecated: Do not use.
	StreamDuties(ctx context.Context, in *DutiesRequest, opts ...grpc.CallOption) (BeaconNodeValidator_StreamDutiesClient, 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)
	SubmitAggregateSelectionProof(ctx context.Context, in *AggregateSelectionRequest, opts ...grpc.CallOption) (*AggregateSelectionResponse, error)
	SubmitSignedAggregateSelectionProof(ctx context.Context, in *SignedAggregateSubmitRequest, 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.
	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)
	// Deprecated: Do not use.
	StreamDuties(*DutiesRequest, BeaconNodeValidator_StreamDutiesServer) 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)
	SubmitAggregateSelectionProof(context.Context, *AggregateSelectionRequest) (*AggregateSelectionResponse, error)
	SubmitSignedAggregateSelectionProof(context.Context, *SignedAggregateSubmitRequest) (*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.
	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_StreamDutiesClient

type BeaconNodeValidator_StreamDutiesClient interface {
	Recv() (*DutiesResponse, error)
	grpc.ClientStream
}

type BeaconNodeValidator_StreamDutiesServer

type BeaconNodeValidator_StreamDutiesServer interface {
	Send(*DutiesResponse) 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_v4_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_v4_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_v4_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_v4_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_v4_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_v4_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_v4_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 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_v4_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3,oneof" cast-type:"github.com/prysmaticlabs/prysm/v4/consensus-types/primitives.Slot"`
}

type BlindedBeaconBlockAndBlobsDeneb

type BlindedBeaconBlockAndBlobsDeneb struct {
	Block *BlindedBeaconBlockDeneb `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Blobs []*BlindedBlobSidecar    `protobuf:"bytes,2,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"6"`
	// contains filtered or unexported fields
}

func (*BlindedBeaconBlockAndBlobsDeneb) Descriptor deprecated

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

Deprecated: Use BlindedBeaconBlockAndBlobsDeneb.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockAndBlobsDeneb) GetBlobs

func (*BlindedBeaconBlockAndBlobsDeneb) GetBlock

func (*BlindedBeaconBlockAndBlobsDeneb) HashTreeRoot

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

HashTreeRoot ssz hashes the BlindedBeaconBlockAndBlobsDeneb object

func (*BlindedBeaconBlockAndBlobsDeneb) HashTreeRootWith

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

HashTreeRootWith ssz hashes the BlindedBeaconBlockAndBlobsDeneb object with a hasher

func (*BlindedBeaconBlockAndBlobsDeneb) MarshalSSZ

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

MarshalSSZ ssz marshals the BlindedBeaconBlockAndBlobsDeneb object

func (*BlindedBeaconBlockAndBlobsDeneb) MarshalSSZTo

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

MarshalSSZTo ssz marshals the BlindedBeaconBlockAndBlobsDeneb object to a target array

func (*BlindedBeaconBlockAndBlobsDeneb) ProtoMessage

func (*BlindedBeaconBlockAndBlobsDeneb) ProtoMessage()

func (*BlindedBeaconBlockAndBlobsDeneb) ProtoReflect

func (*BlindedBeaconBlockAndBlobsDeneb) Reset

func (*BlindedBeaconBlockAndBlobsDeneb) SizeSSZ

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

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

func (*BlindedBeaconBlockAndBlobsDeneb) String

func (*BlindedBeaconBlockAndBlobsDeneb) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockAndBlobsDeneb object

type BlindedBeaconBlockBellatrix

type BlindedBeaconBlockBellatrix struct {
	Slot          github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v4_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 CopyBlindedBeaconBlockBellatrix

func CopyBlindedBeaconBlockBellatrix(block *BlindedBeaconBlockBellatrix) *BlindedBeaconBlockBellatrix

CopyBlindedBeaconBlockBellatrix copies the provided BlindedBeaconBlockBellatrix.

func (*BlindedBeaconBlockBellatrix) Descriptor deprecated

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

Deprecated: Use BlindedBeaconBlockBellatrix.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockBellatrix) GetBody

func (*BlindedBeaconBlockBellatrix) GetParentRoot

func (x *BlindedBeaconBlockBellatrix) GetParentRoot() []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 CopyBlindedBeaconBlockBodyBellatrix

func CopyBlindedBeaconBlockBodyBellatrix(body *BlindedBeaconBlockBodyBellatrix) *BlindedBeaconBlockBodyBellatrix

CopyBlindedBeaconBlockBodyBellatrix copies the provided BlindedBeaconBlockBodyBellatrix.

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 CopyBlindedBeaconBlockBodyCapella

func CopyBlindedBeaconBlockBodyCapella(body *BlindedBeaconBlockBodyCapella) *BlindedBeaconBlockBodyCapella

CopyBlindedBeaconBlockBodyCapella copies the provided BlindedBeaconBlockBodyCapella.

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 CopyBlindedBeaconBlockBodyDeneb

func CopyBlindedBeaconBlockBodyDeneb(body *BlindedBeaconBlockBodyDeneb) *BlindedBeaconBlockBodyDeneb

CopyBlindedBeaconBlockBodyDeneb copies the provided BlindedBeaconBlockBodyDeneb.

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 BlindedBeaconBlockCapella

type BlindedBeaconBlockCapella struct {
	Slot          github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v4_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 CopyBlindedBeaconBlockCapella

func CopyBlindedBeaconBlockCapella(block *BlindedBeaconBlockCapella) *BlindedBeaconBlockCapella

CopyBlindedBeaconBlockCapella copies the provided BlindedBeaconBlockCapella.

func (*BlindedBeaconBlockCapella) Descriptor deprecated

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

Deprecated: Use BlindedBeaconBlockCapella.ProtoReflect.Descriptor instead.

func (*BlindedBeaconBlockCapella) GetBody

func (*BlindedBeaconBlockCapella) GetParentRoot

func (x *BlindedBeaconBlockCapella) GetParentRoot() []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_v4_consensus_types_primitives.Slot           `` /* 140-byte string literal not displayed */
	ProposerIndex github_com_prysmaticlabs_prysm_v4_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 CopyBlindedBeaconBlockDeneb

func CopyBlindedBeaconBlockDeneb(block *BlindedBeaconBlockDeneb) *BlindedBeaconBlockDeneb

CopyBlindedBeaconBlockDeneb copies the provided BlindedBeaconBlockDeneb.

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 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_v4_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_v4_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) HashTreeRoot

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

HashTreeRoot ssz hashes the BlindedBlobSidecar object

func (*BlindedBlobSidecar) HashTreeRootWith

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

HashTreeRootWith ssz hashes the BlindedBlobSidecar object with a hasher

func (*BlindedBlobSidecar) MarshalSSZ

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

MarshalSSZ ssz marshals the BlindedBlobSidecar object

func (*BlindedBlobSidecar) MarshalSSZTo

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

MarshalSSZTo ssz marshals the BlindedBlobSidecar object to a target array

func (*BlindedBlobSidecar) ProtoMessage

func (*BlindedBlobSidecar) ProtoMessage()

func (*BlindedBlobSidecar) ProtoReflect

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

func (*BlindedBlobSidecar) Reset

func (x *BlindedBlobSidecar) Reset()

func (*BlindedBlobSidecar) SizeSSZ

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

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

func (*BlindedBlobSidecar) String

func (x *BlindedBlobSidecar) String() string

func (*BlindedBlobSidecar) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the BlindedBlobSidecar object

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 []*DeprecatedBlobSidecar `protobuf:"bytes,1,rep,name=sidecars,proto3" json:"sidecars,omitempty"`
	// 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() []*DeprecatedBlobSidecar

func (*BlobSidecars) ProtoMessage

func (*BlobSidecars) ProtoMessage()

func (*BlobSidecars) ProtoReflect

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

func (*BlobSidecars) Reset

func (x *BlobSidecars) Reset()

func (*BlobSidecars) String

func (x *BlobSidecars) String() string

type BlobSidecarsByRangeRequest

type BlobSidecarsByRangeRequest struct {
	StartSlot github_com_prysmaticlabs_prysm_v4_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_v4_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"`
	// contains filtered or unexported fields
}

func (*BlockRequest) Descriptor deprecated

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

Deprecated: Use BlockRequest.ProtoReflect.Descriptor instead.

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"`
	BlindedBlobsBundle *v1.BlindedBlobsBundle          `protobuf:"bytes,2,opt,name=blinded_blobs_bundle,json=blindedBlobsBundle,proto3" json:"blinded_blobs_bundle,omitempty"`
	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) GetBlindedBlobsBundle

func (x *BuilderBidDeneb) GetBlindedBlobsBundle() *v1.BlindedBlobsBundle

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_v4_consensus_types_primitives.Slot  `` /* 164-byte string literal not displayed */
	HeadEpoch                  github_com_prysmaticlabs_prysm_v4_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_v4_consensus_types_primitives.Slot  `` /* 179-byte string literal not displayed */
	FinalizedEpoch             github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 183-byte string literal not displayed */
	FinalizedBlockRoot         []byte                                                             `` /* 131-byte string literal not displayed */
	JustifiedSlot              github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot  `` /* 179-byte string literal not displayed */
	JustifiedEpoch             github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 183-byte string literal not displayed */
	JustifiedBlockRoot         []byte                                                             `` /* 131-byte string literal not displayed */
	PreviousJustifiedSlot      github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot  `` /* 206-byte string literal not displayed */
	PreviousJustifiedEpoch     github_com_prysmaticlabs_prysm_v4_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_v4_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 CopyCheckpoint

func CopyCheckpoint(cp *Checkpoint) *Checkpoint

CopyCheckpoint copies the provided checkpoint.

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_v4_consensus_types_primitives.Slot           `` /* 149-byte string literal not displayed */
	CommitteeIds []github_com_prysmaticlabs_prysm_v4_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_v4_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)
	// Deprecated: Do not use.
	GetInclusionSlot(ctx context.Context, in *InclusionSlotRequest, opts ...grpc.CallOption) (*InclusionSlotResponse, 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

type DebugServer interface {
	GetBeaconState(context.Context, *BeaconStateRequest) (*SSZResponse, error)
	GetBlock(context.Context, *BlockRequestByRoot) (*SSZResponse, error)
	SetLoggingLevel(context.Context, *LoggingLevelRequest) (*emptypb.Empty, error)
	ListPeers(context.Context, *emptypb.Empty) (*DebugPeerResponses, error)
	GetPeer(context.Context, *PeerRequest) (*DebugPeerResponse, error)
	// Deprecated: Do not use.
	GetInclusionSlot(context.Context, *InclusionSlotRequest) (*InclusionSlotResponse, error)
}

DebugServer is the server API for Debug service.

type Deposit

type Deposit struct {
	Proof [][]byte      `protobuf:"bytes,1,rep,name=proof,proto3" json:"proof,omitempty" ssz-size:"33,32"`
	Data  *Deposit_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func CopyDeposit

func CopyDeposit(deposit *Deposit) *Deposit

CopyDeposit copies the provided deposit.

func CopyDeposits

func CopyDeposits(deposits []*Deposit) []*Deposit

CopyDeposits copies the provided deposit array.

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"`
	DepositRoot    []byte   `protobuf:"bytes,2,opt,name=deposit_root,json=depositRoot,proto3" json:"deposit_root,omitempty"`
	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"`
	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) ProtoMessage

func (*DepositSnapshot) ProtoMessage()

func (*DepositSnapshot) ProtoReflect

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

func (*DepositSnapshot) Reset

func (x *DepositSnapshot) Reset()

func (*DepositSnapshot) String

func (x *DepositSnapshot) String() string

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 CopyDepositData

func CopyDepositData(depData *Deposit_Data) *Deposit_Data

CopyDepositData copies the provided deposit data.

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 DeprecatedBlobSidecar

type DeprecatedBlobSidecar 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_v4_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_v4_consensus_types_primitives.ValidatorIndex `` /* 189-byte string literal not displayed */
	Blob            []byte                                                                      `protobuf:"bytes,6,opt,name=blob,proto3" json:"blob,omitempty" ssz-size:"131072"`
	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 (*DeprecatedBlobSidecar) Descriptor deprecated

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

Deprecated: Use DeprecatedBlobSidecar.ProtoReflect.Descriptor instead.

func (*DeprecatedBlobSidecar) GetBlob

func (x *DeprecatedBlobSidecar) GetBlob() []byte

func (*DeprecatedBlobSidecar) GetBlockParentRoot

func (x *DeprecatedBlobSidecar) GetBlockParentRoot() []byte

func (*DeprecatedBlobSidecar) GetBlockRoot

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

func (*DeprecatedBlobSidecar) GetIndex

func (x *DeprecatedBlobSidecar) GetIndex() uint64

func (*DeprecatedBlobSidecar) GetKzgCommitment

func (x *DeprecatedBlobSidecar) GetKzgCommitment() []byte

func (*DeprecatedBlobSidecar) GetKzgProof

func (x *DeprecatedBlobSidecar) GetKzgProof() []byte

func (*DeprecatedBlobSidecar) HashTreeRoot

func (d *DeprecatedBlobSidecar) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the DeprecatedBlobSidecar object

func (*DeprecatedBlobSidecar) HashTreeRootWith

func (d *DeprecatedBlobSidecar) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the DeprecatedBlobSidecar object with a hasher

func (*DeprecatedBlobSidecar) MarshalSSZ

func (d *DeprecatedBlobSidecar) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the DeprecatedBlobSidecar object

func (*DeprecatedBlobSidecar) MarshalSSZTo

func (d *DeprecatedBlobSidecar) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the DeprecatedBlobSidecar object to a target array

func (*DeprecatedBlobSidecar) ProtoMessage

func (*DeprecatedBlobSidecar) ProtoMessage()

func (*DeprecatedBlobSidecar) ProtoReflect

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

func (*DeprecatedBlobSidecar) Reset

func (x *DeprecatedBlobSidecar) Reset()

func (*DeprecatedBlobSidecar) SizeSSZ

func (d *DeprecatedBlobSidecar) SizeSSZ() (size int)

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

func (*DeprecatedBlobSidecar) String

func (x *DeprecatedBlobSidecar) String() string

func (*DeprecatedBlobSidecar) UnmarshalSSZ

func (d *DeprecatedBlobSidecar) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the DeprecatedBlobSidecar object

type DomainRequest

type DomainRequest struct {
	Epoch  github_com_prysmaticlabs_prysm_v4_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_v4_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_v4_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 {

	// Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.
	Duties             []*DutiesResponse_Duty `protobuf:"bytes,1,rep,name=duties,proto3" json:"duties,omitempty"`
	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) GetDuties deprecated

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

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

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_v4_consensus_types_primitives.ValidatorIndex `` /* 167-byte string literal not displayed */
	CommitteeIndex  github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex   `` /* 192-byte string literal not displayed */
	AttesterSlot    github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot             `` /* 176-byte string literal not displayed */
	ProposerSlots   []github_com_prysmaticlabs_prysm_v4_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_v4_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"`
	// 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) 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_v4_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 CopyETH1Data

func CopyETH1Data(data *Eth1Data) *Eth1Data

CopyETH1Data copies the provided eth1data object.

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_v4_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
	Block        isGenericBeaconBlock_Block `protobuf_oneof:"block"`
	IsBlinded    bool                       `protobuf:"varint,100,opt,name=is_blinded,json=isBlinded,proto3" json:"is_blinded,omitempty"`
	PayloadValue uint64                     `protobuf:"varint,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 (*GenericBeaconBlock) GetBlock

func (m *GenericBeaconBlock) GetBlock() isGenericBeaconBlock_Block

func (*GenericBeaconBlock) GetCapella

func (x *GenericBeaconBlock) GetCapella() *BeaconBlockCapella

func (*GenericBeaconBlock) GetDeneb

func (*GenericBeaconBlock) GetIsBlinded

func (x *GenericBeaconBlock) GetIsBlinded() bool

func (*GenericBeaconBlock) GetPayloadValue

func (x *GenericBeaconBlock) GetPayloadValue() uint64

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 *BlindedBeaconBlockAndBlobsDeneb `protobuf:"bytes,8,opt,name=blinded_deneb,json=blindedDeneb,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 *BeaconBlockAndBlobsDeneb `protobuf:"bytes,7,opt,name=deneb,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
	Block        isGenericSignedBeaconBlock_Block `protobuf_oneof:"block"`
	IsBlinded    bool                             `protobuf:"varint,100,opt,name=is_blinded,json=isBlinded,proto3" json:"is_blinded,omitempty"`
	PayloadValue uint64                           `protobuf:"varint,101,opt,name=payload_value,json=payloadValue,proto3" json:"payload_value,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) GetBlock

func (m *GenericSignedBeaconBlock) GetBlock() isGenericSignedBeaconBlock_Block

func (*GenericSignedBeaconBlock) GetCapella

func (*GenericSignedBeaconBlock) GetDeneb

func (*GenericSignedBeaconBlock) GetIsBlinded

func (x *GenericSignedBeaconBlock) GetIsBlinded() bool

func (*GenericSignedBeaconBlock) GetPayloadValue

func (x *GenericSignedBeaconBlock) GetPayloadValue() uint64

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 *SignedBlindedBeaconBlockAndBlobsDeneb `protobuf:"bytes,8,opt,name=blinded_deneb,json=blindedDeneb,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 *SignedBeaconBlockAndBlobsDeneb `protobuf:"bytes,7,opt,name=deneb,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_v4_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_v4_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_v4_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 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_v4_consensus_types_primitives.Epoch `` /* 197-byte string literal not displayed */
	HighestTargetEpoch github_com_prysmaticlabs_prysm_v4_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 CopyHistoricalSummaries

func CopyHistoricalSummaries(summaries []*HistoricalSummary) []*HistoricalSummary

CopyHistoricalSummaries copies the historical summaries.

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

func CopyIndexedAttestation(indexedAtt *IndexedAttestation) *IndexedAttestation

CopyIndexedAttestation copies the provided IndexedAttestation.

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

type IndividualVotesRequest

type IndividualVotesRequest struct {
	Epoch      github_com_prysmaticlabs_prysm_v4_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_v4_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_v4_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_v4_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_v4_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_v4_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 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_v4_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_v4_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_v4_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3,oneof" cast-type:"github.com/prysmaticlabs/prysm/v4/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_v4_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 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_v4_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_v4_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_v4_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_v4_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_v4_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_v4_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_v4_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_v4_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)
	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)
	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_v4_consensus_types_primitives.Slot           `` /* 182-byte string literal not displayed */
	ProposerIndex   github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 189-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CopyPendingAttestation

func CopyPendingAttestation(att *PendingAttestation) *PendingAttestation

CopyPendingAttestation copies the provided pending attestation object.

func CopyPendingAttestationSlice

func CopyPendingAttestationSlice(input []*PendingAttestation) []*PendingAttestation

CopyPendingAttestationSlice copies the provided slice of pending attestation objects.

func (*PendingAttestation) Descriptor deprecated

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

Deprecated: Use PendingAttestation.ProtoReflect.Descriptor instead.

func (*PendingAttestation) GetAggregationBits

func (*PendingAttestation) GetData

func (x *PendingAttestation) GetData() *AttestationData

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

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

func CopyProposerSlashing(slashing *ProposerSlashing) *ProposerSlashing

CopyProposerSlashing copies the provided ProposerSlashing.

func CopyProposerSlashings

func CopyProposerSlashings(slashings []*ProposerSlashing) []*ProposerSlashing

CopyProposerSlashings copies the provided ProposerSlashing array.

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 SetAction

type SetAction int32
const (
	SetAction_ADD_VALIDATOR_KEYS    SetAction = 0
	SetAction_REMOVE_VALIDATOR_KEYS SetAction = 1
	SetAction_SET_VALIDATOR_KEYS    SetAction = 2
)

func (SetAction) Descriptor

func (SetAction) Descriptor() protoreflect.EnumDescriptor

func (SetAction) Enum

func (x SetAction) Enum() *SetAction

func (SetAction) EnumDescriptor deprecated

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

Deprecated: Use SetAction.Descriptor instead.

func (SetAction) Number

func (x SetAction) Number() protoreflect.EnumNumber

func (SetAction) String

func (x SetAction) String() string

func (SetAction) Type

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

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 CopyBLSToExecutionChanges

func CopyBLSToExecutionChanges(changes []*SignedBLSToExecutionChange) []*SignedBLSToExecutionChange

func (*SignedBLSToExecutionChange) Descriptor deprecated

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

Deprecated: Use SignedBLSToExecutionChange.ProtoReflect.Descriptor instead.

func (*SignedBLSToExecutionChange) GetMessage

func (*SignedBLSToExecutionChange) GetSignature

func (x *SignedBLSToExecutionChange) GetSignature() []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 CopySignedBeaconBlock

func CopySignedBeaconBlock(sigBlock *SignedBeaconBlock) *SignedBeaconBlock

CopySignedBeaconBlock copies the provided SignedBeaconBlock.

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 CopySignedBeaconBlockAltair

func CopySignedBeaconBlockAltair(sigBlock *SignedBeaconBlockAltair) *SignedBeaconBlockAltair

CopySignedBeaconBlockAltair copies the provided SignedBeaconBlock.

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 SignedBeaconBlockAndBlobsDeneb

type SignedBeaconBlockAndBlobsDeneb struct {
	Block *SignedBeaconBlockDeneb `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	Blobs []*SignedBlobSidecar    `protobuf:"bytes,2,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"6"`
	// contains filtered or unexported fields
}

func (*SignedBeaconBlockAndBlobsDeneb) Descriptor deprecated

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

Deprecated: Use SignedBeaconBlockAndBlobsDeneb.ProtoReflect.Descriptor instead.

func (*SignedBeaconBlockAndBlobsDeneb) GetBlobs

func (*SignedBeaconBlockAndBlobsDeneb) GetBlock

func (*SignedBeaconBlockAndBlobsDeneb) HashTreeRoot

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

HashTreeRoot ssz hashes the SignedBeaconBlockAndBlobsDeneb object

func (*SignedBeaconBlockAndBlobsDeneb) HashTreeRootWith

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

HashTreeRootWith ssz hashes the SignedBeaconBlockAndBlobsDeneb object with a hasher

func (*SignedBeaconBlockAndBlobsDeneb) MarshalSSZ

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

MarshalSSZ ssz marshals the SignedBeaconBlockAndBlobsDeneb object

func (*SignedBeaconBlockAndBlobsDeneb) MarshalSSZTo

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

MarshalSSZTo ssz marshals the SignedBeaconBlockAndBlobsDeneb object to a target array

func (*SignedBeaconBlockAndBlobsDeneb) ProtoMessage

func (*SignedBeaconBlockAndBlobsDeneb) ProtoMessage()

func (*SignedBeaconBlockAndBlobsDeneb) ProtoReflect

func (*SignedBeaconBlockAndBlobsDeneb) Reset

func (x *SignedBeaconBlockAndBlobsDeneb) Reset()

func (*SignedBeaconBlockAndBlobsDeneb) SizeSSZ

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

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

func (*SignedBeaconBlockAndBlobsDeneb) String

func (*SignedBeaconBlockAndBlobsDeneb) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the SignedBeaconBlockAndBlobsDeneb 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 CopySignedBeaconBlockBellatrix

func CopySignedBeaconBlockBellatrix(sigBlock *SignedBeaconBlockBellatrix) *SignedBeaconBlockBellatrix

CopySignedBeaconBlockBellatrix copies the provided SignedBeaconBlockBellatrix.

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 CopySignedBeaconBlockCapella

func CopySignedBeaconBlockCapella(sigBlock *SignedBeaconBlockCapella) *SignedBeaconBlockCapella

CopySignedBeaconBlockCapella copies the provided SignedBeaconBlockCapella.

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

func CopySignedBeaconBlockDeneb(sigBlock *SignedBeaconBlockDeneb) *SignedBeaconBlockDeneb

CopySignedBeaconBlockDeneb copies the provided SignedBeaconBlockDeneb.

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

func CopySignedBeaconBlockHeader(header *SignedBeaconBlockHeader) *SignedBeaconBlockHeader

CopySignedBeaconBlockHeader copies the provided SignedBeaconBlockHeader.

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 SignedBlindedBeaconBlockAndBlobsDeneb

type SignedBlindedBeaconBlockAndBlobsDeneb struct {
	SignedBlindedBlock        *SignedBlindedBeaconBlockDeneb `protobuf:"bytes,1,opt,name=signed_blinded_block,json=signedBlindedBlock,proto3" json:"signed_blinded_block,omitempty"`
	SignedBlindedBlobSidecars []*SignedBlindedBlobSidecar    `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SignedBlindedBeaconBlockAndBlobsDeneb) Descriptor deprecated

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

Deprecated: Use SignedBlindedBeaconBlockAndBlobsDeneb.ProtoReflect.Descriptor instead.

func (*SignedBlindedBeaconBlockAndBlobsDeneb) GetSignedBlindedBlobSidecars

func (x *SignedBlindedBeaconBlockAndBlobsDeneb) GetSignedBlindedBlobSidecars() []*SignedBlindedBlobSidecar

func (*SignedBlindedBeaconBlockAndBlobsDeneb) GetSignedBlindedBlock

func (*SignedBlindedBeaconBlockAndBlobsDeneb) HashTreeRoot

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

HashTreeRoot ssz hashes the SignedBlindedBeaconBlockAndBlobsDeneb object

func (*SignedBlindedBeaconBlockAndBlobsDeneb) HashTreeRootWith

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

HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockAndBlobsDeneb object with a hasher

func (*SignedBlindedBeaconBlockAndBlobsDeneb) MarshalSSZ

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

MarshalSSZ ssz marshals the SignedBlindedBeaconBlockAndBlobsDeneb object

func (*SignedBlindedBeaconBlockAndBlobsDeneb) MarshalSSZTo

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

MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockAndBlobsDeneb object to a target array

func (*SignedBlindedBeaconBlockAndBlobsDeneb) ProtoMessage

func (*SignedBlindedBeaconBlockAndBlobsDeneb) ProtoMessage()

func (*SignedBlindedBeaconBlockAndBlobsDeneb) ProtoReflect

func (*SignedBlindedBeaconBlockAndBlobsDeneb) Reset

func (*SignedBlindedBeaconBlockAndBlobsDeneb) SizeSSZ

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

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

func (*SignedBlindedBeaconBlockAndBlobsDeneb) String

func (*SignedBlindedBeaconBlockAndBlobsDeneb) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockAndBlobsDeneb 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 CopySignedBlindedBeaconBlockBellatrix

func CopySignedBlindedBeaconBlockBellatrix(sigBlock *SignedBlindedBeaconBlockBellatrix) *SignedBlindedBeaconBlockBellatrix

CopySignedBlindedBeaconBlockBellatrix copies the provided SignedBlindedBeaconBlockBellatrix.

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 CopySignedBlindedBeaconBlockCapella

func CopySignedBlindedBeaconBlockCapella(sigBlock *SignedBlindedBeaconBlockCapella) *SignedBlindedBeaconBlockCapella

CopySignedBlindedBeaconBlockCapella copies the provided SignedBlindedBeaconBlockCapella.

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 CopySignedBlindedBeaconBlockDeneb

func CopySignedBlindedBeaconBlockDeneb(sigBlock *SignedBlindedBeaconBlockDeneb) *SignedBlindedBeaconBlockDeneb

CopySignedBlindedBeaconBlockDeneb copies the provided SignedBlindedBeaconBlockDeneb.

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

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

HashTreeRoot ssz hashes the SignedBlindedBlobSidecar object

func (*SignedBlindedBlobSidecar) HashTreeRootWith

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

HashTreeRootWith ssz hashes the SignedBlindedBlobSidecar object with a hasher

func (*SignedBlindedBlobSidecar) MarshalSSZ

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

MarshalSSZ ssz marshals the SignedBlindedBlobSidecar object

func (*SignedBlindedBlobSidecar) MarshalSSZTo

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

MarshalSSZTo ssz marshals the SignedBlindedBlobSidecar object to a target array

func (*SignedBlindedBlobSidecar) ProtoMessage

func (*SignedBlindedBlobSidecar) ProtoMessage()

func (*SignedBlindedBlobSidecar) ProtoReflect

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

func (*SignedBlindedBlobSidecar) Reset

func (x *SignedBlindedBlobSidecar) Reset()

func (*SignedBlindedBlobSidecar) SizeSSZ

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

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

func (*SignedBlindedBlobSidecar) String

func (x *SignedBlindedBlobSidecar) String() string

func (*SignedBlindedBlobSidecar) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the SignedBlindedBlobSidecar object

type SignedBlobSidecar

type SignedBlobSidecar struct {
	Message   *DeprecatedBlobSidecar `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 (*SignedBlobSidecar) Descriptor deprecated

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

Deprecated: Use SignedBlobSidecar.ProtoReflect.Descriptor instead.

func (*SignedBlobSidecar) GetMessage

func (x *SignedBlobSidecar) GetMessage() *DeprecatedBlobSidecar

func (*SignedBlobSidecar) GetSignature

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

func (*SignedBlobSidecar) HashTreeRoot

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

HashTreeRoot ssz hashes the SignedBlobSidecar object

func (*SignedBlobSidecar) HashTreeRootWith

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

HashTreeRootWith ssz hashes the SignedBlobSidecar object with a hasher

func (*SignedBlobSidecar) MarshalSSZ

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

MarshalSSZ ssz marshals the SignedBlobSidecar object

func (*SignedBlobSidecar) MarshalSSZTo

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

MarshalSSZTo ssz marshals the SignedBlobSidecar object to a target array

func (*SignedBlobSidecar) ProtoMessage

func (*SignedBlobSidecar) ProtoMessage()

func (*SignedBlobSidecar) ProtoReflect

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

func (*SignedBlobSidecar) Reset

func (x *SignedBlobSidecar) Reset()

func (*SignedBlobSidecar) SizeSSZ

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

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

func (*SignedBlobSidecar) String

func (x *SignedBlobSidecar) String() string

func (*SignedBlobSidecar) UnmarshalSSZ

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

UnmarshalSSZ ssz unmarshals the SignedBlobSidecar object

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 CopySignedVoluntaryExit

func CopySignedVoluntaryExit(exit *SignedVoluntaryExit) *SignedVoluntaryExit

CopySignedVoluntaryExit copies the provided SignedVoluntaryExit.

func CopySignedVoluntaryExits

func CopySignedVoluntaryExits(exits []*SignedVoluntaryExit) []*SignedVoluntaryExit

CopySignedVoluntaryExits copies the provided SignedVoluntaryExits array.

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_v4_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_v4_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_v4_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
	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) 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_Phase0Block

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

type SubmitSlashingResponse

type SubmitSlashingResponse struct {
	SlashedIndices []github_com_prysmaticlabs_prysm_v4_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 CopySyncAggregate

func CopySyncAggregate(a *SyncAggregate) *SyncAggregate

CopySyncAggregate copies the provided sync aggregate object.

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_v4_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_v4_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_v4_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_v4_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_v4_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_v4_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_v4_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) GetBeaconConfig

func (*UnimplementedBeaconChainServer) GetChainHead

func (*UnimplementedBeaconChainServer) GetIndividualVotes

func (*UnimplementedBeaconChainServer) GetValidator

func (*UnimplementedBeaconChainServer) GetValidatorActiveSetChanges

func (*UnimplementedBeaconChainServer) GetValidatorPerformance

func (*UnimplementedBeaconChainServer) GetValidatorQueue

func (*UnimplementedBeaconChainServer) ListAttestations

func (*UnimplementedBeaconChainServer) ListBeaconBlocks

func (*UnimplementedBeaconChainServer) ListBeaconCommittees

func (*UnimplementedBeaconChainServer) ListValidatorAssignments

func (*UnimplementedBeaconChainServer) ListValidatorBalances

func (*UnimplementedBeaconChainServer) ListValidators

func (*UnimplementedBeaconChainServer) StreamAttestations

func (*UnimplementedBeaconChainServer) StreamBlocks

func (*UnimplementedBeaconChainServer) StreamChainHead

func (*UnimplementedBeaconChainServer) StreamIndexedAttestations

func (*UnimplementedBeaconChainServer) StreamValidatorsInfo

func (*UnimplementedBeaconChainServer) SubmitAttesterSlashing

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

func (*UnimplementedBeaconNodeValidatorServer) ProposeExit

func (*UnimplementedBeaconNodeValidatorServer) StreamBlocksAltair

func (*UnimplementedBeaconNodeValidatorServer) StreamDuties

func (*UnimplementedBeaconNodeValidatorServer) SubmitAggregateSelectionProof

func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof

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

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) 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_v4_consensus_types_primitives.Epoch `` /* 221-byte string literal not displayed */
	ActivationEpoch            github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 186-byte string literal not displayed */
	ExitEpoch                  github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 168-byte string literal not displayed */
	WithdrawableEpoch          github_com_prysmaticlabs_prysm_v4_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_v4_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_v4_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_v4_consensus_types_primitives.ValidatorIndex `` /* 205-byte string literal not displayed */
	CommitteeIndex   github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex   `` /* 192-byte string literal not displayed */
	AttesterSlot     github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot             `` /* 176-byte string literal not displayed */
	ProposerSlots    []github_com_prysmaticlabs_prysm_v4_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_v4_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_v4_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_v4_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 ValidatorChangeSet deprecated

type ValidatorChangeSet struct {
	Action     SetAction `protobuf:"varint,1,opt,name=action,proto3,enum=ethereum.eth.v1alpha1.SetAction" json:"action,omitempty"`
	PublicKeys [][]byte  `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"`
	// contains filtered or unexported fields
}

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

func (*ValidatorChangeSet) Descriptor deprecated

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

Deprecated: Use ValidatorChangeSet.ProtoReflect.Descriptor instead.

func (*ValidatorChangeSet) GetAction

func (x *ValidatorChangeSet) GetAction() SetAction

func (*ValidatorChangeSet) GetPublicKeys

func (x *ValidatorChangeSet) GetPublicKeys() [][]byte

func (*ValidatorChangeSet) ProtoMessage

func (*ValidatorChangeSet) ProtoMessage()

func (*ValidatorChangeSet) ProtoReflect

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

func (*ValidatorChangeSet) Reset

func (x *ValidatorChangeSet) Reset()

func (*ValidatorChangeSet) String

func (x *ValidatorChangeSet) 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_v4_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_v4_consensus_types_primitives.ValidatorIndex `` /* 152-byte string literal not displayed */
	Epoch               github_com_prysmaticlabs_prysm_v4_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_v4_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_v4_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_v4_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_v4_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_v4_consensus_types_primitives.ValidatorIndex `` /* 237-byte string literal not displayed */
	ExitValidatorIndices       []github_com_prysmaticlabs_prysm_v4_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_v4_consensus_types_primitives.Slot  `` /* 202-byte string literal not displayed */
	ActivationEpoch           github_com_prysmaticlabs_prysm_v4_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_v4_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_v4_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_v4_consensus_types_primitives.Epoch          `` /* 143-byte string literal not displayed */
	ValidatorIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 192-byte string literal not displayed */
	// contains filtered or unexported fields
}

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.
Package validatorpb is a reverse proxy.
Package validatorpb is a reverse proxy.

Jump to

Keyboard shortcuts

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