xatu

package
v1.8.13 Latest Latest
Warning

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

Go to latest
Published: May 7, 2026 License: GPL-3.0 Imports: 27 Imported by: 3

Documentation

Index

Constants

View Source
const (
	Coordinator_CreateNodeRecords_FullMethodName                 = "/xatu.Coordinator/CreateNodeRecords"
	Coordinator_ListStalledExecutionNodeRecords_FullMethodName   = "/xatu.Coordinator/ListStalledExecutionNodeRecords"
	Coordinator_CreateExecutionNodeRecordStatus_FullMethodName   = "/xatu.Coordinator/CreateExecutionNodeRecordStatus"
	Coordinator_CoordinateExecutionNodeRecords_FullMethodName    = "/xatu.Coordinator/CoordinateExecutionNodeRecords"
	Coordinator_ListStalledConsensusNodeRecords_FullMethodName   = "/xatu.Coordinator/ListStalledConsensusNodeRecords"
	Coordinator_CreateConsensusNodeRecordStatus_FullMethodName   = "/xatu.Coordinator/CreateConsensusNodeRecordStatus"
	Coordinator_CreateConsensusNodeRecordStatuses_FullMethodName = "/xatu.Coordinator/CreateConsensusNodeRecordStatuses"
	Coordinator_CoordinateConsensusNodeRecords_FullMethodName    = "/xatu.Coordinator/CoordinateConsensusNodeRecords"
	Coordinator_GetDiscoveryNodeRecord_FullMethodName            = "/xatu.Coordinator/GetDiscoveryNodeRecord"
	Coordinator_GetDiscoveryExecutionNodeRecord_FullMethodName   = "/xatu.Coordinator/GetDiscoveryExecutionNodeRecord"
	Coordinator_GetDiscoveryConsensusNodeRecord_FullMethodName   = "/xatu.Coordinator/GetDiscoveryConsensusNodeRecord"
	Coordinator_GetCannonLocation_FullMethodName                 = "/xatu.Coordinator/GetCannonLocation"
	Coordinator_UpsertCannonLocation_FullMethodName              = "/xatu.Coordinator/UpsertCannonLocation"
	Coordinator_GetRelayMonitorLocation_FullMethodName           = "/xatu.Coordinator/GetRelayMonitorLocation"
	Coordinator_UpsertRelayMonitorLocation_FullMethodName        = "/xatu.Coordinator/UpsertRelayMonitorLocation"
)
View Source
const (
	EventIngester_CreateEvents_FullMethodName = "/xatu.EventIngester/CreateEvents"
)

Variables

View Source
var (
	CannonType_name = map[int32]string{
		0:  "BEACON_API_ETH_V2_BEACON_BLOCK_VOLUNTARY_EXIT",
		1:  "BEACON_API_ETH_V2_BEACON_BLOCK_PROPOSER_SLASHING",
		2:  "BEACON_API_ETH_V2_BEACON_BLOCK_DEPOSIT",
		3:  "BEACON_API_ETH_V2_BEACON_BLOCK_ATTESTER_SLASHING",
		4:  "BEACON_API_ETH_V2_BEACON_BLOCK_BLS_TO_EXECUTION_CHANGE",
		5:  "BEACON_API_ETH_V2_BEACON_BLOCK_EXECUTION_TRANSACTION",
		6:  "BEACON_API_ETH_V2_BEACON_BLOCK_WITHDRAWAL",
		7:  "BEACON_API_ETH_V2_BEACON_BLOCK",
		9:  "BEACON_API_ETH_V1_BEACON_BLOB_SIDECAR",
		10: "BEACON_API_ETH_V1_PROPOSER_DUTY",
		11: "BEACON_API_ETH_V2_BEACON_BLOCK_ELABORATED_ATTESTATION",
		12: "BEACON_API_ETH_V1_BEACON_VALIDATORS",
		13: "BEACON_API_ETH_V1_BEACON_COMMITTEE",
		14: "BEACON_API_ETH_V1_BEACON_SYNC_COMMITTEE",
		15: "BEACON_API_ETH_V2_BEACON_BLOCK_SYNC_AGGREGATE",
	}
	CannonType_value = map[string]int32{
		"BEACON_API_ETH_V2_BEACON_BLOCK_VOLUNTARY_EXIT":          0,
		"BEACON_API_ETH_V2_BEACON_BLOCK_PROPOSER_SLASHING":       1,
		"BEACON_API_ETH_V2_BEACON_BLOCK_DEPOSIT":                 2,
		"BEACON_API_ETH_V2_BEACON_BLOCK_ATTESTER_SLASHING":       3,
		"BEACON_API_ETH_V2_BEACON_BLOCK_BLS_TO_EXECUTION_CHANGE": 4,
		"BEACON_API_ETH_V2_BEACON_BLOCK_EXECUTION_TRANSACTION":   5,
		"BEACON_API_ETH_V2_BEACON_BLOCK_WITHDRAWAL":              6,
		"BEACON_API_ETH_V2_BEACON_BLOCK":                         7,
		"BEACON_API_ETH_V1_BEACON_BLOB_SIDECAR":                  9,
		"BEACON_API_ETH_V1_PROPOSER_DUTY":                        10,
		"BEACON_API_ETH_V2_BEACON_BLOCK_ELABORATED_ATTESTATION":  11,
		"BEACON_API_ETH_V1_BEACON_VALIDATORS":                    12,
		"BEACON_API_ETH_V1_BEACON_COMMITTEE":                     13,
		"BEACON_API_ETH_V1_BEACON_SYNC_COMMITTEE":                14,
		"BEACON_API_ETH_V2_BEACON_BLOCK_SYNC_AGGREGATE":          15,
	}
)

Enum value maps for CannonType.

View Source
var (
	RelayMonitorType_name = map[int32]string{
		0: "RELAY_MONITOR_BID_TRACE",
		1: "RELAY_MONITOR_PAYLOAD_DELIVERED",
	}
	RelayMonitorType_value = map[string]int32{
		"RELAY_MONITOR_BID_TRACE":         0,
		"RELAY_MONITOR_PAYLOAD_DELIVERED": 1,
	}
)

Enum value maps for RelayMonitorType.

View Source
var (
	EngineSource_name = map[int32]string{
		0: "ENGINE_SOURCE_UNSPECIFIED",
		1: "ENGINE_SOURCE_SNOOPER",
		2: "ENGINE_SOURCE_EXECUTION_CLIENT",
	}
	EngineSource_value = map[string]int32{
		"ENGINE_SOURCE_UNSPECIFIED":      0,
		"ENGINE_SOURCE_SNOOPER":          1,
		"ENGINE_SOURCE_EXECUTION_CLIENT": 2,
	}
)

Enum value maps for EngineSource.

View Source
var (
	Event_Name_name = map[int32]string{
		0:  "BEACON_API_ETH_V1_EVENTS_UNKNOWN",
		1:  "BEACON_API_ETH_V1_EVENTS_BLOCK",
		2:  "BEACON_API_ETH_V1_EVENTS_CHAIN_REORG",
		3:  "BEACON_API_ETH_V1_EVENTS_FINALIZED_CHECKPOINT",
		4:  "BEACON_API_ETH_V1_EVENTS_HEAD",
		5:  "BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT",
		6:  "BEACON_API_ETH_V1_EVENTS_ATTESTATION",
		7:  "BEACON_API_ETH_V1_EVENTS_CONTRIBUTION_AND_PROOF",
		8:  "MEMPOOL_TRANSACTION",
		9:  "BEACON_API_ETH_V2_BEACON_BLOCK",
		10: "BEACON_API_ETH_V1_DEBUG_FORK_CHOICE",
		11: "BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG",
		12: "BEACON_API_ETH_V1_BEACON_COMMITTEE",
		13: "BEACON_API_ETH_V1_VALIDATOR_ATTESTATION_DATA",
		14: "BEACON_API_ETH_V1_EVENTS_BLOCK_V2",
		15: "BEACON_API_ETH_V1_EVENTS_CHAIN_REORG_V2",
		16: "BEACON_API_ETH_V1_EVENTS_FINALIZED_CHECKPOINT_V2",
		17: "BEACON_API_ETH_V1_EVENTS_HEAD_V2",
		18: "BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT_V2",
		19: "BEACON_API_ETH_V1_EVENTS_ATTESTATION_V2",
		20: "BEACON_API_ETH_V1_EVENTS_CONTRIBUTION_AND_PROOF_V2",
		21: "MEMPOOL_TRANSACTION_V2",
		22: "BEACON_API_ETH_V2_BEACON_BLOCK_V2",
		23: "BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_V2",
		24: "BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG_V2",
		25: "BEACON_API_ETH_V2_BEACON_BLOCK_ATTESTER_SLASHING",
		26: "BEACON_API_ETH_V2_BEACON_BLOCK_PROPOSER_SLASHING",
		27: "BEACON_API_ETH_V2_BEACON_BLOCK_VOLUNTARY_EXIT",
		28: "BEACON_API_ETH_V2_BEACON_BLOCK_DEPOSIT",
		29: "BEACON_API_ETH_V2_BEACON_BLOCK_BLS_TO_EXECUTION_CHANGE",
		30: "BEACON_API_ETH_V2_BEACON_BLOCK_EXECUTION_TRANSACTION",
		31: "BEACON_API_ETH_V2_BEACON_BLOCK_WITHDRAWAL",
		32: "BEACON_API_ETH_V1_EVENTS_BLOB_SIDECAR",
		34: "BEACON_API_ETH_V1_BEACON_BLOB_SIDECAR",
		35: "BEACON_P2P_ATTESTATION",
		36: "BEACON_API_ETH_V1_PROPOSER_DUTY",
		37: "BEACON_API_ETH_V2_BEACON_BLOCK_ELABORATED_ATTESTATION",
		38: "LIBP2P_TRACE_CONNECTED",
		39: "LIBP2P_TRACE_DISCONNECTED",
		40: "LIBP2P_TRACE_ADD_PEER",
		41: "LIBP2P_TRACE_REMOVE_PEER",
		42: "LIBP2P_TRACE_RECV_RPC",
		43: "LIBP2P_TRACE_SEND_RPC",
		44: "LIBP2P_TRACE_DROP_RPC",
		45: "LIBP2P_TRACE_JOIN",
		46: "LIBP2P_TRACE_UNKNOWN",
		47: "LIBP2P_TRACE_HANDLE_METADATA",
		48: "LIBP2P_TRACE_HANDLE_STATUS",
		49: "LIBP2P_TRACE_GOSSIPSUB_BEACON_BLOCK",
		50: "LIBP2P_TRACE_GOSSIPSUB_BEACON_ATTESTATION",
		51: "LIBP2P_TRACE_GOSSIPSUB_BLOB_SIDECAR",
		52: "BEACON_API_ETH_V1_BEACON_VALIDATORS",
		53: "MEV_RELAY_BID_TRACE_BUILDER_BLOCK_SUBMISSION",
		54: "MEV_RELAY_PROPOSER_PAYLOAD_DELIVERED",
		55: "BEACON_API_ETH_V3_VALIDATOR_BLOCK",
		56: "MEV_RELAY_VALIDATOR_REGISTRATION",
		57: "BEACON_API_ETH_V1_EVENTS_BLOCK_GOSSIP",
		58: "LIBP2P_TRACE_LEAVE",
		59: "LIBP2P_TRACE_GRAFT",
		60: "LIBP2P_TRACE_PRUNE",
		61: "LIBP2P_TRACE_DUPLICATE_MESSAGE",
		62: "LIBP2P_TRACE_DELIVER_MESSAGE",
		63: "LIBP2P_TRACE_PUBLISH_MESSAGE",
		64: "LIBP2P_TRACE_REJECT_MESSAGE",
		65: "LIBP2P_TRACE_RPC_META_CONTROL_IHAVE",
		66: "LIBP2P_TRACE_RPC_META_CONTROL_IWANT",
		67: "LIBP2P_TRACE_RPC_META_CONTROL_IDONTWANT",
		68: "LIBP2P_TRACE_RPC_META_CONTROL_GRAFT",
		69: "LIBP2P_TRACE_RPC_META_CONTROL_PRUNE",
		70: "LIBP2P_TRACE_RPC_META_SUBSCRIPTION",
		71: "LIBP2P_TRACE_RPC_META_MESSAGE",
		72: "NODE_RECORD_CONSENSUS",
		73: "NODE_RECORD_EXECUTION",
		74: "LIBP2P_TRACE_GOSSIPSUB_AGGREGATE_AND_PROOF",
		75: "BEACON_API_ETH_V1_EVENTS_DATA_COLUMN_SIDECAR",
		76: "LIBP2P_TRACE_GOSSIPSUB_DATA_COLUMN_SIDECAR",
		77: "LIBP2P_TRACE_SYNTHETIC_HEARTBEAT",
		78: "LIBP2P_TRACE_RPC_DATA_COLUMN_CUSTODY_PROBE",
		79: "EXECUTION_STATE_SIZE",
		80: "CONSENSUS_ENGINE_API_NEW_PAYLOAD",
		81: "CONSENSUS_ENGINE_API_GET_BLOBS",
		82: "EXECUTION_ENGINE_NEW_PAYLOAD",
		83: "EXECUTION_ENGINE_GET_BLOBS",
		84: "BEACON_API_ETH_V1_BEACON_BLOB",
		85: "BEACON_API_ETH_V1_BEACON_SYNC_COMMITTEE",
		86: "BEACON_API_ETH_V2_BEACON_BLOCK_SYNC_AGGREGATE",
		87: "EXECUTION_BLOCK_METRICS",
		88: "LIBP2P_TRACE_IDENTIFY",
	}
	Event_Name_value = map[string]int32{
		"BEACON_API_ETH_V1_EVENTS_UNKNOWN":                       0,
		"BEACON_API_ETH_V1_EVENTS_BLOCK":                         1,
		"BEACON_API_ETH_V1_EVENTS_CHAIN_REORG":                   2,
		"BEACON_API_ETH_V1_EVENTS_FINALIZED_CHECKPOINT":          3,
		"BEACON_API_ETH_V1_EVENTS_HEAD":                          4,
		"BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT":                5,
		"BEACON_API_ETH_V1_EVENTS_ATTESTATION":                   6,
		"BEACON_API_ETH_V1_EVENTS_CONTRIBUTION_AND_PROOF":        7,
		"MEMPOOL_TRANSACTION":                                    8,
		"BEACON_API_ETH_V2_BEACON_BLOCK":                         9,
		"BEACON_API_ETH_V1_DEBUG_FORK_CHOICE":                    10,
		"BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG":              11,
		"BEACON_API_ETH_V1_BEACON_COMMITTEE":                     12,
		"BEACON_API_ETH_V1_VALIDATOR_ATTESTATION_DATA":           13,
		"BEACON_API_ETH_V1_EVENTS_BLOCK_V2":                      14,
		"BEACON_API_ETH_V1_EVENTS_CHAIN_REORG_V2":                15,
		"BEACON_API_ETH_V1_EVENTS_FINALIZED_CHECKPOINT_V2":       16,
		"BEACON_API_ETH_V1_EVENTS_HEAD_V2":                       17,
		"BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT_V2":             18,
		"BEACON_API_ETH_V1_EVENTS_ATTESTATION_V2":                19,
		"BEACON_API_ETH_V1_EVENTS_CONTRIBUTION_AND_PROOF_V2":     20,
		"MEMPOOL_TRANSACTION_V2":                                 21,
		"BEACON_API_ETH_V2_BEACON_BLOCK_V2":                      22,
		"BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_V2":                 23,
		"BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG_V2":           24,
		"BEACON_API_ETH_V2_BEACON_BLOCK_ATTESTER_SLASHING":       25,
		"BEACON_API_ETH_V2_BEACON_BLOCK_PROPOSER_SLASHING":       26,
		"BEACON_API_ETH_V2_BEACON_BLOCK_VOLUNTARY_EXIT":          27,
		"BEACON_API_ETH_V2_BEACON_BLOCK_DEPOSIT":                 28,
		"BEACON_API_ETH_V2_BEACON_BLOCK_BLS_TO_EXECUTION_CHANGE": 29,
		"BEACON_API_ETH_V2_BEACON_BLOCK_EXECUTION_TRANSACTION":   30,
		"BEACON_API_ETH_V2_BEACON_BLOCK_WITHDRAWAL":              31,
		"BEACON_API_ETH_V1_EVENTS_BLOB_SIDECAR":                  32,
		"BEACON_API_ETH_V1_BEACON_BLOB_SIDECAR":                  34,
		"BEACON_P2P_ATTESTATION":                                 35,
		"BEACON_API_ETH_V1_PROPOSER_DUTY":                        36,
		"BEACON_API_ETH_V2_BEACON_BLOCK_ELABORATED_ATTESTATION":  37,
		"LIBP2P_TRACE_CONNECTED":                                 38,
		"LIBP2P_TRACE_DISCONNECTED":                              39,
		"LIBP2P_TRACE_ADD_PEER":                                  40,
		"LIBP2P_TRACE_REMOVE_PEER":                               41,
		"LIBP2P_TRACE_RECV_RPC":                                  42,
		"LIBP2P_TRACE_SEND_RPC":                                  43,
		"LIBP2P_TRACE_DROP_RPC":                                  44,
		"LIBP2P_TRACE_JOIN":                                      45,
		"LIBP2P_TRACE_UNKNOWN":                                   46,
		"LIBP2P_TRACE_HANDLE_METADATA":                           47,
		"LIBP2P_TRACE_HANDLE_STATUS":                             48,
		"LIBP2P_TRACE_GOSSIPSUB_BEACON_BLOCK":                    49,
		"LIBP2P_TRACE_GOSSIPSUB_BEACON_ATTESTATION":              50,
		"LIBP2P_TRACE_GOSSIPSUB_BLOB_SIDECAR":                    51,
		"BEACON_API_ETH_V1_BEACON_VALIDATORS":                    52,
		"MEV_RELAY_BID_TRACE_BUILDER_BLOCK_SUBMISSION":           53,
		"MEV_RELAY_PROPOSER_PAYLOAD_DELIVERED":                   54,
		"BEACON_API_ETH_V3_VALIDATOR_BLOCK":                      55,
		"MEV_RELAY_VALIDATOR_REGISTRATION":                       56,
		"BEACON_API_ETH_V1_EVENTS_BLOCK_GOSSIP":                  57,
		"LIBP2P_TRACE_LEAVE":                                     58,
		"LIBP2P_TRACE_GRAFT":                                     59,
		"LIBP2P_TRACE_PRUNE":                                     60,
		"LIBP2P_TRACE_DUPLICATE_MESSAGE":                         61,
		"LIBP2P_TRACE_DELIVER_MESSAGE":                           62,
		"LIBP2P_TRACE_PUBLISH_MESSAGE":                           63,
		"LIBP2P_TRACE_REJECT_MESSAGE":                            64,
		"LIBP2P_TRACE_RPC_META_CONTROL_IHAVE":                    65,
		"LIBP2P_TRACE_RPC_META_CONTROL_IWANT":                    66,
		"LIBP2P_TRACE_RPC_META_CONTROL_IDONTWANT":                67,
		"LIBP2P_TRACE_RPC_META_CONTROL_GRAFT":                    68,
		"LIBP2P_TRACE_RPC_META_CONTROL_PRUNE":                    69,
		"LIBP2P_TRACE_RPC_META_SUBSCRIPTION":                     70,
		"LIBP2P_TRACE_RPC_META_MESSAGE":                          71,
		"NODE_RECORD_CONSENSUS":                                  72,
		"NODE_RECORD_EXECUTION":                                  73,
		"LIBP2P_TRACE_GOSSIPSUB_AGGREGATE_AND_PROOF":             74,
		"BEACON_API_ETH_V1_EVENTS_DATA_COLUMN_SIDECAR":           75,
		"LIBP2P_TRACE_GOSSIPSUB_DATA_COLUMN_SIDECAR":             76,
		"LIBP2P_TRACE_SYNTHETIC_HEARTBEAT":                       77,
		"LIBP2P_TRACE_RPC_DATA_COLUMN_CUSTODY_PROBE":             78,
		"EXECUTION_STATE_SIZE":                                   79,
		"CONSENSUS_ENGINE_API_NEW_PAYLOAD":                       80,
		"CONSENSUS_ENGINE_API_GET_BLOBS":                         81,
		"EXECUTION_ENGINE_NEW_PAYLOAD":                           82,
		"EXECUTION_ENGINE_GET_BLOBS":                             83,
		"BEACON_API_ETH_V1_BEACON_BLOB":                          84,
		"BEACON_API_ETH_V1_BEACON_SYNC_COMMITTEE":                85,
		"BEACON_API_ETH_V2_BEACON_BLOCK_SYNC_AGGREGATE":          86,
		"EXECUTION_BLOCK_METRICS":                                87,
		"LIBP2P_TRACE_IDENTIFY":                                  88,
	}
)

Enum value maps for Event_Name.

View Source
var (
	ModuleName_name = map[int32]string{
		0:  "UNSPECIFIED",
		1:  "SENTRY",
		2:  "CANNON",
		3:  "SERVER",
		4:  "DISCOVERY",
		5:  "CL_MIMICRY",
		6:  "EL_MIMICRY",
		7:  "RELAY_MONITOR",
		8:  "TYSM",
		9:  "SIDECAR",
		10: "RPC_SNOOPER",
	}
	ModuleName_value = map[string]int32{
		"UNSPECIFIED":   0,
		"SENTRY":        1,
		"CANNON":        2,
		"SERVER":        3,
		"DISCOVERY":     4,
		"CL_MIMICRY":    5,
		"EL_MIMICRY":    6,
		"RELAY_MONITOR": 7,
		"TYSM":          8,
		"SIDECAR":       9,
		"RPC_SNOOPER":   10,
	}
)

Enum value maps for ModuleName.

View Source
var (
	Release        = "dev"
	GitCommit      = "dev"
	Implementation = "Xatu"
	GOOS           = runtime.GOOS
	GOARCH         = runtime.GOARCH
)
View Source
var Coordinator_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "xatu.Coordinator",
	HandlerType: (*CoordinatorServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateNodeRecords",
			Handler:    _Coordinator_CreateNodeRecords_Handler,
		},
		{
			MethodName: "ListStalledExecutionNodeRecords",
			Handler:    _Coordinator_ListStalledExecutionNodeRecords_Handler,
		},
		{
			MethodName: "CreateExecutionNodeRecordStatus",
			Handler:    _Coordinator_CreateExecutionNodeRecordStatus_Handler,
		},
		{
			MethodName: "CoordinateExecutionNodeRecords",
			Handler:    _Coordinator_CoordinateExecutionNodeRecords_Handler,
		},
		{
			MethodName: "ListStalledConsensusNodeRecords",
			Handler:    _Coordinator_ListStalledConsensusNodeRecords_Handler,
		},
		{
			MethodName: "CreateConsensusNodeRecordStatus",
			Handler:    _Coordinator_CreateConsensusNodeRecordStatus_Handler,
		},
		{
			MethodName: "CreateConsensusNodeRecordStatuses",
			Handler:    _Coordinator_CreateConsensusNodeRecordStatuses_Handler,
		},
		{
			MethodName: "CoordinateConsensusNodeRecords",
			Handler:    _Coordinator_CoordinateConsensusNodeRecords_Handler,
		},
		{
			MethodName: "GetDiscoveryNodeRecord",
			Handler:    _Coordinator_GetDiscoveryNodeRecord_Handler,
		},
		{
			MethodName: "GetDiscoveryExecutionNodeRecord",
			Handler:    _Coordinator_GetDiscoveryExecutionNodeRecord_Handler,
		},
		{
			MethodName: "GetDiscoveryConsensusNodeRecord",
			Handler:    _Coordinator_GetDiscoveryConsensusNodeRecord_Handler,
		},
		{
			MethodName: "GetCannonLocation",
			Handler:    _Coordinator_GetCannonLocation_Handler,
		},
		{
			MethodName: "UpsertCannonLocation",
			Handler:    _Coordinator_UpsertCannonLocation_Handler,
		},
		{
			MethodName: "GetRelayMonitorLocation",
			Handler:    _Coordinator_GetRelayMonitorLocation_Handler,
		},
		{
			MethodName: "UpsertRelayMonitorLocation",
			Handler:    _Coordinator_UpsertRelayMonitorLocation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "pkg/proto/xatu/coordinator.proto",
}

Coordinator_ServiceDesc is the grpc.ServiceDesc for Coordinator service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var EventIngester_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "xatu.EventIngester",
	HandlerType: (*EventIngesterServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateEvents",
			Handler:    _EventIngester_CreateEvents_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "pkg/proto/xatu/event_ingester.proto",
}

EventIngester_ServiceDesc is the grpc.ServiceDesc for EventIngester service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_pkg_proto_xatu_coordinator_proto protoreflect.FileDescriptor
View Source
var File_pkg_proto_xatu_event_ingester_proto protoreflect.FileDescriptor
View Source
var File_pkg_proto_xatu_module_proto protoreflect.FileDescriptor

Functions

func Full

func Full() string

func FullVWithGOOS

func FullVWithGOOS() string

func FullVWithPlatform added in v1.0.0

func FullVWithPlatform() string

func FullWithModule added in v0.0.198

func FullWithModule(module ModuleName) string

func ImplementationLower

func ImplementationLower() string

func RegisterCoordinatorServer

func RegisterCoordinatorServer(s grpc.ServiceRegistrar, srv CoordinatorServer)

func RegisterEventIngesterServer

func RegisterEventIngesterServer(s grpc.ServiceRegistrar, srv EventIngesterServer)

func Short

func Short() string

func WithModule added in v0.0.198

func WithModule(module ModuleName) string

Types

type AttestingValidator

type AttestingValidator struct {

	// CommitteeIndex is the position of the validator within the committee.
	CommitteeIndex uint64 `protobuf:"varint,1,opt,name=committee_index,proto3" json:"committee_index,omitempty"`
	// Index is the index of the validator in the beacon chain.
	Index uint64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func AttestingValidatorFromVTPool added in v1.8.12

func AttestingValidatorFromVTPool() *AttestingValidator

func (*AttestingValidator) Descriptor deprecated

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

Deprecated: Use AttestingValidator.ProtoReflect.Descriptor instead.

func (*AttestingValidator) GetCommitteeIndex

func (x *AttestingValidator) GetCommitteeIndex() uint64

func (*AttestingValidator) GetIndex

func (x *AttestingValidator) GetIndex() uint64

func (*AttestingValidator) MarshalToSizedBufferVT added in v1.8.12

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

func (*AttestingValidator) MarshalToVT added in v1.8.12

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

func (*AttestingValidator) MarshalVT added in v1.8.12

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

func (*AttestingValidator) ProtoMessage

func (*AttestingValidator) ProtoMessage()

func (*AttestingValidator) ProtoReflect

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

func (*AttestingValidator) Reset

func (x *AttestingValidator) Reset()

func (*AttestingValidator) ResetVT added in v1.8.12

func (m *AttestingValidator) ResetVT()

func (*AttestingValidator) ReturnToVTPool added in v1.8.12

func (m *AttestingValidator) ReturnToVTPool()

func (*AttestingValidator) SizeVT added in v1.8.12

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

func (*AttestingValidator) String

func (x *AttestingValidator) String() string

func (*AttestingValidator) UnmarshalVT added in v1.8.12

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

type AttestingValidatorV2

type AttestingValidatorV2 struct {

	// CommitteeIndex is the position of the validator within the committee.
	CommitteeIndex *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=committee_index,proto3" json:"committee_index,omitempty"`
	// Index is the index of the validator in the beacon chain.
	Index *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func AttestingValidatorV2FromVTPool added in v1.8.12

func AttestingValidatorV2FromVTPool() *AttestingValidatorV2

func (*AttestingValidatorV2) Descriptor deprecated

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

Deprecated: Use AttestingValidatorV2.ProtoReflect.Descriptor instead.

func (*AttestingValidatorV2) GetCommitteeIndex

func (x *AttestingValidatorV2) GetCommitteeIndex() *wrapperspb.UInt64Value

func (*AttestingValidatorV2) GetIndex

func (*AttestingValidatorV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*AttestingValidatorV2) MarshalToVT added in v1.8.12

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

func (*AttestingValidatorV2) MarshalVT added in v1.8.12

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

func (*AttestingValidatorV2) ProtoMessage

func (*AttestingValidatorV2) ProtoMessage()

func (*AttestingValidatorV2) ProtoReflect

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

func (*AttestingValidatorV2) Reset

func (x *AttestingValidatorV2) Reset()

func (*AttestingValidatorV2) ResetVT added in v1.8.12

func (m *AttestingValidatorV2) ResetVT()

func (*AttestingValidatorV2) ReturnToVTPool added in v1.8.12

func (m *AttestingValidatorV2) ReturnToVTPool()

func (*AttestingValidatorV2) SizeVT added in v1.8.12

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

func (*AttestingValidatorV2) String

func (x *AttestingValidatorV2) String() string

func (*AttestingValidatorV2) UnmarshalVT added in v1.8.12

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

type BackfillingCheckpointMarker added in v0.0.136

type BackfillingCheckpointMarker struct {
	FinalizedEpoch uint64 `protobuf:"varint,1,opt,name=finalized_epoch,json=finalizedEpoch,proto3" json:"finalized_epoch,omitempty"`
	BackfillEpoch  int64  `protobuf:"varint,2,opt,name=backfill_epoch,json=backfillEpoch,proto3" json:"backfill_epoch,omitempty"`
	// contains filtered or unexported fields
}

func BackfillingCheckpointMarkerFromVTPool added in v1.8.12

func BackfillingCheckpointMarkerFromVTPool() *BackfillingCheckpointMarker

func (*BackfillingCheckpointMarker) Descriptor deprecated added in v0.0.136

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

Deprecated: Use BackfillingCheckpointMarker.ProtoReflect.Descriptor instead.

func (*BackfillingCheckpointMarker) GetBackfillEpoch added in v0.0.136

func (x *BackfillingCheckpointMarker) GetBackfillEpoch() int64

func (*BackfillingCheckpointMarker) GetFinalizedEpoch added in v0.0.136

func (x *BackfillingCheckpointMarker) GetFinalizedEpoch() uint64

func (*BackfillingCheckpointMarker) MarshalToSizedBufferVT added in v1.8.12

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

func (*BackfillingCheckpointMarker) MarshalToVT added in v1.8.12

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

func (*BackfillingCheckpointMarker) MarshalVT added in v1.8.12

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

func (*BackfillingCheckpointMarker) ProtoMessage added in v0.0.136

func (*BackfillingCheckpointMarker) ProtoMessage()

func (*BackfillingCheckpointMarker) ProtoReflect added in v0.0.136

func (*BackfillingCheckpointMarker) Reset added in v0.0.136

func (x *BackfillingCheckpointMarker) Reset()

func (*BackfillingCheckpointMarker) ResetVT added in v1.8.12

func (m *BackfillingCheckpointMarker) ResetVT()

func (*BackfillingCheckpointMarker) ReturnToVTPool added in v1.8.12

func (m *BackfillingCheckpointMarker) ReturnToVTPool()

func (*BackfillingCheckpointMarker) SizeVT added in v1.8.12

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

func (*BackfillingCheckpointMarker) String added in v0.0.136

func (x *BackfillingCheckpointMarker) String() string

func (*BackfillingCheckpointMarker) UnmarshalVT added in v1.8.12

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

type BlockIdentifier

type BlockIdentifier struct {

	// Epoch contains the epoch information for the block.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the block.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Version contains information about the version of the block.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// Root contains the root of the beacon block.
	Root string `protobuf:"bytes,4,opt,name=root,proto3" json:"root,omitempty"`
	// contains filtered or unexported fields
}

func BlockIdentifierFromVTPool added in v1.8.12

func BlockIdentifierFromVTPool() *BlockIdentifier

func (*BlockIdentifier) Descriptor deprecated

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

Deprecated: Use BlockIdentifier.ProtoReflect.Descriptor instead.

func (*BlockIdentifier) GetEpoch

func (x *BlockIdentifier) GetEpoch() *EpochV2

func (*BlockIdentifier) GetRoot

func (x *BlockIdentifier) GetRoot() string

func (*BlockIdentifier) GetSlot

func (x *BlockIdentifier) GetSlot() *SlotV2

func (*BlockIdentifier) GetVersion

func (x *BlockIdentifier) GetVersion() string

func (*BlockIdentifier) MarshalToSizedBufferVT added in v1.8.12

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

func (*BlockIdentifier) MarshalToVT added in v1.8.12

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

func (*BlockIdentifier) MarshalVT added in v1.8.12

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

func (*BlockIdentifier) ProtoMessage

func (*BlockIdentifier) ProtoMessage()

func (*BlockIdentifier) ProtoReflect

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

func (*BlockIdentifier) Reset

func (x *BlockIdentifier) Reset()

func (*BlockIdentifier) ResetVT added in v1.8.12

func (m *BlockIdentifier) ResetVT()

func (*BlockIdentifier) ReturnToVTPool added in v1.8.12

func (m *BlockIdentifier) ReturnToVTPool()

func (*BlockIdentifier) SizeVT added in v1.8.12

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

func (*BlockIdentifier) String

func (x *BlockIdentifier) String() string

func (*BlockIdentifier) UnmarshalVT added in v1.8.12

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

type CannonLocation

type CannonLocation struct {
	NetworkId string     `protobuf:"bytes,1,opt,name=network_id,json=networkId,proto3" json:"network_id,omitempty"`
	Type      CannonType `protobuf:"varint,2,opt,name=type,proto3,enum=xatu.CannonType" json:"type,omitempty"`
	// Types that are assignable to Data:
	//
	//	*CannonLocation_EthV2BeaconBlockVoluntaryExit
	//	*CannonLocation_EthV2BeaconBlockProposerSlashing
	//	*CannonLocation_EthV2BeaconBlockDeposit
	//	*CannonLocation_EthV2BeaconBlockAttesterSlashing
	//	*CannonLocation_EthV2BeaconBlockBlsToExecutionChange
	//	*CannonLocation_EthV2BeaconBlockExecutionTransaction
	//	*CannonLocation_EthV2BeaconBlockWithdrawal
	//	*CannonLocation_EthV2BeaconBlock
	//	*CannonLocation_EthV1BeaconBlobSidecar
	//	*CannonLocation_EthV1BeaconProposerDuty
	//	*CannonLocation_EthV2BeaconBlockElaboratedAttestation
	//	*CannonLocation_EthV1BeaconValidators
	//	*CannonLocation_EthV1BeaconCommittee
	//	*CannonLocation_EthV1BeaconSyncCommittee
	//	*CannonLocation_EthV2BeaconBlockSyncAggregate
	Data isCannonLocation_Data `protobuf_oneof:"Data"`
	// contains filtered or unexported fields
}

func CannonLocationFromVTPool added in v1.8.12

func CannonLocationFromVTPool() *CannonLocation

func (*CannonLocation) Descriptor deprecated

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

Deprecated: Use CannonLocation.ProtoReflect.Descriptor instead.

func (*CannonLocation) GetData

func (m *CannonLocation) GetData() isCannonLocation_Data

func (*CannonLocation) GetEthV1BeaconBlobSidecar

func (x *CannonLocation) GetEthV1BeaconBlobSidecar() *CannonLocationEthV1BeaconBlobSidecar

func (*CannonLocation) GetEthV1BeaconCommittee added in v0.0.183

func (x *CannonLocation) GetEthV1BeaconCommittee() *CannonLocationEthV1BeaconCommittee

func (*CannonLocation) GetEthV1BeaconProposerDuty added in v0.0.136

func (x *CannonLocation) GetEthV1BeaconProposerDuty() *CannonLocationEthV1BeaconProposerDuty

func (*CannonLocation) GetEthV1BeaconSyncCommittee added in v1.8.6

func (x *CannonLocation) GetEthV1BeaconSyncCommittee() *CannonLocationEthV1BeaconSyncCommittee

func (*CannonLocation) GetEthV1BeaconValidators added in v0.0.172

func (x *CannonLocation) GetEthV1BeaconValidators() *CannonLocationEthV1BeaconValidators

func (*CannonLocation) GetEthV2BeaconBlock

func (x *CannonLocation) GetEthV2BeaconBlock() *CannonLocationEthV2BeaconBlock

func (*CannonLocation) GetEthV2BeaconBlockAttesterSlashing

func (x *CannonLocation) GetEthV2BeaconBlockAttesterSlashing() *CannonLocationEthV2BeaconBlockAttesterSlashing

func (*CannonLocation) GetEthV2BeaconBlockBlsToExecutionChange

func (x *CannonLocation) GetEthV2BeaconBlockBlsToExecutionChange() *CannonLocationEthV2BeaconBlockBlsToExecutionChange

func (*CannonLocation) GetEthV2BeaconBlockDeposit

func (x *CannonLocation) GetEthV2BeaconBlockDeposit() *CannonLocationEthV2BeaconBlockDeposit

func (*CannonLocation) GetEthV2BeaconBlockElaboratedAttestation added in v0.0.139

func (x *CannonLocation) GetEthV2BeaconBlockElaboratedAttestation() *CannonLocationEthV2BeaconBlockElaboratedAttestation

func (*CannonLocation) GetEthV2BeaconBlockExecutionTransaction

func (x *CannonLocation) GetEthV2BeaconBlockExecutionTransaction() *CannonLocationEthV2BeaconBlockExecutionTransaction

func (*CannonLocation) GetEthV2BeaconBlockProposerSlashing

func (x *CannonLocation) GetEthV2BeaconBlockProposerSlashing() *CannonLocationEthV2BeaconBlockProposerSlashing

func (*CannonLocation) GetEthV2BeaconBlockSyncAggregate added in v1.8.7

func (x *CannonLocation) GetEthV2BeaconBlockSyncAggregate() *CannonLocationEthV2BeaconBlockSyncAggregate

func (*CannonLocation) GetEthV2BeaconBlockVoluntaryExit

func (x *CannonLocation) GetEthV2BeaconBlockVoluntaryExit() *CannonLocationEthV2BeaconBlockVoluntaryExit

func (*CannonLocation) GetEthV2BeaconBlockWithdrawal

func (x *CannonLocation) GetEthV2BeaconBlockWithdrawal() *CannonLocationEthV2BeaconBlockWithdrawal

func (*CannonLocation) GetNetworkId

func (x *CannonLocation) GetNetworkId() string

func (*CannonLocation) GetType

func (x *CannonLocation) GetType() CannonType

func (*CannonLocation) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation) MarshalToVT added in v1.8.12

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

func (*CannonLocation) MarshalVT added in v1.8.12

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

func (*CannonLocation) ProtoMessage

func (*CannonLocation) ProtoMessage()

func (*CannonLocation) ProtoReflect

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

func (*CannonLocation) Reset

func (x *CannonLocation) Reset()

func (*CannonLocation) ResetVT added in v1.8.12

func (m *CannonLocation) ResetVT()

func (*CannonLocation) ReturnToVTPool added in v1.8.12

func (m *CannonLocation) ReturnToVTPool()

func (*CannonLocation) SizeVT added in v1.8.12

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

func (*CannonLocation) String

func (x *CannonLocation) String() string

func (*CannonLocation) UnmarshalVT added in v1.8.12

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

type CannonLocationEthV1BeaconBlobSidecar

type CannonLocationEthV1BeaconBlobSidecar struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV1BeaconBlobSidecarFromVTPool added in v1.8.12

func CannonLocationEthV1BeaconBlobSidecarFromVTPool() *CannonLocationEthV1BeaconBlobSidecar

func (*CannonLocationEthV1BeaconBlobSidecar) Descriptor deprecated

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

Deprecated: Use CannonLocationEthV1BeaconBlobSidecar.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV1BeaconBlobSidecar) GetBackfillingCheckpointMarker added in v0.0.179

func (x *CannonLocationEthV1BeaconBlobSidecar) GetBackfillingCheckpointMarker() *BackfillingCheckpointMarker

func (*CannonLocationEthV1BeaconBlobSidecar) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconBlobSidecar) MarshalToVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconBlobSidecar) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconBlobSidecar) ProtoMessage

func (*CannonLocationEthV1BeaconBlobSidecar) ProtoMessage()

func (*CannonLocationEthV1BeaconBlobSidecar) ProtoReflect

func (*CannonLocationEthV1BeaconBlobSidecar) Reset

func (*CannonLocationEthV1BeaconBlobSidecar) ResetVT added in v1.8.12

func (*CannonLocationEthV1BeaconBlobSidecar) ReturnToVTPool added in v1.8.12

func (m *CannonLocationEthV1BeaconBlobSidecar) ReturnToVTPool()

func (*CannonLocationEthV1BeaconBlobSidecar) SizeVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconBlobSidecar) String

func (*CannonLocationEthV1BeaconBlobSidecar) UnmarshalVT added in v1.8.12

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

type CannonLocationEthV1BeaconCommittee added in v0.0.183

type CannonLocationEthV1BeaconCommittee struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV1BeaconCommitteeFromVTPool added in v1.8.12

func CannonLocationEthV1BeaconCommitteeFromVTPool() *CannonLocationEthV1BeaconCommittee

func (*CannonLocationEthV1BeaconCommittee) Descriptor deprecated added in v0.0.183

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

Deprecated: Use CannonLocationEthV1BeaconCommittee.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV1BeaconCommittee) GetBackfillingCheckpointMarker added in v0.0.183

func (x *CannonLocationEthV1BeaconCommittee) GetBackfillingCheckpointMarker() *BackfillingCheckpointMarker

func (*CannonLocationEthV1BeaconCommittee) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconCommittee) MarshalToVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconCommittee) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconCommittee) ProtoMessage added in v0.0.183

func (*CannonLocationEthV1BeaconCommittee) ProtoMessage()

func (*CannonLocationEthV1BeaconCommittee) ProtoReflect added in v0.0.183

func (*CannonLocationEthV1BeaconCommittee) Reset added in v0.0.183

func (*CannonLocationEthV1BeaconCommittee) ResetVT added in v1.8.12

func (*CannonLocationEthV1BeaconCommittee) ReturnToVTPool added in v1.8.12

func (m *CannonLocationEthV1BeaconCommittee) ReturnToVTPool()

func (*CannonLocationEthV1BeaconCommittee) SizeVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconCommittee) String added in v0.0.183

func (*CannonLocationEthV1BeaconCommittee) UnmarshalVT added in v1.8.12

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

type CannonLocationEthV1BeaconProposerDuty added in v0.0.136

type CannonLocationEthV1BeaconProposerDuty struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV1BeaconProposerDutyFromVTPool added in v1.8.12

func CannonLocationEthV1BeaconProposerDutyFromVTPool() *CannonLocationEthV1BeaconProposerDuty

func (*CannonLocationEthV1BeaconProposerDuty) Descriptor deprecated added in v0.0.136

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

Deprecated: Use CannonLocationEthV1BeaconProposerDuty.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV1BeaconProposerDuty) GetBackfillingCheckpointMarker added in v0.0.136

func (x *CannonLocationEthV1BeaconProposerDuty) GetBackfillingCheckpointMarker() *BackfillingCheckpointMarker

func (*CannonLocationEthV1BeaconProposerDuty) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconProposerDuty) MarshalToVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconProposerDuty) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconProposerDuty) ProtoMessage added in v0.0.136

func (*CannonLocationEthV1BeaconProposerDuty) ProtoMessage()

func (*CannonLocationEthV1BeaconProposerDuty) ProtoReflect added in v0.0.136

func (*CannonLocationEthV1BeaconProposerDuty) Reset added in v0.0.136

func (*CannonLocationEthV1BeaconProposerDuty) ResetVT added in v1.8.12

func (*CannonLocationEthV1BeaconProposerDuty) ReturnToVTPool added in v1.8.12

func (m *CannonLocationEthV1BeaconProposerDuty) ReturnToVTPool()

func (*CannonLocationEthV1BeaconProposerDuty) SizeVT added in v1.8.12

func (*CannonLocationEthV1BeaconProposerDuty) String added in v0.0.136

func (*CannonLocationEthV1BeaconProposerDuty) UnmarshalVT added in v1.8.12

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

type CannonLocationEthV1BeaconSyncCommittee added in v1.8.6

type CannonLocationEthV1BeaconSyncCommittee struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV1BeaconSyncCommitteeFromVTPool added in v1.8.12

func CannonLocationEthV1BeaconSyncCommitteeFromVTPool() *CannonLocationEthV1BeaconSyncCommittee

func (*CannonLocationEthV1BeaconSyncCommittee) Descriptor deprecated added in v1.8.6

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

Deprecated: Use CannonLocationEthV1BeaconSyncCommittee.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV1BeaconSyncCommittee) GetBackfillingCheckpointMarker added in v1.8.6

func (x *CannonLocationEthV1BeaconSyncCommittee) GetBackfillingCheckpointMarker() *BackfillingCheckpointMarker

func (*CannonLocationEthV1BeaconSyncCommittee) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconSyncCommittee) MarshalToVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconSyncCommittee) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconSyncCommittee) ProtoMessage added in v1.8.6

func (*CannonLocationEthV1BeaconSyncCommittee) ProtoReflect added in v1.8.6

func (*CannonLocationEthV1BeaconSyncCommittee) Reset added in v1.8.6

func (*CannonLocationEthV1BeaconSyncCommittee) ResetVT added in v1.8.12

func (*CannonLocationEthV1BeaconSyncCommittee) ReturnToVTPool added in v1.8.12

func (m *CannonLocationEthV1BeaconSyncCommittee) ReturnToVTPool()

func (*CannonLocationEthV1BeaconSyncCommittee) SizeVT added in v1.8.12

func (*CannonLocationEthV1BeaconSyncCommittee) String added in v1.8.6

func (*CannonLocationEthV1BeaconSyncCommittee) UnmarshalVT added in v1.8.12

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

type CannonLocationEthV1BeaconValidators added in v0.0.172

type CannonLocationEthV1BeaconValidators struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV1BeaconValidatorsFromVTPool added in v1.8.12

func CannonLocationEthV1BeaconValidatorsFromVTPool() *CannonLocationEthV1BeaconValidators

func (*CannonLocationEthV1BeaconValidators) Descriptor deprecated added in v0.0.172

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

Deprecated: Use CannonLocationEthV1BeaconValidators.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV1BeaconValidators) GetBackfillingCheckpointMarker added in v0.0.172

func (x *CannonLocationEthV1BeaconValidators) GetBackfillingCheckpointMarker() *BackfillingCheckpointMarker

func (*CannonLocationEthV1BeaconValidators) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconValidators) MarshalToVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconValidators) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconValidators) ProtoMessage added in v0.0.172

func (*CannonLocationEthV1BeaconValidators) ProtoMessage()

func (*CannonLocationEthV1BeaconValidators) ProtoReflect added in v0.0.172

func (*CannonLocationEthV1BeaconValidators) Reset added in v0.0.172

func (*CannonLocationEthV1BeaconValidators) ResetVT added in v1.8.12

func (*CannonLocationEthV1BeaconValidators) ReturnToVTPool added in v1.8.12

func (m *CannonLocationEthV1BeaconValidators) ReturnToVTPool()

func (*CannonLocationEthV1BeaconValidators) SizeVT added in v1.8.12

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

func (*CannonLocationEthV1BeaconValidators) String added in v0.0.172

func (*CannonLocationEthV1BeaconValidators) UnmarshalVT added in v1.8.12

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

type CannonLocationEthV2BeaconBlock

type CannonLocationEthV2BeaconBlock struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV2BeaconBlockFromVTPool added in v1.8.12

func CannonLocationEthV2BeaconBlockFromVTPool() *CannonLocationEthV2BeaconBlock

func (*CannonLocationEthV2BeaconBlock) Descriptor deprecated

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

Deprecated: Use CannonLocationEthV2BeaconBlock.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV2BeaconBlock) GetBackfillingCheckpointMarker added in v0.0.179

func (x *CannonLocationEthV2BeaconBlock) GetBackfillingCheckpointMarker() *BackfillingCheckpointMarker

func (*CannonLocationEthV2BeaconBlock) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlock) MarshalToVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlock) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlock) ProtoMessage

func (*CannonLocationEthV2BeaconBlock) ProtoMessage()

func (*CannonLocationEthV2BeaconBlock) ProtoReflect

func (*CannonLocationEthV2BeaconBlock) Reset

func (x *CannonLocationEthV2BeaconBlock) Reset()

func (*CannonLocationEthV2BeaconBlock) ResetVT added in v1.8.12

func (m *CannonLocationEthV2BeaconBlock) ResetVT()

func (*CannonLocationEthV2BeaconBlock) ReturnToVTPool added in v1.8.12

func (m *CannonLocationEthV2BeaconBlock) ReturnToVTPool()

func (*CannonLocationEthV2BeaconBlock) SizeVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlock) String

func (*CannonLocationEthV2BeaconBlock) UnmarshalVT added in v1.8.12

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

type CannonLocationEthV2BeaconBlockAttesterSlashing

type CannonLocationEthV2BeaconBlockAttesterSlashing struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV2BeaconBlockAttesterSlashingFromVTPool added in v1.8.12

func CannonLocationEthV2BeaconBlockAttesterSlashingFromVTPool() *CannonLocationEthV2BeaconBlockAttesterSlashing

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) Descriptor deprecated

Deprecated: Use CannonLocationEthV2BeaconBlockAttesterSlashing.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) GetBackfillingCheckpointMarker added in v0.0.179

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) MarshalToVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) ProtoMessage

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) ProtoReflect

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) Reset

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) ResetVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) ReturnToVTPool added in v1.8.12

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) SizeVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) String

func (*CannonLocationEthV2BeaconBlockAttesterSlashing) UnmarshalVT added in v1.8.12

type CannonLocationEthV2BeaconBlockBlsToExecutionChange

type CannonLocationEthV2BeaconBlockBlsToExecutionChange struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV2BeaconBlockBlsToExecutionChangeFromVTPool added in v1.8.12

func CannonLocationEthV2BeaconBlockBlsToExecutionChangeFromVTPool() *CannonLocationEthV2BeaconBlockBlsToExecutionChange

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) Descriptor deprecated

Deprecated: Use CannonLocationEthV2BeaconBlockBlsToExecutionChange.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) GetBackfillingCheckpointMarker added in v0.0.179

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) MarshalToVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) ProtoMessage

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) ProtoReflect

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) Reset

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) ResetVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) ReturnToVTPool added in v1.8.12

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) SizeVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) String

func (*CannonLocationEthV2BeaconBlockBlsToExecutionChange) UnmarshalVT added in v1.8.12

type CannonLocationEthV2BeaconBlockDeposit

type CannonLocationEthV2BeaconBlockDeposit struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV2BeaconBlockDepositFromVTPool added in v1.8.12

func CannonLocationEthV2BeaconBlockDepositFromVTPool() *CannonLocationEthV2BeaconBlockDeposit

func (*CannonLocationEthV2BeaconBlockDeposit) Descriptor deprecated

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

Deprecated: Use CannonLocationEthV2BeaconBlockDeposit.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV2BeaconBlockDeposit) GetBackfillingCheckpointMarker added in v0.0.179

func (x *CannonLocationEthV2BeaconBlockDeposit) GetBackfillingCheckpointMarker() *BackfillingCheckpointMarker

func (*CannonLocationEthV2BeaconBlockDeposit) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockDeposit) MarshalToVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockDeposit) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockDeposit) ProtoMessage

func (*CannonLocationEthV2BeaconBlockDeposit) ProtoMessage()

func (*CannonLocationEthV2BeaconBlockDeposit) ProtoReflect

func (*CannonLocationEthV2BeaconBlockDeposit) Reset

func (*CannonLocationEthV2BeaconBlockDeposit) ResetVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockDeposit) ReturnToVTPool added in v1.8.12

func (m *CannonLocationEthV2BeaconBlockDeposit) ReturnToVTPool()

func (*CannonLocationEthV2BeaconBlockDeposit) SizeVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockDeposit) String

func (*CannonLocationEthV2BeaconBlockDeposit) UnmarshalVT added in v1.8.12

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

type CannonLocationEthV2BeaconBlockElaboratedAttestation added in v0.0.139

type CannonLocationEthV2BeaconBlockElaboratedAttestation struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV2BeaconBlockElaboratedAttestationFromVTPool added in v1.8.12

func CannonLocationEthV2BeaconBlockElaboratedAttestationFromVTPool() *CannonLocationEthV2BeaconBlockElaboratedAttestation

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) Descriptor deprecated added in v0.0.139

Deprecated: Use CannonLocationEthV2BeaconBlockElaboratedAttestation.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) GetBackfillingCheckpointMarker added in v0.0.139

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) MarshalToVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) ProtoMessage added in v0.0.139

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) ProtoReflect added in v0.0.139

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) Reset added in v0.0.139

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) ResetVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) ReturnToVTPool added in v1.8.12

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) SizeVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) String added in v0.0.139

func (*CannonLocationEthV2BeaconBlockElaboratedAttestation) UnmarshalVT added in v1.8.12

type CannonLocationEthV2BeaconBlockExecutionTransaction

type CannonLocationEthV2BeaconBlockExecutionTransaction struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV2BeaconBlockExecutionTransactionFromVTPool added in v1.8.12

func CannonLocationEthV2BeaconBlockExecutionTransactionFromVTPool() *CannonLocationEthV2BeaconBlockExecutionTransaction

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) Descriptor deprecated

Deprecated: Use CannonLocationEthV2BeaconBlockExecutionTransaction.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) GetBackfillingCheckpointMarker added in v0.0.179

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) MarshalToVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) ProtoMessage

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) ProtoReflect

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) Reset

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) ResetVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) ReturnToVTPool added in v1.8.12

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) SizeVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) String

func (*CannonLocationEthV2BeaconBlockExecutionTransaction) UnmarshalVT added in v1.8.12

type CannonLocationEthV2BeaconBlockProposerSlashing

type CannonLocationEthV2BeaconBlockProposerSlashing struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV2BeaconBlockProposerSlashingFromVTPool added in v1.8.12

func CannonLocationEthV2BeaconBlockProposerSlashingFromVTPool() *CannonLocationEthV2BeaconBlockProposerSlashing

func (*CannonLocationEthV2BeaconBlockProposerSlashing) Descriptor deprecated

Deprecated: Use CannonLocationEthV2BeaconBlockProposerSlashing.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV2BeaconBlockProposerSlashing) GetBackfillingCheckpointMarker added in v0.0.179

func (*CannonLocationEthV2BeaconBlockProposerSlashing) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockProposerSlashing) MarshalToVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockProposerSlashing) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockProposerSlashing) ProtoMessage

func (*CannonLocationEthV2BeaconBlockProposerSlashing) ProtoReflect

func (*CannonLocationEthV2BeaconBlockProposerSlashing) Reset

func (*CannonLocationEthV2BeaconBlockProposerSlashing) ResetVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockProposerSlashing) ReturnToVTPool added in v1.8.12

func (*CannonLocationEthV2BeaconBlockProposerSlashing) SizeVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockProposerSlashing) String

func (*CannonLocationEthV2BeaconBlockProposerSlashing) UnmarshalVT added in v1.8.12

type CannonLocationEthV2BeaconBlockSyncAggregate added in v1.8.7

type CannonLocationEthV2BeaconBlockSyncAggregate struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV2BeaconBlockSyncAggregateFromVTPool added in v1.8.12

func CannonLocationEthV2BeaconBlockSyncAggregateFromVTPool() *CannonLocationEthV2BeaconBlockSyncAggregate

func (*CannonLocationEthV2BeaconBlockSyncAggregate) Descriptor deprecated added in v1.8.7

Deprecated: Use CannonLocationEthV2BeaconBlockSyncAggregate.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV2BeaconBlockSyncAggregate) GetBackfillingCheckpointMarker added in v1.8.7

func (x *CannonLocationEthV2BeaconBlockSyncAggregate) GetBackfillingCheckpointMarker() *BackfillingCheckpointMarker

func (*CannonLocationEthV2BeaconBlockSyncAggregate) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockSyncAggregate) MarshalToVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockSyncAggregate) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockSyncAggregate) ProtoMessage added in v1.8.7

func (*CannonLocationEthV2BeaconBlockSyncAggregate) ProtoReflect added in v1.8.7

func (*CannonLocationEthV2BeaconBlockSyncAggregate) Reset added in v1.8.7

func (*CannonLocationEthV2BeaconBlockSyncAggregate) ResetVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockSyncAggregate) ReturnToVTPool added in v1.8.12

func (m *CannonLocationEthV2BeaconBlockSyncAggregate) ReturnToVTPool()

func (*CannonLocationEthV2BeaconBlockSyncAggregate) SizeVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockSyncAggregate) String added in v1.8.7

func (*CannonLocationEthV2BeaconBlockSyncAggregate) UnmarshalVT added in v1.8.12

type CannonLocationEthV2BeaconBlockVoluntaryExit

type CannonLocationEthV2BeaconBlockVoluntaryExit struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV2BeaconBlockVoluntaryExitFromVTPool added in v1.8.12

func CannonLocationEthV2BeaconBlockVoluntaryExitFromVTPool() *CannonLocationEthV2BeaconBlockVoluntaryExit

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) Descriptor deprecated

Deprecated: Use CannonLocationEthV2BeaconBlockVoluntaryExit.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) GetBackfillingCheckpointMarker added in v0.0.179

func (x *CannonLocationEthV2BeaconBlockVoluntaryExit) GetBackfillingCheckpointMarker() *BackfillingCheckpointMarker

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) MarshalToVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) ProtoMessage

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) ProtoReflect

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) Reset

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) ResetVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) ReturnToVTPool added in v1.8.12

func (m *CannonLocationEthV2BeaconBlockVoluntaryExit) ReturnToVTPool()

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) SizeVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) String

func (*CannonLocationEthV2BeaconBlockVoluntaryExit) UnmarshalVT added in v1.8.12

type CannonLocationEthV2BeaconBlockWithdrawal

type CannonLocationEthV2BeaconBlockWithdrawal struct {
	BackfillingCheckpointMarker *BackfillingCheckpointMarker `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CannonLocationEthV2BeaconBlockWithdrawalFromVTPool added in v1.8.12

func CannonLocationEthV2BeaconBlockWithdrawalFromVTPool() *CannonLocationEthV2BeaconBlockWithdrawal

func (*CannonLocationEthV2BeaconBlockWithdrawal) Descriptor deprecated

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

Deprecated: Use CannonLocationEthV2BeaconBlockWithdrawal.ProtoReflect.Descriptor instead.

func (*CannonLocationEthV2BeaconBlockWithdrawal) GetBackfillingCheckpointMarker added in v0.0.179

func (x *CannonLocationEthV2BeaconBlockWithdrawal) GetBackfillingCheckpointMarker() *BackfillingCheckpointMarker

func (*CannonLocationEthV2BeaconBlockWithdrawal) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockWithdrawal) MarshalToVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockWithdrawal) MarshalVT added in v1.8.12

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

func (*CannonLocationEthV2BeaconBlockWithdrawal) ProtoMessage

func (*CannonLocationEthV2BeaconBlockWithdrawal) ProtoReflect

func (*CannonLocationEthV2BeaconBlockWithdrawal) Reset

func (*CannonLocationEthV2BeaconBlockWithdrawal) ResetVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockWithdrawal) ReturnToVTPool added in v1.8.12

func (m *CannonLocationEthV2BeaconBlockWithdrawal) ReturnToVTPool()

func (*CannonLocationEthV2BeaconBlockWithdrawal) SizeVT added in v1.8.12

func (*CannonLocationEthV2BeaconBlockWithdrawal) String

func (*CannonLocationEthV2BeaconBlockWithdrawal) UnmarshalVT added in v1.8.12

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

type CannonLocation_EthV1BeaconBlobSidecar

type CannonLocation_EthV1BeaconBlobSidecar struct {
	// Field 11 was blockprint_block_classification — blockprint is deprecated.
	// Do not reuse field number 11.
	EthV1BeaconBlobSidecar *CannonLocationEthV1BeaconBlobSidecar `protobuf:"bytes,12,opt,name=eth_v1_beacon_blob_sidecar,json=BEACON_API_ETH_V1_BEACON_BLOB_SIDECAR,proto3,oneof"`
}

func (*CannonLocation_EthV1BeaconBlobSidecar) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV1BeaconBlobSidecar) MarshalToVT added in v1.8.12

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

func (*CannonLocation_EthV1BeaconBlobSidecar) SizeVT added in v1.8.12

type CannonLocation_EthV1BeaconCommittee added in v0.0.183

type CannonLocation_EthV1BeaconCommittee struct {
	EthV1BeaconCommittee *CannonLocationEthV1BeaconCommittee `protobuf:"bytes,16,opt,name=eth_v1_beacon_committee,json=BEACON_API_ETH_V1_BEACON_COMMITTEE,proto3,oneof"`
}

func (*CannonLocation_EthV1BeaconCommittee) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV1BeaconCommittee) MarshalToVT added in v1.8.12

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

func (*CannonLocation_EthV1BeaconCommittee) SizeVT added in v1.8.12

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

type CannonLocation_EthV1BeaconProposerDuty added in v0.0.136

type CannonLocation_EthV1BeaconProposerDuty struct {
	EthV1BeaconProposerDuty *CannonLocationEthV1BeaconProposerDuty `protobuf:"bytes,13,opt,name=eth_v1_beacon_proposer_duty,json=BEACON_API_ETH_V1_PROPOSER_DUTY,proto3,oneof"`
}

func (*CannonLocation_EthV1BeaconProposerDuty) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV1BeaconProposerDuty) MarshalToVT added in v1.8.12

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

func (*CannonLocation_EthV1BeaconProposerDuty) SizeVT added in v1.8.12

type CannonLocation_EthV1BeaconSyncCommittee added in v1.8.6

type CannonLocation_EthV1BeaconSyncCommittee struct {
	EthV1BeaconSyncCommittee *CannonLocationEthV1BeaconSyncCommittee `protobuf:"bytes,17,opt,name=eth_v1_beacon_sync_committee,json=BEACON_API_ETH_V1_BEACON_SYNC_COMMITTEE,proto3,oneof"`
}

func (*CannonLocation_EthV1BeaconSyncCommittee) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV1BeaconSyncCommittee) MarshalToVT added in v1.8.12

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

func (*CannonLocation_EthV1BeaconSyncCommittee) SizeVT added in v1.8.12

type CannonLocation_EthV1BeaconValidators added in v0.0.172

type CannonLocation_EthV1BeaconValidators struct {
	EthV1BeaconValidators *CannonLocationEthV1BeaconValidators `protobuf:"bytes,15,opt,name=eth_v1_beacon_validators,json=BEACON_API_ETH_V1_BEACON_VALIDATORS,proto3,oneof"`
}

func (*CannonLocation_EthV1BeaconValidators) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV1BeaconValidators) MarshalToVT added in v1.8.12

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

func (*CannonLocation_EthV1BeaconValidators) SizeVT added in v1.8.12

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

type CannonLocation_EthV2BeaconBlock

type CannonLocation_EthV2BeaconBlock struct {
	EthV2BeaconBlock *CannonLocationEthV2BeaconBlock `protobuf:"bytes,10,opt,name=eth_v2_beacon_block,json=BEACON_API_ETH_V2_BEACON_BLOCK,proto3,oneof"`
}

func (*CannonLocation_EthV2BeaconBlock) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlock) MarshalToVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlock) SizeVT added in v1.8.12

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

type CannonLocation_EthV2BeaconBlockAttesterSlashing

type CannonLocation_EthV2BeaconBlockAttesterSlashing struct {
	EthV2BeaconBlockAttesterSlashing *CannonLocationEthV2BeaconBlockAttesterSlashing `` /* 132-byte string literal not displayed */
}

func (*CannonLocation_EthV2BeaconBlockAttesterSlashing) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockAttesterSlashing) MarshalToVT added in v1.8.12

func (*CannonLocation_EthV2BeaconBlockAttesterSlashing) SizeVT added in v1.8.12

type CannonLocation_EthV2BeaconBlockBlsToExecutionChange

type CannonLocation_EthV2BeaconBlockBlsToExecutionChange struct {
	EthV2BeaconBlockBlsToExecutionChange *CannonLocationEthV2BeaconBlockBlsToExecutionChange `` /* 144-byte string literal not displayed */
}

func (*CannonLocation_EthV2BeaconBlockBlsToExecutionChange) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockBlsToExecutionChange) MarshalToVT added in v1.8.12

func (*CannonLocation_EthV2BeaconBlockBlsToExecutionChange) SizeVT added in v1.8.12

type CannonLocation_EthV2BeaconBlockDeposit

type CannonLocation_EthV2BeaconBlockDeposit struct {
	EthV2BeaconBlockDeposit *CannonLocationEthV2BeaconBlockDeposit `protobuf:"bytes,5,opt,name=eth_v2_beacon_block_deposit,json=BEACON_API_ETH_V2_BEACON_BLOCK_DEPOSIT,proto3,oneof"`
}

func (*CannonLocation_EthV2BeaconBlockDeposit) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockDeposit) MarshalToVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockDeposit) SizeVT added in v1.8.12

type CannonLocation_EthV2BeaconBlockElaboratedAttestation added in v0.0.139

type CannonLocation_EthV2BeaconBlockElaboratedAttestation struct {
	EthV2BeaconBlockElaboratedAttestation *CannonLocationEthV2BeaconBlockElaboratedAttestation `` /* 143-byte string literal not displayed */
}

func (*CannonLocation_EthV2BeaconBlockElaboratedAttestation) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockElaboratedAttestation) MarshalToVT added in v1.8.12

func (*CannonLocation_EthV2BeaconBlockElaboratedAttestation) SizeVT added in v1.8.12

type CannonLocation_EthV2BeaconBlockExecutionTransaction

type CannonLocation_EthV2BeaconBlockExecutionTransaction struct {
	EthV2BeaconBlockExecutionTransaction *CannonLocationEthV2BeaconBlockExecutionTransaction `` /* 140-byte string literal not displayed */
}

func (*CannonLocation_EthV2BeaconBlockExecutionTransaction) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockExecutionTransaction) MarshalToVT added in v1.8.12

func (*CannonLocation_EthV2BeaconBlockExecutionTransaction) SizeVT added in v1.8.12

type CannonLocation_EthV2BeaconBlockProposerSlashing

type CannonLocation_EthV2BeaconBlockProposerSlashing struct {
	EthV2BeaconBlockProposerSlashing *CannonLocationEthV2BeaconBlockProposerSlashing `` /* 132-byte string literal not displayed */
}

func (*CannonLocation_EthV2BeaconBlockProposerSlashing) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockProposerSlashing) MarshalToVT added in v1.8.12

func (*CannonLocation_EthV2BeaconBlockProposerSlashing) SizeVT added in v1.8.12

type CannonLocation_EthV2BeaconBlockSyncAggregate added in v1.8.7

type CannonLocation_EthV2BeaconBlockSyncAggregate struct {
	EthV2BeaconBlockSyncAggregate *CannonLocationEthV2BeaconBlockSyncAggregate `` /* 127-byte string literal not displayed */
}

func (*CannonLocation_EthV2BeaconBlockSyncAggregate) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockSyncAggregate) MarshalToVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockSyncAggregate) SizeVT added in v1.8.12

type CannonLocation_EthV2BeaconBlockVoluntaryExit

type CannonLocation_EthV2BeaconBlockVoluntaryExit struct {
	EthV2BeaconBlockVoluntaryExit *CannonLocationEthV2BeaconBlockVoluntaryExit `` /* 126-byte string literal not displayed */
}

func (*CannonLocation_EthV2BeaconBlockVoluntaryExit) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockVoluntaryExit) MarshalToVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockVoluntaryExit) SizeVT added in v1.8.12

type CannonLocation_EthV2BeaconBlockWithdrawal

type CannonLocation_EthV2BeaconBlockWithdrawal struct {
	EthV2BeaconBlockWithdrawal *CannonLocationEthV2BeaconBlockWithdrawal `protobuf:"bytes,9,opt,name=eth_v2_beacon_block_withdrawal,json=BEACON_API_ETH_V2_BEACON_BLOCK_WITHDRAWAL,proto3,oneof"`
}

func (*CannonLocation_EthV2BeaconBlockWithdrawal) MarshalToSizedBufferVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockWithdrawal) MarshalToVT added in v1.8.12

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

func (*CannonLocation_EthV2BeaconBlockWithdrawal) SizeVT added in v1.8.12

type CannonType

type CannonType int32
const (
	CannonType_BEACON_API_ETH_V2_BEACON_BLOCK_VOLUNTARY_EXIT          CannonType = 0
	CannonType_BEACON_API_ETH_V2_BEACON_BLOCK_PROPOSER_SLASHING       CannonType = 1
	CannonType_BEACON_API_ETH_V2_BEACON_BLOCK_DEPOSIT                 CannonType = 2
	CannonType_BEACON_API_ETH_V2_BEACON_BLOCK_ATTESTER_SLASHING       CannonType = 3
	CannonType_BEACON_API_ETH_V2_BEACON_BLOCK_BLS_TO_EXECUTION_CHANGE CannonType = 4
	CannonType_BEACON_API_ETH_V2_BEACON_BLOCK_EXECUTION_TRANSACTION   CannonType = 5
	CannonType_BEACON_API_ETH_V2_BEACON_BLOCK_WITHDRAWAL              CannonType = 6
	CannonType_BEACON_API_ETH_V2_BEACON_BLOCK                         CannonType = 7
	CannonType_BEACON_API_ETH_V1_BEACON_BLOB_SIDECAR                  CannonType = 9
	CannonType_BEACON_API_ETH_V1_PROPOSER_DUTY                        CannonType = 10
	CannonType_BEACON_API_ETH_V2_BEACON_BLOCK_ELABORATED_ATTESTATION  CannonType = 11
	CannonType_BEACON_API_ETH_V1_BEACON_VALIDATORS                    CannonType = 12
	CannonType_BEACON_API_ETH_V1_BEACON_COMMITTEE                     CannonType = 13
	CannonType_BEACON_API_ETH_V1_BEACON_SYNC_COMMITTEE                CannonType = 14
	CannonType_BEACON_API_ETH_V2_BEACON_BLOCK_SYNC_AGGREGATE          CannonType = 15
)

func (CannonType) Descriptor

func (CannonType) Descriptor() protoreflect.EnumDescriptor

func (CannonType) Enum

func (x CannonType) Enum() *CannonType

func (CannonType) EnumDescriptor deprecated

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

Deprecated: Use CannonType.Descriptor instead.

func (CannonType) Number

func (x CannonType) Number() protoreflect.EnumNumber

func (CannonType) String

func (x CannonType) String() string

func (CannonType) Type

type ClientMeta

type ClientMeta struct {

	// Name is the name of the client.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Version is the Xatu-sentry version of the client.
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// ID is the unique ID of the client.
	Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// Implmentation is the implementation of the client.
	Implementation string `protobuf:"bytes,4,opt,name=implementation,proto3" json:"implementation,omitempty"`
	// OS is the operating system of the client.
	Os string `protobuf:"bytes,5,opt,name=os,proto3" json:"os,omitempty"`
	// ClockDrift is the NTP calculated clock drift of the client.
	ClockDrift uint64 `protobuf:"varint,6,opt,name=clock_drift,proto3" json:"clock_drift,omitempty"`
	// Ethereum contains information about the Ethereum network and configuration.
	Ethereum *ClientMeta_Ethereum `protobuf:"bytes,8,opt,name=ethereum,proto3" json:"ethereum,omitempty"`
	// Labels contains additional labels as set by the client.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// AdditionalData contains additional, computed data as set by the client
	// about the event.
	//
	// Types that are assignable to AdditionalData:
	//
	//	*ClientMeta_EthV1EventsAttestation
	//	*ClientMeta_EthV1EventsHead
	//	*ClientMeta_EthV1EventsBlock
	//	*ClientMeta_EthV1EventsVoluntaryExit
	//	*ClientMeta_EthV1EventsFinalizedCheckpoint
	//	*ClientMeta_EthV1EventsChainReorg
	//	*ClientMeta_EthV1EventsContributionAndProof
	//	*ClientMeta_MempoolTransaction
	//	*ClientMeta_EthV2BeaconBlock
	//	*ClientMeta_EthV1DebugForkChoice
	//	*ClientMeta_EthV1DebugForkChoiceReorg
	//	*ClientMeta_EthV1BeaconCommittee
	//	*ClientMeta_EthV1ValidatorAttestationData
	//	*ClientMeta_EthV1EventsAttestationV2
	//	*ClientMeta_EthV1EventsHeadV2
	//	*ClientMeta_EthV1EventsBlockV2
	//	*ClientMeta_EthV1EventsVoluntaryExitV2
	//	*ClientMeta_EthV1EventsFinalizedCheckpointV2
	//	*ClientMeta_EthV1EventsChainReorgV2
	//	*ClientMeta_EthV1EventsContributionAndProofV2
	//	*ClientMeta_MempoolTransactionV2
	//	*ClientMeta_EthV2BeaconBlockV2
	//	*ClientMeta_EthV1DebugForkChoiceV2
	//	*ClientMeta_EthV1DebugForkChoiceReorgV2
	//	*ClientMeta_EthV2BeaconBlockAttesterSlashing
	//	*ClientMeta_EthV2BeaconBlockProposerSlashing
	//	*ClientMeta_EthV2BeaconBlockVoluntaryExit
	//	*ClientMeta_EthV2BeaconBlockDeposit
	//	*ClientMeta_EthV2BeaconBlockBlsToExecutionChange
	//	*ClientMeta_EthV2BeaconBlockExecutionTransaction
	//	*ClientMeta_EthV2BeaconBlockWithdrawal
	//	*ClientMeta_EthV1EventsBlobSidecar
	//	*ClientMeta_EthV1BeaconBlobSidecar
	//	*ClientMeta_BeaconP2PAttestation
	//	*ClientMeta_EthV1ProposerDuty
	//	*ClientMeta_EthV2BeaconBlockElaboratedAttestation
	//	*ClientMeta_Libp2PTraceAddPeer
	//	*ClientMeta_Libp2PTraceRemovePeer
	//	*ClientMeta_Libp2PTraceRecvRpc
	//	*ClientMeta_Libp2PTraceSendRpc
	//	*ClientMeta_Libp2PTraceJoin
	//	*ClientMeta_Libp2PTraceConnected
	//	*ClientMeta_Libp2PTraceDisconnected
	//	*ClientMeta_Libp2PTraceHandleMetadata
	//	*ClientMeta_Libp2PTraceHandleStatus
	//	*ClientMeta_Libp2PTraceGossipsubBeaconBlock
	//	*ClientMeta_Libp2PTraceGossipsubBeaconAttestation
	//	*ClientMeta_Libp2PTraceGossipsubBlobSidecar
	//	*ClientMeta_EthV1Validators
	//	*ClientMeta_MevRelayBidTraceBuilderBlockSubmission
	//	*ClientMeta_MevRelayPayloadDelivered
	//	*ClientMeta_EthV3ValidatorBlock
	//	*ClientMeta_MevRelayValidatorRegistration
	//	*ClientMeta_EthV1EventsBlockGossip
	//	*ClientMeta_Libp2PTraceDropRpc
	//	*ClientMeta_Libp2PTraceLeave
	//	*ClientMeta_Libp2PTraceGraft
	//	*ClientMeta_Libp2PTracePrune
	//	*ClientMeta_Libp2PTraceDuplicateMessage
	//	*ClientMeta_Libp2PTraceDeliverMessage
	//	*ClientMeta_Libp2PTracePublishMessage
	//	*ClientMeta_Libp2PTraceRejectMessage
	//	*ClientMeta_Libp2PTraceRpcMetaControlIhave
	//	*ClientMeta_Libp2PTraceRpcMetaControlIwant
	//	*ClientMeta_Libp2PTraceRpcMetaControlIdontwant
	//	*ClientMeta_Libp2PTraceRpcMetaControlGraft
	//	*ClientMeta_Libp2PTraceRpcMetaControlPrune
	//	*ClientMeta_Libp2PTraceRpcMetaSubscription
	//	*ClientMeta_Libp2PTraceRpcMetaMessage
	//	*ClientMeta_NodeRecordConsensus
	//	*ClientMeta_Libp2PTraceGossipsubAggregateAndProof
	//	*ClientMeta_EthV1EventsDataColumnSidecar
	//	*ClientMeta_Libp2PTraceGossipsubDataColumnSidecar
	//	*ClientMeta_Libp2PTraceSyntheticHeartbeat
	//	*ClientMeta_Libp2PTraceRpcDataColumnCustodyProbe
	//	*ClientMeta_ConsensusEngineApiNewPayload
	//	*ClientMeta_ConsensusEngineApiGetBlobs
	//	*ClientMeta_EthV1BeaconBlob
	//	*ClientMeta_EthV1BeaconSyncCommittee
	//	*ClientMeta_EthV2BeaconBlockSyncAggregate
	//	*ClientMeta_Libp2PTraceIdentify
	AdditionalData isClientMeta_AdditionalData `protobuf_oneof:"AdditionalData"`
	// ModuleName contains the name of the module that sent the event.
	ModuleName ModuleName `protobuf:"varint,63,opt,name=module_name,proto3,enum=xatu.ModuleName" json:"module_name,omitempty"`
	// PresetName contains the name of the preset that sent the event.
	PresetName string `protobuf:"bytes,64,opt,name=preset_name,proto3" json:"preset_name,omitempty"`
	// contains filtered or unexported fields
}

func ClientMetaFromVTPool added in v1.8.12

func ClientMetaFromVTPool() *ClientMeta

func (*ClientMeta) Descriptor deprecated

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

Deprecated: Use ClientMeta.ProtoReflect.Descriptor instead.

func (*ClientMeta) GetAdditionalData

func (m *ClientMeta) GetAdditionalData() isClientMeta_AdditionalData

func (*ClientMeta) GetBeaconP2PAttestation added in v0.0.139

func (x *ClientMeta) GetBeaconP2PAttestation() *ClientMeta_AdditionalBeaconP2PAttestationData

func (*ClientMeta) GetClockDrift

func (x *ClientMeta) GetClockDrift() uint64

func (*ClientMeta) GetConsensusEngineApiGetBlobs added in v1.6.9

func (x *ClientMeta) GetConsensusEngineApiGetBlobs() *ClientMeta_AdditionalConsensusEngineAPIGetBlobsData

func (*ClientMeta) GetConsensusEngineApiNewPayload added in v1.6.7

func (x *ClientMeta) GetConsensusEngineApiNewPayload() *ClientMeta_AdditionalConsensusEngineAPINewPayloadData

func (*ClientMeta) GetEthV1BeaconBlob added in v1.8.5

func (x *ClientMeta) GetEthV1BeaconBlob() *ClientMeta_AdditionalEthV1BeaconBlobData

func (*ClientMeta) GetEthV1BeaconBlobSidecar

func (x *ClientMeta) GetEthV1BeaconBlobSidecar() *ClientMeta_AdditionalEthV1BeaconBlobSidecarData

func (*ClientMeta) GetEthV1BeaconCommittee

func (x *ClientMeta) GetEthV1BeaconCommittee() *ClientMeta_AdditionalEthV1BeaconCommitteeData

func (*ClientMeta) GetEthV1BeaconSyncCommittee added in v1.8.6

func (x *ClientMeta) GetEthV1BeaconSyncCommittee() *ClientMeta_AdditionalEthV1BeaconSyncCommitteeData

func (*ClientMeta) GetEthV1DebugForkChoice

func (x *ClientMeta) GetEthV1DebugForkChoice() *ClientMeta_AdditionalEthV1DebugForkChoiceData

func (*ClientMeta) GetEthV1DebugForkChoiceReorg

func (x *ClientMeta) GetEthV1DebugForkChoiceReorg() *ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData

func (*ClientMeta) GetEthV1DebugForkChoiceReorgV2

func (x *ClientMeta) GetEthV1DebugForkChoiceReorgV2() *ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data

func (*ClientMeta) GetEthV1DebugForkChoiceV2

func (x *ClientMeta) GetEthV1DebugForkChoiceV2() *ClientMeta_AdditionalEthV1DebugForkChoiceV2Data

func (*ClientMeta) GetEthV1EventsAttestation

func (x *ClientMeta) GetEthV1EventsAttestation() *ClientMeta_AdditionalEthV1EventsAttestationData

func (*ClientMeta) GetEthV1EventsAttestationV2

func (x *ClientMeta) GetEthV1EventsAttestationV2() *ClientMeta_AdditionalEthV1EventsAttestationV2Data

func (*ClientMeta) GetEthV1EventsBlobSidecar

func (x *ClientMeta) GetEthV1EventsBlobSidecar() *ClientMeta_AdditionalEthV1EventsBlobSidecarData

func (*ClientMeta) GetEthV1EventsBlock

func (x *ClientMeta) GetEthV1EventsBlock() *ClientMeta_AdditionalEthV1EventsBlockData

func (*ClientMeta) GetEthV1EventsBlockGossip added in v1.1.0

func (x *ClientMeta) GetEthV1EventsBlockGossip() *ClientMeta_AdditionalEthV1EventsBlockGossipData

func (*ClientMeta) GetEthV1EventsBlockV2

func (x *ClientMeta) GetEthV1EventsBlockV2() *ClientMeta_AdditionalEthV1EventsBlockV2Data

func (*ClientMeta) GetEthV1EventsChainReorg

func (x *ClientMeta) GetEthV1EventsChainReorg() *ClientMeta_AdditionalEthV1EventsChainReorgData

func (*ClientMeta) GetEthV1EventsChainReorgV2

func (x *ClientMeta) GetEthV1EventsChainReorgV2() *ClientMeta_AdditionalEthV1EventsChainReorgV2Data

func (*ClientMeta) GetEthV1EventsContributionAndProof

func (x *ClientMeta) GetEthV1EventsContributionAndProof() *ClientMeta_AdditionalEthV1EventsContributionAndProofData

func (*ClientMeta) GetEthV1EventsContributionAndProofV2

func (x *ClientMeta) GetEthV1EventsContributionAndProofV2() *ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data

func (*ClientMeta) GetEthV1EventsDataColumnSidecar added in v1.2.0

func (x *ClientMeta) GetEthV1EventsDataColumnSidecar() *ClientMeta_AdditionalEthV1EventsDataColumnSidecarData

func (*ClientMeta) GetEthV1EventsFinalizedCheckpoint

func (x *ClientMeta) GetEthV1EventsFinalizedCheckpoint() *ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData

func (*ClientMeta) GetEthV1EventsFinalizedCheckpointV2

func (x *ClientMeta) GetEthV1EventsFinalizedCheckpointV2() *ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data

func (*ClientMeta) GetEthV1EventsHead

func (x *ClientMeta) GetEthV1EventsHead() *ClientMeta_AdditionalEthV1EventsHeadData

func (*ClientMeta) GetEthV1EventsHeadV2

func (x *ClientMeta) GetEthV1EventsHeadV2() *ClientMeta_AdditionalEthV1EventsHeadV2Data

func (*ClientMeta) GetEthV1EventsVoluntaryExit

func (x *ClientMeta) GetEthV1EventsVoluntaryExit() *ClientMeta_AdditionalEthV1EventsVoluntaryExitData

func (*ClientMeta) GetEthV1EventsVoluntaryExitV2

func (x *ClientMeta) GetEthV1EventsVoluntaryExitV2() *ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data

func (*ClientMeta) GetEthV1ProposerDuty added in v0.0.136

func (x *ClientMeta) GetEthV1ProposerDuty() *ClientMeta_AdditionalEthV1ProposerDutyData

func (*ClientMeta) GetEthV1ValidatorAttestationData

func (x *ClientMeta) GetEthV1ValidatorAttestationData() *ClientMeta_AdditionalEthV1ValidatorAttestationDataData

func (*ClientMeta) GetEthV1Validators added in v0.0.172

func (x *ClientMeta) GetEthV1Validators() *ClientMeta_AdditionalEthV1ValidatorsData

func (*ClientMeta) GetEthV2BeaconBlock

func (x *ClientMeta) GetEthV2BeaconBlock() *ClientMeta_AdditionalEthV2BeaconBlockData

func (*ClientMeta) GetEthV2BeaconBlockAttesterSlashing

func (x *ClientMeta) GetEthV2BeaconBlockAttesterSlashing() *ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData

func (*ClientMeta) GetEthV2BeaconBlockBlsToExecutionChange

func (x *ClientMeta) GetEthV2BeaconBlockBlsToExecutionChange() *ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData

func (*ClientMeta) GetEthV2BeaconBlockDeposit

func (x *ClientMeta) GetEthV2BeaconBlockDeposit() *ClientMeta_AdditionalEthV2BeaconBlockDepositData

func (*ClientMeta) GetEthV2BeaconBlockElaboratedAttestation added in v0.0.139

func (x *ClientMeta) GetEthV2BeaconBlockElaboratedAttestation() *ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData

func (*ClientMeta) GetEthV2BeaconBlockExecutionTransaction

func (x *ClientMeta) GetEthV2BeaconBlockExecutionTransaction() *ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData

func (*ClientMeta) GetEthV2BeaconBlockProposerSlashing

func (x *ClientMeta) GetEthV2BeaconBlockProposerSlashing() *ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData

func (*ClientMeta) GetEthV2BeaconBlockSyncAggregate added in v1.8.7

func (x *ClientMeta) GetEthV2BeaconBlockSyncAggregate() *ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData

func (*ClientMeta) GetEthV2BeaconBlockV2

func (x *ClientMeta) GetEthV2BeaconBlockV2() *ClientMeta_AdditionalEthV2BeaconBlockV2Data

func (*ClientMeta) GetEthV2BeaconBlockVoluntaryExit

func (x *ClientMeta) GetEthV2BeaconBlockVoluntaryExit() *ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData

func (*ClientMeta) GetEthV2BeaconBlockWithdrawal

func (x *ClientMeta) GetEthV2BeaconBlockWithdrawal() *ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData

func (*ClientMeta) GetEthV3ValidatorBlock added in v1.0.11

func (x *ClientMeta) GetEthV3ValidatorBlock() *ClientMeta_AdditionalEthV3ValidatorBlockData

func (*ClientMeta) GetEthereum

func (x *ClientMeta) GetEthereum() *ClientMeta_Ethereum

func (*ClientMeta) GetId

func (x *ClientMeta) GetId() string

func (*ClientMeta) GetImplementation

func (x *ClientMeta) GetImplementation() string

func (*ClientMeta) GetLabels

func (x *ClientMeta) GetLabels() map[string]string

func (*ClientMeta) GetLibp2PTraceAddPeer added in v0.0.160

func (x *ClientMeta) GetLibp2PTraceAddPeer() *ClientMeta_AdditionalLibP2PTraceAddPeerData

func (*ClientMeta) GetLibp2PTraceConnected added in v0.0.160

func (x *ClientMeta) GetLibp2PTraceConnected() *ClientMeta_AdditionalLibP2PTraceConnectedData

func (*ClientMeta) GetLibp2PTraceDeliverMessage added in v1.1.7

func (x *ClientMeta) GetLibp2PTraceDeliverMessage() *ClientMeta_AdditionalLibP2PTraceDeliverMessageData

func (*ClientMeta) GetLibp2PTraceDisconnected added in v0.0.160

func (x *ClientMeta) GetLibp2PTraceDisconnected() *ClientMeta_AdditionalLibP2PTraceDisconnectedData

func (*ClientMeta) GetLibp2PTraceDropRpc added in v1.1.5

func (x *ClientMeta) GetLibp2PTraceDropRpc() *ClientMeta_AdditionalLibP2PTraceDropRPCData

func (*ClientMeta) GetLibp2PTraceDuplicateMessage added in v1.1.7

func (x *ClientMeta) GetLibp2PTraceDuplicateMessage() *ClientMeta_AdditionalLibP2PTraceDuplicateMessageData

func (*ClientMeta) GetLibp2PTraceGossipsubAggregateAndProof added in v1.1.27

func (x *ClientMeta) GetLibp2PTraceGossipsubAggregateAndProof() *ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData

func (*ClientMeta) GetLibp2PTraceGossipsubBeaconAttestation added in v0.0.169

func (x *ClientMeta) GetLibp2PTraceGossipsubBeaconAttestation() *ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData

func (*ClientMeta) GetLibp2PTraceGossipsubBeaconBlock added in v0.0.168

func (x *ClientMeta) GetLibp2PTraceGossipsubBeaconBlock() *ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData

func (*ClientMeta) GetLibp2PTraceGossipsubBlobSidecar added in v0.0.170

func (x *ClientMeta) GetLibp2PTraceGossipsubBlobSidecar() *ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData

func (*ClientMeta) GetLibp2PTraceGossipsubDataColumnSidecar added in v1.3.4

func (x *ClientMeta) GetLibp2PTraceGossipsubDataColumnSidecar() *ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData

func (*ClientMeta) GetLibp2PTraceGraft added in v1.1.5

func (x *ClientMeta) GetLibp2PTraceGraft() *ClientMeta_AdditionalLibP2PTraceGraftData

func (*ClientMeta) GetLibp2PTraceHandleMetadata added in v0.0.166

func (x *ClientMeta) GetLibp2PTraceHandleMetadata() *ClientMeta_AdditionalLibP2PTraceHandleMetadataData

func (*ClientMeta) GetLibp2PTraceHandleStatus added in v0.0.166

func (x *ClientMeta) GetLibp2PTraceHandleStatus() *ClientMeta_AdditionalLibP2PTraceHandleStatusData

func (*ClientMeta) GetLibp2PTraceIdentify added in v1.8.11

func (x *ClientMeta) GetLibp2PTraceIdentify() *ClientMeta_AdditionalLibP2PTraceIdentifyData

func (*ClientMeta) GetLibp2PTraceJoin added in v0.0.160

func (x *ClientMeta) GetLibp2PTraceJoin() *ClientMeta_AdditionalLibP2PTraceJoinData

func (*ClientMeta) GetLibp2PTraceLeave added in v1.1.5

func (x *ClientMeta) GetLibp2PTraceLeave() *ClientMeta_AdditionalLibP2PTraceLeaveData

func (*ClientMeta) GetLibp2PTracePrune added in v1.1.5

func (x *ClientMeta) GetLibp2PTracePrune() *ClientMeta_AdditionalLibP2PTracePruneData

func (*ClientMeta) GetLibp2PTracePublishMessage added in v1.1.7

func (x *ClientMeta) GetLibp2PTracePublishMessage() *ClientMeta_AdditionalLibP2PTracePublishMessageData

func (*ClientMeta) GetLibp2PTraceRecvRpc added in v0.0.160

func (x *ClientMeta) GetLibp2PTraceRecvRpc() *ClientMeta_AdditionalLibP2PTraceRecvRPCData

func (*ClientMeta) GetLibp2PTraceRejectMessage added in v1.1.7

func (x *ClientMeta) GetLibp2PTraceRejectMessage() *ClientMeta_AdditionalLibP2PTraceRejectMessageData

func (*ClientMeta) GetLibp2PTraceRemovePeer added in v0.0.160

func (x *ClientMeta) GetLibp2PTraceRemovePeer() *ClientMeta_AdditionalLibP2PTraceRemovePeerData

func (*ClientMeta) GetLibp2PTraceRpcDataColumnCustodyProbe added in v1.5.0

func (x *ClientMeta) GetLibp2PTraceRpcDataColumnCustodyProbe() *ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData

func (*ClientMeta) GetLibp2PTraceRpcMetaControlGraft added in v1.1.9

func (x *ClientMeta) GetLibp2PTraceRpcMetaControlGraft() *ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData

func (*ClientMeta) GetLibp2PTraceRpcMetaControlIdontwant added in v1.1.9

func (x *ClientMeta) GetLibp2PTraceRpcMetaControlIdontwant() *ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData

func (*ClientMeta) GetLibp2PTraceRpcMetaControlIhave added in v1.1.9

func (x *ClientMeta) GetLibp2PTraceRpcMetaControlIhave() *ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData

func (*ClientMeta) GetLibp2PTraceRpcMetaControlIwant added in v1.1.9

func (x *ClientMeta) GetLibp2PTraceRpcMetaControlIwant() *ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData

func (*ClientMeta) GetLibp2PTraceRpcMetaControlPrune added in v1.1.9

func (x *ClientMeta) GetLibp2PTraceRpcMetaControlPrune() *ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData

func (*ClientMeta) GetLibp2PTraceRpcMetaMessage added in v1.1.12

func (x *ClientMeta) GetLibp2PTraceRpcMetaMessage() *ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData

func (*ClientMeta) GetLibp2PTraceRpcMetaSubscription added in v1.1.12

func (x *ClientMeta) GetLibp2PTraceRpcMetaSubscription() *ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData

func (*ClientMeta) GetLibp2PTraceSendRpc added in v0.0.160

func (x *ClientMeta) GetLibp2PTraceSendRpc() *ClientMeta_AdditionalLibP2PTraceSendRPCData

func (*ClientMeta) GetLibp2PTraceSyntheticHeartbeat added in v1.4.0

func (x *ClientMeta) GetLibp2PTraceSyntheticHeartbeat() *ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData

func (*ClientMeta) GetMempoolTransaction

func (x *ClientMeta) GetMempoolTransaction() *ClientMeta_AdditionalMempoolTransactionData

func (*ClientMeta) GetMempoolTransactionV2

func (x *ClientMeta) GetMempoolTransactionV2() *ClientMeta_AdditionalMempoolTransactionV2Data

func (*ClientMeta) GetMevRelayBidTraceBuilderBlockSubmission added in v0.0.192

func (x *ClientMeta) GetMevRelayBidTraceBuilderBlockSubmission() *ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData

func (*ClientMeta) GetMevRelayPayloadDelivered added in v0.0.197

func (x *ClientMeta) GetMevRelayPayloadDelivered() *ClientMeta_AdditionalMevRelayPayloadDeliveredData

func (*ClientMeta) GetMevRelayValidatorRegistration added in v1.0.24

func (x *ClientMeta) GetMevRelayValidatorRegistration() *ClientMeta_AdditionalMevRelayValidatorRegistrationData

func (*ClientMeta) GetModuleName added in v0.0.198

func (x *ClientMeta) GetModuleName() ModuleName

func (*ClientMeta) GetName

func (x *ClientMeta) GetName() string

func (*ClientMeta) GetNodeRecordConsensus added in v1.3.0

func (x *ClientMeta) GetNodeRecordConsensus() *ClientMeta_AdditionalNodeRecordConsensusData

func (*ClientMeta) GetOs

func (x *ClientMeta) GetOs() string

func (*ClientMeta) GetPresetName added in v0.0.200

func (x *ClientMeta) GetPresetName() string

func (*ClientMeta) GetVersion

func (x *ClientMeta) GetVersion() string

func (*ClientMeta) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta) MarshalToVT added in v1.8.12

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

func (*ClientMeta) MarshalVT added in v1.8.12

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

func (*ClientMeta) ProtoMessage

func (*ClientMeta) ProtoMessage()

func (*ClientMeta) ProtoReflect

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

func (*ClientMeta) Reset

func (x *ClientMeta) Reset()

func (*ClientMeta) ResetVT added in v1.8.12

func (m *ClientMeta) ResetVT()

func (*ClientMeta) ReturnToVTPool added in v1.8.12

func (m *ClientMeta) ReturnToVTPool()

func (*ClientMeta) SizeVT added in v1.8.12

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

func (*ClientMeta) String

func (x *ClientMeta) String() string

func (*ClientMeta) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalBeaconP2PAttestationData added in v0.0.134

type ClientMeta_AdditionalBeaconP2PAttestationData struct {

	// Source contains information for the best currently justified checkpoint.
	Source *ClientMeta_AdditionalEthV1AttestationSourceV2Data `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// Target contains information of the block at the start of the current
	// epoch.
	Target *ClientMeta_AdditionalEthV1AttestationTargetV2Data `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	// Slot contains the slot information for the attestation.
	Slot *SlotV2 `protobuf:"bytes,3,opt,name=slot,proto3" json:"slot,omitempty"`
	// Epoch contains the epoch information for the attestation.
	Epoch *EpochV2 `protobuf:"bytes,4,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Propagation contains information about the propagation of the
	// attestation.
	Propagation *PropagationV2 `protobuf:"bytes,5,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// AttestingValidator contains data about the validator that created the
	// attestation. Note: only available for unaggregated attestations.
	AttestingValidator *AttestingValidatorV2 `protobuf:"bytes,6,opt,name=attesting_validator,proto3" json:"attesting_validator,omitempty"`
	// Peer contains information on the peer that sent us the attestation.
	Peer *libp2p.Peer `protobuf:"bytes,7,opt,name=peer,proto3" json:"peer,omitempty"`
	// Subnet is the subnet that the attestation was sent on.
	Subnet *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=subnet,proto3" json:"subnet,omitempty"`
	// Validated is if the attestation was validated.
	Validated *wrapperspb.BoolValue `protobuf:"bytes,9,opt,name=validated,proto3" json:"validated,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalBeaconP2PAttestationDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalBeaconP2PAttestationDataFromVTPool() *ClientMeta_AdditionalBeaconP2PAttestationData

func (*ClientMeta_AdditionalBeaconP2PAttestationData) Descriptor deprecated added in v0.0.134

Deprecated: Use ClientMeta_AdditionalBeaconP2PAttestationData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalBeaconP2PAttestationData) GetAttestingValidator added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) GetEpoch added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) GetPeer added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) GetPropagation added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) GetSlot added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) GetSource added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) GetSubnet added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) GetTarget added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) GetValidated added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalBeaconP2PAttestationData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalBeaconP2PAttestationData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalBeaconP2PAttestationData) ProtoMessage added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) ProtoReflect added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) Reset added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalBeaconP2PAttestationData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalBeaconP2PAttestationData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalBeaconP2PAttestationData) String added in v0.0.134

func (*ClientMeta_AdditionalBeaconP2PAttestationData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalConsensusEngineAPIGetBlobsData added in v1.6.9

type ClientMeta_AdditionalConsensusEngineAPIGetBlobsData struct {

	// Epoch contains the epoch information for the slot.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// contains filtered or unexported fields
}

AdditionalConsensusEngineAPIGetBlobsData contains additional metadata about the engine_getBlobs call event.

func ClientMeta_AdditionalConsensusEngineAPIGetBlobsDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalConsensusEngineAPIGetBlobsDataFromVTPool() *ClientMeta_AdditionalConsensusEngineAPIGetBlobsData

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) Descriptor deprecated added in v1.6.9

Deprecated: Use ClientMeta_AdditionalConsensusEngineAPIGetBlobsData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) GetEpoch added in v1.6.9

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) GetSlot added in v1.6.9

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) ProtoMessage added in v1.6.9

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) ProtoReflect added in v1.6.9

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) Reset added in v1.6.9

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) String added in v1.6.9

func (*ClientMeta_AdditionalConsensusEngineAPIGetBlobsData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalConsensusEngineAPINewPayloadData added in v1.6.7

type ClientMeta_AdditionalConsensusEngineAPINewPayloadData struct {

	// Epoch contains the epoch information for the slot.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// contains filtered or unexported fields
}

AdditionalConsensusEngineAPINewPayloadData contains additional metadata about the engine_newPayload call event.

func ClientMeta_AdditionalConsensusEngineAPINewPayloadDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalConsensusEngineAPINewPayloadDataFromVTPool() *ClientMeta_AdditionalConsensusEngineAPINewPayloadData

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) Descriptor deprecated added in v1.6.7

Deprecated: Use ClientMeta_AdditionalConsensusEngineAPINewPayloadData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) GetEpoch added in v1.6.7

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) GetSlot added in v1.6.7

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) ProtoMessage added in v1.6.7

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) ProtoReflect added in v1.6.7

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) Reset added in v1.6.7

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) String added in v1.6.7

func (*ClientMeta_AdditionalConsensusEngineAPINewPayloadData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1AttestationSourceData

type ClientMeta_AdditionalEthV1AttestationSourceData struct {

	// Epoch contains the epoch information for the source.
	Epoch *Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1AttestationSourceDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1AttestationSourceDataFromVTPool() *ClientMeta_AdditionalEthV1AttestationSourceData

func (*ClientMeta_AdditionalEthV1AttestationSourceData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1AttestationSourceData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1AttestationSourceData) GetEpoch

func (*ClientMeta_AdditionalEthV1AttestationSourceData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1AttestationSourceData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationSourceData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1AttestationSourceData) ProtoMessage

func (*ClientMeta_AdditionalEthV1AttestationSourceData) ProtoReflect

func (*ClientMeta_AdditionalEthV1AttestationSourceData) Reset

func (*ClientMeta_AdditionalEthV1AttestationSourceData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationSourceData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationSourceData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationSourceData) String

func (*ClientMeta_AdditionalEthV1AttestationSourceData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1AttestationSourceV2Data

type ClientMeta_AdditionalEthV1AttestationSourceV2Data struct {

	// Epoch contains the epoch information for the source.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1AttestationSourceV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1AttestationSourceV2DataFromVTPool() *ClientMeta_AdditionalEthV1AttestationSourceV2Data

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1AttestationSourceV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) GetEpoch

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) Reset

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) String

func (*ClientMeta_AdditionalEthV1AttestationSourceV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1AttestationTargetData

type ClientMeta_AdditionalEthV1AttestationTargetData struct {

	// Epoch contains the epoch information for the source.
	Epoch *Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1AttestationTargetDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1AttestationTargetDataFromVTPool() *ClientMeta_AdditionalEthV1AttestationTargetData

func (*ClientMeta_AdditionalEthV1AttestationTargetData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1AttestationTargetData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1AttestationTargetData) GetEpoch

func (*ClientMeta_AdditionalEthV1AttestationTargetData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1AttestationTargetData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationTargetData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1AttestationTargetData) ProtoMessage

func (*ClientMeta_AdditionalEthV1AttestationTargetData) ProtoReflect

func (*ClientMeta_AdditionalEthV1AttestationTargetData) Reset

func (*ClientMeta_AdditionalEthV1AttestationTargetData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationTargetData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationTargetData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationTargetData) String

func (*ClientMeta_AdditionalEthV1AttestationTargetData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1AttestationTargetV2Data

type ClientMeta_AdditionalEthV1AttestationTargetV2Data struct {

	// Epoch contains the epoch information for the source.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1AttestationTargetV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1AttestationTargetV2DataFromVTPool() *ClientMeta_AdditionalEthV1AttestationTargetV2Data

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1AttestationTargetV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) GetEpoch

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) Reset

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) String

func (*ClientMeta_AdditionalEthV1AttestationTargetV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1BeaconBlobData added in v1.8.5

type ClientMeta_AdditionalEthV1BeaconBlobData struct {

	// Epoch contains the epoch information for the blob.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the blob.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// contains filtered or unexported fields
}

AdditionalEthV1BeaconBlobData contains additional metadata about the beacon blob event derived from block's blob_kzg_commitments.

func ClientMeta_AdditionalEthV1BeaconBlobDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1BeaconBlobDataFromVTPool() *ClientMeta_AdditionalEthV1BeaconBlobData

func (*ClientMeta_AdditionalEthV1BeaconBlobData) Descriptor deprecated added in v1.8.5

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

Deprecated: Use ClientMeta_AdditionalEthV1BeaconBlobData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1BeaconBlobData) GetEpoch added in v1.8.5

func (*ClientMeta_AdditionalEthV1BeaconBlobData) GetSlot added in v1.8.5

func (*ClientMeta_AdditionalEthV1BeaconBlobData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1BeaconBlobData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1BeaconBlobData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1BeaconBlobData) ProtoMessage added in v1.8.5

func (*ClientMeta_AdditionalEthV1BeaconBlobData) ProtoReflect added in v1.8.5

func (*ClientMeta_AdditionalEthV1BeaconBlobData) Reset added in v1.8.5

func (*ClientMeta_AdditionalEthV1BeaconBlobData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconBlobData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalEthV1BeaconBlobData) ReturnToVTPool()

func (*ClientMeta_AdditionalEthV1BeaconBlobData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconBlobData) String added in v1.8.5

func (*ClientMeta_AdditionalEthV1BeaconBlobData) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalEthV1BeaconBlobSidecarData

type ClientMeta_AdditionalEthV1BeaconBlobSidecarData struct {

	// Epoch contains the epoch information for the blob sidecar.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the blob sidecar.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// DataSize contains the size of the blob sidecar in bytes.
	DataSize *wrapperspb.UInt64Value `protobuf:"bytes,3,opt,name=data_size,proto3" json:"data_size,omitempty"`
	// VersionedHash is the versioned hash for the blob sidecar.
	VersionedHash string `protobuf:"bytes,4,opt,name=versioned_hash,proto3" json:"versioned_hash,omitempty"`
	// DataEmptySize contains the amount of empty bytes of the blob sidecar.
	DataEmptySize *wrapperspb.UInt64Value `protobuf:"bytes,5,opt,name=data_empty_size,proto3" json:"data_empty_size,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1BeaconBlobSidecarDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1BeaconBlobSidecarDataFromVTPool() *ClientMeta_AdditionalEthV1BeaconBlobSidecarData

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1BeaconBlobSidecarData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) GetDataEmptySize added in v0.0.146

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) GetDataSize

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) GetEpoch

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) GetSlot

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) GetVersionedHash

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) ProtoMessage

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) ProtoReflect

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) Reset

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) String

func (*ClientMeta_AdditionalEthV1BeaconBlobSidecarData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1BeaconCommitteeData

type ClientMeta_AdditionalEthV1BeaconCommitteeData struct {

	// Epoch contains the epoch information for the beacon committee.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the beacon committee.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// StateID is the state ID when the proposer duty was requested.
	// This can be used to determine if the proposer duty was canonical
	// by checking if the state_id is 'finalized'.
	StateId string `protobuf:"bytes,3,opt,name=state_id,proto3" json:"state_id,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1BeaconCommitteeDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1BeaconCommitteeDataFromVTPool() *ClientMeta_AdditionalEthV1BeaconCommitteeData

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1BeaconCommitteeData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) GetEpoch

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) GetSlot

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) GetStateId added in v0.0.183

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) ProtoMessage

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) ProtoReflect

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) Reset

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) String

func (*ClientMeta_AdditionalEthV1BeaconCommitteeData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1BeaconSyncCommitteeData added in v1.8.6

type ClientMeta_AdditionalEthV1BeaconSyncCommitteeData struct {

	// Epoch contains the epoch information for the sync committee.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// SyncCommitteePeriod is the sync committee period number.
	SyncCommitteePeriod *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=sync_committee_period,proto3" json:"sync_committee_period,omitempty"`
	// contains filtered or unexported fields
}

AdditionalEthV1BeaconSyncCommitteeData contains additional data about the sync committee.

func ClientMeta_AdditionalEthV1BeaconSyncCommitteeDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1BeaconSyncCommitteeDataFromVTPool() *ClientMeta_AdditionalEthV1BeaconSyncCommitteeData

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) Descriptor deprecated added in v1.8.6

Deprecated: Use ClientMeta_AdditionalEthV1BeaconSyncCommitteeData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) GetEpoch added in v1.8.6

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) GetSyncCommitteePeriod added in v1.8.6

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) ProtoMessage added in v1.8.6

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) ProtoReflect added in v1.8.6

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) Reset added in v1.8.6

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) String added in v1.8.6

func (*ClientMeta_AdditionalEthV1BeaconSyncCommitteeData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1DebugForkChoiceData

type ClientMeta_AdditionalEthV1DebugForkChoiceData struct {
	Snapshot *ClientMeta_ForkChoiceSnapshot `protobuf:"bytes,1,opt,name=Snapshot,json=snapshot,proto3" json:"Snapshot,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1DebugForkChoiceDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1DebugForkChoiceDataFromVTPool() *ClientMeta_AdditionalEthV1DebugForkChoiceData

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1DebugForkChoiceData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) GetSnapshot

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) ProtoMessage

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) ProtoReflect

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) Reset

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) String

func (*ClientMeta_AdditionalEthV1DebugForkChoiceData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData

type ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData struct {
	Before *ClientMeta_ForkChoiceSnapshot `protobuf:"bytes,1,opt,name=before,proto3" json:"before,omitempty"`
	After  *ClientMeta_ForkChoiceSnapshot `protobuf:"bytes,2,opt,name=after,proto3" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1DebugForkChoiceReOrgDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1DebugForkChoiceReOrgDataFromVTPool() *ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) GetAfter

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) GetBefore

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) ProtoMessage

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) ProtoReflect

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) Reset

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) String

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data

type ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data struct {
	Before *ClientMeta_ForkChoiceSnapshotV2 `protobuf:"bytes,1,opt,name=before,proto3" json:"before,omitempty"`
	After  *ClientMeta_ForkChoiceSnapshotV2 `protobuf:"bytes,2,opt,name=after,proto3" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2DataFromVTPool() *ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) GetAfter

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) GetBefore

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) Reset

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) String

func (*ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1DebugForkChoiceV2Data

type ClientMeta_AdditionalEthV1DebugForkChoiceV2Data struct {
	Snapshot *ClientMeta_ForkChoiceSnapshotV2 `protobuf:"bytes,1,opt,name=Snapshot,json=snapshot,proto3" json:"Snapshot,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1DebugForkChoiceV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1DebugForkChoiceV2DataFromVTPool() *ClientMeta_AdditionalEthV1DebugForkChoiceV2Data

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1DebugForkChoiceV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) GetSnapshot

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) Reset

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) String

func (*ClientMeta_AdditionalEthV1DebugForkChoiceV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsAttestationData

type ClientMeta_AdditionalEthV1EventsAttestationData struct {

	// Source contains information for the best currently justified checkpoint.
	Source *ClientMeta_AdditionalEthV1AttestationSourceData `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// Target contains information of the block at the start of the current
	// epoch.
	Target *ClientMeta_AdditionalEthV1AttestationTargetData `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	// Slot contains the slot information for the attestation.
	Slot *Slot `protobuf:"bytes,3,opt,name=slot,proto3" json:"slot,omitempty"`
	// Epoch contains the epoch information for the attestation.
	Epoch *Epoch `protobuf:"bytes,4,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Propagation contains information about the propagation of the
	// attestation.
	Propagation *Propagation `protobuf:"bytes,5,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// AttestingValidator contains data about the validator that created the
	// attestation. Note: only available for unaggregated attestations.
	AttestingValidator *AttestingValidator `protobuf:"bytes,6,opt,name=attesting_validator,proto3" json:"attesting_validator,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsAttestationDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsAttestationDataFromVTPool() *ClientMeta_AdditionalEthV1EventsAttestationData

func (*ClientMeta_AdditionalEthV1EventsAttestationData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsAttestationData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsAttestationData) GetAttestingValidator

func (*ClientMeta_AdditionalEthV1EventsAttestationData) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsAttestationData) GetPropagation

func (*ClientMeta_AdditionalEthV1EventsAttestationData) GetSlot

func (*ClientMeta_AdditionalEthV1EventsAttestationData) GetSource

func (*ClientMeta_AdditionalEthV1EventsAttestationData) GetTarget

func (*ClientMeta_AdditionalEthV1EventsAttestationData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsAttestationData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsAttestationData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsAttestationData) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsAttestationData) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsAttestationData) Reset

func (*ClientMeta_AdditionalEthV1EventsAttestationData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsAttestationData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsAttestationData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsAttestationData) String

func (*ClientMeta_AdditionalEthV1EventsAttestationData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsAttestationV2Data

type ClientMeta_AdditionalEthV1EventsAttestationV2Data struct {

	// Source contains information for the best currently justified checkpoint.
	Source *ClientMeta_AdditionalEthV1AttestationSourceV2Data `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// Target contains information of the block at the start of the current
	// epoch.
	Target *ClientMeta_AdditionalEthV1AttestationTargetV2Data `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	// Slot contains the slot information for the attestation.
	Slot *SlotV2 `protobuf:"bytes,3,opt,name=slot,proto3" json:"slot,omitempty"`
	// Epoch contains the epoch information for the attestation.
	Epoch *EpochV2 `protobuf:"bytes,4,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Propagation contains information about the propagation of the
	// attestation.
	Propagation *PropagationV2 `protobuf:"bytes,5,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// AttestingValidator contains data about the validator that created the
	// attestation. Note: only available for unaggregated attestations.
	AttestingValidator *AttestingValidatorV2 `protobuf:"bytes,6,opt,name=attesting_validator,proto3" json:"attesting_validator,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsAttestationV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsAttestationV2DataFromVTPool() *ClientMeta_AdditionalEthV1EventsAttestationV2Data

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsAttestationV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) GetAttestingValidator

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) GetPropagation

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) GetSlot

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) GetSource

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) GetTarget

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) Reset

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) String

func (*ClientMeta_AdditionalEthV1EventsAttestationV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsBlobSidecarData

type ClientMeta_AdditionalEthV1EventsBlobSidecarData struct {

	// Epoch contains the epoch information for the blob sidecar.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the blob sidecar.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Propagation contains information about the propagation of the blob
	// sidecar.
	Propagation *PropagationV2 `protobuf:"bytes,3,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsBlobSidecarDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsBlobSidecarDataFromVTPool() *ClientMeta_AdditionalEthV1EventsBlobSidecarData

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsBlobSidecarData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) GetPropagation

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) GetSlot

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) Reset

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) String

func (*ClientMeta_AdditionalEthV1EventsBlobSidecarData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsBlockData

type ClientMeta_AdditionalEthV1EventsBlockData struct {

	// Epoch contains the epoch information for the block.
	Epoch *Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the block.
	Slot *Slot `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Propagation contains information about the propagation of the block.
	Propagation *Propagation `protobuf:"bytes,3,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsBlockDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsBlockDataFromVTPool() *ClientMeta_AdditionalEthV1EventsBlockData

func (*ClientMeta_AdditionalEthV1EventsBlockData) Descriptor deprecated

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

Deprecated: Use ClientMeta_AdditionalEthV1EventsBlockData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsBlockData) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsBlockData) GetPropagation

func (*ClientMeta_AdditionalEthV1EventsBlockData) GetSlot

func (*ClientMeta_AdditionalEthV1EventsBlockData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsBlockData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsBlockData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsBlockData) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsBlockData) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsBlockData) Reset

func (*ClientMeta_AdditionalEthV1EventsBlockData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlockData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalEthV1EventsBlockData) ReturnToVTPool()

func (*ClientMeta_AdditionalEthV1EventsBlockData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlockData) String

func (*ClientMeta_AdditionalEthV1EventsBlockData) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalEthV1EventsBlockGossipData added in v1.1.0

type ClientMeta_AdditionalEthV1EventsBlockGossipData struct {

	// Epoch contains the epoch information for the block.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the block.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Propagation contains information about the propagation of the block.
	Propagation *PropagationV2 `protobuf:"bytes,3,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsBlockGossipDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsBlockGossipDataFromVTPool() *ClientMeta_AdditionalEthV1EventsBlockGossipData

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) Descriptor deprecated added in v1.1.0

Deprecated: Use ClientMeta_AdditionalEthV1EventsBlockGossipData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) GetEpoch added in v1.1.0

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) GetPropagation added in v1.1.0

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) GetSlot added in v1.1.0

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) ProtoMessage added in v1.1.0

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) ProtoReflect added in v1.1.0

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) Reset added in v1.1.0

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) String added in v1.1.0

func (*ClientMeta_AdditionalEthV1EventsBlockGossipData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsBlockV2Data

type ClientMeta_AdditionalEthV1EventsBlockV2Data struct {

	// Epoch contains the epoch information for the block.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the block.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Propagation contains information about the propagation of the block.
	Propagation *PropagationV2 `protobuf:"bytes,3,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsBlockV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsBlockV2DataFromVTPool() *ClientMeta_AdditionalEthV1EventsBlockV2Data

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsBlockV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) GetPropagation

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) GetSlot

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) Reset

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalEthV1EventsBlockV2Data) ReturnToVTPool()

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) String

func (*ClientMeta_AdditionalEthV1EventsBlockV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsChainReorgData

type ClientMeta_AdditionalEthV1EventsChainReorgData struct {

	// Epoch contains the epoch information for the chain reorg.
	Epoch *Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the chain reorg.
	Slot *Slot `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Propagation contains information about the propagation of the chain
	// reorg.
	Propagation *Propagation `protobuf:"bytes,3,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsChainReorgDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsChainReorgDataFromVTPool() *ClientMeta_AdditionalEthV1EventsChainReorgData

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsChainReorgData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) GetPropagation

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) GetSlot

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) Reset

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) String

func (*ClientMeta_AdditionalEthV1EventsChainReorgData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsChainReorgV2Data

type ClientMeta_AdditionalEthV1EventsChainReorgV2Data struct {

	// Epoch contains the epoch information for the chain reorg.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the chain reorg.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Propagation contains information about the propagation of the chain
	// reorg.
	Propagation *PropagationV2 `protobuf:"bytes,3,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsChainReorgV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsChainReorgV2DataFromVTPool() *ClientMeta_AdditionalEthV1EventsChainReorgV2Data

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsChainReorgV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) GetPropagation

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) GetSlot

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) Reset

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) String

func (*ClientMeta_AdditionalEthV1EventsChainReorgV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData

type ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData struct {

	// Epoch contains the epoch information for the contribution and proof.
	Epoch *Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the contribution and proof.
	Slot *Slot `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Propagation contains information about the propagation of the
	// contribution and proof.
	Propagation *Propagation `protobuf:"bytes,3,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsContributionAndProofContributionDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsContributionAndProofContributionDataFromVTPool() *ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) GetPropagation

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) GetSlot

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) MarshalToSizedBufferVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) Reset

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) String

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data

type ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data struct {

	// Epoch contains the epoch information for the contribution and proof.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the contribution and proof.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Propagation contains information about the propagation of the
	// contribution and proof.
	Propagation *PropagationV2 `protobuf:"bytes,3,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2DataFromVTPool() *ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) GetPropagation

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) GetSlot

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) MarshalToSizedBufferVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) Reset

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) String

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsContributionAndProofData

type ClientMeta_AdditionalEthV1EventsContributionAndProofData struct {
	Contribution *ClientMeta_AdditionalEthV1EventsContributionAndProofContributionData `protobuf:"bytes,1,opt,name=contribution,proto3" json:"contribution,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsContributionAndProofDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsContributionAndProofDataFromVTPool() *ClientMeta_AdditionalEthV1EventsContributionAndProofData

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsContributionAndProofData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) GetContribution

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) Reset

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) String

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data

type ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data struct {
	Contribution *ClientMeta_AdditionalEthV1EventsContributionAndProofContributionV2Data `protobuf:"bytes,1,opt,name=contribution,proto3" json:"contribution,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsContributionAndProofV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsContributionAndProofV2DataFromVTPool() *ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) GetContribution

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) Reset

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) String

func (*ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsDataColumnSidecarData added in v1.2.0

type ClientMeta_AdditionalEthV1EventsDataColumnSidecarData struct {

	// Epoch contains the epoch information for the data column sidecar.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the data column sidecar.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Propagation contains information about the propagation of the data column
	// sidecar.
	Propagation *PropagationV2 `protobuf:"bytes,3,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsDataColumnSidecarDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsDataColumnSidecarDataFromVTPool() *ClientMeta_AdditionalEthV1EventsDataColumnSidecarData

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

Deprecated: Use ClientMeta_AdditionalEthV1EventsDataColumnSidecarData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) GetEpoch added in v1.2.0

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) GetPropagation added in v1.2.0

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) GetSlot added in v1.2.0

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) ProtoMessage added in v1.2.0

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) ProtoReflect added in v1.2.0

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) Reset added in v1.2.0

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) String added in v1.2.0

func (*ClientMeta_AdditionalEthV1EventsDataColumnSidecarData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData

type ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData struct {

	// Epoch contains the epoch information for the finalized checkpoint.
	Epoch *Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsFinalizedCheckpointDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsFinalizedCheckpointDataFromVTPool() *ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) Reset

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) String

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data

type ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data struct {

	// Epoch contains the epoch information for the finalized checkpoint.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2DataFromVTPool() *ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) Reset

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) String

func (*ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsHeadData

type ClientMeta_AdditionalEthV1EventsHeadData struct {

	// Epoch contains the epoch information for the head.
	Epoch *Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the head event.
	Slot *Slot `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Propagation contains information about the propagation of the head.
	Propagation *Propagation `protobuf:"bytes,3,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsHeadDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsHeadDataFromVTPool() *ClientMeta_AdditionalEthV1EventsHeadData

func (*ClientMeta_AdditionalEthV1EventsHeadData) Descriptor deprecated

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

Deprecated: Use ClientMeta_AdditionalEthV1EventsHeadData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsHeadData) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsHeadData) GetPropagation

func (*ClientMeta_AdditionalEthV1EventsHeadData) GetSlot

func (*ClientMeta_AdditionalEthV1EventsHeadData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsHeadData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsHeadData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsHeadData) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsHeadData) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsHeadData) Reset

func (*ClientMeta_AdditionalEthV1EventsHeadData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsHeadData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalEthV1EventsHeadData) ReturnToVTPool()

func (*ClientMeta_AdditionalEthV1EventsHeadData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsHeadData) String

func (*ClientMeta_AdditionalEthV1EventsHeadData) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalEthV1EventsHeadV2Data

type ClientMeta_AdditionalEthV1EventsHeadV2Data struct {

	// Epoch contains the epoch information for the head.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the head event.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Propagation contains information about the propagation of the head.
	Propagation *PropagationV2 `protobuf:"bytes,3,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsHeadV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsHeadV2DataFromVTPool() *ClientMeta_AdditionalEthV1EventsHeadV2Data

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsHeadV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) GetPropagation

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) GetSlot

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) Reset

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalEthV1EventsHeadV2Data) ReturnToVTPool()

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) String

func (*ClientMeta_AdditionalEthV1EventsHeadV2Data) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalEthV1EventsVoluntaryExitData

type ClientMeta_AdditionalEthV1EventsVoluntaryExitData struct {

	// Epoch contains the epoch information for the voluntary exit.
	Epoch *Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsVoluntaryExitDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsVoluntaryExitDataFromVTPool() *ClientMeta_AdditionalEthV1EventsVoluntaryExitData

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsVoluntaryExitData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) Reset

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) String

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data

type ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data struct {

	// Epoch contains the epoch information for the voluntary exit.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// WallclockEpoch contains the epoch information for the voluntary exit in the wall clock time.
	WallclockEpoch *EpochV2 `protobuf:"bytes,2,opt,name=wallclock_epoch,proto3" json:"wallclock_epoch,omitempty"`
	// WallclockSlot contains the slot information for the voluntary exit in the wall clock time.
	WallclockSlot *SlotV2 `protobuf:"bytes,3,opt,name=wallclock_slot,proto3" json:"wallclock_slot,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1EventsVoluntaryExitV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1EventsVoluntaryExitV2DataFromVTPool() *ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) GetEpoch

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) GetWallclockEpoch added in v0.0.182

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) GetWallclockSlot added in v0.0.182

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) Reset

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) String

func (*ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1ProposerDutyData added in v0.0.136

type ClientMeta_AdditionalEthV1ProposerDutyData struct {

	// Epoch contains the epoch information for the proposer duty.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the proposer duty.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// StateID is the state ID when the proposer duty was requested.
	// This can be used to determine if the proposer duty was canonical
	// by checking if the state_id is 'finalized'.
	StateId string `protobuf:"bytes,3,opt,name=state_id,proto3" json:"state_id,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1ProposerDutyDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1ProposerDutyDataFromVTPool() *ClientMeta_AdditionalEthV1ProposerDutyData

func (*ClientMeta_AdditionalEthV1ProposerDutyData) Descriptor deprecated added in v0.0.136

Deprecated: Use ClientMeta_AdditionalEthV1ProposerDutyData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1ProposerDutyData) GetEpoch added in v0.0.136

func (*ClientMeta_AdditionalEthV1ProposerDutyData) GetSlot added in v0.0.136

func (*ClientMeta_AdditionalEthV1ProposerDutyData) GetStateId added in v0.0.156

func (*ClientMeta_AdditionalEthV1ProposerDutyData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1ProposerDutyData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1ProposerDutyData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1ProposerDutyData) ProtoMessage added in v0.0.136

func (*ClientMeta_AdditionalEthV1ProposerDutyData) ProtoReflect added in v0.0.136

func (*ClientMeta_AdditionalEthV1ProposerDutyData) Reset added in v0.0.136

func (*ClientMeta_AdditionalEthV1ProposerDutyData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1ProposerDutyData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalEthV1ProposerDutyData) ReturnToVTPool()

func (*ClientMeta_AdditionalEthV1ProposerDutyData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1ProposerDutyData) String added in v0.0.136

func (*ClientMeta_AdditionalEthV1ProposerDutyData) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalEthV1ValidatorAttestationDataData

type ClientMeta_AdditionalEthV1ValidatorAttestationDataData struct {

	// Source contains information for the best currently justified checkpoint.
	Source *ClientMeta_AdditionalEthV1AttestationSourceV2Data `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// Target contains information of the block at the start of the current
	// epoch.
	Target *ClientMeta_AdditionalEthV1AttestationTargetV2Data `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	// Epoch contains the epoch information for the beacon committee.
	Epoch *EpochV2 `protobuf:"bytes,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the beacon committee.
	Slot *SlotV2 `protobuf:"bytes,4,opt,name=slot,proto3" json:"slot,omitempty"`
	// AttestationDataSnapshot is the snapshot of the attestation data
	Snapshot *ClientMeta_AttestationDataSnapshot `protobuf:"bytes,5,opt,name=Snapshot,json=snapshot,proto3" json:"Snapshot,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV1ValidatorAttestationDataDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1ValidatorAttestationDataDataFromVTPool() *ClientMeta_AdditionalEthV1ValidatorAttestationDataData

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV1ValidatorAttestationDataData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) GetEpoch

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) GetSlot

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) GetSnapshot

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) GetSource

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) GetTarget

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) ProtoMessage

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) ProtoReflect

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) Reset

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) String

func (*ClientMeta_AdditionalEthV1ValidatorAttestationDataData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV1ValidatorsData added in v0.0.172

type ClientMeta_AdditionalEthV1ValidatorsData struct {
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

AdditionalEthV1ValidatorsData contains additional data about the eth v1 validators.

func ClientMeta_AdditionalEthV1ValidatorsDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV1ValidatorsDataFromVTPool() *ClientMeta_AdditionalEthV1ValidatorsData

func (*ClientMeta_AdditionalEthV1ValidatorsData) Descriptor deprecated added in v0.0.172

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

Deprecated: Use ClientMeta_AdditionalEthV1ValidatorsData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV1ValidatorsData) GetEpoch added in v0.0.172

func (*ClientMeta_AdditionalEthV1ValidatorsData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1ValidatorsData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1ValidatorsData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV1ValidatorsData) ProtoMessage added in v0.0.172

func (*ClientMeta_AdditionalEthV1ValidatorsData) ProtoReflect added in v0.0.172

func (*ClientMeta_AdditionalEthV1ValidatorsData) Reset added in v0.0.172

func (*ClientMeta_AdditionalEthV1ValidatorsData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1ValidatorsData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalEthV1ValidatorsData) ReturnToVTPool()

func (*ClientMeta_AdditionalEthV1ValidatorsData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV1ValidatorsData) String added in v0.0.172

func (*ClientMeta_AdditionalEthV1ValidatorsData) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData

type ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData struct {

	// Block contains the information about the block that we are deriving the
	// attester slashing from.
	Block *BlockIdentifier `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingDataFromVTPool() *ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) GetBlock

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) ProtoMessage

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) ProtoReflect

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) Reset

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) String

func (*ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData

type ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData struct {

	// Block contains the information about the block that we are deriving the
	// bls to execution change from.
	Block *BlockIdentifier `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeDataFromVTPool() *ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) GetBlock

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) ProtoMessage

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) ProtoReflect

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) Reset

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) String

func (*ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV2BeaconBlockData

type ClientMeta_AdditionalEthV2BeaconBlockData struct {

	// Epoch contains the epoch information for the block.
	Epoch *Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the block.
	Slot *Slot `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Version contains information about the version of the block.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// BlockRoot contains the block root of the beacon block.
	BlockRoot string `protobuf:"bytes,4,opt,name=block_root,proto3" json:"block_root,omitempty"`
	// TransactionsCount contains the number of transactions in the block
	TransactionsCount uint64 `protobuf:"varint,5,opt,name=transactions_count,proto3" json:"transactions_count,omitempty"`
	// TransactionsTotalBytes contains the total bytes size of transactions
	TransactionsTotalBytes uint64 `protobuf:"varint,6,opt,name=transactions_total_bytes,proto3" json:"transactions_total_bytes,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV2BeaconBlockDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV2BeaconBlockDataFromVTPool() *ClientMeta_AdditionalEthV2BeaconBlockData

func (*ClientMeta_AdditionalEthV2BeaconBlockData) Descriptor deprecated

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

Deprecated: Use ClientMeta_AdditionalEthV2BeaconBlockData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV2BeaconBlockData) GetBlockRoot

func (*ClientMeta_AdditionalEthV2BeaconBlockData) GetEpoch

func (*ClientMeta_AdditionalEthV2BeaconBlockData) GetSlot

func (*ClientMeta_AdditionalEthV2BeaconBlockData) GetTransactionsCount

func (x *ClientMeta_AdditionalEthV2BeaconBlockData) GetTransactionsCount() uint64

func (*ClientMeta_AdditionalEthV2BeaconBlockData) GetTransactionsTotalBytes

func (x *ClientMeta_AdditionalEthV2BeaconBlockData) GetTransactionsTotalBytes() uint64

func (*ClientMeta_AdditionalEthV2BeaconBlockData) GetVersion

func (*ClientMeta_AdditionalEthV2BeaconBlockData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockData) ProtoMessage

func (*ClientMeta_AdditionalEthV2BeaconBlockData) ProtoReflect

func (*ClientMeta_AdditionalEthV2BeaconBlockData) Reset

func (*ClientMeta_AdditionalEthV2BeaconBlockData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalEthV2BeaconBlockData) ReturnToVTPool()

func (*ClientMeta_AdditionalEthV2BeaconBlockData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockData) String

func (*ClientMeta_AdditionalEthV2BeaconBlockData) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalEthV2BeaconBlockDepositData

type ClientMeta_AdditionalEthV2BeaconBlockDepositData struct {

	// Block contains the information about the block that we are deriving the
	// deposit from.
	Block *BlockIdentifier `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV2BeaconBlockDepositDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV2BeaconBlockDepositDataFromVTPool() *ClientMeta_AdditionalEthV2BeaconBlockDepositData

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV2BeaconBlockDepositData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) GetBlock

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) ProtoMessage

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) ProtoReflect

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) Reset

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) String

func (*ClientMeta_AdditionalEthV2BeaconBlockDepositData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData added in v0.0.139

type ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData struct {

	// Block contains the information about the block that we are deriving the
	// elaborated attestation from.
	Block *BlockIdentifier `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// PositionInBlock is the position of the attestation in the block.
	PositionInBlock *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=position_in_block,proto3" json:"position_in_block,omitempty"`
	// Epoch contains the epoch information for the slot of the attestation.
	Epoch *EpochV2 `protobuf:"bytes,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the slot of the attestation.
	Slot *SlotV2 `protobuf:"bytes,4,opt,name=slot,proto3" json:"slot,omitempty"`
	// Source contains information for source of the attestation.
	Source *ClientMeta_AdditionalEthV1AttestationSourceV2Data `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"`
	// Target contains information of the block at the start of the current
	// epoch.
	Target *ClientMeta_AdditionalEthV1AttestationTargetV2Data `protobuf:"bytes,6,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationDataFromVTPool() *ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) Descriptor deprecated added in v0.0.139

Deprecated: Use ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) GetBlock added in v0.0.139

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) GetEpoch added in v0.0.139

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) GetPositionInBlock added in v0.0.139

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) GetSlot added in v0.0.139

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) GetSource added in v0.0.139

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) GetTarget added in v0.0.139

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) MarshalToSizedBufferVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) ProtoMessage added in v0.0.139

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) ProtoReflect added in v0.0.139

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) Reset added in v0.0.139

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) String added in v0.0.139

func (*ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData

type ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData struct {

	// Block contains the information about the block that we are deriving the
	// execution transaction from.
	Block *BlockIdentifier `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// PositionInBlock is the position of the transaction in the block.
	PositionInBlock *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=position_in_block,proto3" json:"position_in_block,omitempty"`
	// Size is the transaction size in bytes.
	Size string `protobuf:"bytes,3,opt,name=size,proto3" json:"size,omitempty"`
	// CallDataSize is the call data size in bytes.
	CallDataSize string `protobuf:"bytes,4,opt,name=call_data_size,proto3" json:"call_data_size,omitempty"`
	// BlobSidecarsSize is the size of the blob sidecars in bytes.
	BlobSidecarsSize string `protobuf:"bytes,5,opt,name=blob_sidecars_size,proto3" json:"blob_sidecars_size,omitempty"`
	// BlobSidecarsEmptySize is the amount of empty bytes of the blob sidecars.
	BlobSidecarsEmptySize string `protobuf:"bytes,6,opt,name=blob_sidecars_empty_size,proto3" json:"blob_sidecars_empty_size,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionDataFromVTPool() *ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) GetBlobSidecarsEmptySize added in v0.0.153

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) GetBlobSidecarsSize added in v0.0.153

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) GetBlock

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) GetCallDataSize

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) GetPositionInBlock

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) GetSize

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) ProtoMessage

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) ProtoReflect

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) Reset

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) String

func (*ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData

type ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData struct {

	// Block contains the information about the block that we are deriving the
	// proposer slashing from.
	Block *BlockIdentifier `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingDataFromVTPool() *ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) GetBlock

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) ProtoMessage

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) ProtoReflect

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) Reset

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) String

func (*ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData added in v1.8.7

type ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData struct {

	// Block contains the block identifier information.
	Block *BlockIdentifier `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// SyncCommitteePeriod is the sync committee period number (epoch / 256).
	SyncCommitteePeriod *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=sync_committee_period,proto3" json:"sync_committee_period,omitempty"`
	// contains filtered or unexported fields
}

AdditionalEthV2BeaconBlockSyncAggregateData contains additional data about the sync aggregate from a beacon block.

func ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateDataFromVTPool() *ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) Descriptor deprecated added in v1.8.7

Deprecated: Use ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) GetBlock added in v1.8.7

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) GetSyncCommitteePeriod added in v1.8.7

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) ProtoMessage added in v1.8.7

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) ProtoReflect added in v1.8.7

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) Reset added in v1.8.7

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) String added in v1.8.7

func (*ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV2BeaconBlockV2Data

type ClientMeta_AdditionalEthV2BeaconBlockV2Data struct {

	// Epoch contains the epoch information for the block.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the block.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Version contains information about the version of the block.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// BlockRoot contains the block root of the beacon block.
	BlockRoot string `protobuf:"bytes,4,opt,name=block_root,proto3" json:"block_root,omitempty"`
	// TransactionsCount contains the number of transactions in the block
	TransactionsCount *wrapperspb.UInt64Value `protobuf:"bytes,5,opt,name=transactions_count,proto3" json:"transactions_count,omitempty"`
	// TransactionsTotalBytes contains the total bytes size of transactions
	TransactionsTotalBytes *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=transactions_total_bytes,proto3" json:"transactions_total_bytes,omitempty"`
	// CompressedTotalBytesCompressed contains the total bytes size of
	// transactions with snappy compression
	TransactionsTotalBytesCompressed *wrapperspb.UInt64Value `protobuf:"bytes,7,opt,name=transactions_total_bytes_compressed,proto3" json:"transactions_total_bytes_compressed,omitempty"`
	// TotalBytes contains the total bytes size of block
	TotalBytes *wrapperspb.UInt64Value `protobuf:"bytes,8,opt,name=total_bytes,proto3" json:"total_bytes,omitempty"`
	// TotalBytesCompressed contains the total bytes size of block with snappy
	// compression
	TotalBytesCompressed *wrapperspb.UInt64Value `protobuf:"bytes,9,opt,name=total_bytes_compressed,proto3" json:"total_bytes_compressed,omitempty"`
	// FinalizedWhenRequested is if the block was finalized when requested
	FinalizedWhenRequested bool `protobuf:"varint,10,opt,name=finalized_when_requested,proto3" json:"finalized_when_requested,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV2BeaconBlockV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV2BeaconBlockV2DataFromVTPool() *ClientMeta_AdditionalEthV2BeaconBlockV2Data

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV2BeaconBlockV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetBlockRoot

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetEpoch

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetFinalizedWhenRequested

func (x *ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetFinalizedWhenRequested() bool

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetSlot

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetTotalBytes

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetTotalBytesCompressed

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetTransactionsCount

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetTransactionsTotalBytes

func (x *ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetTransactionsTotalBytes() *wrapperspb.UInt64Value

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetTransactionsTotalBytesCompressed

func (x *ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetTransactionsTotalBytesCompressed() *wrapperspb.UInt64Value

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) GetVersion

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) ProtoMessage

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) ProtoReflect

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) Reset

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalEthV2BeaconBlockV2Data) ReturnToVTPool()

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) String

func (*ClientMeta_AdditionalEthV2BeaconBlockV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData

type ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData struct {

	// Block contains the information about the block that we are deriving the
	// voluntary exit from.
	Block *BlockIdentifier `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitDataFromVTPool() *ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) GetBlock

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) ProtoMessage

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) ProtoReflect

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) Reset

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) String

func (*ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData

type ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData struct {

	// Block contains the information about the block that we are deriving the
	// withdrawal from.
	Block *BlockIdentifier `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalEthV2BeaconBlockWithdrawalDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV2BeaconBlockWithdrawalDataFromVTPool() *ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) GetBlock

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) ProtoMessage

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) ProtoReflect

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) Reset

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) String

func (*ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalEthV3ValidatorBlockData added in v1.0.11

type ClientMeta_AdditionalEthV3ValidatorBlockData struct {

	// Epoch contains the epoch information for the block.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the block.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// Version contains information about the version of the block.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// TransactionsCount contains the number of transactions in the block
	TransactionsCount *wrapperspb.UInt64Value `protobuf:"bytes,4,opt,name=transactions_count,proto3" json:"transactions_count,omitempty"`
	// TransactionsTotalBytes contains the total bytes size of transactions
	TransactionsTotalBytes *wrapperspb.UInt64Value `protobuf:"bytes,5,opt,name=transactions_total_bytes,proto3" json:"transactions_total_bytes,omitempty"`
	// CompressedTotalBytesCompressed contains the total bytes size of
	// transactions with snappy compression
	TransactionsTotalBytesCompressed *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=transactions_total_bytes_compressed,proto3" json:"transactions_total_bytes_compressed,omitempty"`
	// TotalBytes contains the total bytes size of block
	TotalBytes *wrapperspb.UInt64Value `protobuf:"bytes,7,opt,name=total_bytes,proto3" json:"total_bytes,omitempty"`
	// TotalBytesCompressed contains the total bytes size of block with snappy
	// compression
	TotalBytesCompressed *wrapperspb.UInt64Value `protobuf:"bytes,8,opt,name=total_bytes_compressed,proto3" json:"total_bytes_compressed,omitempty"`
	// ExecutionValue contains the total execution payload value, in Wei.
	ExecutionValue string `protobuf:"bytes,9,opt,name=execution_value,proto3" json:"execution_value,omitempty"`
	// ConsensusValue represents the rewards paid to the proposer for this block, in Wei.
	ConsensusValue string `protobuf:"bytes,10,opt,name=consensus_value,proto3" json:"consensus_value,omitempty"`
	// RequestDurationMs is the duration of the produce block request (in milliseconds).
	RequestDurationMs *wrapperspb.UInt64Value `protobuf:"bytes,11,opt,name=request_duration_ms,proto3" json:"request_duration_ms,omitempty"`
	// RequestedAt is the time the call was made to produce the block.
	RequestedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=requested_at,proto3" json:"requested_at,omitempty"`
	// contains filtered or unexported fields
}

AdditionalEthV3ValidatorBlockData contains additional data about the eth v3 validator block event.

func ClientMeta_AdditionalEthV3ValidatorBlockDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalEthV3ValidatorBlockDataFromVTPool() *ClientMeta_AdditionalEthV3ValidatorBlockData

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) Descriptor deprecated added in v1.0.11

Deprecated: Use ClientMeta_AdditionalEthV3ValidatorBlockData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetConsensusValue added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetEpoch added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetExecutionValue added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetRequestDurationMs added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetRequestedAt added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetSlot added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetTotalBytes added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetTotalBytesCompressed added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetTransactionsCount added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetTransactionsTotalBytes added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetTransactionsTotalBytesCompressed added in v1.0.11

func (x *ClientMeta_AdditionalEthV3ValidatorBlockData) GetTransactionsTotalBytesCompressed() *wrapperspb.UInt64Value

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) GetVersion added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) ProtoMessage added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) ProtoReflect added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) Reset added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) String added in v1.0.11

func (*ClientMeta_AdditionalEthV3ValidatorBlockData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceAddPeerData added in v0.0.160

type ClientMeta_AdditionalLibP2PTraceAddPeerData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceAddPeerData: Holds additional data for an add peer event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceAddPeerDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceAddPeerDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceAddPeerData

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) Descriptor deprecated added in v0.0.160

Deprecated: Use ClientMeta_AdditionalLibP2PTraceAddPeerData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) GetMetadata added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) ProtoMessage added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) ProtoReflect added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) Reset added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalLibP2PTraceAddPeerData) ReturnToVTPool()

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) String added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceAddPeerData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceConnectedData added in v0.0.160

type ClientMeta_AdditionalLibP2PTraceConnectedData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceConnectedData: Holds additional data for a connected event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceConnectedDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceConnectedDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceConnectedData

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) Descriptor deprecated added in v0.0.160

Deprecated: Use ClientMeta_AdditionalLibP2PTraceConnectedData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) GetMetadata added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) ProtoMessage added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) ProtoReflect added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) Reset added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) String added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceConnectedData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceDeliverMessageData added in v1.1.7

type ClientMeta_AdditionalLibP2PTraceDeliverMessageData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceDeliverMessageData: Holds additional data for a deliver message event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceDeliverMessageDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceDeliverMessageDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceDeliverMessageData

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) Descriptor deprecated added in v1.1.7

Deprecated: Use ClientMeta_AdditionalLibP2PTraceDeliverMessageData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) GetMetadata added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) ProtoMessage added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) ProtoReflect added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) Reset added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) String added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceDeliverMessageData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceDisconnectedData added in v0.0.160

type ClientMeta_AdditionalLibP2PTraceDisconnectedData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceDisconnectedData: Holds additional data for a disconnected event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceDisconnectedDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceDisconnectedDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceDisconnectedData

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) Descriptor deprecated added in v0.0.160

Deprecated: Use ClientMeta_AdditionalLibP2PTraceDisconnectedData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) GetMetadata added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) ProtoMessage added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) ProtoReflect added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) Reset added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) String added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceDisconnectedData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceDropRPCData added in v1.1.5

type ClientMeta_AdditionalLibP2PTraceDropRPCData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceDropRPCData: Holds additional data for a drop RPC event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceDropRPCDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceDropRPCDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceDropRPCData

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) Descriptor deprecated added in v1.1.5

Deprecated: Use ClientMeta_AdditionalLibP2PTraceDropRPCData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) GetMetadata added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) ProtoMessage added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) ProtoReflect added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) Reset added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalLibP2PTraceDropRPCData) ReturnToVTPool()

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) String added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceDropRPCData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceDuplicateMessageData added in v1.1.7

type ClientMeta_AdditionalLibP2PTraceDuplicateMessageData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceDuplicateMessageData: Holds additional data for a duplicate message event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceDuplicateMessageDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceDuplicateMessageDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceDuplicateMessageData

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) Descriptor deprecated added in v1.1.7

Deprecated: Use ClientMeta_AdditionalLibP2PTraceDuplicateMessageData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) GetMetadata added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) ProtoMessage added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) ProtoReflect added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) Reset added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) String added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceDuplicateMessageData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData added in v1.1.27

type ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData struct {

	// Epoch contains the epoch information for the aggregate and proof.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the aggregate and proof.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// WallclockEpoch contains the epoch information for the aggregate and proof in the wall clock time.
	WallclockEpoch *EpochV2 `protobuf:"bytes,3,opt,name=wallclock_epoch,proto3" json:"wallclock_epoch,omitempty"`
	// WallclockSlot contains the slot information for the aggregate and proof in the wall clock time.
	WallclockSlot *SlotV2 `protobuf:"bytes,4,opt,name=wallclock_slot,proto3" json:"wallclock_slot,omitempty"`
	// Propagation contains information about the propagation of the aggregate and proof.
	Propagation *PropagationV2 `protobuf:"bytes,5,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// AggregatorIndex contains the index of the validator who created this aggregate.
	AggregatorIndex *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=aggregator_index,proto3" json:"aggregator_index,omitempty"`
	// Metadata contains additional trace event metadata.
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Topic is the gossip sub topic the aggregate and proof was received on.
	Topic *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=topic,proto3" json:"topic,omitempty"`
	// MessageSize is the size of the aggregate and proof message in bytes.
	MessageSize *wrapperspb.UInt32Value `protobuf:"bytes,9,opt,name=message_size,proto3" json:"message_size,omitempty"`
	// MessageID is a unique identifier for the aggregate and proof message.
	MessageId *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=message_id,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) Descriptor deprecated added in v1.1.27

Deprecated: Use ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) GetAggregatorIndex added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) GetEpoch added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) GetMessageId added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) GetMessageSize added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) GetMetadata added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) GetPropagation added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) GetSlot added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) GetTopic added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) GetWallclockEpoch added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) GetWallclockSlot added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) MarshalToSizedBufferVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) ProtoMessage added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) ProtoReflect added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) Reset added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) String added in v1.1.27

func (*ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData added in v0.0.169

type ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData struct {

	// Source contains information for the best currently justified checkpoint.
	Source *ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// Target contains information of the block at the start of the current
	// epoch.
	Target *ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	// Slot contains the slot information for the attestation.
	Slot *SlotV2 `protobuf:"bytes,3,opt,name=slot,proto3" json:"slot,omitempty"`
	// Epoch contains the epoch information for the attestation.
	Epoch *EpochV2 `protobuf:"bytes,4,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Propagation contains information about the propagation of the
	// attestation.
	Propagation *PropagationV2 `protobuf:"bytes,5,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// AttestingValidator contains data about the validator that created the
	// attestation. Note: only available for unaggregated attestations.
	AttestingValidator *AttestingValidatorV2 `protobuf:"bytes,6,opt,name=attesting_validator,proto3" json:"attesting_validator,omitempty"`
	// WallclockEpoch contains the epoch information for the attestation on the wall clock when the attestation was received.
	WallclockEpoch *EpochV2 `protobuf:"bytes,7,opt,name=wallclock_epoch,proto3" json:"wallclock_epoch,omitempty"`
	// WallclockSlot contains the slot information for the attestation on the wall clock when the attestation was received.
	WallclockSlot *SlotV2 `protobuf:"bytes,8,opt,name=wallclock_slot,proto3" json:"wallclock_slot,omitempty"`
	// Metadata contains additional trace event metadata.
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Topic is the gossip sub topic the beacon block was received on.
	Topic *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=topic,proto3" json:"topic,omitempty"`
	// MessageSize is the size of the beacon block message in bytes.
	MessageSize *wrapperspb.UInt32Value `protobuf:"bytes,11,opt,name=message_size,proto3" json:"message_size,omitempty"`
	// MessageID is a unique identifier for the beacon block message.
	MessageId *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=message_id,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) Descriptor deprecated added in v0.0.169

Deprecated: Use ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetAttestingValidator added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetEpoch added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetMessageId added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetMessageSize added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetMetadata added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetPropagation added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetSlot added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetSource added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetTarget added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetTopic added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetWallclockEpoch added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) GetWallclockSlot added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) MarshalToSizedBufferVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) ProtoMessage added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) ProtoReflect added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) Reset added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) String added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData added in v0.0.169

type ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData struct {

	// Epoch contains the epoch information for the source.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) Descriptor deprecated added in v0.0.169

Deprecated: Use ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) GetEpoch added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) MarshalToSizedBufferVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) ProtoMessage added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) ProtoReflect added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) Reset added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) String added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationSourceData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData added in v0.0.169

type ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData struct {

	// Epoch contains the epoch information for the target.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) Descriptor deprecated added in v0.0.169

Deprecated: Use ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) GetEpoch added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) MarshalToSizedBufferVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) ProtoMessage added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) ProtoReflect added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) Reset added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) String added in v0.0.169

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationTargetData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData added in v0.0.168

type ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData struct {

	// Epoch contains the epoch information for the beacon block.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the beacon block.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// WallclockEpoch contains the epoch information for the beacon block in the wall clock time.
	WallclockEpoch *EpochV2 `protobuf:"bytes,3,opt,name=wallclock_epoch,proto3" json:"wallclock_epoch,omitempty"`
	// WallclockSlot contains the slot information for the beacon block in the wall clock time.
	WallclockSlot *SlotV2 `protobuf:"bytes,4,opt,name=wallclock_slot,proto3" json:"wallclock_slot,omitempty"`
	// Propagation contains information about the propagation of the beacon block.
	Propagation *PropagationV2 `protobuf:"bytes,5,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// Metadata contains additional trace event metadata.
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Topic is the gossip sub topic the beacon block was received on.
	Topic *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=topic,proto3" json:"topic,omitempty"`
	// MessageSize is the size of the beacon block message in bytes.
	MessageSize *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=message_size,proto3" json:"message_size,omitempty"`
	// MessageID is a unique identifier for the beacon block message.
	MessageId *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=message_id,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceGossipSubBeaconBlockData contains additional data about the gossip sub beacon block event.

func ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) Descriptor deprecated added in v0.0.168

Deprecated: Use ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) GetEpoch added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) GetMessageId added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) GetMessageSize added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) GetMetadata added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) GetPropagation added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) GetSlot added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) GetTopic added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) GetWallclockEpoch added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) GetWallclockSlot added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) ProtoMessage added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) ProtoReflect added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) Reset added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) String added in v0.0.168

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData added in v0.0.170

type ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData struct {

	// Epoch contains the epoch information for the blob sidecar.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the blob sidecar.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// WallclockEpoch contains the epoch information for the blob sidecar in the wall clock time.
	WallclockEpoch *EpochV2 `protobuf:"bytes,3,opt,name=wallclock_epoch,proto3" json:"wallclock_epoch,omitempty"`
	// WallclockSlot contains the slot information for the blob sidecar in the wall clock time.
	WallclockSlot *SlotV2 `protobuf:"bytes,4,opt,name=wallclock_slot,proto3" json:"wallclock_slot,omitempty"`
	// Propagation contains information about the propagation of the blob sidecar.
	Propagation *PropagationV2 `protobuf:"bytes,5,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// Metadata contains additional trace event metadata.
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Topic is the gossip sub topic the blob sidecar was received on.
	Topic *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=topic,proto3" json:"topic,omitempty"`
	// MessageSize is the size of the blob sidecar message in bytes.
	MessageSize *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=message_size,proto3" json:"message_size,omitempty"`
	// MessageID is a unique identifier for the blob sidecar message.
	MessageId *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=message_id,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) Descriptor deprecated added in v0.0.170

Deprecated: Use ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) GetEpoch added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) GetMessageId added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) GetMessageSize added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) GetMetadata added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) GetPropagation added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) GetSlot added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) GetTopic added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) GetWallclockEpoch added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) GetWallclockSlot added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) ProtoMessage added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) ProtoReflect added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) Reset added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) String added in v0.0.170

func (*ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData added in v1.3.4

type ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData struct {

	// Epoch contains the epoch information for the data column sidecar.
	Epoch *EpochV2 `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the data column sidecar.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// WallclockEpoch contains the epoch information for the data column sidecar in the wall clock time.
	WallclockEpoch *EpochV2 `protobuf:"bytes,3,opt,name=wallclock_epoch,proto3" json:"wallclock_epoch,omitempty"`
	// WallclockSlot contains the slot information for the data column sidecar in the wall clock time.
	WallclockSlot *SlotV2 `protobuf:"bytes,4,opt,name=wallclock_slot,proto3" json:"wallclock_slot,omitempty"`
	// Propagation contains information about the propagation of the data column sidecar.
	Propagation *PropagationV2 `protobuf:"bytes,5,opt,name=propagation,proto3" json:"propagation,omitempty"`
	// Metadata contains additional trace event metadata.
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Topic is the gossip sub topic the data column sidecar was received on.
	Topic *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=topic,proto3" json:"topic,omitempty"`
	// MessageSize is the size of the data column sidecar message in bytes.
	MessageSize *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=message_size,proto3" json:"message_size,omitempty"`
	// MessageID is a unique identifier for the data column sidecar message.
	MessageId *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=message_id,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) Descriptor deprecated added in v1.3.4

Deprecated: Use ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) GetEpoch added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) GetMessageId added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) GetMessageSize added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) GetMetadata added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) GetPropagation added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) GetSlot added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) GetTopic added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) GetWallclockEpoch added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) GetWallclockSlot added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) MarshalToSizedBufferVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) ProtoMessage added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) ProtoReflect added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) Reset added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) String added in v1.3.4

func (*ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceGraftData added in v1.1.5

type ClientMeta_AdditionalLibP2PTraceGraftData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceGraftData: Holds additional data for a graft event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceGraftDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceGraftDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceGraftData

func (*ClientMeta_AdditionalLibP2PTraceGraftData) Descriptor deprecated added in v1.1.5

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

Deprecated: Use ClientMeta_AdditionalLibP2PTraceGraftData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceGraftData) GetMetadata added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceGraftData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceGraftData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceGraftData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceGraftData) ProtoMessage added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceGraftData) ProtoReflect added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceGraftData) Reset added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceGraftData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGraftData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalLibP2PTraceGraftData) ReturnToVTPool()

func (*ClientMeta_AdditionalLibP2PTraceGraftData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceGraftData) String added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceGraftData) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalLibP2PTraceHandleMetadataData added in v0.0.166

type ClientMeta_AdditionalLibP2PTraceHandleMetadataData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceHandleMetadataData: Holds additional data for a handle metadata event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceHandleMetadataDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceHandleMetadataDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceHandleMetadataData

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) Descriptor deprecated added in v0.0.166

Deprecated: Use ClientMeta_AdditionalLibP2PTraceHandleMetadataData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) GetMetadata added in v0.0.166

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) ProtoMessage added in v0.0.166

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) ProtoReflect added in v0.0.166

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) Reset added in v0.0.166

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) String added in v0.0.166

func (*ClientMeta_AdditionalLibP2PTraceHandleMetadataData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceHandleStatusData added in v0.0.166

type ClientMeta_AdditionalLibP2PTraceHandleStatusData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceHandleStatusData: Holds additional data for a handle status event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceHandleStatusDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceHandleStatusDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceHandleStatusData

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) Descriptor deprecated added in v0.0.166

Deprecated: Use ClientMeta_AdditionalLibP2PTraceHandleStatusData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) GetMetadata added in v0.0.166

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) ProtoMessage added in v0.0.166

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) ProtoReflect added in v0.0.166

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) Reset added in v0.0.166

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) String added in v0.0.166

func (*ClientMeta_AdditionalLibP2PTraceHandleStatusData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceIdentifyData added in v1.8.11

type ClientMeta_AdditionalLibP2PTraceIdentifyData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalLibP2PTraceIdentifyDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceIdentifyDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceIdentifyData

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) Descriptor deprecated added in v1.8.11

Deprecated: Use ClientMeta_AdditionalLibP2PTraceIdentifyData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) GetMetadata added in v1.8.11

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) ProtoMessage added in v1.8.11

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) ProtoReflect added in v1.8.11

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) Reset added in v1.8.11

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) String added in v1.8.11

func (*ClientMeta_AdditionalLibP2PTraceIdentifyData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceJoinData added in v0.0.160

type ClientMeta_AdditionalLibP2PTraceJoinData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceJoinData: Holds additional data for a join event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceJoinDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceJoinDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceJoinData

func (*ClientMeta_AdditionalLibP2PTraceJoinData) Descriptor deprecated added in v0.0.160

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

Deprecated: Use ClientMeta_AdditionalLibP2PTraceJoinData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceJoinData) GetMetadata added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceJoinData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceJoinData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceJoinData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceJoinData) ProtoMessage added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceJoinData) ProtoReflect added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceJoinData) Reset added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceJoinData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceJoinData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalLibP2PTraceJoinData) ReturnToVTPool()

func (*ClientMeta_AdditionalLibP2PTraceJoinData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceJoinData) String added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceJoinData) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalLibP2PTraceLeaveData added in v1.1.5

type ClientMeta_AdditionalLibP2PTraceLeaveData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceLeaveData: Holds additional data for a leave event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceLeaveDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceLeaveDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceLeaveData

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) Descriptor deprecated added in v1.1.5

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

Deprecated: Use ClientMeta_AdditionalLibP2PTraceLeaveData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) GetMetadata added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) ProtoMessage added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) ProtoReflect added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) Reset added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalLibP2PTraceLeaveData) ReturnToVTPool()

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) String added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTraceLeaveData) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalLibP2PTracePruneData added in v1.1.5

type ClientMeta_AdditionalLibP2PTracePruneData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTracePruneData: Holds additional data for a prune event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTracePruneDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTracePruneDataFromVTPool() *ClientMeta_AdditionalLibP2PTracePruneData

func (*ClientMeta_AdditionalLibP2PTracePruneData) Descriptor deprecated added in v1.1.5

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

Deprecated: Use ClientMeta_AdditionalLibP2PTracePruneData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTracePruneData) GetMetadata added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTracePruneData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTracePruneData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTracePruneData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTracePruneData) ProtoMessage added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTracePruneData) ProtoReflect added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTracePruneData) Reset added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTracePruneData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTracePruneData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalLibP2PTracePruneData) ReturnToVTPool()

func (*ClientMeta_AdditionalLibP2PTracePruneData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTracePruneData) String added in v1.1.5

func (*ClientMeta_AdditionalLibP2PTracePruneData) UnmarshalVT added in v1.8.12

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

type ClientMeta_AdditionalLibP2PTracePublishMessageData added in v1.1.7

type ClientMeta_AdditionalLibP2PTracePublishMessageData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTracePublishMessageData: Holds additional data for a publish message event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTracePublishMessageDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTracePublishMessageDataFromVTPool() *ClientMeta_AdditionalLibP2PTracePublishMessageData

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) Descriptor deprecated added in v1.1.7

Deprecated: Use ClientMeta_AdditionalLibP2PTracePublishMessageData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) GetMetadata added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) ProtoMessage added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) ProtoReflect added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) Reset added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) String added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTracePublishMessageData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData added in v1.1.9

type ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceRPCMetaControlGraftData: Holds additional data for a RPC meta control graft event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) Descriptor deprecated added in v1.1.9

Deprecated: Use ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) GetMetadata added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) ProtoMessage added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) ProtoReflect added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) Reset added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) String added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData added in v1.1.9

type ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceRPCMetaControlIDontWantData: Holds additional data for a RPC meta control i dont want event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) Descriptor deprecated added in v1.1.9

Deprecated: Use ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) GetMetadata added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) ProtoMessage added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) ProtoReflect added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) Reset added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) String added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData added in v1.1.9

type ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceRPCMetaControlIHaveData: Holds additional data for a RPC meta control i have event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) Descriptor deprecated added in v1.1.9

Deprecated: Use ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) GetMetadata added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) ProtoMessage added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) ProtoReflect added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) Reset added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) String added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData added in v1.1.9

type ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceRPCMetaControlIWantData: Holds additional data for a RPC meta control i want event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) Descriptor deprecated added in v1.1.9

Deprecated: Use ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) GetMetadata added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) ProtoMessage added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) ProtoReflect added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) Reset added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) String added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData added in v1.1.9

type ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceRPCMetaControlPruneData: Holds additional data for a RPC meta control prune event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) Descriptor deprecated added in v1.1.9

Deprecated: Use ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) GetMetadata added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) ProtoMessage added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) ProtoReflect added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) Reset added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) String added in v1.1.9

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData added in v1.1.12

type ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceRPCMetaMessageData: Holds additional data for a RPC meta message event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceRPCMetaMessageDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceRPCMetaMessageDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) Descriptor deprecated added in v1.1.12

Deprecated: Use ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) GetMetadata added in v1.1.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) ProtoMessage added in v1.1.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) ProtoReflect added in v1.1.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) Reset added in v1.1.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) String added in v1.1.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData added in v1.1.12

type ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceRPCMetaSubscriptionData: Holds additional data for a RPC meta subscription event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) Descriptor deprecated added in v1.1.12

Deprecated: Use ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) GetMetadata added in v1.1.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) ProtoMessage added in v1.1.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) ProtoReflect added in v1.1.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) Reset added in v1.1.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) String added in v1.1.12

func (*ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceRecvRPCData added in v0.0.160

type ClientMeta_AdditionalLibP2PTraceRecvRPCData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceRecvRPCData: Holds additional data for a receive RPC event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceRecvRPCDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceRecvRPCDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceRecvRPCData

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) Descriptor deprecated added in v0.0.160

Deprecated: Use ClientMeta_AdditionalLibP2PTraceRecvRPCData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) GetMetadata added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) ProtoMessage added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) ProtoReflect added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) Reset added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalLibP2PTraceRecvRPCData) ReturnToVTPool()

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) String added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceRecvRPCData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceRejectMessageData added in v1.1.7

type ClientMeta_AdditionalLibP2PTraceRejectMessageData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceRejectMessageData: Holds additional data for a reject message event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceRejectMessageDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceRejectMessageDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceRejectMessageData

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) Descriptor deprecated added in v1.1.7

Deprecated: Use ClientMeta_AdditionalLibP2PTraceRejectMessageData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) GetMetadata added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) ProtoMessage added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) ProtoReflect added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) Reset added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) String added in v1.1.7

func (*ClientMeta_AdditionalLibP2PTraceRejectMessageData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceRemovePeerData added in v0.0.160

type ClientMeta_AdditionalLibP2PTraceRemovePeerData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceRemovePeerData: Holds additional data for a remove peer event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceRemovePeerDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceRemovePeerDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceRemovePeerData

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) Descriptor deprecated added in v0.0.160

Deprecated: Use ClientMeta_AdditionalLibP2PTraceRemovePeerData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) GetMetadata added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) ProtoMessage added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) ProtoReflect added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) Reset added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) String added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceRemovePeerData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData added in v1.5.0

type ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Epoch contains the epoch information for the probe event
	Epoch *EpochV2 `protobuf:"bytes,2,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Slot contains the slot information for the probe event.
	Slot *SlotV2 `protobuf:"bytes,3,opt,name=slot,proto3" json:"slot,omitempty"`
	// WallclockEpoch contains the epoch information for the probe event in the wall clock time when the request was sent.
	WallclockEpoch *EpochV2 `protobuf:"bytes,4,opt,name=wallclock_epoch,proto3" json:"wallclock_epoch,omitempty"`
	// WallclockSlot contains the slot information for the probe event in the wall clock time when the request was sent.
	WallclockSlot *SlotV2 `protobuf:"bytes,5,opt,name=wallclock_slot,proto3" json:"wallclock_slot,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceRpcDataColumnCustodyProbeData: Holds additional data for a custody probe event in LibP2P Trace RPC.

func ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) Descriptor deprecated added in v1.5.0

Deprecated: Use ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) GetEpoch added in v1.5.0

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) GetMetadata added in v1.5.0

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) GetSlot added in v1.5.0

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) GetWallclockEpoch added in v1.5.0

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) GetWallclockSlot added in v1.5.0

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) ProtoMessage added in v1.5.0

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) ProtoReflect added in v1.5.0

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) Reset added in v1.5.0

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) String added in v1.5.0

func (*ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceSendRPCData added in v0.0.160

type ClientMeta_AdditionalLibP2PTraceSendRPCData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceSendRPCData: Holds additional data for a send RPC event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceSendRPCDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceSendRPCDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceSendRPCData

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) Descriptor deprecated added in v0.0.160

Deprecated: Use ClientMeta_AdditionalLibP2PTraceSendRPCData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) GetMetadata added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) ProtoMessage added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) ProtoReflect added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) Reset added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalLibP2PTraceSendRPCData) ReturnToVTPool()

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) String added in v0.0.160

func (*ClientMeta_AdditionalLibP2PTraceSendRPCData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData added in v1.4.0

type ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData struct {
	Metadata *libp2p.TraceEventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

AdditionalLibP2PTraceSyntheticHeartbeatData: Holds additional data for a synthetic heartbeat event in LibP2P tracing.

func ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatDataFromVTPool() *ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) Descriptor deprecated added in v1.4.0

Deprecated: Use ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) GetMetadata added in v1.4.0

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) ProtoMessage added in v1.4.0

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) ProtoReflect added in v1.4.0

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) Reset added in v1.4.0

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) String added in v1.4.0

func (*ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalMempoolTransactionData

type ClientMeta_AdditionalMempoolTransactionData struct {

	// Hash is the transaction hash.
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// From is the transaction sender hash.
	From string `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	// To is the transaction receiver hash.
	To string `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	// Nonce is the transaction nonce.
	Nonce uint64 `protobuf:"varint,4,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// GasPrice is the transaction gas price.
	GasPrice string `protobuf:"bytes,5,opt,name=gas_price,proto3" json:"gas_price,omitempty"`
	// Gas is the transaction gas.
	Gas uint64 `protobuf:"varint,6,opt,name=gas,proto3" json:"gas,omitempty"`
	// Value is the transaction value.
	Value string `protobuf:"bytes,7,opt,name=value,proto3" json:"value,omitempty"`
	// Size is the transaction size in bytes.
	Size string `protobuf:"bytes,8,opt,name=size,proto3" json:"size,omitempty"`
	// CallDataSize is the call data size in bytes.
	CallDataSize string `protobuf:"bytes,9,opt,name=call_data_size,proto3" json:"call_data_size,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalMempoolTransactionDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalMempoolTransactionDataFromVTPool() *ClientMeta_AdditionalMempoolTransactionData

func (*ClientMeta_AdditionalMempoolTransactionData) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalMempoolTransactionData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalMempoolTransactionData) GetCallDataSize

func (*ClientMeta_AdditionalMempoolTransactionData) GetFrom

func (*ClientMeta_AdditionalMempoolTransactionData) GetGas

func (*ClientMeta_AdditionalMempoolTransactionData) GetGasPrice

func (*ClientMeta_AdditionalMempoolTransactionData) GetHash

func (*ClientMeta_AdditionalMempoolTransactionData) GetNonce

func (*ClientMeta_AdditionalMempoolTransactionData) GetSize

func (*ClientMeta_AdditionalMempoolTransactionData) GetTo

func (*ClientMeta_AdditionalMempoolTransactionData) GetValue

func (*ClientMeta_AdditionalMempoolTransactionData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalMempoolTransactionData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalMempoolTransactionData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalMempoolTransactionData) ProtoMessage

func (*ClientMeta_AdditionalMempoolTransactionData) ProtoReflect

func (*ClientMeta_AdditionalMempoolTransactionData) Reset

func (*ClientMeta_AdditionalMempoolTransactionData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalMempoolTransactionData) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AdditionalMempoolTransactionData) ReturnToVTPool()

func (*ClientMeta_AdditionalMempoolTransactionData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalMempoolTransactionData) String

func (*ClientMeta_AdditionalMempoolTransactionData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalMempoolTransactionV2Data

type ClientMeta_AdditionalMempoolTransactionV2Data struct {

	// Hash is the transaction hash.
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// From is the transaction sender hash.
	From string `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	// To is the transaction receiver hash.
	To string `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	// Nonce is the transaction nonce.
	Nonce *wrapperspb.UInt64Value `protobuf:"bytes,4,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// GasPrice is the transaction gas price.
	GasPrice string `protobuf:"bytes,5,opt,name=gas_price,proto3" json:"gas_price,omitempty"`
	// Gas is the transaction gas.
	Gas *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=gas,proto3" json:"gas,omitempty"`
	// Value is the transaction value.
	Value string `protobuf:"bytes,7,opt,name=value,proto3" json:"value,omitempty"`
	// Size is the transaction size in bytes.
	Size string `protobuf:"bytes,8,opt,name=size,proto3" json:"size,omitempty"`
	// CallDataSize is the call data size in bytes.
	CallDataSize string `protobuf:"bytes,9,opt,name=call_data_size,proto3" json:"call_data_size,omitempty"`
	// Type is the transaction type.
	Type *wrapperspb.UInt32Value `protobuf:"bytes,10,opt,name=type,proto3" json:"type,omitempty"`
	// GasTipCap is the transaction gas tip cap.
	GasTipCap string `protobuf:"bytes,11,opt,name=gas_tip_cap,proto3" json:"gas_tip_cap,omitempty"`
	// GasFeeCap is the transaction gas fee cap.
	GasFeeCap string `protobuf:"bytes,12,opt,name=gas_fee_cap,proto3" json:"gas_fee_cap,omitempty"`
	// BlobGas is the transaction gas.
	BlobGas *wrapperspb.UInt64Value `protobuf:"bytes,13,opt,name=blob_gas,proto3" json:"blob_gas,omitempty"`
	// BlobGasFeeCap is the transaction gas fee cap.
	BlobGasFeeCap string `protobuf:"bytes,14,opt,name=blob_gas_fee_cap,proto3" json:"blob_gas_fee_cap,omitempty"`
	// BlobHashes is the transaction blob hashes.
	BlobHashes []string `protobuf:"bytes,15,rep,name=blob_hashes,proto3" json:"blob_hashes,omitempty"`
	// BlobSidecarsSize is the size of the blob sidecars in bytes.
	BlobSidecarsSize string `protobuf:"bytes,16,opt,name=blob_sidecars_size,proto3" json:"blob_sidecars_size,omitempty"`
	// BlobSidecarsEmptySize is the empty size of the blob sidecars in bytes.
	BlobSidecarsEmptySize string `protobuf:"bytes,17,opt,name=blob_sidecars_empty_size,proto3" json:"blob_sidecars_empty_size,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AdditionalMempoolTransactionV2DataFromVTPool added in v1.8.12

func ClientMeta_AdditionalMempoolTransactionV2DataFromVTPool() *ClientMeta_AdditionalMempoolTransactionV2Data

func (*ClientMeta_AdditionalMempoolTransactionV2Data) Descriptor deprecated

Deprecated: Use ClientMeta_AdditionalMempoolTransactionV2Data.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetBlobGas added in v0.0.145

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetBlobGasFeeCap added in v0.0.145

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetBlobHashes added in v0.0.145

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetBlobSidecarsEmptySize added in v0.0.145

func (x *ClientMeta_AdditionalMempoolTransactionV2Data) GetBlobSidecarsEmptySize() string

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetBlobSidecarsSize added in v0.0.145

func (x *ClientMeta_AdditionalMempoolTransactionV2Data) GetBlobSidecarsSize() string

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetCallDataSize

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetFrom

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetGas

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetGasFeeCap added in v0.0.145

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetGasPrice

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetGasTipCap added in v0.0.145

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetHash

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetNonce

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetSize

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetTo

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetType

func (*ClientMeta_AdditionalMempoolTransactionV2Data) GetValue

func (*ClientMeta_AdditionalMempoolTransactionV2Data) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalMempoolTransactionV2Data) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalMempoolTransactionV2Data) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalMempoolTransactionV2Data) ProtoMessage

func (*ClientMeta_AdditionalMempoolTransactionV2Data) ProtoReflect

func (*ClientMeta_AdditionalMempoolTransactionV2Data) Reset

func (*ClientMeta_AdditionalMempoolTransactionV2Data) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalMempoolTransactionV2Data) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalMempoolTransactionV2Data) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalMempoolTransactionV2Data) String

func (*ClientMeta_AdditionalMempoolTransactionV2Data) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData added in v0.0.192

type ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData struct {

	// Relay is the relay that the bid trace is from.
	Relay *mevrelay.Relay `protobuf:"bytes,1,opt,name=relay,proto3" json:"relay,omitempty"`
	// Slot is the slot the bid trace is for.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// WallclockSlot contains the slot information of when the bid trace was requested.
	WallclockSlot *SlotV2 `protobuf:"bytes,3,opt,name=wallclock_slot,proto3" json:"wallclock_slot,omitempty"`
	// Epoch is the epoch the bid trace is for.
	Epoch *EpochV2 `protobuf:"bytes,4,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// WallclockEpoch contains the epoch information of when the bid trace was requested.
	WallclockEpoch *EpochV2 `protobuf:"bytes,5,opt,name=wallclock_epoch,proto3" json:"wallclock_epoch,omitempty"`
	// RequestedAtSlotTime is the time in the slot when the bid trace was requested.
	RequestedAtSlotTime *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=requested_at_slot_time,proto3" json:"requested_at_slot_time,omitempty"`
	// ResponseAtSlotTime is the time in the slot when the bid trace was responded to.
	ResponseAtSlotTime *wrapperspb.UInt64Value `protobuf:"bytes,7,opt,name=response_at_slot_time,proto3" json:"response_at_slot_time,omitempty"`
	// contains filtered or unexported fields
}

AdditionalMevRelayBidTraceBuilderBlockSubmissionData contains additional data about the mev relay bid trace event.

func ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionDataFromVTPool() *ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) Descriptor deprecated added in v0.0.192

Deprecated: Use ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) GetEpoch added in v0.0.192

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) GetRelay added in v0.0.192

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) GetRequestedAtSlotTime added in v0.0.192

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) GetResponseAtSlotTime added in v0.0.192

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) GetSlot added in v0.0.192

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) GetWallclockEpoch added in v0.0.192

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) GetWallclockSlot added in v0.0.192

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) MarshalToSizedBufferVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) ProtoMessage added in v0.0.192

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) ProtoReflect added in v0.0.192

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) Reset added in v0.0.192

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) String added in v0.0.192

func (*ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalMevRelayPayloadDeliveredData added in v0.0.197

type ClientMeta_AdditionalMevRelayPayloadDeliveredData struct {

	// Relay is the relay that delivered the payload.
	Relay *mevrelay.Relay `protobuf:"bytes,1,opt,name=relay,proto3" json:"relay,omitempty"`
	// Slot is the slot the payload was delivered for.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// WallclockSlot contains the slot information of when the payload was delivered.
	WallclockSlot *SlotV2 `protobuf:"bytes,3,opt,name=wallclock_slot,proto3" json:"wallclock_slot,omitempty"`
	// Epoch is the epoch the payload was delivered for.
	Epoch *EpochV2 `protobuf:"bytes,4,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// WallclockEpoch contains the epoch information of when the payload was delivered.
	WallclockEpoch *EpochV2 `protobuf:"bytes,5,opt,name=wallclock_epoch,proto3" json:"wallclock_epoch,omitempty"`
	// RequestedAtSlotTime is the time in the slot when the payload was requested.
	RequestedAtSlotTime *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=requested_at_slot_time,proto3" json:"requested_at_slot_time,omitempty"`
	// ResponseAtSlotTime is the time in the slot when the payload was delivered.
	ResponseAtSlotTime *wrapperspb.UInt64Value `protobuf:"bytes,7,opt,name=response_at_slot_time,proto3" json:"response_at_slot_time,omitempty"`
	// contains filtered or unexported fields
}

AdditionalMevRelayPayloadDeliveredData contains additional data about the proposer payload delivered event.

func ClientMeta_AdditionalMevRelayPayloadDeliveredDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalMevRelayPayloadDeliveredDataFromVTPool() *ClientMeta_AdditionalMevRelayPayloadDeliveredData

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) Descriptor deprecated added in v0.0.197

Deprecated: Use ClientMeta_AdditionalMevRelayPayloadDeliveredData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) GetEpoch added in v0.0.197

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) GetRelay added in v0.0.197

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) GetRequestedAtSlotTime added in v0.0.197

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) GetResponseAtSlotTime added in v0.0.197

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) GetSlot added in v0.0.197

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) GetWallclockEpoch added in v0.0.197

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) GetWallclockSlot added in v0.0.197

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) ProtoMessage added in v0.0.197

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) ProtoReflect added in v0.0.197

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) Reset added in v0.0.197

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) String added in v0.0.197

func (*ClientMeta_AdditionalMevRelayPayloadDeliveredData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalMevRelayValidatorRegistrationData added in v1.0.24

type ClientMeta_AdditionalMevRelayValidatorRegistrationData struct {

	// Relay is the relay that received the validator registration.
	Relay *mevrelay.Relay `protobuf:"bytes,1,opt,name=relay,proto3" json:"relay,omitempty"`
	// Slot is the slot the validator registration was received for. This is derived from the validator registration `timestamp` field.
	Slot *SlotV2 `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"`
	// WallclockSlot contains the slot information of when the validator registration was received from the relay.
	WallclockSlot *SlotV2 `protobuf:"bytes,3,opt,name=wallclock_slot,proto3" json:"wallclock_slot,omitempty"`
	// Epoch is the epoch the validator registration was received for. This is derived from the validator registration `timestamp` field.
	Epoch *EpochV2 `protobuf:"bytes,4,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// WallclockEpoch contains the epoch information of when the validator registration was requested from the relay.
	WallclockEpoch *EpochV2 `protobuf:"bytes,5,opt,name=wallclock_epoch,proto3" json:"wallclock_epoch,omitempty"`
	// ValidatorIndex is the index of the validator that was registered.
	ValidatorIndex *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=validator_index,proto3" json:"validator_index,omitempty"`
	// contains filtered or unexported fields
}

AdditionalMevRelayValidatorRegistrationData contains additional data about the mev relay validator registration event.

func ClientMeta_AdditionalMevRelayValidatorRegistrationDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalMevRelayValidatorRegistrationDataFromVTPool() *ClientMeta_AdditionalMevRelayValidatorRegistrationData

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) Descriptor deprecated added in v1.0.24

Deprecated: Use ClientMeta_AdditionalMevRelayValidatorRegistrationData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) GetEpoch added in v1.0.24

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) GetRelay added in v1.0.24

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) GetSlot added in v1.0.24

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) GetValidatorIndex added in v1.0.24

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) GetWallclockEpoch added in v1.0.24

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) GetWallclockSlot added in v1.0.24

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) MarshalToVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) MarshalVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) ProtoMessage added in v1.0.24

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) ProtoReflect added in v1.0.24

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) Reset added in v1.0.24

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) String added in v1.0.24

func (*ClientMeta_AdditionalMevRelayValidatorRegistrationData) UnmarshalVT added in v1.8.12

type ClientMeta_AdditionalNodeRecordConsensusData added in v1.3.0

type ClientMeta_AdditionalNodeRecordConsensusData struct {

	// FinalizedEpoch is the epoch the node record consensus was received for.
	FinalizedEpoch *EpochV2 `protobuf:"bytes,2,opt,name=finalized_epoch,json=finalizedEpoch,proto3" json:"finalized_epoch,omitempty"`
	// HeadSlot is the slot the node record consensus was received for.
	HeadSlot *SlotV2 `protobuf:"bytes,3,opt,name=head_slot,json=headSlot,proto3" json:"head_slot,omitempty"`
	// HeadEpoch is the epoch the node record consensus was received for.
	HeadEpoch *EpochV2 `protobuf:"bytes,4,opt,name=head_epoch,json=headEpoch,proto3" json:"head_epoch,omitempty"`
	// contains filtered or unexported fields
}

AdditionalNodeRecordConsensusData contains additional data about the node record consensus event.

func ClientMeta_AdditionalNodeRecordConsensusDataFromVTPool added in v1.8.12

func ClientMeta_AdditionalNodeRecordConsensusDataFromVTPool() *ClientMeta_AdditionalNodeRecordConsensusData

func (*ClientMeta_AdditionalNodeRecordConsensusData) Descriptor deprecated added in v1.3.0

Deprecated: Use ClientMeta_AdditionalNodeRecordConsensusData.ProtoReflect.Descriptor instead.

func (*ClientMeta_AdditionalNodeRecordConsensusData) GetFinalizedEpoch added in v1.3.0

func (x *ClientMeta_AdditionalNodeRecordConsensusData) GetFinalizedEpoch() *EpochV2

func (*ClientMeta_AdditionalNodeRecordConsensusData) GetHeadEpoch added in v1.3.0

func (*ClientMeta_AdditionalNodeRecordConsensusData) GetHeadSlot added in v1.3.0

func (*ClientMeta_AdditionalNodeRecordConsensusData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AdditionalNodeRecordConsensusData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AdditionalNodeRecordConsensusData) MarshalVT added in v1.8.12

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

func (*ClientMeta_AdditionalNodeRecordConsensusData) ProtoMessage added in v1.3.0

func (*ClientMeta_AdditionalNodeRecordConsensusData) ProtoReflect added in v1.3.0

func (*ClientMeta_AdditionalNodeRecordConsensusData) Reset added in v1.3.0

func (*ClientMeta_AdditionalNodeRecordConsensusData) ResetVT added in v1.8.12

func (*ClientMeta_AdditionalNodeRecordConsensusData) ReturnToVTPool added in v1.8.12

func (*ClientMeta_AdditionalNodeRecordConsensusData) SizeVT added in v1.8.12

func (*ClientMeta_AdditionalNodeRecordConsensusData) String added in v1.3.0

func (*ClientMeta_AdditionalNodeRecordConsensusData) UnmarshalVT added in v1.8.12

type ClientMeta_AttestationDataSnapshot

type ClientMeta_AttestationDataSnapshot struct {

	// RequestedAtSlotStartDiffMs is the difference how far in to the slot the
	// sentry was when it requested the attestation data snapshot (in
	// milliseconds).
	RequestedAtSlotStartDiffMs *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=requested_at_slot_start_diff_ms,proto3" json:"requested_at_slot_start_diff_ms,omitempty"`
	// RequestDurationMs is the duration of the attestation data snapshot
	// request (in milliseconds).
	RequestDurationMs *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=request_duration_ms,proto3" json:"request_duration_ms,omitempty"`
	// Timestamp is the timestamp of the attestation data snapshot.
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_AttestationDataSnapshotFromVTPool added in v1.8.12

func ClientMeta_AttestationDataSnapshotFromVTPool() *ClientMeta_AttestationDataSnapshot

func (*ClientMeta_AttestationDataSnapshot) Descriptor deprecated

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

Deprecated: Use ClientMeta_AttestationDataSnapshot.ProtoReflect.Descriptor instead.

func (*ClientMeta_AttestationDataSnapshot) GetRequestDurationMs

func (x *ClientMeta_AttestationDataSnapshot) GetRequestDurationMs() *wrapperspb.UInt64Value

func (*ClientMeta_AttestationDataSnapshot) GetRequestedAtSlotStartDiffMs

func (x *ClientMeta_AttestationDataSnapshot) GetRequestedAtSlotStartDiffMs() *wrapperspb.UInt64Value

func (*ClientMeta_AttestationDataSnapshot) GetTimestamp

func (*ClientMeta_AttestationDataSnapshot) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_AttestationDataSnapshot) MarshalToVT added in v1.8.12

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

func (*ClientMeta_AttestationDataSnapshot) MarshalVT added in v1.8.12

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

func (*ClientMeta_AttestationDataSnapshot) ProtoMessage

func (*ClientMeta_AttestationDataSnapshot) ProtoMessage()

func (*ClientMeta_AttestationDataSnapshot) ProtoReflect

func (*ClientMeta_AttestationDataSnapshot) Reset

func (*ClientMeta_AttestationDataSnapshot) ResetVT added in v1.8.12

func (*ClientMeta_AttestationDataSnapshot) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_AttestationDataSnapshot) ReturnToVTPool()

func (*ClientMeta_AttestationDataSnapshot) SizeVT added in v1.8.12

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

func (*ClientMeta_AttestationDataSnapshot) String

func (*ClientMeta_AttestationDataSnapshot) UnmarshalVT added in v1.8.12

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

type ClientMeta_BeaconP2PAttestation added in v0.0.139

type ClientMeta_BeaconP2PAttestation struct {
	// AdditionalBeaconP2PAttestation contains additional data on unvalidated
	// beacon attestations that were received over the p2p network.
	BeaconP2PAttestation *ClientMeta_AdditionalBeaconP2PAttestationData `protobuf:"bytes,45,opt,name=beacon_p2p_attestation,json=BEACON_P2P_ATTESTATION,proto3,oneof"`
}

func (*ClientMeta_BeaconP2PAttestation) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_BeaconP2PAttestation) MarshalToVT added in v1.8.12

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

func (*ClientMeta_BeaconP2PAttestation) SizeVT added in v1.8.12

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

type ClientMeta_ConsensusEngineApiGetBlobs added in v1.6.9

type ClientMeta_ConsensusEngineApiGetBlobs struct {
	// AdditionalConsensusEngineAPIGetBlobsData contains additional data about the consensus engine API get blobs event.
	ConsensusEngineApiGetBlobs *ClientMeta_AdditionalConsensusEngineAPIGetBlobsData `protobuf:"bytes,90,opt,name=consensus_engine_api_get_blobs,json=CONSENSUS_ENGINE_API_GET_BLOBS,proto3,oneof"`
}

func (*ClientMeta_ConsensusEngineApiGetBlobs) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_ConsensusEngineApiGetBlobs) MarshalToVT added in v1.8.12

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

func (*ClientMeta_ConsensusEngineApiGetBlobs) SizeVT added in v1.8.12

type ClientMeta_ConsensusEngineApiNewPayload added in v1.6.7

type ClientMeta_ConsensusEngineApiNewPayload struct {
	// AdditionalConsensusEngineAPINewPayloadData contains additional data about the consensus engine API new payload event.
	ConsensusEngineApiNewPayload *ClientMeta_AdditionalConsensusEngineAPINewPayloadData `protobuf:"bytes,89,opt,name=consensus_engine_api_new_payload,json=CONSENSUS_ENGINE_API_NEW_PAYLOAD,proto3,oneof"`
}

func (*ClientMeta_ConsensusEngineApiNewPayload) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_ConsensusEngineApiNewPayload) MarshalToVT added in v1.8.12

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

func (*ClientMeta_ConsensusEngineApiNewPayload) SizeVT added in v1.8.12

type ClientMeta_EthV1BeaconBlob added in v1.8.5

type ClientMeta_EthV1BeaconBlob struct {
	// AdditionalEthV1BeaconBlobData contains additional data about the beacon blob event.
	EthV1BeaconBlob *ClientMeta_AdditionalEthV1BeaconBlobData `protobuf:"bytes,91,opt,name=eth_v1_beacon_blob,json=BEACON_API_ETH_V1_BEACON_BLOB,proto3,oneof"`
}

func (*ClientMeta_EthV1BeaconBlob) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1BeaconBlob) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1BeaconBlob) SizeVT added in v1.8.12

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

type ClientMeta_EthV1BeaconBlobSidecar

type ClientMeta_EthV1BeaconBlobSidecar struct {
	// Field 43 was blockprint_block_classification — blockprint is deprecated.
	// Do not reuse field number 43.
	// AdditionalEthV1BeaconBlobSidecarData contains additional data on beacon
	// blob sidecars.
	EthV1BeaconBlobSidecar *ClientMeta_AdditionalEthV1BeaconBlobSidecarData `protobuf:"bytes,44,opt,name=eth_v1_beacon_blob_sidecar,json=BEACON_API_ETH_V1_BEACON_BLOB_SIDECAR,proto3,oneof"`
}

func (*ClientMeta_EthV1BeaconBlobSidecar) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1BeaconBlobSidecar) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1BeaconBlobSidecar) SizeVT added in v1.8.12

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

type ClientMeta_EthV1BeaconCommittee

type ClientMeta_EthV1BeaconCommittee struct {
	// AdditionalEthV1BeaconCommitteeData contains additional data about the
	// beacon committee
	EthV1BeaconCommittee *ClientMeta_AdditionalEthV1BeaconCommitteeData `protobuf:"bytes,21,opt,name=eth_v1_beacon_committee,json=BEACON_API_ETH_V1_BEACON_COMMITTEE,proto3,oneof"`
}

func (*ClientMeta_EthV1BeaconCommittee) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1BeaconCommittee) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1BeaconCommittee) SizeVT added in v1.8.12

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

type ClientMeta_EthV1BeaconSyncCommittee added in v1.8.6

type ClientMeta_EthV1BeaconSyncCommittee struct {
	// AdditionalEthV1BeaconSyncCommitteeData contains additional data about the sync committee.
	EthV1BeaconSyncCommittee *ClientMeta_AdditionalEthV1BeaconSyncCommitteeData `protobuf:"bytes,92,opt,name=eth_v1_beacon_sync_committee,json=BEACON_API_ETH_V1_BEACON_SYNC_COMMITTEE,proto3,oneof"`
}

func (*ClientMeta_EthV1BeaconSyncCommittee) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1BeaconSyncCommittee) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1BeaconSyncCommittee) SizeVT added in v1.8.12

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

type ClientMeta_EthV1DebugForkChoice

type ClientMeta_EthV1DebugForkChoice struct {
	// AdditionalEthV1DebugForkChoice contains additional data about the eth v1
	// debug fork choice event.
	EthV1DebugForkChoice *ClientMeta_AdditionalEthV1DebugForkChoiceData `protobuf:"bytes,19,opt,name=eth_v1_debug_fork_choice,json=BEACON_API_ETH_V1_DEBUG_FORK_CHOICE,proto3,oneof"`
}

func (*ClientMeta_EthV1DebugForkChoice) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1DebugForkChoice) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1DebugForkChoice) SizeVT added in v1.8.12

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

type ClientMeta_EthV1DebugForkChoiceReorg

type ClientMeta_EthV1DebugForkChoiceReorg struct {
	// AdditionalEthV1DebugForkChoiceReorg contains additional data about the
	// eth v1 debug fork choice reorg event.
	EthV1DebugForkChoiceReorg *ClientMeta_AdditionalEthV1DebugForkChoiceReOrgData `protobuf:"bytes,20,opt,name=eth_v1_debug_fork_choice_reorg,json=BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG,proto3,oneof"`
}

func (*ClientMeta_EthV1DebugForkChoiceReorg) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1DebugForkChoiceReorg) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1DebugForkChoiceReorg) SizeVT added in v1.8.12

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

type ClientMeta_EthV1DebugForkChoiceReorgV2

type ClientMeta_EthV1DebugForkChoiceReorgV2 struct {
	// AdditionalEthV1DebugForkChoiceReorg contains additional data about the
	// eth v1 debug fork choice reorg event.
	EthV1DebugForkChoiceReorgV2 *ClientMeta_AdditionalEthV1DebugForkChoiceReOrgV2Data `protobuf:"bytes,34,opt,name=eth_v1_debug_fork_choice_reorg_v2,json=BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG_V2,proto3,oneof"`
}

func (*ClientMeta_EthV1DebugForkChoiceReorgV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1DebugForkChoiceReorgV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1DebugForkChoiceReorgV2) SizeVT added in v1.8.12

type ClientMeta_EthV1DebugForkChoiceV2

type ClientMeta_EthV1DebugForkChoiceV2 struct {
	// AdditionalEthV1DebugForkChoice contains additional data about the eth v1
	// debug fork choice event.
	EthV1DebugForkChoiceV2 *ClientMeta_AdditionalEthV1DebugForkChoiceV2Data `protobuf:"bytes,33,opt,name=eth_v1_debug_fork_choice_v2,json=BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_V2,proto3,oneof"`
}

func (*ClientMeta_EthV1DebugForkChoiceV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1DebugForkChoiceV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1DebugForkChoiceV2) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsAttestation

type ClientMeta_EthV1EventsAttestation struct {
	// AdditionalEthV1EventsAttestationData contains additional data about an
	// eth v1 attestation event.
	EthV1EventsAttestation *ClientMeta_AdditionalEthV1EventsAttestationData `protobuf:"bytes,10,opt,name=eth_v1_events_attestation,json=BEACON_API_ETH_V1_EVENTS_ATTESTATION,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsAttestation) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsAttestation) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsAttestation) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsAttestationV2

type ClientMeta_EthV1EventsAttestationV2 struct {
	// AdditionalEthV1EventsAttestationV2Data contains additional data about an
	// eth v1 attestation event.
	EthV1EventsAttestationV2 *ClientMeta_AdditionalEthV1EventsAttestationV2Data `protobuf:"bytes,24,opt,name=eth_v1_events_attestation_v2,json=BEACON_API_ETH_V1_EVENTS_ATTESTATION_V2,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsAttestationV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsAttestationV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsAttestationV2) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsBlobSidecar

type ClientMeta_EthV1EventsBlobSidecar struct {
	// AdditionalEthV1EventsBlobSidecarData contains additional data about the
	// eth v1 blob sidecar event.
	EthV1EventsBlobSidecar *ClientMeta_AdditionalEthV1EventsBlobSidecarData `protobuf:"bytes,42,opt,name=eth_v1_events_blob_sidecar,json=BEACON_API_ETH_V1_EVENTS_BLOB_SIDECAR,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsBlobSidecar) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsBlobSidecar) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsBlobSidecar) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsBlock

type ClientMeta_EthV1EventsBlock struct {
	// AdditionalEthV1EventsBlockData contains additional data about the eth v1
	// block event.
	EthV1EventsBlock *ClientMeta_AdditionalEthV1EventsBlockData `protobuf:"bytes,12,opt,name=eth_v1_events_block,json=BEACON_API_ETH_V1_EVENTS_BLOCK,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsBlock) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsBlock) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsBlock) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsBlockGossip added in v1.1.0

type ClientMeta_EthV1EventsBlockGossip struct {
	// AdditionalEthV1EventsBlockGossipData contains additional data about the eth
	// v1 block gossip event.
	EthV1EventsBlockGossip *ClientMeta_AdditionalEthV1EventsBlockGossipData `protobuf:"bytes,67,opt,name=eth_v1_events_block_gossip,json=BEACON_API_ETH_V1_EVENTS_BLOCK_GOSSIP,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsBlockGossip) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsBlockGossip) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsBlockGossip) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsBlockV2

type ClientMeta_EthV1EventsBlockV2 struct {
	// AdditionalEthV1EventsBlockV2Data contains additional data about the eth
	// v1 block event.
	EthV1EventsBlockV2 *ClientMeta_AdditionalEthV1EventsBlockV2Data `protobuf:"bytes,26,opt,name=eth_v1_events_block_v2,json=BEACON_API_ETH_V1_EVENTS_BLOCK_V2,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsBlockV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsBlockV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsBlockV2) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsChainReorg

type ClientMeta_EthV1EventsChainReorg struct {
	// AdditionalEthV1EventsChainReorgData contains additional data about the
	// eth v1 chain reorg event.
	EthV1EventsChainReorg *ClientMeta_AdditionalEthV1EventsChainReorgData `protobuf:"bytes,15,opt,name=eth_v1_events_chain_reorg,json=BEACON_API_ETH_V1_EVENTS_CHAIN_REORG,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsChainReorg) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsChainReorg) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsChainReorg) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsChainReorgV2

type ClientMeta_EthV1EventsChainReorgV2 struct {
	// AdditionalEthV1EventsChainReorgV2Data contains additional data about the
	// eth v1 chain reorg event.
	EthV1EventsChainReorgV2 *ClientMeta_AdditionalEthV1EventsChainReorgV2Data `protobuf:"bytes,29,opt,name=eth_v1_events_chain_reorg_v2,json=BEACON_API_ETH_V1_EVENTS_CHAIN_REORG_V2,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsChainReorgV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsChainReorgV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsChainReorgV2) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsContributionAndProof

type ClientMeta_EthV1EventsContributionAndProof struct {
	// AdditionalEthV1EventsContributionAndProofData contains additional data
	// about the eth v1 contribution and proof.
	EthV1EventsContributionAndProof *ClientMeta_AdditionalEthV1EventsContributionAndProofData `` /* 131-byte string literal not displayed */
}

func (*ClientMeta_EthV1EventsContributionAndProof) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsContributionAndProof) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsContributionAndProof) SizeVT added in v1.8.12

type ClientMeta_EthV1EventsContributionAndProofV2

type ClientMeta_EthV1EventsContributionAndProofV2 struct {
	// AdditionalEthV1EventsContributionAndProofV2Data contains additional data
	// about the eth v1 contribution and proof.
	EthV1EventsContributionAndProofV2 *ClientMeta_AdditionalEthV1EventsContributionAndProofV2Data `` /* 137-byte string literal not displayed */
}

func (*ClientMeta_EthV1EventsContributionAndProofV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsContributionAndProofV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsContributionAndProofV2) SizeVT added in v1.8.12

type ClientMeta_EthV1EventsDataColumnSidecar added in v1.2.0

type ClientMeta_EthV1EventsDataColumnSidecar struct {
	// AdditionalEthV1EventsDataColumnSidecarData contains additional data about the
	// eth v1 data column sidecar event.
	EthV1EventsDataColumnSidecar *ClientMeta_AdditionalEthV1EventsDataColumnSidecarData `protobuf:"bytes,85,opt,name=eth_v1_events_data_column_sidecar,json=BEACON_API_ETH_V1_EVENTS_DATA_COLUMN_SIDECAR,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsDataColumnSidecar) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsDataColumnSidecar) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsDataColumnSidecar) SizeVT added in v1.8.12

type ClientMeta_EthV1EventsFinalizedCheckpoint

type ClientMeta_EthV1EventsFinalizedCheckpoint struct {
	// AdditionalEthV1EventsFinalizedCheckpointData contains additional data
	// about the eth v1 finalized checkpoint event.
	EthV1EventsFinalizedCheckpoint *ClientMeta_AdditionalEthV1EventsFinalizedCheckpointData `` /* 127-byte string literal not displayed */
}

func (*ClientMeta_EthV1EventsFinalizedCheckpoint) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsFinalizedCheckpoint) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsFinalizedCheckpoint) SizeVT added in v1.8.12

type ClientMeta_EthV1EventsFinalizedCheckpointV2

type ClientMeta_EthV1EventsFinalizedCheckpointV2 struct {
	// AdditionalEthV1EventsFinalizedCheckpointV2Data contains additional data
	// about the eth v1 finalized checkpoint event.
	EthV1EventsFinalizedCheckpointV2 *ClientMeta_AdditionalEthV1EventsFinalizedCheckpointV2Data `` /* 133-byte string literal not displayed */
}

func (*ClientMeta_EthV1EventsFinalizedCheckpointV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsFinalizedCheckpointV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsFinalizedCheckpointV2) SizeVT added in v1.8.12

type ClientMeta_EthV1EventsHead

type ClientMeta_EthV1EventsHead struct {
	// AdditionalEthV1EventsHeadData contains additional data about the eth v1
	// head event.
	EthV1EventsHead *ClientMeta_AdditionalEthV1EventsHeadData `protobuf:"bytes,11,opt,name=eth_v1_events_head,json=BEACON_API_ETH_V1_EVENTS_HEAD,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsHead) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsHead) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsHead) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsHeadV2

type ClientMeta_EthV1EventsHeadV2 struct {
	// AdditionalEthV1EventsHeadV2Data contains additional data about the eth v1
	// head event.
	EthV1EventsHeadV2 *ClientMeta_AdditionalEthV1EventsHeadV2Data `protobuf:"bytes,25,opt,name=eth_v1_events_head_v2,json=BEACON_API_ETH_V1_EVENTS_HEAD_V2,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsHeadV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsHeadV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsHeadV2) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsVoluntaryExit

type ClientMeta_EthV1EventsVoluntaryExit struct {
	// AdditionalEthV1EventsVoluntaryExitData contains additional data about the
	// eth v1 voluntary exit event.
	EthV1EventsVoluntaryExit *ClientMeta_AdditionalEthV1EventsVoluntaryExitData `protobuf:"bytes,13,opt,name=eth_v1_events_voluntary_exit,json=BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsVoluntaryExit) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsVoluntaryExit) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsVoluntaryExit) SizeVT added in v1.8.12

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

type ClientMeta_EthV1EventsVoluntaryExitV2

type ClientMeta_EthV1EventsVoluntaryExitV2 struct {
	// AdditionalEthV1EventsVoluntaryExitV2Data contains additional data about
	// the eth v1 voluntary exit event.
	EthV1EventsVoluntaryExitV2 *ClientMeta_AdditionalEthV1EventsVoluntaryExitV2Data `protobuf:"bytes,27,opt,name=eth_v1_events_voluntary_exit_v2,json=BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT_V2,proto3,oneof"`
}

func (*ClientMeta_EthV1EventsVoluntaryExitV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsVoluntaryExitV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1EventsVoluntaryExitV2) SizeVT added in v1.8.12

type ClientMeta_EthV1ProposerDuty added in v0.0.136

type ClientMeta_EthV1ProposerDuty struct {
	// AdditionalEthV1ProposerDutyData contains addtional data on proposer
	// duties.
	EthV1ProposerDuty *ClientMeta_AdditionalEthV1ProposerDutyData `protobuf:"bytes,46,opt,name=eth_v1_proposer_duty,json=BEACON_API_ETH_V1_PROPOSER_DUTY,proto3,oneof"`
}

func (*ClientMeta_EthV1ProposerDuty) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1ProposerDuty) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1ProposerDuty) SizeVT added in v1.8.12

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

type ClientMeta_EthV1ValidatorAttestationData

type ClientMeta_EthV1ValidatorAttestationData struct {
	// AdditionalEthV1ValidatorAttestationDataData contains additional data
	// about the eth v1 validator attestation data
	EthV1ValidatorAttestationData *ClientMeta_AdditionalEthV1ValidatorAttestationDataData `protobuf:"bytes,22,opt,name=eth_v1_validator_attestation_data,json=BEACON_API_ETH_V1_VALIDATOR_ATTESTATION_DATA,proto3,oneof"`
}

func (*ClientMeta_EthV1ValidatorAttestationData) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1ValidatorAttestationData) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1ValidatorAttestationData) SizeVT added in v1.8.12

type ClientMeta_EthV1Validators added in v0.0.172

type ClientMeta_EthV1Validators struct {
	// AdditionalEthV1ValidatorsData contains additional data about the eth v1 validators.
	EthV1Validators *ClientMeta_AdditionalEthV1ValidatorsData `protobuf:"bytes,60,opt,name=eth_v1_validators,json=BEACON_API_ETH_V1_BEACON_VALIDATORS,proto3,oneof"`
}

func (*ClientMeta_EthV1Validators) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV1Validators) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV1Validators) SizeVT added in v1.8.12

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

type ClientMeta_EthV2BeaconBlock

type ClientMeta_EthV2BeaconBlock struct {
	// AdditionalEthV2BeaconBlockData contains additional data about the eth v2
	// beacon block event.
	EthV2BeaconBlock *ClientMeta_AdditionalEthV2BeaconBlockData `protobuf:"bytes,18,opt,name=eth_v2_beacon_block,json=BEACON_API_ETH_V2_BEACON_BLOCK,proto3,oneof"`
}

func (*ClientMeta_EthV2BeaconBlock) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlock) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlock) SizeVT added in v1.8.12

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

type ClientMeta_EthV2BeaconBlockAttesterSlashing

type ClientMeta_EthV2BeaconBlockAttesterSlashing struct {
	// AdditionalEthV2BeaconBlockAttesterSlashingData contains additional data
	// on attester slashings derived from beacon blocks.
	EthV2BeaconBlockAttesterSlashing *ClientMeta_AdditionalEthV2BeaconBlockAttesterSlashingData `` /* 133-byte string literal not displayed */
}

func (*ClientMeta_EthV2BeaconBlockAttesterSlashing) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockAttesterSlashing) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockAttesterSlashing) SizeVT added in v1.8.12

type ClientMeta_EthV2BeaconBlockBlsToExecutionChange

type ClientMeta_EthV2BeaconBlockBlsToExecutionChange struct {
	// AdditionalEthV2BeaconBlockBLSToExecutionChangeData contains additional
	// data on bls to execution changes derived from beacon blocks.
	EthV2BeaconBlockBlsToExecutionChange *ClientMeta_AdditionalEthV2BeaconBlockBLSToExecutionChangeData `` /* 145-byte string literal not displayed */
}

func (*ClientMeta_EthV2BeaconBlockBlsToExecutionChange) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockBlsToExecutionChange) MarshalToVT added in v1.8.12

func (*ClientMeta_EthV2BeaconBlockBlsToExecutionChange) SizeVT added in v1.8.12

type ClientMeta_EthV2BeaconBlockDeposit

type ClientMeta_EthV2BeaconBlockDeposit struct {
	// AdditionalEthV2BeaconBlockDepositData contains additional data on
	// deposits derived from beacon blocks.
	EthV2BeaconBlockDeposit *ClientMeta_AdditionalEthV2BeaconBlockDepositData `protobuf:"bytes,38,opt,name=eth_v2_beacon_block_deposit,json=BEACON_API_ETH_V2_BEACON_BLOCK_DEPOSIT,proto3,oneof"`
}

func (*ClientMeta_EthV2BeaconBlockDeposit) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockDeposit) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockDeposit) SizeVT added in v1.8.12

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

type ClientMeta_EthV2BeaconBlockElaboratedAttestation added in v0.0.139

type ClientMeta_EthV2BeaconBlockElaboratedAttestation struct {
	// AdditionalEthV2BeaconBlockElaboratedAttestationData contains additional
	// data on derived attestations derived from beacon blocks.
	EthV2BeaconBlockElaboratedAttestation *ClientMeta_AdditionalEthV2BeaconBlockElaboratedAttestationData `` /* 143-byte string literal not displayed */
}

func (*ClientMeta_EthV2BeaconBlockElaboratedAttestation) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockElaboratedAttestation) MarshalToVT added in v1.8.12

func (*ClientMeta_EthV2BeaconBlockElaboratedAttestation) SizeVT added in v1.8.12

type ClientMeta_EthV2BeaconBlockExecutionTransaction

type ClientMeta_EthV2BeaconBlockExecutionTransaction struct {
	// AdditionalEthV2BeaconBlockExecutionTransactionData contains additional
	// data on execution transactions derived from beacon blocks.
	EthV2BeaconBlockExecutionTransaction *ClientMeta_AdditionalEthV2BeaconBlockExecutionTransactionData `` /* 141-byte string literal not displayed */
}

func (*ClientMeta_EthV2BeaconBlockExecutionTransaction) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockExecutionTransaction) MarshalToVT added in v1.8.12

func (*ClientMeta_EthV2BeaconBlockExecutionTransaction) SizeVT added in v1.8.12

type ClientMeta_EthV2BeaconBlockProposerSlashing

type ClientMeta_EthV2BeaconBlockProposerSlashing struct {
	// AdditionalEthV2BeaconBlockProposerSlashingData contains additional data
	// on proposer slashings derived from beacon blocks.
	EthV2BeaconBlockProposerSlashing *ClientMeta_AdditionalEthV2BeaconBlockProposerSlashingData `` /* 133-byte string literal not displayed */
}

func (*ClientMeta_EthV2BeaconBlockProposerSlashing) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockProposerSlashing) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockProposerSlashing) SizeVT added in v1.8.12

type ClientMeta_EthV2BeaconBlockSyncAggregate added in v1.8.7

type ClientMeta_EthV2BeaconBlockSyncAggregate struct {
	// AdditionalEthV2BeaconBlockSyncAggregateData contains additional data about the sync aggregate.
	EthV2BeaconBlockSyncAggregate *ClientMeta_AdditionalEthV2BeaconBlockSyncAggregateData `` /* 127-byte string literal not displayed */
}

func (*ClientMeta_EthV2BeaconBlockSyncAggregate) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockSyncAggregate) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockSyncAggregate) SizeVT added in v1.8.12

type ClientMeta_EthV2BeaconBlockV2

type ClientMeta_EthV2BeaconBlockV2 struct {
	// AdditionalEthV2BeaconBlockV2Data contains additional data about the eth
	// v2 beacon block event.
	EthV2BeaconBlockV2 *ClientMeta_AdditionalEthV2BeaconBlockV2Data `protobuf:"bytes,32,opt,name=eth_v2_beacon_block_v2,json=BEACON_API_ETH_V2_BEACON_BLOCK_V2,proto3,oneof"`
}

func (*ClientMeta_EthV2BeaconBlockV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockV2) SizeVT added in v1.8.12

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

type ClientMeta_EthV2BeaconBlockVoluntaryExit

type ClientMeta_EthV2BeaconBlockVoluntaryExit struct {
	// AdditionalEthV2BeaconBlockVoluntaryExitData contains additional data on
	// voluntary exits derived from beacon blocks.
	EthV2BeaconBlockVoluntaryExit *ClientMeta_AdditionalEthV2BeaconBlockVoluntaryExitData `` /* 127-byte string literal not displayed */
}

func (*ClientMeta_EthV2BeaconBlockVoluntaryExit) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockVoluntaryExit) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockVoluntaryExit) SizeVT added in v1.8.12

type ClientMeta_EthV2BeaconBlockWithdrawal

type ClientMeta_EthV2BeaconBlockWithdrawal struct {
	// AdditionalEthV2BeaconBlockWithdrawalData contains additional data on
	// withdrawals derived from beacon blocks.
	EthV2BeaconBlockWithdrawal *ClientMeta_AdditionalEthV2BeaconBlockWithdrawalData `protobuf:"bytes,41,opt,name=eth_v2_beacon_block_withdrawal,json=BEACON_API_ETH_V2_BEACON_BLOCK_WITHDRAWAL,proto3,oneof"`
}

func (*ClientMeta_EthV2BeaconBlockWithdrawal) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockWithdrawal) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV2BeaconBlockWithdrawal) SizeVT added in v1.8.12

type ClientMeta_EthV3ValidatorBlock added in v1.0.11

type ClientMeta_EthV3ValidatorBlock struct {
	// AdditionalEthV3ValidatorBlockData contains additional data about the eth v3 validator block event.
	EthV3ValidatorBlock *ClientMeta_AdditionalEthV3ValidatorBlockData `protobuf:"bytes,65,opt,name=eth_v3_validator_block,json=BEACON_API_ETH_V3_VALIDATOR_BLOCK,proto3,oneof"`
}

func (*ClientMeta_EthV3ValidatorBlock) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_EthV3ValidatorBlock) MarshalToVT added in v1.8.12

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

func (*ClientMeta_EthV3ValidatorBlock) SizeVT added in v1.8.12

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

type ClientMeta_Ethereum

type ClientMeta_Ethereum struct {

	// Network contains information about the network.
	Network *ClientMeta_Ethereum_Network `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"`
	// ExecutionClient is the name of the execution client.
	Execution *ClientMeta_Ethereum_Execution `protobuf:"bytes,2,opt,name=execution,proto3" json:"execution,omitempty"`
	// ConsensusClient is the name of the consensus client.
	Consensus *ClientMeta_Ethereum_Consensus `protobuf:"bytes,3,opt,name=consensus,proto3" json:"consensus,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_EthereumFromVTPool added in v1.8.12

func ClientMeta_EthereumFromVTPool() *ClientMeta_Ethereum

func (*ClientMeta_Ethereum) Descriptor deprecated

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

Deprecated: Use ClientMeta_Ethereum.ProtoReflect.Descriptor instead.

func (*ClientMeta_Ethereum) GetConsensus

func (*ClientMeta_Ethereum) GetExecution

func (*ClientMeta_Ethereum) GetNetwork

func (*ClientMeta_Ethereum) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Ethereum) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Ethereum) MarshalVT added in v1.8.12

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

func (*ClientMeta_Ethereum) ProtoMessage

func (*ClientMeta_Ethereum) ProtoMessage()

func (*ClientMeta_Ethereum) ProtoReflect

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

func (*ClientMeta_Ethereum) Reset

func (x *ClientMeta_Ethereum) Reset()

func (*ClientMeta_Ethereum) ResetVT added in v1.8.12

func (m *ClientMeta_Ethereum) ResetVT()

func (*ClientMeta_Ethereum) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_Ethereum) ReturnToVTPool()

func (*ClientMeta_Ethereum) SizeVT added in v1.8.12

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

func (*ClientMeta_Ethereum) String

func (x *ClientMeta_Ethereum) String() string

func (*ClientMeta_Ethereum) UnmarshalVT added in v1.8.12

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

type ClientMeta_Ethereum_Consensus

type ClientMeta_Ethereum_Consensus struct {

	// Implementation is the name of the consensus client.
	Implementation string `protobuf:"bytes,1,opt,name=implementation,proto3" json:"implementation,omitempty"`
	// Version is the version of the consensus client.
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_Ethereum_ConsensusFromVTPool added in v1.8.12

func ClientMeta_Ethereum_ConsensusFromVTPool() *ClientMeta_Ethereum_Consensus

func (*ClientMeta_Ethereum_Consensus) Descriptor deprecated

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

Deprecated: Use ClientMeta_Ethereum_Consensus.ProtoReflect.Descriptor instead.

func (*ClientMeta_Ethereum_Consensus) GetImplementation

func (x *ClientMeta_Ethereum_Consensus) GetImplementation() string

func (*ClientMeta_Ethereum_Consensus) GetVersion

func (x *ClientMeta_Ethereum_Consensus) GetVersion() string

func (*ClientMeta_Ethereum_Consensus) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Consensus) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Consensus) MarshalVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Consensus) ProtoMessage

func (*ClientMeta_Ethereum_Consensus) ProtoMessage()

func (*ClientMeta_Ethereum_Consensus) ProtoReflect

func (*ClientMeta_Ethereum_Consensus) Reset

func (x *ClientMeta_Ethereum_Consensus) Reset()

func (*ClientMeta_Ethereum_Consensus) ResetVT added in v1.8.12

func (m *ClientMeta_Ethereum_Consensus) ResetVT()

func (*ClientMeta_Ethereum_Consensus) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_Ethereum_Consensus) ReturnToVTPool()

func (*ClientMeta_Ethereum_Consensus) SizeVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Consensus) String

func (*ClientMeta_Ethereum_Consensus) UnmarshalVT added in v1.8.12

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

type ClientMeta_Ethereum_Execution

type ClientMeta_Ethereum_Execution struct {

	// ForkID is the fork ID of the execution client.
	ForkId *ForkID `protobuf:"bytes,1,opt,name=fork_id,proto3" json:"fork_id,omitempty"`
	// Implementation is the name of the execution client (e.g., "Geth", "Besu", "Nethermind").
	Implementation string `protobuf:"bytes,2,opt,name=implementation,proto3" json:"implementation,omitempty"`
	// Version is the full version string of the execution client.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// VersionMajor is the major version number.
	VersionMajor string `protobuf:"bytes,4,opt,name=version_major,proto3" json:"version_major,omitempty"`
	// VersionMinor is the minor version number.
	VersionMinor string `protobuf:"bytes,5,opt,name=version_minor,proto3" json:"version_minor,omitempty"`
	// VersionPatch is the patch version number.
	VersionPatch string `protobuf:"bytes,6,opt,name=version_patch,proto3" json:"version_patch,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_Ethereum_ExecutionFromVTPool added in v1.8.12

func ClientMeta_Ethereum_ExecutionFromVTPool() *ClientMeta_Ethereum_Execution

func (*ClientMeta_Ethereum_Execution) Descriptor deprecated

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

Deprecated: Use ClientMeta_Ethereum_Execution.ProtoReflect.Descriptor instead.

func (*ClientMeta_Ethereum_Execution) GetForkId

func (x *ClientMeta_Ethereum_Execution) GetForkId() *ForkID

func (*ClientMeta_Ethereum_Execution) GetImplementation added in v1.6.0

func (x *ClientMeta_Ethereum_Execution) GetImplementation() string

func (*ClientMeta_Ethereum_Execution) GetVersion added in v1.6.0

func (x *ClientMeta_Ethereum_Execution) GetVersion() string

func (*ClientMeta_Ethereum_Execution) GetVersionMajor added in v1.6.0

func (x *ClientMeta_Ethereum_Execution) GetVersionMajor() string

func (*ClientMeta_Ethereum_Execution) GetVersionMinor added in v1.6.0

func (x *ClientMeta_Ethereum_Execution) GetVersionMinor() string

func (*ClientMeta_Ethereum_Execution) GetVersionPatch added in v1.6.0

func (x *ClientMeta_Ethereum_Execution) GetVersionPatch() string

func (*ClientMeta_Ethereum_Execution) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Execution) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Execution) MarshalVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Execution) ProtoMessage

func (*ClientMeta_Ethereum_Execution) ProtoMessage()

func (*ClientMeta_Ethereum_Execution) ProtoReflect

func (*ClientMeta_Ethereum_Execution) Reset

func (x *ClientMeta_Ethereum_Execution) Reset()

func (*ClientMeta_Ethereum_Execution) ResetVT added in v1.8.12

func (m *ClientMeta_Ethereum_Execution) ResetVT()

func (*ClientMeta_Ethereum_Execution) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_Ethereum_Execution) ReturnToVTPool()

func (*ClientMeta_Ethereum_Execution) SizeVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Execution) String

func (*ClientMeta_Ethereum_Execution) UnmarshalVT added in v1.8.12

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

type ClientMeta_Ethereum_Network

type ClientMeta_Ethereum_Network struct {

	// Name is the name of the network.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// ID is the network ID of the network.
	Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_Ethereum_NetworkFromVTPool added in v1.8.12

func ClientMeta_Ethereum_NetworkFromVTPool() *ClientMeta_Ethereum_Network

func (*ClientMeta_Ethereum_Network) Descriptor deprecated

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

Deprecated: Use ClientMeta_Ethereum_Network.ProtoReflect.Descriptor instead.

func (*ClientMeta_Ethereum_Network) GetId

func (*ClientMeta_Ethereum_Network) GetName

func (x *ClientMeta_Ethereum_Network) GetName() string

func (*ClientMeta_Ethereum_Network) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Network) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Network) MarshalVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Network) ProtoMessage

func (*ClientMeta_Ethereum_Network) ProtoMessage()

func (*ClientMeta_Ethereum_Network) ProtoReflect

func (*ClientMeta_Ethereum_Network) Reset

func (x *ClientMeta_Ethereum_Network) Reset()

func (*ClientMeta_Ethereum_Network) ResetVT added in v1.8.12

func (m *ClientMeta_Ethereum_Network) ResetVT()

func (*ClientMeta_Ethereum_Network) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_Ethereum_Network) ReturnToVTPool()

func (*ClientMeta_Ethereum_Network) SizeVT added in v1.8.12

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

func (*ClientMeta_Ethereum_Network) String

func (x *ClientMeta_Ethereum_Network) String() string

func (*ClientMeta_Ethereum_Network) UnmarshalVT added in v1.8.12

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

type ClientMeta_ForkChoiceSnapshot

type ClientMeta_ForkChoiceSnapshot struct {

	// RequestEpoch contains the wall clock epoch for when the fork choice was
	// requested.
	RequestEpoch *Epoch `protobuf:"bytes,1,opt,name=request_epoch,proto3" json:"request_epoch,omitempty"`
	// RequestSlot contains the wall clock slot for when the fork choice was
	// requested.
	RequestSlot *Slot `protobuf:"bytes,2,opt,name=request_slot,proto3" json:"request_slot,omitempty"`
	// RequestedAtSlotStartDiffMs is the difference how far in to the slot the
	// sentry was when it requested the fork choice snapshot (in milliseconds).
	RequestedAtSlotStartDiffMs uint64 `protobuf:"varint,3,opt,name=requested_at_slot_start_diff_ms,proto3" json:"requested_at_slot_start_diff_ms,omitempty"`
	// RequestDurationMs is the duration of the fork choice snapshot request
	// (in milliseconds).
	RequestDurationMs uint64 `protobuf:"varint,4,opt,name=request_duration_ms,proto3" json:"request_duration_ms,omitempty"`
	// Timestamp is the timestamp of the fork choice snapshot.
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_ForkChoiceSnapshotFromVTPool added in v1.8.12

func ClientMeta_ForkChoiceSnapshotFromVTPool() *ClientMeta_ForkChoiceSnapshot

func (*ClientMeta_ForkChoiceSnapshot) Descriptor deprecated

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

Deprecated: Use ClientMeta_ForkChoiceSnapshot.ProtoReflect.Descriptor instead.

func (*ClientMeta_ForkChoiceSnapshot) GetRequestDurationMs

func (x *ClientMeta_ForkChoiceSnapshot) GetRequestDurationMs() uint64

func (*ClientMeta_ForkChoiceSnapshot) GetRequestEpoch

func (x *ClientMeta_ForkChoiceSnapshot) GetRequestEpoch() *Epoch

func (*ClientMeta_ForkChoiceSnapshot) GetRequestSlot

func (x *ClientMeta_ForkChoiceSnapshot) GetRequestSlot() *Slot

func (*ClientMeta_ForkChoiceSnapshot) GetRequestedAtSlotStartDiffMs

func (x *ClientMeta_ForkChoiceSnapshot) GetRequestedAtSlotStartDiffMs() uint64

func (*ClientMeta_ForkChoiceSnapshot) GetTimestamp

func (*ClientMeta_ForkChoiceSnapshot) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_ForkChoiceSnapshot) MarshalToVT added in v1.8.12

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

func (*ClientMeta_ForkChoiceSnapshot) MarshalVT added in v1.8.12

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

func (*ClientMeta_ForkChoiceSnapshot) ProtoMessage

func (*ClientMeta_ForkChoiceSnapshot) ProtoMessage()

func (*ClientMeta_ForkChoiceSnapshot) ProtoReflect

func (*ClientMeta_ForkChoiceSnapshot) Reset

func (x *ClientMeta_ForkChoiceSnapshot) Reset()

func (*ClientMeta_ForkChoiceSnapshot) ResetVT added in v1.8.12

func (m *ClientMeta_ForkChoiceSnapshot) ResetVT()

func (*ClientMeta_ForkChoiceSnapshot) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_ForkChoiceSnapshot) ReturnToVTPool()

func (*ClientMeta_ForkChoiceSnapshot) SizeVT added in v1.8.12

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

func (*ClientMeta_ForkChoiceSnapshot) String

func (*ClientMeta_ForkChoiceSnapshot) UnmarshalVT added in v1.8.12

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

type ClientMeta_ForkChoiceSnapshotV2

type ClientMeta_ForkChoiceSnapshotV2 struct {

	// RequestEpoch contains the wall clock epoch for when the fork choice was
	// requested.
	RequestEpoch *EpochV2 `protobuf:"bytes,1,opt,name=request_epoch,proto3" json:"request_epoch,omitempty"`
	// RequestSlot contains the wall clock slot for when the fork choice was
	// requested.
	RequestSlot *SlotV2 `protobuf:"bytes,2,opt,name=request_slot,proto3" json:"request_slot,omitempty"`
	// RequestedAtSlotStartDiffMs is the difference how far in to the slot the
	// sentry was when it requested the fork choice snapshot (in milliseconds).
	RequestedAtSlotStartDiffMs *wrapperspb.UInt64Value `protobuf:"bytes,3,opt,name=requested_at_slot_start_diff_ms,proto3" json:"requested_at_slot_start_diff_ms,omitempty"`
	// RequestDurationMs is the duration of the fork choice snapshot request
	// (in milliseconds).
	RequestDurationMs *wrapperspb.UInt64Value `protobuf:"bytes,4,opt,name=request_duration_ms,proto3" json:"request_duration_ms,omitempty"`
	// Timestamp is the timestamp of the fork choice snapshot.
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func ClientMeta_ForkChoiceSnapshotV2FromVTPool added in v1.8.12

func ClientMeta_ForkChoiceSnapshotV2FromVTPool() *ClientMeta_ForkChoiceSnapshotV2

func (*ClientMeta_ForkChoiceSnapshotV2) Descriptor deprecated

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

Deprecated: Use ClientMeta_ForkChoiceSnapshotV2.ProtoReflect.Descriptor instead.

func (*ClientMeta_ForkChoiceSnapshotV2) GetRequestDurationMs

func (x *ClientMeta_ForkChoiceSnapshotV2) GetRequestDurationMs() *wrapperspb.UInt64Value

func (*ClientMeta_ForkChoiceSnapshotV2) GetRequestEpoch

func (x *ClientMeta_ForkChoiceSnapshotV2) GetRequestEpoch() *EpochV2

func (*ClientMeta_ForkChoiceSnapshotV2) GetRequestSlot

func (x *ClientMeta_ForkChoiceSnapshotV2) GetRequestSlot() *SlotV2

func (*ClientMeta_ForkChoiceSnapshotV2) GetRequestedAtSlotStartDiffMs

func (x *ClientMeta_ForkChoiceSnapshotV2) GetRequestedAtSlotStartDiffMs() *wrapperspb.UInt64Value

func (*ClientMeta_ForkChoiceSnapshotV2) GetTimestamp

func (*ClientMeta_ForkChoiceSnapshotV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_ForkChoiceSnapshotV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_ForkChoiceSnapshotV2) MarshalVT added in v1.8.12

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

func (*ClientMeta_ForkChoiceSnapshotV2) ProtoMessage

func (*ClientMeta_ForkChoiceSnapshotV2) ProtoMessage()

func (*ClientMeta_ForkChoiceSnapshotV2) ProtoReflect

func (*ClientMeta_ForkChoiceSnapshotV2) Reset

func (*ClientMeta_ForkChoiceSnapshotV2) ResetVT added in v1.8.12

func (m *ClientMeta_ForkChoiceSnapshotV2) ResetVT()

func (*ClientMeta_ForkChoiceSnapshotV2) ReturnToVTPool added in v1.8.12

func (m *ClientMeta_ForkChoiceSnapshotV2) ReturnToVTPool()

func (*ClientMeta_ForkChoiceSnapshotV2) SizeVT added in v1.8.12

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

func (*ClientMeta_ForkChoiceSnapshotV2) String

func (*ClientMeta_ForkChoiceSnapshotV2) UnmarshalVT added in v1.8.12

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

type ClientMeta_Libp2PTraceAddPeer added in v0.0.160

type ClientMeta_Libp2PTraceAddPeer struct {
	// AdditionalLibP2PTraceData contains additional data about libp2p traces.
	Libp2PTraceAddPeer *ClientMeta_AdditionalLibP2PTraceAddPeerData `protobuf:"bytes,48,opt,name=libp2p_trace_add_peer,json=LIBP2P_TRACE_ADD_PEER,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceAddPeer) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceAddPeer) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceAddPeer) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceConnected added in v0.0.160

type ClientMeta_Libp2PTraceConnected struct {
	Libp2PTraceConnected *ClientMeta_AdditionalLibP2PTraceConnectedData `protobuf:"bytes,53,opt,name=libp2p_trace_connected,json=LIBP2P_TRACE_CONNECTED,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceConnected) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceConnected) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceConnected) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceDeliverMessage added in v1.1.7

type ClientMeta_Libp2PTraceDeliverMessage struct {
	// AdditionalLibP2PTraceDeliverMessageData contains additional data about the deliver message event.
	Libp2PTraceDeliverMessage *ClientMeta_AdditionalLibP2PTraceDeliverMessageData `protobuf:"bytes,73,opt,name=libp2p_trace_deliver_message,json=LIBP2P_TRACE_DELIVER_MESSAGE,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceDeliverMessage) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceDeliverMessage) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceDeliverMessage) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceDisconnected added in v0.0.160

type ClientMeta_Libp2PTraceDisconnected struct {
	Libp2PTraceDisconnected *ClientMeta_AdditionalLibP2PTraceDisconnectedData `protobuf:"bytes,54,opt,name=libp2p_trace_disconnected,json=LIBP2P_TRACE_DISCCONNECTED,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceDisconnected) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceDisconnected) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceDisconnected) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceDropRpc added in v1.1.5

type ClientMeta_Libp2PTraceDropRpc struct {
	// AdditionalLibP2PTraceDropRPCData contains additional data about the drop RPC event.
	Libp2PTraceDropRpc *ClientMeta_AdditionalLibP2PTraceDropRPCData `protobuf:"bytes,68,opt,name=libp2p_trace_drop_rpc,json=LIBP2P_TRACE_DROP_RPC,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceDropRpc) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceDropRpc) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceDropRpc) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceDuplicateMessage added in v1.1.7

type ClientMeta_Libp2PTraceDuplicateMessage struct {
	// AdditionalLibP2PTraceDuplicateMessageData contains additional data about the duplicate message event.
	Libp2PTraceDuplicateMessage *ClientMeta_AdditionalLibP2PTraceDuplicateMessageData `protobuf:"bytes,72,opt,name=libp2p_trace_duplicate_message,json=LIBP2P_TRACE_DUPLICATE_MESSAGE,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceDuplicateMessage) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceDuplicateMessage) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceDuplicateMessage) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceGossipsubAggregateAndProof added in v1.1.27

type ClientMeta_Libp2PTraceGossipsubAggregateAndProof struct {
	// AdditionalLibP2PTraceGossipSubAggregateAndProofData contains additional data about the gossip sub aggregate and proof event.
	Libp2PTraceGossipsubAggregateAndProof *ClientMeta_AdditionalLibP2PTraceGossipSubAggregateAndProofData `` /* 132-byte string literal not displayed */
}

func (*ClientMeta_Libp2PTraceGossipsubAggregateAndProof) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceGossipsubAggregateAndProof) MarshalToVT added in v1.8.12

func (*ClientMeta_Libp2PTraceGossipsubAggregateAndProof) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceGossipsubBeaconAttestation added in v0.0.169

type ClientMeta_Libp2PTraceGossipsubBeaconAttestation struct {
	// AdditionalLibP2PTraceGossipSubBeaconAttestationData contains additional data about the gossip sub beacon attestation event.
	Libp2PTraceGossipsubBeaconAttestation *ClientMeta_AdditionalLibP2PTraceGossipSubBeaconAttestationData `` /* 130-byte string literal not displayed */
}

func (*ClientMeta_Libp2PTraceGossipsubBeaconAttestation) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceGossipsubBeaconAttestation) MarshalToVT added in v1.8.12

func (*ClientMeta_Libp2PTraceGossipsubBeaconAttestation) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceGossipsubBeaconBlock added in v0.0.168

type ClientMeta_Libp2PTraceGossipsubBeaconBlock struct {
	// AdditionalLibP2PTraceGossipSubBeaconBlockData contains additional data about the gossip sub beacon block event.
	Libp2PTraceGossipsubBeaconBlock *ClientMeta_AdditionalLibP2PTraceGossipSubBeaconBlockData `protobuf:"bytes,57,opt,name=libp2p_trace_gossipsub_beacon_block,json=LIBP2P_TRACE_GOSSIPSUB_BEACON_BLOCK,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceGossipsubBeaconBlock) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceGossipsubBeaconBlock) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceGossipsubBeaconBlock) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceGossipsubBlobSidecar added in v0.0.170

type ClientMeta_Libp2PTraceGossipsubBlobSidecar struct {
	// AdditionalLibP2PTraceGossipSubBlobSidecarData contains additional data about the gossip sub blob sidecar event.
	Libp2PTraceGossipsubBlobSidecar *ClientMeta_AdditionalLibP2PTraceGossipSubBlobSidecarData `protobuf:"bytes,59,opt,name=libp2p_trace_gossipsub_blob_sidecar,json=LIBP2P_TRACE_GOSSIPSUB_BLOB_SIDECAR,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceGossipsubBlobSidecar) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceGossipsubBlobSidecar) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceGossipsubBlobSidecar) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceGossipsubDataColumnSidecar added in v1.3.4

type ClientMeta_Libp2PTraceGossipsubDataColumnSidecar struct {
	// AdditionalLibP2PTraceGossipSubDataColumnSidecarData contains additional data about the gossip sub data column sidecar event.
	Libp2PTraceGossipsubDataColumnSidecar *ClientMeta_AdditionalLibP2PTraceGossipSubDataColumnSidecarData `` /* 132-byte string literal not displayed */
}

func (*ClientMeta_Libp2PTraceGossipsubDataColumnSidecar) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceGossipsubDataColumnSidecar) MarshalToVT added in v1.8.12

func (*ClientMeta_Libp2PTraceGossipsubDataColumnSidecar) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceGraft added in v1.1.5

type ClientMeta_Libp2PTraceGraft struct {
	// AdditionalLibP2PTraceGraftData contains additional data about the graft event.
	Libp2PTraceGraft *ClientMeta_AdditionalLibP2PTraceGraftData `protobuf:"bytes,70,opt,name=libp2p_trace_graft,json=LIBP2P_TRACE_GRAFT,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceGraft) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceGraft) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceGraft) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceHandleMetadata added in v0.0.166

type ClientMeta_Libp2PTraceHandleMetadata struct {
	Libp2PTraceHandleMetadata *ClientMeta_AdditionalLibP2PTraceHandleMetadataData `protobuf:"bytes,55,opt,name=libp2p_trace_handle_metadata,json=LIBP2P_TRACE_HANDLE_METADATA,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceHandleMetadata) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceHandleMetadata) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceHandleMetadata) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceHandleStatus added in v0.0.166

type ClientMeta_Libp2PTraceHandleStatus struct {
	Libp2PTraceHandleStatus *ClientMeta_AdditionalLibP2PTraceHandleStatusData `protobuf:"bytes,56,opt,name=libp2p_trace_handle_status,json=LIBP2P_TRACE_HANDLE_STATUS,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceHandleStatus) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceHandleStatus) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceHandleStatus) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceIdentify added in v1.8.11

type ClientMeta_Libp2PTraceIdentify struct {
	Libp2PTraceIdentify *ClientMeta_AdditionalLibP2PTraceIdentifyData `protobuf:"bytes,94,opt,name=libp2p_trace_identify,json=LIBP2P_TRACE_IDENTIFY,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceIdentify) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceIdentify) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceIdentify) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceJoin added in v0.0.160

type ClientMeta_Libp2PTraceJoin struct {
	Libp2PTraceJoin *ClientMeta_AdditionalLibP2PTraceJoinData `protobuf:"bytes,52,opt,name=libp2p_trace_join,json=LIBP2P_TRACE_JOIN,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceJoin) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceJoin) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceJoin) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceLeave added in v1.1.5

type ClientMeta_Libp2PTraceLeave struct {
	// AdditionalLibP2PTraceLeaveData contains additional data about the leave event.
	Libp2PTraceLeave *ClientMeta_AdditionalLibP2PTraceLeaveData `protobuf:"bytes,69,opt,name=libp2p_trace_leave,json=LIBP2P_TRACE_LEAVE,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceLeave) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceLeave) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceLeave) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTracePrune added in v1.1.5

type ClientMeta_Libp2PTracePrune struct {
	// AdditionalLibP2PTracePruneData contains additional data about the prune event.
	Libp2PTracePrune *ClientMeta_AdditionalLibP2PTracePruneData `protobuf:"bytes,71,opt,name=libp2p_trace_prune,json=LIBP2P_TRACE_PRUNE,proto3,oneof"`
}

func (*ClientMeta_Libp2PTracePrune) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTracePrune) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTracePrune) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTracePublishMessage added in v1.1.7

type ClientMeta_Libp2PTracePublishMessage struct {
	// AdditionalLibP2PTracePublishMessageData contains additional data about the publish message event.
	Libp2PTracePublishMessage *ClientMeta_AdditionalLibP2PTracePublishMessageData `protobuf:"bytes,74,opt,name=libp2p_trace_publish_message,json=LIBP2P_TRACE_PUBLISH_MESSAGE,proto3,oneof"`
}

func (*ClientMeta_Libp2PTracePublishMessage) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTracePublishMessage) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTracePublishMessage) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceRecvRpc added in v0.0.160

type ClientMeta_Libp2PTraceRecvRpc struct {
	Libp2PTraceRecvRpc *ClientMeta_AdditionalLibP2PTraceRecvRPCData `protobuf:"bytes,50,opt,name=libp2p_trace_recv_rpc,json=LIBP2P_TRACE_RECV_RPC,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceRecvRpc) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRecvRpc) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRecvRpc) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceRejectMessage added in v1.1.7

type ClientMeta_Libp2PTraceRejectMessage struct {
	// AdditionalLibP2PTraceRejectMessageData contains additional data about the reject message event.
	Libp2PTraceRejectMessage *ClientMeta_AdditionalLibP2PTraceRejectMessageData `protobuf:"bytes,75,opt,name=libp2p_trace_reject_message,json=LIBP2P_TRACE_REJECT_MESSAGE,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceRejectMessage) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRejectMessage) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRejectMessage) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceRemovePeer added in v0.0.160

type ClientMeta_Libp2PTraceRemovePeer struct {
	Libp2PTraceRemovePeer *ClientMeta_AdditionalLibP2PTraceRemovePeerData `protobuf:"bytes,49,opt,name=libp2p_trace_remove_peer,json=LIBP2P_TRACE_REMOVE_PEER,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceRemovePeer) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRemovePeer) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRemovePeer) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceRpcDataColumnCustodyProbe added in v1.5.0

type ClientMeta_Libp2PTraceRpcDataColumnCustodyProbe struct {
	// AdditionalLibP2PTraceRpcDataColumnCustodyProbeData contains additional data about the libp2p trace rpc data column custody probe event.
	Libp2PTraceRpcDataColumnCustodyProbe *ClientMeta_AdditionalLibP2PTraceRpcDataColumnCustodyProbeData `` /* 132-byte string literal not displayed */
}

func (*ClientMeta_Libp2PTraceRpcDataColumnCustodyProbe) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcDataColumnCustodyProbe) MarshalToVT added in v1.8.12

func (*ClientMeta_Libp2PTraceRpcDataColumnCustodyProbe) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceRpcMetaControlGraft added in v1.1.9

type ClientMeta_Libp2PTraceRpcMetaControlGraft struct {
	// AdditionalLibP2PTraceRPCMetaControlGraftData contains additional data about the rpc meta control graft event.
	Libp2PTraceRpcMetaControlGraft *ClientMeta_AdditionalLibP2PTraceRPCMetaControlGraftData `protobuf:"bytes,79,opt,name=libp2p_trace_rpc_meta_control_graft,json=LIBP2P_TRACE_RPC_META_CONTROL_GRAFT,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceRpcMetaControlGraft) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaControlGraft) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaControlGraft) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceRpcMetaControlIdontwant added in v1.1.9

type ClientMeta_Libp2PTraceRpcMetaControlIdontwant struct {
	// AdditionalLibP2PTraceRPCMetaControlIDontWantData contains additional data about the rpc meta control i dont want event.
	Libp2PTraceRpcMetaControlIdontwant *ClientMeta_AdditionalLibP2PTraceRPCMetaControlIDontWantData `` /* 126-byte string literal not displayed */
}

func (*ClientMeta_Libp2PTraceRpcMetaControlIdontwant) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaControlIdontwant) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaControlIdontwant) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceRpcMetaControlIhave added in v1.1.9

type ClientMeta_Libp2PTraceRpcMetaControlIhave struct {
	// AdditionalLibP2PTraceRPCMetaControlIHaveData contains additional data about the rpc meta control i have event.
	Libp2PTraceRpcMetaControlIhave *ClientMeta_AdditionalLibP2PTraceRPCMetaControlIHaveData `protobuf:"bytes,76,opt,name=libp2p_trace_rpc_meta_control_ihave,json=LIBP2P_TRACE_RPC_META_CONTROL_IHAVE,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceRpcMetaControlIhave) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaControlIhave) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaControlIhave) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceRpcMetaControlIwant added in v1.1.9

type ClientMeta_Libp2PTraceRpcMetaControlIwant struct {
	// AdditionalLibP2PTraceRPCMetaControlIWantData contains additional data about the rpc meta control i want event.
	Libp2PTraceRpcMetaControlIwant *ClientMeta_AdditionalLibP2PTraceRPCMetaControlIWantData `protobuf:"bytes,77,opt,name=libp2p_trace_rpc_meta_control_iwant,json=LIBP2P_TRACE_RPC_META_CONTROL_IWANT,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceRpcMetaControlIwant) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaControlIwant) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaControlIwant) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceRpcMetaControlPrune added in v1.1.9

type ClientMeta_Libp2PTraceRpcMetaControlPrune struct {
	// AdditionalLibP2PTraceRPCMetaControlPruneData contains additional data about the rpc meta control prune event.
	Libp2PTraceRpcMetaControlPrune *ClientMeta_AdditionalLibP2PTraceRPCMetaControlPruneData `protobuf:"bytes,80,opt,name=libp2p_trace_rpc_meta_control_prune,json=LIBP2P_TRACE_RPC_META_CONTROL_PRUNE,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceRpcMetaControlPrune) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaControlPrune) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaControlPrune) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceRpcMetaMessage added in v1.1.12

type ClientMeta_Libp2PTraceRpcMetaMessage struct {
	// AdditionalLibP2PTraceRPCMetaMessageData contains additional data about the rpc meta message event.
	Libp2PTraceRpcMetaMessage *ClientMeta_AdditionalLibP2PTraceRPCMetaMessageData `protobuf:"bytes,82,opt,name=libp2p_trace_rpc_meta_message,json=LIBP2P_TRACE_RPC_META_MESSAGE,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceRpcMetaMessage) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaMessage) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaMessage) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceRpcMetaSubscription added in v1.1.12

type ClientMeta_Libp2PTraceRpcMetaSubscription struct {
	// AdditionalLibP2PTraceRPCMetaSubscriptionData contains additional data about the rpc meta subscription event.
	Libp2PTraceRpcMetaSubscription *ClientMeta_AdditionalLibP2PTraceRPCMetaSubscriptionData `protobuf:"bytes,81,opt,name=libp2p_trace_rpc_meta_subscription,json=LIBP2P_TRACE_RPC_META_SUBSCRIPTION,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceRpcMetaSubscription) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaSubscription) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceRpcMetaSubscription) SizeVT added in v1.8.12

type ClientMeta_Libp2PTraceSendRpc added in v0.0.160

type ClientMeta_Libp2PTraceSendRpc struct {
	Libp2PTraceSendRpc *ClientMeta_AdditionalLibP2PTraceSendRPCData `protobuf:"bytes,51,opt,name=libp2p_trace_send_rpc,json=LIBP2P_TRACE_SEND_RPC,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceSendRpc) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceSendRpc) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceSendRpc) SizeVT added in v1.8.12

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

type ClientMeta_Libp2PTraceSyntheticHeartbeat added in v1.4.0

type ClientMeta_Libp2PTraceSyntheticHeartbeat struct {
	// AdditionalLibP2PTraceSyntheticHeartbeatData contains additional data about the libp2p trace synthetic heartbeat event.
	Libp2PTraceSyntheticHeartbeat *ClientMeta_AdditionalLibP2PTraceSyntheticHeartbeatData `protobuf:"bytes,87,opt,name=libp2p_trace_synthetic_heartbeat,json=LIBP2P_TRACE_SYNTHETIC_HEARTBEAT,proto3,oneof"`
}

func (*ClientMeta_Libp2PTraceSyntheticHeartbeat) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceSyntheticHeartbeat) MarshalToVT added in v1.8.12

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

func (*ClientMeta_Libp2PTraceSyntheticHeartbeat) SizeVT added in v1.8.12

type ClientMeta_MempoolTransaction

type ClientMeta_MempoolTransaction struct {
	// AdditionalMempoolTransactionData contains additional data about the
	// mempool transaction event.
	MempoolTransaction *ClientMeta_AdditionalMempoolTransactionData `protobuf:"bytes,17,opt,name=mempool_transaction,json=MEMPOOL_TRANSACTION,proto3,oneof"`
}

func (*ClientMeta_MempoolTransaction) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_MempoolTransaction) MarshalToVT added in v1.8.12

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

func (*ClientMeta_MempoolTransaction) SizeVT added in v1.8.12

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

type ClientMeta_MempoolTransactionV2

type ClientMeta_MempoolTransactionV2 struct {
	// AdditionalMempoolTransactionV2Data contains additional data about the
	// mempool transaction event.
	MempoolTransactionV2 *ClientMeta_AdditionalMempoolTransactionV2Data `protobuf:"bytes,31,opt,name=mempool_transaction_v2,json=MEMPOOL_TRANSACTION_V2,proto3,oneof"`
}

func (*ClientMeta_MempoolTransactionV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_MempoolTransactionV2) MarshalToVT added in v1.8.12

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

func (*ClientMeta_MempoolTransactionV2) SizeVT added in v1.8.12

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

type ClientMeta_MevRelayBidTraceBuilderBlockSubmission added in v0.0.192

type ClientMeta_MevRelayBidTraceBuilderBlockSubmission struct {
	// AdditionalMevRelayBidTraceBuilderBlockSubmissionData contains additional data about the mev relay bid trace builder block submission event.
	MevRelayBidTraceBuilderBlockSubmission *ClientMeta_AdditionalMevRelayBidTraceBuilderBlockSubmissionData `` /* 136-byte string literal not displayed */
}

func (*ClientMeta_MevRelayBidTraceBuilderBlockSubmission) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_MevRelayBidTraceBuilderBlockSubmission) MarshalToVT added in v1.8.12

func (*ClientMeta_MevRelayBidTraceBuilderBlockSubmission) SizeVT added in v1.8.12

type ClientMeta_MevRelayPayloadDelivered added in v0.0.197

type ClientMeta_MevRelayPayloadDelivered struct {
	// AdditionalMevRelayPayloadDeliveredData contains additional data about the proposer payload delivered event.
	MevRelayPayloadDelivered *ClientMeta_AdditionalMevRelayPayloadDeliveredData `protobuf:"bytes,62,opt,name=mev_relay_payload_delivered,json=MEV_RELAY_PROPOSER_PAYLOAD_DELIVERED,proto3,oneof"`
}

func (*ClientMeta_MevRelayPayloadDelivered) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_MevRelayPayloadDelivered) MarshalToVT added in v1.8.12

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

func (*ClientMeta_MevRelayPayloadDelivered) SizeVT added in v1.8.12

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

type ClientMeta_MevRelayValidatorRegistration added in v1.0.24

type ClientMeta_MevRelayValidatorRegistration struct {
	// AdditionalMevRelayValidatorRegistrationData contains additional data about the mev relay validator registration event.
	MevRelayValidatorRegistration *ClientMeta_AdditionalMevRelayValidatorRegistrationData `protobuf:"bytes,66,opt,name=mev_relay_validator_registration,json=MEV_RELAY_VALIDATOR_REGISTRATION,proto3,oneof"`
}

func (*ClientMeta_MevRelayValidatorRegistration) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_MevRelayValidatorRegistration) MarshalToVT added in v1.8.12

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

func (*ClientMeta_MevRelayValidatorRegistration) SizeVT added in v1.8.12

type ClientMeta_NodeRecordConsensus added in v1.3.0

type ClientMeta_NodeRecordConsensus struct {
	// AdditionalNodeRecordConsensusData contains additional data about the node record consensus event.
	NodeRecordConsensus *ClientMeta_AdditionalNodeRecordConsensusData `protobuf:"bytes,83,opt,name=node_record_consensus,json=NODE_RECORD_CONSENSUS,proto3,oneof"`
}

func (*ClientMeta_NodeRecordConsensus) MarshalToSizedBufferVT added in v1.8.12

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

func (*ClientMeta_NodeRecordConsensus) MarshalToVT added in v1.8.12

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

func (*ClientMeta_NodeRecordConsensus) SizeVT added in v1.8.12

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

type ConsensusEngineAPIGetBlobs added in v1.6.9

type ConsensusEngineAPIGetBlobs struct {

	// RequestedAt is the timestamp when the engine_getBlobs call was initiated.
	RequestedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=requested_at,proto3" json:"requested_at,omitempty"`
	// DurationMs is how long the engine_getBlobs call took in milliseconds.
	DurationMs *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=duration_ms,proto3" json:"duration_ms,omitempty"`
	// Beacon context (where the request came from)
	// Slot is the slot number of the beacon block being reconstructed.
	Slot *wrapperspb.UInt64Value `protobuf:"bytes,3,opt,name=slot,proto3" json:"slot,omitempty"`
	// BlockRoot is the root of the beacon block (hex encoded).
	BlockRoot string `protobuf:"bytes,4,opt,name=block_root,proto3" json:"block_root,omitempty"`
	// ParentBlockRoot is the root of the parent beacon block (hex encoded).
	ParentBlockRoot string `protobuf:"bytes,5,opt,name=parent_block_root,proto3" json:"parent_block_root,omitempty"`
	// Request details
	// RequestedCount is the number of versioned hashes requested.
	RequestedCount *wrapperspb.UInt32Value `protobuf:"bytes,6,opt,name=requested_count,proto3" json:"requested_count,omitempty"`
	// VersionedHashes is the list of versioned hashes requested (derived from KZG commitments).
	VersionedHashes []string `protobuf:"bytes,7,rep,name=versioned_hashes,proto3" json:"versioned_hashes,omitempty"`
	// Response from EL
	// ReturnedCount is the number of non-null blobs returned.
	ReturnedCount *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=returned_count,proto3" json:"returned_count,omitempty"`
	// Status is the result status (SUCCESS, PARTIAL, EMPTY, UNSUPPORTED, ERROR).
	Status string `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"`
	// ErrorMessage contains error details if status is ERROR or UNSUPPORTED.
	ErrorMessage string `protobuf:"bytes,10,opt,name=error_message,proto3" json:"error_message,omitempty"`
	// Meta
	// MethodVersion is the version of the engine_getBlobs method (e.g., "V1", "V2").
	MethodVersion string `protobuf:"bytes,11,opt,name=method_version,proto3" json:"method_version,omitempty"`
	// contains filtered or unexported fields
}

ConsensusEngineAPIGetBlobs contains timing and instrumentation data for engine_getBlobsVx calls between the consensus and execution layer.

func ConsensusEngineAPIGetBlobsFromVTPool added in v1.8.12

func ConsensusEngineAPIGetBlobsFromVTPool() *ConsensusEngineAPIGetBlobs

func (*ConsensusEngineAPIGetBlobs) Descriptor deprecated added in v1.6.9

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

Deprecated: Use ConsensusEngineAPIGetBlobs.ProtoReflect.Descriptor instead.

func (*ConsensusEngineAPIGetBlobs) GetBlockRoot added in v1.6.9

func (x *ConsensusEngineAPIGetBlobs) GetBlockRoot() string

func (*ConsensusEngineAPIGetBlobs) GetDurationMs added in v1.6.9

func (*ConsensusEngineAPIGetBlobs) GetErrorMessage added in v1.6.9

func (x *ConsensusEngineAPIGetBlobs) GetErrorMessage() string

func (*ConsensusEngineAPIGetBlobs) GetMethodVersion added in v1.6.9

func (x *ConsensusEngineAPIGetBlobs) GetMethodVersion() string

func (*ConsensusEngineAPIGetBlobs) GetParentBlockRoot added in v1.6.9

func (x *ConsensusEngineAPIGetBlobs) GetParentBlockRoot() string

func (*ConsensusEngineAPIGetBlobs) GetRequestedAt added in v1.6.9

func (x *ConsensusEngineAPIGetBlobs) GetRequestedAt() *timestamppb.Timestamp

func (*ConsensusEngineAPIGetBlobs) GetRequestedCount added in v1.6.9

func (x *ConsensusEngineAPIGetBlobs) GetRequestedCount() *wrapperspb.UInt32Value

func (*ConsensusEngineAPIGetBlobs) GetReturnedCount added in v1.6.9

func (x *ConsensusEngineAPIGetBlobs) GetReturnedCount() *wrapperspb.UInt32Value

func (*ConsensusEngineAPIGetBlobs) GetSlot added in v1.6.9

func (*ConsensusEngineAPIGetBlobs) GetStatus added in v1.6.9

func (x *ConsensusEngineAPIGetBlobs) GetStatus() string

func (*ConsensusEngineAPIGetBlobs) GetVersionedHashes added in v1.6.9

func (x *ConsensusEngineAPIGetBlobs) GetVersionedHashes() []string

func (*ConsensusEngineAPIGetBlobs) MarshalToSizedBufferVT added in v1.8.12

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

func (*ConsensusEngineAPIGetBlobs) MarshalToVT added in v1.8.12

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

func (*ConsensusEngineAPIGetBlobs) MarshalVT added in v1.8.12

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

func (*ConsensusEngineAPIGetBlobs) ProtoMessage added in v1.6.9

func (*ConsensusEngineAPIGetBlobs) ProtoMessage()

func (*ConsensusEngineAPIGetBlobs) ProtoReflect added in v1.6.9

func (*ConsensusEngineAPIGetBlobs) Reset added in v1.6.9

func (x *ConsensusEngineAPIGetBlobs) Reset()

func (*ConsensusEngineAPIGetBlobs) ResetVT added in v1.8.12

func (m *ConsensusEngineAPIGetBlobs) ResetVT()

func (*ConsensusEngineAPIGetBlobs) ReturnToVTPool added in v1.8.12

func (m *ConsensusEngineAPIGetBlobs) ReturnToVTPool()

func (*ConsensusEngineAPIGetBlobs) SizeVT added in v1.8.12

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

func (*ConsensusEngineAPIGetBlobs) String added in v1.6.9

func (x *ConsensusEngineAPIGetBlobs) String() string

func (*ConsensusEngineAPIGetBlobs) UnmarshalVT added in v1.8.12

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

type ConsensusEngineAPINewPayload added in v1.6.7

type ConsensusEngineAPINewPayload struct {

	// RequestedAt is the timestamp when the engine_newPayload call was initiated.
	RequestedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=requested_at,proto3" json:"requested_at,omitempty"`
	// DurationMs is how long the engine_newPayload call took in milliseconds.
	DurationMs *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=duration_ms,proto3" json:"duration_ms,omitempty"`
	// Beacon context (where the payload came from)
	// Slot is the slot number of the beacon block containing this payload.
	Slot *wrapperspb.UInt64Value `protobuf:"bytes,3,opt,name=slot,proto3" json:"slot,omitempty"`
	// BlockRoot is the root of the beacon block (hex encoded).
	BlockRoot string `protobuf:"bytes,4,opt,name=block_root,proto3" json:"block_root,omitempty"`
	// ParentBlockRoot is the root of the parent beacon block (hex encoded).
	ParentBlockRoot string `protobuf:"bytes,5,opt,name=parent_block_root,proto3" json:"parent_block_root,omitempty"`
	// ProposerIndex is the validator index of the block proposer.
	ProposerIndex *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=proposer_index,proto3" json:"proposer_index,omitempty"`
	// Execution payload details (what we're asking EL to validate)
	// BlockNumber is the execution block number.
	BlockNumber *wrapperspb.UInt64Value `protobuf:"bytes,7,opt,name=block_number,proto3" json:"block_number,omitempty"`
	// BlockHash is the execution block hash (hex encoded).
	BlockHash string `protobuf:"bytes,8,opt,name=block_hash,proto3" json:"block_hash,omitempty"`
	// ParentHash is the parent execution block hash (hex encoded).
	ParentHash string `protobuf:"bytes,9,opt,name=parent_hash,proto3" json:"parent_hash,omitempty"`
	// GasUsed is the total gas used by all transactions in the block.
	GasUsed *wrapperspb.UInt64Value `protobuf:"bytes,10,opt,name=gas_used,proto3" json:"gas_used,omitempty"`
	// GasLimit is the gas limit of the block.
	GasLimit *wrapperspb.UInt64Value `protobuf:"bytes,11,opt,name=gas_limit,proto3" json:"gas_limit,omitempty"`
	// TxCount is the number of transactions in the block.
	TxCount *wrapperspb.UInt32Value `protobuf:"bytes,12,opt,name=tx_count,proto3" json:"tx_count,omitempty"`
	// BlobCount is the number of blobs in the block.
	BlobCount *wrapperspb.UInt32Value `protobuf:"bytes,13,opt,name=blob_count,proto3" json:"blob_count,omitempty"`
	// Response from EL
	// Status is the payload status returned by the EL (VALID, INVALID, SYNCING, ACCEPTED, INVALID_BLOCK_HASH).
	Status string `protobuf:"bytes,14,opt,name=status,proto3" json:"status,omitempty"`
	// LatestValidHash is the latest valid hash when status is INVALID (hex encoded).
	LatestValidHash string `protobuf:"bytes,15,opt,name=latest_valid_hash,proto3" json:"latest_valid_hash,omitempty"`
	// ValidationError is the error message when validation fails.
	ValidationError string `protobuf:"bytes,16,opt,name=validation_error,proto3" json:"validation_error,omitempty"`
	// Meta
	// MethodVersion is the version of the engine_newPayload method (e.g., "V3", "V4").
	MethodVersion string `protobuf:"bytes,17,opt,name=method_version,proto3" json:"method_version,omitempty"`
	// contains filtered or unexported fields
}

ConsensusEngineAPINewPayload contains timing and instrumentation data for engine_newPayloadVx calls between the consensus and execution layer.

func ConsensusEngineAPINewPayloadFromVTPool added in v1.8.12

func ConsensusEngineAPINewPayloadFromVTPool() *ConsensusEngineAPINewPayload

func (*ConsensusEngineAPINewPayload) Descriptor deprecated added in v1.6.7

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

Deprecated: Use ConsensusEngineAPINewPayload.ProtoReflect.Descriptor instead.

func (*ConsensusEngineAPINewPayload) GetBlobCount added in v1.6.7

func (*ConsensusEngineAPINewPayload) GetBlockHash added in v1.6.7

func (x *ConsensusEngineAPINewPayload) GetBlockHash() string

func (*ConsensusEngineAPINewPayload) GetBlockNumber added in v1.6.7

func (*ConsensusEngineAPINewPayload) GetBlockRoot added in v1.6.7

func (x *ConsensusEngineAPINewPayload) GetBlockRoot() string

func (*ConsensusEngineAPINewPayload) GetDurationMs added in v1.6.7

func (*ConsensusEngineAPINewPayload) GetGasLimit added in v1.6.7

func (*ConsensusEngineAPINewPayload) GetGasUsed added in v1.6.7

func (*ConsensusEngineAPINewPayload) GetLatestValidHash added in v1.6.7

func (x *ConsensusEngineAPINewPayload) GetLatestValidHash() string

func (*ConsensusEngineAPINewPayload) GetMethodVersion added in v1.6.7

func (x *ConsensusEngineAPINewPayload) GetMethodVersion() string

func (*ConsensusEngineAPINewPayload) GetParentBlockRoot added in v1.6.7

func (x *ConsensusEngineAPINewPayload) GetParentBlockRoot() string

func (*ConsensusEngineAPINewPayload) GetParentHash added in v1.6.7

func (x *ConsensusEngineAPINewPayload) GetParentHash() string

func (*ConsensusEngineAPINewPayload) GetProposerIndex added in v1.6.7

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

func (*ConsensusEngineAPINewPayload) GetRequestedAt added in v1.6.7

func (x *ConsensusEngineAPINewPayload) GetRequestedAt() *timestamppb.Timestamp

func (*ConsensusEngineAPINewPayload) GetSlot added in v1.6.7

func (*ConsensusEngineAPINewPayload) GetStatus added in v1.6.7

func (x *ConsensusEngineAPINewPayload) GetStatus() string

func (*ConsensusEngineAPINewPayload) GetTxCount added in v1.6.7

func (*ConsensusEngineAPINewPayload) GetValidationError added in v1.6.7

func (x *ConsensusEngineAPINewPayload) GetValidationError() string

func (*ConsensusEngineAPINewPayload) MarshalToSizedBufferVT added in v1.8.12

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

func (*ConsensusEngineAPINewPayload) MarshalToVT added in v1.8.12

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

func (*ConsensusEngineAPINewPayload) MarshalVT added in v1.8.12

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

func (*ConsensusEngineAPINewPayload) ProtoMessage added in v1.6.7

func (*ConsensusEngineAPINewPayload) ProtoMessage()

func (*ConsensusEngineAPINewPayload) ProtoReflect added in v1.6.7

func (*ConsensusEngineAPINewPayload) Reset added in v1.6.7

func (x *ConsensusEngineAPINewPayload) Reset()

func (*ConsensusEngineAPINewPayload) ResetVT added in v1.8.12

func (m *ConsensusEngineAPINewPayload) ResetVT()

func (*ConsensusEngineAPINewPayload) ReturnToVTPool added in v1.8.12

func (m *ConsensusEngineAPINewPayload) ReturnToVTPool()

func (*ConsensusEngineAPINewPayload) SizeVT added in v1.8.12

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

func (*ConsensusEngineAPINewPayload) String added in v1.6.7

func (*ConsensusEngineAPINewPayload) UnmarshalVT added in v1.8.12

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

type ConsensusNodeStatus added in v1.3.0

type ConsensusNodeStatus struct {
	NodeRecord                  string                 `protobuf:"bytes,1,opt,name=node_record,json=nodeRecord,proto3" json:"node_record,omitempty"`
	Name                        string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ForkDigest                  []byte                 `protobuf:"bytes,3,opt,name=fork_digest,json=forkDigest,proto3" json:"fork_digest,omitempty"`
	NextForkDigest              []byte                 `protobuf:"bytes,4,opt,name=next_fork_digest,json=nextForkDigest,proto3" json:"next_fork_digest,omitempty"`
	FinalizedRoot               []byte                 `protobuf:"bytes,5,opt,name=finalized_root,json=finalizedRoot,proto3" json:"finalized_root,omitempty"`
	FinalizedEpoch              []byte                 `protobuf:"bytes,6,opt,name=finalized_epoch,json=finalizedEpoch,proto3" json:"finalized_epoch,omitempty"`
	FinalizedEpochStartDateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=finalized_epoch_start_date_time,proto3" json:"finalized_epoch_start_date_time,omitempty"`
	HeadRoot                    []byte                 `protobuf:"bytes,8,opt,name=head_root,json=headRoot,proto3" json:"head_root,omitempty"`
	HeadSlot                    []byte                 `protobuf:"bytes,9,opt,name=head_slot,json=headSlot,proto3" json:"head_slot,omitempty"`
	HeadSlotStartDateTime       *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=head_slot_start_date_time,proto3" json:"head_slot_start_date_time,omitempty"`
	Cgc                         []byte                 `protobuf:"bytes,11,opt,name=cgc,proto3" json:"cgc,omitempty"`
	NetworkId                   uint64                 `protobuf:"varint,12,opt,name=network_id,json=networkId,proto3" json:"network_id,omitempty"`
	NodeId                      string                 `protobuf:"bytes,13,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	PeerId                      string                 `protobuf:"bytes,14,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	// contains filtered or unexported fields
}

func ConsensusNodeStatusFromVTPool added in v1.8.12

func ConsensusNodeStatusFromVTPool() *ConsensusNodeStatus

func (*ConsensusNodeStatus) Descriptor deprecated added in v1.3.0

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

Deprecated: Use ConsensusNodeStatus.ProtoReflect.Descriptor instead.

func (*ConsensusNodeStatus) GetCgc added in v1.3.0

func (x *ConsensusNodeStatus) GetCgc() []byte

func (*ConsensusNodeStatus) GetFinalizedEpoch added in v1.3.0

func (x *ConsensusNodeStatus) GetFinalizedEpoch() []byte

func (*ConsensusNodeStatus) GetFinalizedEpochStartDateTime added in v1.3.0

func (x *ConsensusNodeStatus) GetFinalizedEpochStartDateTime() *timestamppb.Timestamp

func (*ConsensusNodeStatus) GetFinalizedRoot added in v1.3.0

func (x *ConsensusNodeStatus) GetFinalizedRoot() []byte

func (*ConsensusNodeStatus) GetForkDigest added in v1.3.0

func (x *ConsensusNodeStatus) GetForkDigest() []byte

func (*ConsensusNodeStatus) GetHeadRoot added in v1.3.0

func (x *ConsensusNodeStatus) GetHeadRoot() []byte

func (*ConsensusNodeStatus) GetHeadSlot added in v1.3.0

func (x *ConsensusNodeStatus) GetHeadSlot() []byte

func (*ConsensusNodeStatus) GetHeadSlotStartDateTime added in v1.3.0

func (x *ConsensusNodeStatus) GetHeadSlotStartDateTime() *timestamppb.Timestamp

func (*ConsensusNodeStatus) GetName added in v1.3.0

func (x *ConsensusNodeStatus) GetName() string

func (*ConsensusNodeStatus) GetNetworkId added in v1.3.0

func (x *ConsensusNodeStatus) GetNetworkId() uint64

func (*ConsensusNodeStatus) GetNextForkDigest added in v1.3.0

func (x *ConsensusNodeStatus) GetNextForkDigest() []byte

func (*ConsensusNodeStatus) GetNodeId added in v1.3.0

func (x *ConsensusNodeStatus) GetNodeId() string

func (*ConsensusNodeStatus) GetNodeRecord added in v1.3.0

func (x *ConsensusNodeStatus) GetNodeRecord() string

func (*ConsensusNodeStatus) GetPeerId added in v1.3.0

func (x *ConsensusNodeStatus) GetPeerId() string

func (*ConsensusNodeStatus) MarshalToSizedBufferVT added in v1.8.12

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

func (*ConsensusNodeStatus) MarshalToVT added in v1.8.12

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

func (*ConsensusNodeStatus) MarshalVT added in v1.8.12

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

func (*ConsensusNodeStatus) ProtoMessage added in v1.3.0

func (*ConsensusNodeStatus) ProtoMessage()

func (*ConsensusNodeStatus) ProtoReflect added in v1.3.0

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

func (*ConsensusNodeStatus) Reset added in v1.3.0

func (x *ConsensusNodeStatus) Reset()

func (*ConsensusNodeStatus) ResetVT added in v1.8.12

func (m *ConsensusNodeStatus) ResetVT()

func (*ConsensusNodeStatus) ReturnToVTPool added in v1.8.12

func (m *ConsensusNodeStatus) ReturnToVTPool()

func (*ConsensusNodeStatus) SizeVT added in v1.8.12

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

func (*ConsensusNodeStatus) String added in v1.3.0

func (x *ConsensusNodeStatus) String() string

func (*ConsensusNodeStatus) UnmarshalVT added in v1.8.12

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

type CoordinateConsensusNodeRecordsRequest added in v1.3.0

type CoordinateConsensusNodeRecordsRequest struct {
	NodeRecords  []*CoordinatedNodeRecord `protobuf:"bytes,1,rep,name=node_records,json=nodeRecords,proto3" json:"node_records,omitempty"`
	Limit        uint32                   `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	NetworkIds   []uint64                 `protobuf:"varint,3,rep,packed,name=network_ids,json=networkIds,proto3" json:"network_ids,omitempty"`
	ForkIdHashes [][]byte                 `protobuf:"bytes,4,rep,name=fork_id_hashes,json=forkIdHashes,proto3" json:"fork_id_hashes,omitempty"`
	ClientId     string                   `protobuf:"bytes,5,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	Capabilities []string                 `protobuf:"bytes,6,rep,name=capabilities,proto3" json:"capabilities,omitempty"`
	// contains filtered or unexported fields
}

func CoordinateConsensusNodeRecordsRequestFromVTPool added in v1.8.12

func CoordinateConsensusNodeRecordsRequestFromVTPool() *CoordinateConsensusNodeRecordsRequest

func (*CoordinateConsensusNodeRecordsRequest) Descriptor deprecated added in v1.3.0

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

Deprecated: Use CoordinateConsensusNodeRecordsRequest.ProtoReflect.Descriptor instead.

func (*CoordinateConsensusNodeRecordsRequest) GetCapabilities added in v1.3.0

func (x *CoordinateConsensusNodeRecordsRequest) GetCapabilities() []string

func (*CoordinateConsensusNodeRecordsRequest) GetClientId added in v1.3.0

func (*CoordinateConsensusNodeRecordsRequest) GetForkIdHashes added in v1.3.0

func (x *CoordinateConsensusNodeRecordsRequest) GetForkIdHashes() [][]byte

func (*CoordinateConsensusNodeRecordsRequest) GetLimit added in v1.3.0

func (*CoordinateConsensusNodeRecordsRequest) GetNetworkIds added in v1.3.0

func (x *CoordinateConsensusNodeRecordsRequest) GetNetworkIds() []uint64

func (*CoordinateConsensusNodeRecordsRequest) GetNodeRecords added in v1.3.0

func (*CoordinateConsensusNodeRecordsRequest) MarshalToSizedBufferVT added in v1.8.12

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

func (*CoordinateConsensusNodeRecordsRequest) MarshalToVT added in v1.8.12

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

func (*CoordinateConsensusNodeRecordsRequest) MarshalVT added in v1.8.12

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

func (*CoordinateConsensusNodeRecordsRequest) ProtoMessage added in v1.3.0

func (*CoordinateConsensusNodeRecordsRequest) ProtoMessage()

func (*CoordinateConsensusNodeRecordsRequest) ProtoReflect added in v1.3.0

func (*CoordinateConsensusNodeRecordsRequest) Reset added in v1.3.0

func (*CoordinateConsensusNodeRecordsRequest) ResetVT added in v1.8.12

func (*CoordinateConsensusNodeRecordsRequest) ReturnToVTPool added in v1.8.12

func (m *CoordinateConsensusNodeRecordsRequest) ReturnToVTPool()

func (*CoordinateConsensusNodeRecordsRequest) SizeVT added in v1.8.12

func (*CoordinateConsensusNodeRecordsRequest) String added in v1.3.0

func (*CoordinateConsensusNodeRecordsRequest) UnmarshalVT added in v1.8.12

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

type CoordinateConsensusNodeRecordsResponse added in v1.3.0

type CoordinateConsensusNodeRecordsResponse struct {
	NodeRecords []string `protobuf:"bytes,1,rep,name=node_records,json=nodeRecords,proto3" json:"node_records,omitempty"`
	RetryDelay  uint32   `protobuf:"varint,2,opt,name=retry_delay,json=retryDelay,proto3" json:"retry_delay,omitempty"`
	// contains filtered or unexported fields
}

func CoordinateConsensusNodeRecordsResponseFromVTPool added in v1.8.12

func CoordinateConsensusNodeRecordsResponseFromVTPool() *CoordinateConsensusNodeRecordsResponse

func (*CoordinateConsensusNodeRecordsResponse) Descriptor deprecated added in v1.3.0

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

Deprecated: Use CoordinateConsensusNodeRecordsResponse.ProtoReflect.Descriptor instead.

func (*CoordinateConsensusNodeRecordsResponse) GetNodeRecords added in v1.3.0

func (x *CoordinateConsensusNodeRecordsResponse) GetNodeRecords() []string

func (*CoordinateConsensusNodeRecordsResponse) GetRetryDelay added in v1.3.0

func (*CoordinateConsensusNodeRecordsResponse) MarshalToSizedBufferVT added in v1.8.12

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

func (*CoordinateConsensusNodeRecordsResponse) MarshalToVT added in v1.8.12

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

func (*CoordinateConsensusNodeRecordsResponse) MarshalVT added in v1.8.12

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

func (*CoordinateConsensusNodeRecordsResponse) ProtoMessage added in v1.3.0

func (*CoordinateConsensusNodeRecordsResponse) ProtoReflect added in v1.3.0

func (*CoordinateConsensusNodeRecordsResponse) Reset added in v1.3.0

func (*CoordinateConsensusNodeRecordsResponse) ResetVT added in v1.8.12

func (*CoordinateConsensusNodeRecordsResponse) ReturnToVTPool added in v1.8.12

func (m *CoordinateConsensusNodeRecordsResponse) ReturnToVTPool()

func (*CoordinateConsensusNodeRecordsResponse) SizeVT added in v1.8.12

func (*CoordinateConsensusNodeRecordsResponse) String added in v1.3.0

func (*CoordinateConsensusNodeRecordsResponse) UnmarshalVT added in v1.8.12

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

type CoordinateExecutionNodeRecordsRequest

type CoordinateExecutionNodeRecordsRequest struct {
	NodeRecords  []*CoordinatedNodeRecord `protobuf:"bytes,1,rep,name=node_records,json=nodeRecords,proto3" json:"node_records,omitempty"`
	Limit        uint32                   `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	NetworkIds   []uint64                 `protobuf:"varint,3,rep,packed,name=network_ids,json=networkIds,proto3" json:"network_ids,omitempty"`
	ForkIdHashes [][]byte                 `protobuf:"bytes,4,rep,name=fork_id_hashes,json=forkIdHashes,proto3" json:"fork_id_hashes,omitempty"`
	ClientId     string                   `protobuf:"bytes,5,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	Capabilities []string                 `protobuf:"bytes,6,rep,name=capabilities,proto3" json:"capabilities,omitempty"`
	// contains filtered or unexported fields
}

func CoordinateExecutionNodeRecordsRequestFromVTPool added in v1.8.12

func CoordinateExecutionNodeRecordsRequestFromVTPool() *CoordinateExecutionNodeRecordsRequest

func (*CoordinateExecutionNodeRecordsRequest) Descriptor deprecated

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

Deprecated: Use CoordinateExecutionNodeRecordsRequest.ProtoReflect.Descriptor instead.

func (*CoordinateExecutionNodeRecordsRequest) GetCapabilities added in v0.0.146

func (x *CoordinateExecutionNodeRecordsRequest) GetCapabilities() []string

func (*CoordinateExecutionNodeRecordsRequest) GetClientId

func (*CoordinateExecutionNodeRecordsRequest) GetForkIdHashes

func (x *CoordinateExecutionNodeRecordsRequest) GetForkIdHashes() [][]byte

func (*CoordinateExecutionNodeRecordsRequest) GetLimit

func (*CoordinateExecutionNodeRecordsRequest) GetNetworkIds

func (x *CoordinateExecutionNodeRecordsRequest) GetNetworkIds() []uint64

func (*CoordinateExecutionNodeRecordsRequest) GetNodeRecords

func (*CoordinateExecutionNodeRecordsRequest) MarshalToSizedBufferVT added in v1.8.12

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

func (*CoordinateExecutionNodeRecordsRequest) MarshalToVT added in v1.8.12

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

func (*CoordinateExecutionNodeRecordsRequest) MarshalVT added in v1.8.12

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

func (*CoordinateExecutionNodeRecordsRequest) ProtoMessage

func (*CoordinateExecutionNodeRecordsRequest) ProtoMessage()

func (*CoordinateExecutionNodeRecordsRequest) ProtoReflect

func (*CoordinateExecutionNodeRecordsRequest) Reset

func (*CoordinateExecutionNodeRecordsRequest) ResetVT added in v1.8.12

func (*CoordinateExecutionNodeRecordsRequest) ReturnToVTPool added in v1.8.12

func (m *CoordinateExecutionNodeRecordsRequest) ReturnToVTPool()

func (*CoordinateExecutionNodeRecordsRequest) SizeVT added in v1.8.12

func (*CoordinateExecutionNodeRecordsRequest) String

func (*CoordinateExecutionNodeRecordsRequest) UnmarshalVT added in v1.8.12

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

type CoordinateExecutionNodeRecordsResponse

type CoordinateExecutionNodeRecordsResponse struct {
	NodeRecords []string `protobuf:"bytes,1,rep,name=node_records,json=nodeRecords,proto3" json:"node_records,omitempty"`
	RetryDelay  uint32   `protobuf:"varint,2,opt,name=retry_delay,json=retryDelay,proto3" json:"retry_delay,omitempty"`
	// contains filtered or unexported fields
}

func CoordinateExecutionNodeRecordsResponseFromVTPool added in v1.8.12

func CoordinateExecutionNodeRecordsResponseFromVTPool() *CoordinateExecutionNodeRecordsResponse

func (*CoordinateExecutionNodeRecordsResponse) Descriptor deprecated

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

Deprecated: Use CoordinateExecutionNodeRecordsResponse.ProtoReflect.Descriptor instead.

func (*CoordinateExecutionNodeRecordsResponse) GetNodeRecords

func (x *CoordinateExecutionNodeRecordsResponse) GetNodeRecords() []string

func (*CoordinateExecutionNodeRecordsResponse) GetRetryDelay

func (*CoordinateExecutionNodeRecordsResponse) MarshalToSizedBufferVT added in v1.8.12

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

func (*CoordinateExecutionNodeRecordsResponse) MarshalToVT added in v1.8.12

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

func (*CoordinateExecutionNodeRecordsResponse) MarshalVT added in v1.8.12

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

func (*CoordinateExecutionNodeRecordsResponse) ProtoMessage

func (*CoordinateExecutionNodeRecordsResponse) ProtoReflect

func (*CoordinateExecutionNodeRecordsResponse) Reset

func (*CoordinateExecutionNodeRecordsResponse) ResetVT added in v1.8.12

func (*CoordinateExecutionNodeRecordsResponse) ReturnToVTPool added in v1.8.12

func (m *CoordinateExecutionNodeRecordsResponse) ReturnToVTPool()

func (*CoordinateExecutionNodeRecordsResponse) SizeVT added in v1.8.12

func (*CoordinateExecutionNodeRecordsResponse) String

func (*CoordinateExecutionNodeRecordsResponse) UnmarshalVT added in v1.8.12

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

type CoordinatedNodeRecord

type CoordinatedNodeRecord struct {
	NodeRecord         string `protobuf:"bytes,1,opt,name=node_record,json=nodeRecord,proto3" json:"node_record,omitempty"`
	Connected          bool   `protobuf:"varint,2,opt,name=connected,proto3" json:"connected,omitempty"`
	ConnectionAttempts uint32 `protobuf:"varint,3,opt,name=connection_attempts,json=connectionAttempts,proto3" json:"connection_attempts,omitempty"`
	// contains filtered or unexported fields
}

func CoordinatedNodeRecordFromVTPool added in v1.8.12

func CoordinatedNodeRecordFromVTPool() *CoordinatedNodeRecord

func (*CoordinatedNodeRecord) Descriptor deprecated

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

Deprecated: Use CoordinatedNodeRecord.ProtoReflect.Descriptor instead.

func (*CoordinatedNodeRecord) GetConnected

func (x *CoordinatedNodeRecord) GetConnected() bool

func (*CoordinatedNodeRecord) GetConnectionAttempts

func (x *CoordinatedNodeRecord) GetConnectionAttempts() uint32

func (*CoordinatedNodeRecord) GetNodeRecord

func (x *CoordinatedNodeRecord) GetNodeRecord() string

func (*CoordinatedNodeRecord) MarshalToSizedBufferVT added in v1.8.12

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

func (*CoordinatedNodeRecord) MarshalToVT added in v1.8.12

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

func (*CoordinatedNodeRecord) MarshalVT added in v1.8.12

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

func (*CoordinatedNodeRecord) ProtoMessage

func (*CoordinatedNodeRecord) ProtoMessage()

func (*CoordinatedNodeRecord) ProtoReflect

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

func (*CoordinatedNodeRecord) Reset

func (x *CoordinatedNodeRecord) Reset()

func (*CoordinatedNodeRecord) ResetVT added in v1.8.12

func (m *CoordinatedNodeRecord) ResetVT()

func (*CoordinatedNodeRecord) ReturnToVTPool added in v1.8.12

func (m *CoordinatedNodeRecord) ReturnToVTPool()

func (*CoordinatedNodeRecord) SizeVT added in v1.8.12

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

func (*CoordinatedNodeRecord) String

func (x *CoordinatedNodeRecord) String() string

func (*CoordinatedNodeRecord) UnmarshalVT added in v1.8.12

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

type CoordinatorClient

type CoordinatorClient interface {
	CreateNodeRecords(ctx context.Context, in *CreateNodeRecordsRequest, opts ...grpc.CallOption) (*CreateNodeRecordsResponse, error)
	ListStalledExecutionNodeRecords(ctx context.Context, in *ListStalledExecutionNodeRecordsRequest, opts ...grpc.CallOption) (*ListStalledExecutionNodeRecordsResponse, error)
	CreateExecutionNodeRecordStatus(ctx context.Context, in *CreateExecutionNodeRecordStatusRequest, opts ...grpc.CallOption) (*CreateExecutionNodeRecordStatusResponse, error)
	CoordinateExecutionNodeRecords(ctx context.Context, in *CoordinateExecutionNodeRecordsRequest, opts ...grpc.CallOption) (*CoordinateExecutionNodeRecordsResponse, error)
	ListStalledConsensusNodeRecords(ctx context.Context, in *ListStalledConsensusNodeRecordsRequest, opts ...grpc.CallOption) (*ListStalledConsensusNodeRecordsResponse, error)
	CreateConsensusNodeRecordStatus(ctx context.Context, in *CreateConsensusNodeRecordStatusRequest, opts ...grpc.CallOption) (*CreateConsensusNodeRecordStatusResponse, error)
	CreateConsensusNodeRecordStatuses(ctx context.Context, in *CreateConsensusNodeRecordStatusesRequest, opts ...grpc.CallOption) (*CreateConsensusNodeRecordStatusesResponse, error)
	CoordinateConsensusNodeRecords(ctx context.Context, in *CoordinateConsensusNodeRecordsRequest, opts ...grpc.CallOption) (*CoordinateConsensusNodeRecordsResponse, error)
	GetDiscoveryNodeRecord(ctx context.Context, in *GetDiscoveryNodeRecordRequest, opts ...grpc.CallOption) (*GetDiscoveryNodeRecordResponse, error)
	GetDiscoveryExecutionNodeRecord(ctx context.Context, in *GetDiscoveryExecutionNodeRecordRequest, opts ...grpc.CallOption) (*GetDiscoveryExecutionNodeRecordResponse, error)
	GetDiscoveryConsensusNodeRecord(ctx context.Context, in *GetDiscoveryConsensusNodeRecordRequest, opts ...grpc.CallOption) (*GetDiscoveryConsensusNodeRecordResponse, error)
	GetCannonLocation(ctx context.Context, in *GetCannonLocationRequest, opts ...grpc.CallOption) (*GetCannonLocationResponse, error)
	UpsertCannonLocation(ctx context.Context, in *UpsertCannonLocationRequest, opts ...grpc.CallOption) (*UpsertCannonLocationResponse, error)
	GetRelayMonitorLocation(ctx context.Context, in *GetRelayMonitorLocationRequest, opts ...grpc.CallOption) (*GetRelayMonitorLocationResponse, error)
	UpsertRelayMonitorLocation(ctx context.Context, in *UpsertRelayMonitorLocationRequest, opts ...grpc.CallOption) (*UpsertRelayMonitorLocationResponse, error)
}

CoordinatorClient is the client API for Coordinator service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type CoordinatorServer

type CoordinatorServer interface {
	CreateNodeRecords(context.Context, *CreateNodeRecordsRequest) (*CreateNodeRecordsResponse, error)
	ListStalledExecutionNodeRecords(context.Context, *ListStalledExecutionNodeRecordsRequest) (*ListStalledExecutionNodeRecordsResponse, error)
	CreateExecutionNodeRecordStatus(context.Context, *CreateExecutionNodeRecordStatusRequest) (*CreateExecutionNodeRecordStatusResponse, error)
	CoordinateExecutionNodeRecords(context.Context, *CoordinateExecutionNodeRecordsRequest) (*CoordinateExecutionNodeRecordsResponse, error)
	ListStalledConsensusNodeRecords(context.Context, *ListStalledConsensusNodeRecordsRequest) (*ListStalledConsensusNodeRecordsResponse, error)
	CreateConsensusNodeRecordStatus(context.Context, *CreateConsensusNodeRecordStatusRequest) (*CreateConsensusNodeRecordStatusResponse, error)
	CreateConsensusNodeRecordStatuses(context.Context, *CreateConsensusNodeRecordStatusesRequest) (*CreateConsensusNodeRecordStatusesResponse, error)
	CoordinateConsensusNodeRecords(context.Context, *CoordinateConsensusNodeRecordsRequest) (*CoordinateConsensusNodeRecordsResponse, error)
	GetDiscoveryNodeRecord(context.Context, *GetDiscoveryNodeRecordRequest) (*GetDiscoveryNodeRecordResponse, error)
	GetDiscoveryExecutionNodeRecord(context.Context, *GetDiscoveryExecutionNodeRecordRequest) (*GetDiscoveryExecutionNodeRecordResponse, error)
	GetDiscoveryConsensusNodeRecord(context.Context, *GetDiscoveryConsensusNodeRecordRequest) (*GetDiscoveryConsensusNodeRecordResponse, error)
	GetCannonLocation(context.Context, *GetCannonLocationRequest) (*GetCannonLocationResponse, error)
	UpsertCannonLocation(context.Context, *UpsertCannonLocationRequest) (*UpsertCannonLocationResponse, error)
	GetRelayMonitorLocation(context.Context, *GetRelayMonitorLocationRequest) (*GetRelayMonitorLocationResponse, error)
	UpsertRelayMonitorLocation(context.Context, *UpsertRelayMonitorLocationRequest) (*UpsertRelayMonitorLocationResponse, error)
	// contains filtered or unexported methods
}

CoordinatorServer is the server API for Coordinator service. All implementations must embed UnimplementedCoordinatorServer for forward compatibility.

type CreateConsensusNodeRecordStatusRequest added in v1.3.0

type CreateConsensusNodeRecordStatusRequest struct {
	Status *ConsensusNodeStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func CreateConsensusNodeRecordStatusRequestFromVTPool added in v1.8.12

func CreateConsensusNodeRecordStatusRequestFromVTPool() *CreateConsensusNodeRecordStatusRequest

func (*CreateConsensusNodeRecordStatusRequest) Descriptor deprecated added in v1.3.0

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

Deprecated: Use CreateConsensusNodeRecordStatusRequest.ProtoReflect.Descriptor instead.

func (*CreateConsensusNodeRecordStatusRequest) GetStatus added in v1.3.0

func (*CreateConsensusNodeRecordStatusRequest) MarshalToSizedBufferVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusRequest) MarshalToVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusRequest) MarshalVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusRequest) ProtoMessage added in v1.3.0

func (*CreateConsensusNodeRecordStatusRequest) ProtoReflect added in v1.3.0

func (*CreateConsensusNodeRecordStatusRequest) Reset added in v1.3.0

func (*CreateConsensusNodeRecordStatusRequest) ResetVT added in v1.8.12

func (*CreateConsensusNodeRecordStatusRequest) ReturnToVTPool added in v1.8.12

func (m *CreateConsensusNodeRecordStatusRequest) ReturnToVTPool()

func (*CreateConsensusNodeRecordStatusRequest) SizeVT added in v1.8.12

func (*CreateConsensusNodeRecordStatusRequest) String added in v1.3.0

func (*CreateConsensusNodeRecordStatusRequest) UnmarshalVT added in v1.8.12

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

type CreateConsensusNodeRecordStatusResponse added in v1.3.0

type CreateConsensusNodeRecordStatusResponse struct {
	// contains filtered or unexported fields
}

func CreateConsensusNodeRecordStatusResponseFromVTPool added in v1.8.12

func CreateConsensusNodeRecordStatusResponseFromVTPool() *CreateConsensusNodeRecordStatusResponse

func (*CreateConsensusNodeRecordStatusResponse) Descriptor deprecated added in v1.3.0

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

Deprecated: Use CreateConsensusNodeRecordStatusResponse.ProtoReflect.Descriptor instead.

func (*CreateConsensusNodeRecordStatusResponse) MarshalToSizedBufferVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusResponse) MarshalToVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusResponse) MarshalVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusResponse) ProtoMessage added in v1.3.0

func (*CreateConsensusNodeRecordStatusResponse) ProtoReflect added in v1.3.0

func (*CreateConsensusNodeRecordStatusResponse) Reset added in v1.3.0

func (*CreateConsensusNodeRecordStatusResponse) ResetVT added in v1.8.12

func (*CreateConsensusNodeRecordStatusResponse) ReturnToVTPool added in v1.8.12

func (m *CreateConsensusNodeRecordStatusResponse) ReturnToVTPool()

func (*CreateConsensusNodeRecordStatusResponse) SizeVT added in v1.8.12

func (*CreateConsensusNodeRecordStatusResponse) String added in v1.3.0

func (*CreateConsensusNodeRecordStatusResponse) UnmarshalVT added in v1.8.12

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

type CreateConsensusNodeRecordStatusesRequest added in v1.3.2

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

func CreateConsensusNodeRecordStatusesRequestFromVTPool added in v1.8.12

func CreateConsensusNodeRecordStatusesRequestFromVTPool() *CreateConsensusNodeRecordStatusesRequest

func (*CreateConsensusNodeRecordStatusesRequest) Descriptor deprecated added in v1.3.2

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

Deprecated: Use CreateConsensusNodeRecordStatusesRequest.ProtoReflect.Descriptor instead.

func (*CreateConsensusNodeRecordStatusesRequest) GetStatuses added in v1.3.2

func (*CreateConsensusNodeRecordStatusesRequest) MarshalToSizedBufferVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusesRequest) MarshalToVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusesRequest) MarshalVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusesRequest) ProtoMessage added in v1.3.2

func (*CreateConsensusNodeRecordStatusesRequest) ProtoReflect added in v1.3.2

func (*CreateConsensusNodeRecordStatusesRequest) Reset added in v1.3.2

func (*CreateConsensusNodeRecordStatusesRequest) ResetVT added in v1.8.12

func (*CreateConsensusNodeRecordStatusesRequest) ReturnToVTPool added in v1.8.12

func (m *CreateConsensusNodeRecordStatusesRequest) ReturnToVTPool()

func (*CreateConsensusNodeRecordStatusesRequest) SizeVT added in v1.8.12

func (*CreateConsensusNodeRecordStatusesRequest) String added in v1.3.2

func (*CreateConsensusNodeRecordStatusesRequest) UnmarshalVT added in v1.8.12

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

type CreateConsensusNodeRecordStatusesResponse added in v1.3.2

type CreateConsensusNodeRecordStatusesResponse struct {
	// contains filtered or unexported fields
}

func CreateConsensusNodeRecordStatusesResponseFromVTPool added in v1.8.12

func CreateConsensusNodeRecordStatusesResponseFromVTPool() *CreateConsensusNodeRecordStatusesResponse

func (*CreateConsensusNodeRecordStatusesResponse) Descriptor deprecated added in v1.3.2

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

Deprecated: Use CreateConsensusNodeRecordStatusesResponse.ProtoReflect.Descriptor instead.

func (*CreateConsensusNodeRecordStatusesResponse) MarshalToSizedBufferVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusesResponse) MarshalToVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusesResponse) MarshalVT added in v1.8.12

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

func (*CreateConsensusNodeRecordStatusesResponse) ProtoMessage added in v1.3.2

func (*CreateConsensusNodeRecordStatusesResponse) ProtoReflect added in v1.3.2

func (*CreateConsensusNodeRecordStatusesResponse) Reset added in v1.3.2

func (*CreateConsensusNodeRecordStatusesResponse) ResetVT added in v1.8.12

func (*CreateConsensusNodeRecordStatusesResponse) ReturnToVTPool added in v1.8.12

func (m *CreateConsensusNodeRecordStatusesResponse) ReturnToVTPool()

func (*CreateConsensusNodeRecordStatusesResponse) SizeVT added in v1.8.12

func (*CreateConsensusNodeRecordStatusesResponse) String added in v1.3.2

func (*CreateConsensusNodeRecordStatusesResponse) UnmarshalVT added in v1.8.12

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

type CreateEventsRequest

type CreateEventsRequest struct {
	Events []*DecoratedEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func CreateEventsRequestFromVTPool added in v1.8.12

func CreateEventsRequestFromVTPool() *CreateEventsRequest

func (*CreateEventsRequest) Descriptor deprecated

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

Deprecated: Use CreateEventsRequest.ProtoReflect.Descriptor instead.

func (*CreateEventsRequest) GetEvents

func (x *CreateEventsRequest) GetEvents() []*DecoratedEvent

func (*CreateEventsRequest) MarshalToSizedBufferVT added in v1.8.12

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

func (*CreateEventsRequest) MarshalToVT added in v1.8.12

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

func (*CreateEventsRequest) MarshalVT added in v1.8.12

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

func (*CreateEventsRequest) ProtoMessage

func (*CreateEventsRequest) ProtoMessage()

func (*CreateEventsRequest) ProtoReflect

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

func (*CreateEventsRequest) Reset

func (x *CreateEventsRequest) Reset()

func (*CreateEventsRequest) ResetVT added in v1.8.12

func (m *CreateEventsRequest) ResetVT()

func (*CreateEventsRequest) ReturnToVTPool added in v1.8.12

func (m *CreateEventsRequest) ReturnToVTPool()

func (*CreateEventsRequest) SizeVT added in v1.8.12

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

func (*CreateEventsRequest) String

func (x *CreateEventsRequest) String() string

func (*CreateEventsRequest) UnmarshalVT added in v1.8.12

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

type CreateEventsResponse

type CreateEventsResponse struct {

	// EventsIngested is the number of events ingested.
	EventsIngested *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=events_ingested,proto3" json:"events_ingested,omitempty"`
	// contains filtered or unexported fields
}

func CreateEventsResponseFromVTPool added in v1.8.12

func CreateEventsResponseFromVTPool() *CreateEventsResponse

func (*CreateEventsResponse) Descriptor deprecated

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

Deprecated: Use CreateEventsResponse.ProtoReflect.Descriptor instead.

func (*CreateEventsResponse) GetEventsIngested added in v1.0.10

func (x *CreateEventsResponse) GetEventsIngested() *wrapperspb.UInt64Value

func (*CreateEventsResponse) MarshalToSizedBufferVT added in v1.8.12

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

func (*CreateEventsResponse) MarshalToVT added in v1.8.12

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

func (*CreateEventsResponse) MarshalVT added in v1.8.12

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

func (*CreateEventsResponse) ProtoMessage

func (*CreateEventsResponse) ProtoMessage()

func (*CreateEventsResponse) ProtoReflect

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

func (*CreateEventsResponse) Reset

func (x *CreateEventsResponse) Reset()

func (*CreateEventsResponse) ResetVT added in v1.8.12

func (m *CreateEventsResponse) ResetVT()

func (*CreateEventsResponse) ReturnToVTPool added in v1.8.12

func (m *CreateEventsResponse) ReturnToVTPool()

func (*CreateEventsResponse) SizeVT added in v1.8.12

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

func (*CreateEventsResponse) String

func (x *CreateEventsResponse) String() string

func (*CreateEventsResponse) UnmarshalVT added in v1.8.12

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

type CreateExecutionNodeRecordStatusRequest

type CreateExecutionNodeRecordStatusRequest struct {
	Status *ExecutionNodeStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func CreateExecutionNodeRecordStatusRequestFromVTPool added in v1.8.12

func CreateExecutionNodeRecordStatusRequestFromVTPool() *CreateExecutionNodeRecordStatusRequest

func (*CreateExecutionNodeRecordStatusRequest) Descriptor deprecated

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

Deprecated: Use CreateExecutionNodeRecordStatusRequest.ProtoReflect.Descriptor instead.

func (*CreateExecutionNodeRecordStatusRequest) GetStatus

func (*CreateExecutionNodeRecordStatusRequest) MarshalToSizedBufferVT added in v1.8.12

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

func (*CreateExecutionNodeRecordStatusRequest) MarshalToVT added in v1.8.12

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

func (*CreateExecutionNodeRecordStatusRequest) MarshalVT added in v1.8.12

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

func (*CreateExecutionNodeRecordStatusRequest) ProtoMessage

func (*CreateExecutionNodeRecordStatusRequest) ProtoReflect

func (*CreateExecutionNodeRecordStatusRequest) Reset

func (*CreateExecutionNodeRecordStatusRequest) ResetVT added in v1.8.12

func (*CreateExecutionNodeRecordStatusRequest) ReturnToVTPool added in v1.8.12

func (m *CreateExecutionNodeRecordStatusRequest) ReturnToVTPool()

func (*CreateExecutionNodeRecordStatusRequest) SizeVT added in v1.8.12

func (*CreateExecutionNodeRecordStatusRequest) String

func (*CreateExecutionNodeRecordStatusRequest) UnmarshalVT added in v1.8.12

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

type CreateExecutionNodeRecordStatusResponse

type CreateExecutionNodeRecordStatusResponse struct {
	// contains filtered or unexported fields
}

func CreateExecutionNodeRecordStatusResponseFromVTPool added in v1.8.12

func CreateExecutionNodeRecordStatusResponseFromVTPool() *CreateExecutionNodeRecordStatusResponse

func (*CreateExecutionNodeRecordStatusResponse) Descriptor deprecated

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

Deprecated: Use CreateExecutionNodeRecordStatusResponse.ProtoReflect.Descriptor instead.

func (*CreateExecutionNodeRecordStatusResponse) MarshalToSizedBufferVT added in v1.8.12

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

func (*CreateExecutionNodeRecordStatusResponse) MarshalToVT added in v1.8.12

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

func (*CreateExecutionNodeRecordStatusResponse) MarshalVT added in v1.8.12

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

func (*CreateExecutionNodeRecordStatusResponse) ProtoMessage

func (*CreateExecutionNodeRecordStatusResponse) ProtoReflect

func (*CreateExecutionNodeRecordStatusResponse) Reset

func (*CreateExecutionNodeRecordStatusResponse) ResetVT added in v1.8.12

func (*CreateExecutionNodeRecordStatusResponse) ReturnToVTPool added in v1.8.12

func (m *CreateExecutionNodeRecordStatusResponse) ReturnToVTPool()

func (*CreateExecutionNodeRecordStatusResponse) SizeVT added in v1.8.12

func (*CreateExecutionNodeRecordStatusResponse) String

func (*CreateExecutionNodeRecordStatusResponse) UnmarshalVT added in v1.8.12

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

type CreateNodeRecordsRequest

type CreateNodeRecordsRequest struct {
	NodeRecords []string `protobuf:"bytes,1,rep,name=node_records,json=nodeRecords,proto3" json:"node_records,omitempty"`
	// contains filtered or unexported fields
}

func CreateNodeRecordsRequestFromVTPool added in v1.8.12

func CreateNodeRecordsRequestFromVTPool() *CreateNodeRecordsRequest

func (*CreateNodeRecordsRequest) Descriptor deprecated

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

Deprecated: Use CreateNodeRecordsRequest.ProtoReflect.Descriptor instead.

func (*CreateNodeRecordsRequest) GetNodeRecords

func (x *CreateNodeRecordsRequest) GetNodeRecords() []string

func (*CreateNodeRecordsRequest) MarshalToSizedBufferVT added in v1.8.12

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

func (*CreateNodeRecordsRequest) MarshalToVT added in v1.8.12

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

func (*CreateNodeRecordsRequest) MarshalVT added in v1.8.12

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

func (*CreateNodeRecordsRequest) ProtoMessage

func (*CreateNodeRecordsRequest) ProtoMessage()

func (*CreateNodeRecordsRequest) ProtoReflect

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

func (*CreateNodeRecordsRequest) Reset

func (x *CreateNodeRecordsRequest) Reset()

func (*CreateNodeRecordsRequest) ResetVT added in v1.8.12

func (m *CreateNodeRecordsRequest) ResetVT()

func (*CreateNodeRecordsRequest) ReturnToVTPool added in v1.8.12

func (m *CreateNodeRecordsRequest) ReturnToVTPool()

func (*CreateNodeRecordsRequest) SizeVT added in v1.8.12

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

func (*CreateNodeRecordsRequest) String

func (x *CreateNodeRecordsRequest) String() string

func (*CreateNodeRecordsRequest) UnmarshalVT added in v1.8.12

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

type CreateNodeRecordsResponse

type CreateNodeRecordsResponse struct {
	// contains filtered or unexported fields
}

func CreateNodeRecordsResponseFromVTPool added in v1.8.12

func CreateNodeRecordsResponseFromVTPool() *CreateNodeRecordsResponse

func (*CreateNodeRecordsResponse) Descriptor deprecated

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

Deprecated: Use CreateNodeRecordsResponse.ProtoReflect.Descriptor instead.

func (*CreateNodeRecordsResponse) MarshalToSizedBufferVT added in v1.8.12

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

func (*CreateNodeRecordsResponse) MarshalToVT added in v1.8.12

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

func (*CreateNodeRecordsResponse) MarshalVT added in v1.8.12

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

func (*CreateNodeRecordsResponse) ProtoMessage

func (*CreateNodeRecordsResponse) ProtoMessage()

func (*CreateNodeRecordsResponse) ProtoReflect

func (*CreateNodeRecordsResponse) Reset

func (x *CreateNodeRecordsResponse) Reset()

func (*CreateNodeRecordsResponse) ResetVT added in v1.8.12

func (m *CreateNodeRecordsResponse) ResetVT()

func (*CreateNodeRecordsResponse) ReturnToVTPool added in v1.8.12

func (m *CreateNodeRecordsResponse) ReturnToVTPool()

func (*CreateNodeRecordsResponse) SizeVT added in v1.8.12

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

func (*CreateNodeRecordsResponse) String

func (x *CreateNodeRecordsResponse) String() string

func (*CreateNodeRecordsResponse) UnmarshalVT added in v1.8.12

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

type DebugForkChoiceReorg

type DebugForkChoiceReorg struct {
	Before *v1.ForkChoice      `protobuf:"bytes,1,opt,name=before,proto3" json:"before,omitempty"`
	After  *v1.ForkChoice      `protobuf:"bytes,2,opt,name=after,proto3" json:"after,omitempty"`
	Event  *v1.EventChainReorg `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func DebugForkChoiceReorgFromVTPool added in v1.8.12

func DebugForkChoiceReorgFromVTPool() *DebugForkChoiceReorg

func (*DebugForkChoiceReorg) Descriptor deprecated

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

Deprecated: Use DebugForkChoiceReorg.ProtoReflect.Descriptor instead.

func (*DebugForkChoiceReorg) GetAfter

func (x *DebugForkChoiceReorg) GetAfter() *v1.ForkChoice

func (*DebugForkChoiceReorg) GetBefore

func (x *DebugForkChoiceReorg) GetBefore() *v1.ForkChoice

func (*DebugForkChoiceReorg) GetEvent

func (x *DebugForkChoiceReorg) GetEvent() *v1.EventChainReorg

func (*DebugForkChoiceReorg) MarshalToSizedBufferVT added in v1.8.12

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

func (*DebugForkChoiceReorg) MarshalToVT added in v1.8.12

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

func (*DebugForkChoiceReorg) MarshalVT added in v1.8.12

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

func (*DebugForkChoiceReorg) ProtoMessage

func (*DebugForkChoiceReorg) ProtoMessage()

func (*DebugForkChoiceReorg) ProtoReflect

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

func (*DebugForkChoiceReorg) Reset

func (x *DebugForkChoiceReorg) Reset()

func (*DebugForkChoiceReorg) ResetVT added in v1.8.12

func (m *DebugForkChoiceReorg) ResetVT()

func (*DebugForkChoiceReorg) ReturnToVTPool added in v1.8.12

func (m *DebugForkChoiceReorg) ReturnToVTPool()

func (*DebugForkChoiceReorg) SizeVT added in v1.8.12

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

func (*DebugForkChoiceReorg) String

func (x *DebugForkChoiceReorg) String() string

func (*DebugForkChoiceReorg) UnmarshalVT added in v1.8.12

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

type DebugForkChoiceReorgV2

type DebugForkChoiceReorgV2 struct {
	Before *v1.ForkChoiceV2      `protobuf:"bytes,1,opt,name=before,proto3" json:"before,omitempty"`
	After  *v1.ForkChoiceV2      `protobuf:"bytes,2,opt,name=after,proto3" json:"after,omitempty"`
	Event  *v1.EventChainReorgV2 `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func DebugForkChoiceReorgV2FromVTPool added in v1.8.12

func DebugForkChoiceReorgV2FromVTPool() *DebugForkChoiceReorgV2

func (*DebugForkChoiceReorgV2) Descriptor deprecated

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

Deprecated: Use DebugForkChoiceReorgV2.ProtoReflect.Descriptor instead.

func (*DebugForkChoiceReorgV2) GetAfter

func (x *DebugForkChoiceReorgV2) GetAfter() *v1.ForkChoiceV2

func (*DebugForkChoiceReorgV2) GetBefore

func (x *DebugForkChoiceReorgV2) GetBefore() *v1.ForkChoiceV2

func (*DebugForkChoiceReorgV2) GetEvent

func (*DebugForkChoiceReorgV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*DebugForkChoiceReorgV2) MarshalToVT added in v1.8.12

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

func (*DebugForkChoiceReorgV2) MarshalVT added in v1.8.12

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

func (*DebugForkChoiceReorgV2) ProtoMessage

func (*DebugForkChoiceReorgV2) ProtoMessage()

func (*DebugForkChoiceReorgV2) ProtoReflect

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

func (*DebugForkChoiceReorgV2) Reset

func (x *DebugForkChoiceReorgV2) Reset()

func (*DebugForkChoiceReorgV2) ResetVT added in v1.8.12

func (m *DebugForkChoiceReorgV2) ResetVT()

func (*DebugForkChoiceReorgV2) ReturnToVTPool added in v1.8.12

func (m *DebugForkChoiceReorgV2) ReturnToVTPool()

func (*DebugForkChoiceReorgV2) SizeVT added in v1.8.12

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

func (*DebugForkChoiceReorgV2) String

func (x *DebugForkChoiceReorgV2) String() string

func (*DebugForkChoiceReorgV2) UnmarshalVT added in v1.8.12

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

type DecoratedEvent

type DecoratedEvent struct {
	Event *Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	Meta  *Meta  `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
	// Types that are assignable to Data:
	//
	//	*DecoratedEvent_EthV1EventsAttestation
	//	*DecoratedEvent_EthV1EventsBlock
	//	*DecoratedEvent_EthV1EventsChainReorg
	//	*DecoratedEvent_EthV1EventsFinalizedCheckpoint
	//	*DecoratedEvent_EthV1EventsHead
	//	*DecoratedEvent_EthV1EventsVoluntaryExit
	//	*DecoratedEvent_EthV1EventsContributionAndProof
	//	*DecoratedEvent_MempoolTransaction
	//	*DecoratedEvent_EthV2BeaconBlock
	//	*DecoratedEvent_EthV1ForkChoice
	//	*DecoratedEvent_EthV1ForkChoiceReorg
	//	*DecoratedEvent_EthV1BeaconCommittee
	//	*DecoratedEvent_EthV1ValidatorAttestationData
	//	*DecoratedEvent_EthV1EventsAttestationV2
	//	*DecoratedEvent_EthV1EventsBlockV2
	//	*DecoratedEvent_EthV1EventsChainReorgV2
	//	*DecoratedEvent_EthV1EventsFinalizedCheckpointV2
	//	*DecoratedEvent_EthV1EventsHeadV2
	//	*DecoratedEvent_EthV1EventsVoluntaryExitV2
	//	*DecoratedEvent_EthV1EventsContributionAndProofV2
	//	*DecoratedEvent_MempoolTransactionV2
	//	*DecoratedEvent_EthV2BeaconBlockV2
	//	*DecoratedEvent_EthV1ForkChoiceV2
	//	*DecoratedEvent_EthV1ForkChoiceReorgV2
	//	*DecoratedEvent_EthV2BeaconBlockAttesterSlashing
	//	*DecoratedEvent_EthV2BeaconBlockProposerSlashing
	//	*DecoratedEvent_EthV2BeaconBlockVoluntaryExit
	//	*DecoratedEvent_EthV2BeaconBlockDeposit
	//	*DecoratedEvent_EthV2BeaconBlockBlsToExecutionChange
	//	*DecoratedEvent_EthV2BeaconBlockExecutionTransaction
	//	*DecoratedEvent_EthV2BeaconBlockWithdrawal
	//	*DecoratedEvent_EthV1EventsBlobSidecar
	//	*DecoratedEvent_EthV1BeaconBlockBlobSidecar
	//	*DecoratedEvent_BeaconP2PAttestation
	//	*DecoratedEvent_EthV1ProposerDuty
	//	*DecoratedEvent_EthV2BeaconBlockElaboratedAttestation
	//	*DecoratedEvent_Libp2PTraceAddPeer
	//	*DecoratedEvent_Libp2PTraceRemovePeer
	//	*DecoratedEvent_Libp2PTraceRecvRpc
	//	*DecoratedEvent_Libp2PTraceSendRpc
	//	*DecoratedEvent_Libp2PTraceJoin
	//	*DecoratedEvent_Libp2PTraceConnected
	//	*DecoratedEvent_Libp2PTraceDisconnected
	//	*DecoratedEvent_Libp2PTraceHandleMetadata
	//	*DecoratedEvent_Libp2PTraceHandleStatus
	//	*DecoratedEvent_Libp2PTraceGossipsubBeaconBlock
	//	*DecoratedEvent_Libp2PTraceGossipsubBeaconAttestation
	//	*DecoratedEvent_Libp2PTraceGossipsubBlobSidecar
	//	*DecoratedEvent_EthV1Validators
	//	*DecoratedEvent_MevRelayBidTraceBuilderBlockSubmission
	//	*DecoratedEvent_MevRelayPayloadDelivered
	//	*DecoratedEvent_EthV3ValidatorBlock
	//	*DecoratedEvent_MevRelayValidatorRegistration
	//	*DecoratedEvent_EthV1EventsBlockGossip
	//	*DecoratedEvent_Libp2PTraceDropRpc
	//	*DecoratedEvent_Libp2PTraceLeave
	//	*DecoratedEvent_Libp2PTraceGraft
	//	*DecoratedEvent_Libp2PTracePrune
	//	*DecoratedEvent_Libp2PTraceDuplicateMessage
	//	*DecoratedEvent_Libp2PTraceDeliverMessage
	//	*DecoratedEvent_Libp2PTracePublishMessage
	//	*DecoratedEvent_Libp2PTraceRejectMessage
	//	*DecoratedEvent_Libp2PTraceRpcMetaControlIhave
	//	*DecoratedEvent_Libp2PTraceRpcMetaControlIwant
	//	*DecoratedEvent_Libp2PTraceRpcMetaControlIdontwant
	//	*DecoratedEvent_Libp2PTraceRpcMetaControlGraft
	//	*DecoratedEvent_Libp2PTraceRpcMetaControlPrune
	//	*DecoratedEvent_Libp2PTraceRpcMetaSubscription
	//	*DecoratedEvent_Libp2PTraceRpcMetaMessage
	//	*DecoratedEvent_NodeRecordConsensus
	//	*DecoratedEvent_NodeRecordExecution
	//	*DecoratedEvent_Libp2PTraceGossipsubAggregateAndProof
	//	*DecoratedEvent_EthV1EventsDataColumnSidecar
	//	*DecoratedEvent_Libp2PTraceGossipsubDataColumnSidecar
	//	*DecoratedEvent_Libp2PTraceSyntheticHeartbeat
	//	*DecoratedEvent_Libp2PTraceIdentify
	//	*DecoratedEvent_Libp2PTraceRpcDataColumnCustodyProbe
	//	*DecoratedEvent_ExecutionStateSize
	//	*DecoratedEvent_ConsensusEngineApiNewPayload
	//	*DecoratedEvent_ConsensusEngineApiGetBlobs
	//	*DecoratedEvent_ExecutionEngineNewPayload
	//	*DecoratedEvent_ExecutionEngineGetBlobs
	//	*DecoratedEvent_EthV1BeaconBlob
	//	*DecoratedEvent_EthV1BeaconSyncCommittee
	//	*DecoratedEvent_EthV2BeaconBlockSyncAggregate
	//	*DecoratedEvent_ExecutionBlockMetrics
	Data isDecoratedEvent_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

DecoratedEvent is an event that has been decorated with additional information.

func DecoratedEventFromVTPool added in v1.8.12

func DecoratedEventFromVTPool() *DecoratedEvent

func (*DecoratedEvent) Descriptor deprecated

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

Deprecated: Use DecoratedEvent.ProtoReflect.Descriptor instead.

func (*DecoratedEvent) GetBeaconP2PAttestation added in v0.0.134

func (x *DecoratedEvent) GetBeaconP2PAttestation() *v1.AttestationV2

func (*DecoratedEvent) GetConsensusEngineApiGetBlobs added in v1.6.9

func (x *DecoratedEvent) GetConsensusEngineApiGetBlobs() *ConsensusEngineAPIGetBlobs

func (*DecoratedEvent) GetConsensusEngineApiNewPayload added in v1.6.7

func (x *DecoratedEvent) GetConsensusEngineApiNewPayload() *ConsensusEngineAPINewPayload

func (*DecoratedEvent) GetData

func (m *DecoratedEvent) GetData() isDecoratedEvent_Data

func (*DecoratedEvent) GetEthV1BeaconBlob added in v1.8.5

func (x *DecoratedEvent) GetEthV1BeaconBlob() *v1.Blob

func (*DecoratedEvent) GetEthV1BeaconBlockBlobSidecar

func (x *DecoratedEvent) GetEthV1BeaconBlockBlobSidecar() *v1.BlobSidecar

func (*DecoratedEvent) GetEthV1BeaconCommittee

func (x *DecoratedEvent) GetEthV1BeaconCommittee() *v1.Committee

func (*DecoratedEvent) GetEthV1BeaconSyncCommittee added in v1.8.6

func (x *DecoratedEvent) GetEthV1BeaconSyncCommittee() *SyncCommitteeData

func (*DecoratedEvent) GetEthV1EventsAttestation deprecated

func (x *DecoratedEvent) GetEthV1EventsAttestation() *v1.Attestation

Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.

func (*DecoratedEvent) GetEthV1EventsAttestationV2

func (x *DecoratedEvent) GetEthV1EventsAttestationV2() *v1.AttestationV2

func (*DecoratedEvent) GetEthV1EventsBlobSidecar

func (x *DecoratedEvent) GetEthV1EventsBlobSidecar() *v1.EventBlobSidecar

func (*DecoratedEvent) GetEthV1EventsBlock deprecated

func (x *DecoratedEvent) GetEthV1EventsBlock() *v1.EventBlock

Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.

func (*DecoratedEvent) GetEthV1EventsBlockGossip added in v1.1.0

func (x *DecoratedEvent) GetEthV1EventsBlockGossip() *v1.EventBlockGossip

func (*DecoratedEvent) GetEthV1EventsBlockV2

func (x *DecoratedEvent) GetEthV1EventsBlockV2() *v1.EventBlockV2

func (*DecoratedEvent) GetEthV1EventsChainReorg deprecated

func (x *DecoratedEvent) GetEthV1EventsChainReorg() *v1.EventChainReorg

Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.

func (*DecoratedEvent) GetEthV1EventsChainReorgV2

func (x *DecoratedEvent) GetEthV1EventsChainReorgV2() *v1.EventChainReorgV2

func (*DecoratedEvent) GetEthV1EventsContributionAndProof deprecated

func (x *DecoratedEvent) GetEthV1EventsContributionAndProof() *v1.EventContributionAndProof

Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.

func (*DecoratedEvent) GetEthV1EventsContributionAndProofV2

func (x *DecoratedEvent) GetEthV1EventsContributionAndProofV2() *v1.EventContributionAndProofV2

func (*DecoratedEvent) GetEthV1EventsDataColumnSidecar added in v1.2.0

func (x *DecoratedEvent) GetEthV1EventsDataColumnSidecar() *v1.EventDataColumnSidecar

func (*DecoratedEvent) GetEthV1EventsFinalizedCheckpoint deprecated

func (x *DecoratedEvent) GetEthV1EventsFinalizedCheckpoint() *v1.EventFinalizedCheckpoint

Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.

func (*DecoratedEvent) GetEthV1EventsFinalizedCheckpointV2

func (x *DecoratedEvent) GetEthV1EventsFinalizedCheckpointV2() *v1.EventFinalizedCheckpointV2

func (*DecoratedEvent) GetEthV1EventsHead deprecated

func (x *DecoratedEvent) GetEthV1EventsHead() *v1.EventHead

Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.

func (*DecoratedEvent) GetEthV1EventsHeadV2

func (x *DecoratedEvent) GetEthV1EventsHeadV2() *v1.EventHeadV2

func (*DecoratedEvent) GetEthV1EventsVoluntaryExit deprecated

func (x *DecoratedEvent) GetEthV1EventsVoluntaryExit() *v1.EventVoluntaryExit

Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.

func (*DecoratedEvent) GetEthV1EventsVoluntaryExitV2

func (x *DecoratedEvent) GetEthV1EventsVoluntaryExitV2() *v1.EventVoluntaryExitV2

func (*DecoratedEvent) GetEthV1ForkChoice deprecated

func (x *DecoratedEvent) GetEthV1ForkChoice() *v1.ForkChoice

Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.

func (*DecoratedEvent) GetEthV1ForkChoiceReorg deprecated

func (x *DecoratedEvent) GetEthV1ForkChoiceReorg() *DebugForkChoiceReorg

Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.

func (*DecoratedEvent) GetEthV1ForkChoiceReorgV2

func (x *DecoratedEvent) GetEthV1ForkChoiceReorgV2() *DebugForkChoiceReorgV2

func (*DecoratedEvent) GetEthV1ForkChoiceV2

func (x *DecoratedEvent) GetEthV1ForkChoiceV2() *v1.ForkChoiceV2

func (*DecoratedEvent) GetEthV1ProposerDuty added in v0.0.136

func (x *DecoratedEvent) GetEthV1ProposerDuty() *v1.ProposerDuty

func (*DecoratedEvent) GetEthV1ValidatorAttestationData

func (x *DecoratedEvent) GetEthV1ValidatorAttestationData() *v1.AttestationDataV2

func (*DecoratedEvent) GetEthV1Validators added in v0.0.172

func (x *DecoratedEvent) GetEthV1Validators() *Validators

func (*DecoratedEvent) GetEthV2BeaconBlock deprecated

func (x *DecoratedEvent) GetEthV2BeaconBlock() *v2.EventBlock

Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.

func (*DecoratedEvent) GetEthV2BeaconBlockAttesterSlashing

func (x *DecoratedEvent) GetEthV2BeaconBlockAttesterSlashing() *v1.AttesterSlashingV2

func (*DecoratedEvent) GetEthV2BeaconBlockBlsToExecutionChange

func (x *DecoratedEvent) GetEthV2BeaconBlockBlsToExecutionChange() *v2.SignedBLSToExecutionChangeV2

func (*DecoratedEvent) GetEthV2BeaconBlockDeposit

func (x *DecoratedEvent) GetEthV2BeaconBlockDeposit() *v1.DepositV2

func (*DecoratedEvent) GetEthV2BeaconBlockElaboratedAttestation added in v0.0.139

func (x *DecoratedEvent) GetEthV2BeaconBlockElaboratedAttestation() *v1.ElaboratedAttestation

func (*DecoratedEvent) GetEthV2BeaconBlockExecutionTransaction

func (x *DecoratedEvent) GetEthV2BeaconBlockExecutionTransaction() *v1.Transaction

func (*DecoratedEvent) GetEthV2BeaconBlockProposerSlashing

func (x *DecoratedEvent) GetEthV2BeaconBlockProposerSlashing() *v1.ProposerSlashingV2

func (*DecoratedEvent) GetEthV2BeaconBlockSyncAggregate added in v1.8.7

func (x *DecoratedEvent) GetEthV2BeaconBlockSyncAggregate() *SyncAggregateData

func (*DecoratedEvent) GetEthV2BeaconBlockV2

func (x *DecoratedEvent) GetEthV2BeaconBlockV2() *v2.EventBlockV2

func (*DecoratedEvent) GetEthV2BeaconBlockVoluntaryExit

func (x *DecoratedEvent) GetEthV2BeaconBlockVoluntaryExit() *v1.SignedVoluntaryExitV2

func (*DecoratedEvent) GetEthV2BeaconBlockWithdrawal

func (x *DecoratedEvent) GetEthV2BeaconBlockWithdrawal() *v1.WithdrawalV2

func (*DecoratedEvent) GetEthV3ValidatorBlock added in v1.0.11

func (x *DecoratedEvent) GetEthV3ValidatorBlock() *v2.EventBlockV2

func (*DecoratedEvent) GetEvent

func (x *DecoratedEvent) GetEvent() *Event

func (*DecoratedEvent) GetExecutionBlockMetrics added in v1.8.8

func (x *DecoratedEvent) GetExecutionBlockMetrics() *ExecutionBlockMetrics

func (*DecoratedEvent) GetExecutionEngineGetBlobs added in v1.8.0

func (x *DecoratedEvent) GetExecutionEngineGetBlobs() *ExecutionEngineGetBlobs

func (*DecoratedEvent) GetExecutionEngineNewPayload added in v1.8.0

func (x *DecoratedEvent) GetExecutionEngineNewPayload() *ExecutionEngineNewPayload

func (*DecoratedEvent) GetExecutionStateSize added in v1.6.0

func (x *DecoratedEvent) GetExecutionStateSize() *ExecutionStateSize

func (*DecoratedEvent) GetLibp2PTraceAddPeer added in v0.0.160

func (x *DecoratedEvent) GetLibp2PTraceAddPeer() *libp2p.AddPeer

func (*DecoratedEvent) GetLibp2PTraceConnected added in v0.0.160

func (x *DecoratedEvent) GetLibp2PTraceConnected() *libp2p.Connected

func (*DecoratedEvent) GetLibp2PTraceDeliverMessage added in v1.1.7

func (x *DecoratedEvent) GetLibp2PTraceDeliverMessage() *libp2p.DeliverMessage

func (*DecoratedEvent) GetLibp2PTraceDisconnected added in v0.0.160

func (x *DecoratedEvent) GetLibp2PTraceDisconnected() *libp2p.Disconnected

func (*DecoratedEvent) GetLibp2PTraceDropRpc added in v1.1.5

func (x *DecoratedEvent) GetLibp2PTraceDropRpc() *libp2p.DropRPC

func (*DecoratedEvent) GetLibp2PTraceDuplicateMessage added in v1.1.7

func (x *DecoratedEvent) GetLibp2PTraceDuplicateMessage() *libp2p.DuplicateMessage

func (*DecoratedEvent) GetLibp2PTraceGossipsubAggregateAndProof added in v1.1.27

func (x *DecoratedEvent) GetLibp2PTraceGossipsubAggregateAndProof() *v1.SignedAggregateAttestationAndProofV2

func (*DecoratedEvent) GetLibp2PTraceGossipsubBeaconAttestation added in v0.0.169

func (x *DecoratedEvent) GetLibp2PTraceGossipsubBeaconAttestation() *v1.Attestation

func (*DecoratedEvent) GetLibp2PTraceGossipsubBeaconBlock added in v0.0.168

func (x *DecoratedEvent) GetLibp2PTraceGossipsubBeaconBlock() *gossipsub.BeaconBlock

func (*DecoratedEvent) GetLibp2PTraceGossipsubBlobSidecar added in v0.0.170

func (x *DecoratedEvent) GetLibp2PTraceGossipsubBlobSidecar() *gossipsub.BlobSidecar

func (*DecoratedEvent) GetLibp2PTraceGossipsubDataColumnSidecar added in v1.3.4

func (x *DecoratedEvent) GetLibp2PTraceGossipsubDataColumnSidecar() *gossipsub.DataColumnSidecar

func (*DecoratedEvent) GetLibp2PTraceGraft added in v1.1.5

func (x *DecoratedEvent) GetLibp2PTraceGraft() *libp2p.Graft

func (*DecoratedEvent) GetLibp2PTraceHandleMetadata added in v0.0.166

func (x *DecoratedEvent) GetLibp2PTraceHandleMetadata() *libp2p.HandleMetadata

func (*DecoratedEvent) GetLibp2PTraceHandleStatus added in v0.0.166

func (x *DecoratedEvent) GetLibp2PTraceHandleStatus() *libp2p.HandleStatus

func (*DecoratedEvent) GetLibp2PTraceIdentify added in v1.8.11

func (x *DecoratedEvent) GetLibp2PTraceIdentify() *libp2p.Identify

func (*DecoratedEvent) GetLibp2PTraceJoin added in v0.0.160

func (x *DecoratedEvent) GetLibp2PTraceJoin() *libp2p.Join

func (*DecoratedEvent) GetLibp2PTraceLeave added in v1.1.5

func (x *DecoratedEvent) GetLibp2PTraceLeave() *libp2p.Leave

func (*DecoratedEvent) GetLibp2PTracePrune added in v1.1.5

func (x *DecoratedEvent) GetLibp2PTracePrune() *libp2p.Prune

func (*DecoratedEvent) GetLibp2PTracePublishMessage added in v1.1.7

func (x *DecoratedEvent) GetLibp2PTracePublishMessage() *libp2p.PublishMessage

func (*DecoratedEvent) GetLibp2PTraceRecvRpc added in v0.0.160

func (x *DecoratedEvent) GetLibp2PTraceRecvRpc() *libp2p.RecvRPC

func (*DecoratedEvent) GetLibp2PTraceRejectMessage added in v1.1.7

func (x *DecoratedEvent) GetLibp2PTraceRejectMessage() *libp2p.RejectMessage

func (*DecoratedEvent) GetLibp2PTraceRemovePeer added in v0.0.160

func (x *DecoratedEvent) GetLibp2PTraceRemovePeer() *libp2p.RemovePeer

func (*DecoratedEvent) GetLibp2PTraceRpcDataColumnCustodyProbe added in v1.5.0

func (x *DecoratedEvent) GetLibp2PTraceRpcDataColumnCustodyProbe() *libp2p.DataColumnCustodyProbe

func (*DecoratedEvent) GetLibp2PTraceRpcMetaControlGraft added in v1.1.9

func (x *DecoratedEvent) GetLibp2PTraceRpcMetaControlGraft() *libp2p.ControlGraftMetaItem

func (*DecoratedEvent) GetLibp2PTraceRpcMetaControlIdontwant added in v1.1.9

func (x *DecoratedEvent) GetLibp2PTraceRpcMetaControlIdontwant() *libp2p.ControlIDontWantMetaItem

func (*DecoratedEvent) GetLibp2PTraceRpcMetaControlIhave added in v1.1.9

func (x *DecoratedEvent) GetLibp2PTraceRpcMetaControlIhave() *libp2p.ControlIHaveMetaItem

func (*DecoratedEvent) GetLibp2PTraceRpcMetaControlIwant added in v1.1.9

func (x *DecoratedEvent) GetLibp2PTraceRpcMetaControlIwant() *libp2p.ControlIWantMetaItem

func (*DecoratedEvent) GetLibp2PTraceRpcMetaControlPrune added in v1.1.9

func (x *DecoratedEvent) GetLibp2PTraceRpcMetaControlPrune() *libp2p.ControlPruneMetaItem

func (*DecoratedEvent) GetLibp2PTraceRpcMetaMessage added in v1.1.12

func (x *DecoratedEvent) GetLibp2PTraceRpcMetaMessage() *libp2p.MessageMetaItem

func (*DecoratedEvent) GetLibp2PTraceRpcMetaSubscription added in v1.1.12

func (x *DecoratedEvent) GetLibp2PTraceRpcMetaSubscription() *libp2p.SubMetaItem

func (*DecoratedEvent) GetLibp2PTraceSendRpc added in v0.0.160

func (x *DecoratedEvent) GetLibp2PTraceSendRpc() *libp2p.SendRPC

func (*DecoratedEvent) GetLibp2PTraceSyntheticHeartbeat added in v1.4.0

func (x *DecoratedEvent) GetLibp2PTraceSyntheticHeartbeat() *libp2p.SyntheticHeartbeat

func (*DecoratedEvent) GetMempoolTransaction deprecated

func (x *DecoratedEvent) GetMempoolTransaction() string

Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.

func (*DecoratedEvent) GetMempoolTransactionV2

func (x *DecoratedEvent) GetMempoolTransactionV2() string

func (*DecoratedEvent) GetMeta

func (x *DecoratedEvent) GetMeta() *Meta

func (*DecoratedEvent) GetMevRelayBidTraceBuilderBlockSubmission added in v0.0.192

func (x *DecoratedEvent) GetMevRelayBidTraceBuilderBlockSubmission() *mevrelay.BidTrace

func (*DecoratedEvent) GetMevRelayPayloadDelivered added in v0.0.197

func (x *DecoratedEvent) GetMevRelayPayloadDelivered() *mevrelay.ProposerPayloadDelivered

func (*DecoratedEvent) GetMevRelayValidatorRegistration added in v1.0.24

func (x *DecoratedEvent) GetMevRelayValidatorRegistration() *mevrelay.ValidatorRegistration

func (*DecoratedEvent) GetNodeRecordConsensus added in v1.3.0

func (x *DecoratedEvent) GetNodeRecordConsensus() *noderecord.Consensus

func (*DecoratedEvent) GetNodeRecordExecution added in v1.3.0

func (x *DecoratedEvent) GetNodeRecordExecution() *noderecord.Execution

func (*DecoratedEvent) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent) MarshalVT added in v1.8.12

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

func (*DecoratedEvent) ProtoMessage

func (*DecoratedEvent) ProtoMessage()

func (*DecoratedEvent) ProtoReflect

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

func (*DecoratedEvent) Reset

func (x *DecoratedEvent) Reset()

func (*DecoratedEvent) ResetVT added in v1.8.12

func (m *DecoratedEvent) ResetVT()

func (*DecoratedEvent) ReturnToVTPool added in v1.8.12

func (m *DecoratedEvent) ReturnToVTPool()

func (*DecoratedEvent) SizeVT added in v1.8.12

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

func (*DecoratedEvent) String

func (x *DecoratedEvent) String() string

func (*DecoratedEvent) UnmarshalVT added in v1.8.12

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

type DecoratedEvent_BeaconP2PAttestation added in v0.0.134

type DecoratedEvent_BeaconP2PAttestation struct {
	BeaconP2PAttestation *v1.AttestationV2 `protobuf:"bytes,37,opt,name=beacon_p2p_attestation,json=BEACON_P2P_ATTESTATION,proto3,oneof"`
}

func (*DecoratedEvent_BeaconP2PAttestation) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_BeaconP2PAttestation) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_BeaconP2PAttestation) SizeVT added in v1.8.12

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

type DecoratedEvent_ConsensusEngineApiGetBlobs added in v1.6.9

type DecoratedEvent_ConsensusEngineApiGetBlobs struct {
	ConsensusEngineApiGetBlobs *ConsensusEngineAPIGetBlobs `protobuf:"bytes,203,opt,name=consensus_engine_api_get_blobs,json=CONSENSUS_ENGINE_API_GET_BLOBS,proto3,oneof"`
}

func (*DecoratedEvent_ConsensusEngineApiGetBlobs) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_ConsensusEngineApiGetBlobs) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_ConsensusEngineApiGetBlobs) SizeVT added in v1.8.12

type DecoratedEvent_ConsensusEngineApiNewPayload added in v1.6.7

type DecoratedEvent_ConsensusEngineApiNewPayload struct {
	ConsensusEngineApiNewPayload *ConsensusEngineAPINewPayload `protobuf:"bytes,202,opt,name=consensus_engine_api_new_payload,json=CONSENSUS_ENGINE_API_NEW_PAYLOAD,proto3,oneof"`
}

func (*DecoratedEvent_ConsensusEngineApiNewPayload) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_ConsensusEngineApiNewPayload) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_ConsensusEngineApiNewPayload) SizeVT added in v1.8.12

type DecoratedEvent_EthV1BeaconBlob added in v1.8.5

type DecoratedEvent_EthV1BeaconBlob struct {
	EthV1BeaconBlob *v1.Blob `protobuf:"bytes,206,opt,name=eth_v1_beacon_blob,json=BEACON_API_ETH_V1_BEACON_BLOB,proto3,oneof"`
}

func (*DecoratedEvent_EthV1BeaconBlob) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1BeaconBlob) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1BeaconBlob) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV1BeaconBlockBlobSidecar

type DecoratedEvent_EthV1BeaconBlockBlobSidecar struct {
	// Field 35 was blockprint_block_classification — blockprint is deprecated.
	// Do not reuse field number 35.
	EthV1BeaconBlockBlobSidecar *v1.BlobSidecar `protobuf:"bytes,36,opt,name=eth_v1_beacon_block_blob_sidecar,json=BEACON_API_ETH_V1_BEACON_BLOB_SIDECAR,proto3,oneof"`
}

func (*DecoratedEvent_EthV1BeaconBlockBlobSidecar) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1BeaconBlockBlobSidecar) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1BeaconBlockBlobSidecar) SizeVT added in v1.8.12

type DecoratedEvent_EthV1BeaconCommittee

type DecoratedEvent_EthV1BeaconCommittee struct {
	EthV1BeaconCommittee *v1.Committee `protobuf:"bytes,14,opt,name=eth_v1_beacon_committee,json=BEACON_API_ETH_V1_BEACON_COMMITTEE,proto3,oneof"`
}

func (*DecoratedEvent_EthV1BeaconCommittee) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1BeaconCommittee) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1BeaconCommittee) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV1BeaconSyncCommittee added in v1.8.6

type DecoratedEvent_EthV1BeaconSyncCommittee struct {
	EthV1BeaconSyncCommittee *SyncCommitteeData `protobuf:"bytes,207,opt,name=eth_v1_beacon_sync_committee,json=BEACON_API_ETH_V1_BEACON_SYNC_COMMITTEE,proto3,oneof"`
}

func (*DecoratedEvent_EthV1BeaconSyncCommittee) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1BeaconSyncCommittee) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1BeaconSyncCommittee) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsAttestation

type DecoratedEvent_EthV1EventsAttestation struct {
	// Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.
	EthV1EventsAttestation *v1.Attestation `protobuf:"bytes,3,opt,name=eth_v1_events_attestation,json=BEACON_API_ETH_V1_EVENTS_ATTESTATION,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsAttestation) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsAttestation) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsAttestation) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsAttestationV2

type DecoratedEvent_EthV1EventsAttestationV2 struct {
	EthV1EventsAttestationV2 *v1.AttestationV2 `protobuf:"bytes,16,opt,name=eth_v1_events_attestation_v2,json=BEACON_API_ETH_V1_EVENTS_ATTESTATION_V2,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsAttestationV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsAttestationV2) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsAttestationV2) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsBlobSidecar

type DecoratedEvent_EthV1EventsBlobSidecar struct {
	EthV1EventsBlobSidecar *v1.EventBlobSidecar `protobuf:"bytes,34,opt,name=eth_v1_events_blob_sidecar,json=BEACON_API_ETH_V1_EVENTS_BLOB_SIDECAR,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsBlobSidecar) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsBlobSidecar) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsBlobSidecar) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsBlock

type DecoratedEvent_EthV1EventsBlock struct {
	// Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.
	EthV1EventsBlock *v1.EventBlock `protobuf:"bytes,4,opt,name=eth_v1_events_block,json=BEACON_API_ETH_V1_EVENTS_BLOCK,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsBlock) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsBlock) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsBlock) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV1EventsBlockGossip added in v1.1.0

type DecoratedEvent_EthV1EventsBlockGossip struct {
	EthV1EventsBlockGossip *v1.EventBlockGossip `protobuf:"bytes,57,opt,name=eth_v1_events_block_gossip,json=BEACON_API_ETH_V1_EVENTS_BLOCK_GOSSIP,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsBlockGossip) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsBlockGossip) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsBlockGossip) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsBlockV2

type DecoratedEvent_EthV1EventsBlockV2 struct {
	EthV1EventsBlockV2 *v1.EventBlockV2 `protobuf:"bytes,17,opt,name=eth_v1_events_block_v2,json=BEACON_API_ETH_V1_EVENTS_BLOCK_V2,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsBlockV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsBlockV2) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsBlockV2) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV1EventsChainReorg

type DecoratedEvent_EthV1EventsChainReorg struct {
	// Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.
	EthV1EventsChainReorg *v1.EventChainReorg `protobuf:"bytes,5,opt,name=eth_v1_events_chain_reorg,json=BEACON_API_ETH_V1_EVENTS_CHAIN_REORG,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsChainReorg) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsChainReorg) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsChainReorg) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV1EventsChainReorgV2

type DecoratedEvent_EthV1EventsChainReorgV2 struct {
	EthV1EventsChainReorgV2 *v1.EventChainReorgV2 `protobuf:"bytes,18,opt,name=eth_v1_events_chain_reorg_v2,json=BEACON_API_ETH_V1_EVENTS_CHAIN_REORG_V2,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsChainReorgV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsChainReorgV2) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsChainReorgV2) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsContributionAndProof

type DecoratedEvent_EthV1EventsContributionAndProof struct {
	// Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.
	EthV1EventsContributionAndProof *v1.EventContributionAndProof `` /* 130-byte string literal not displayed */
}

func (*DecoratedEvent_EthV1EventsContributionAndProof) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsContributionAndProof) MarshalToVT added in v1.8.12

func (*DecoratedEvent_EthV1EventsContributionAndProof) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsContributionAndProofV2

type DecoratedEvent_EthV1EventsContributionAndProofV2 struct {
	EthV1EventsContributionAndProofV2 *v1.EventContributionAndProofV2 `` /* 137-byte string literal not displayed */
}

func (*DecoratedEvent_EthV1EventsContributionAndProofV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsContributionAndProofV2) MarshalToVT added in v1.8.12

func (*DecoratedEvent_EthV1EventsContributionAndProofV2) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsDataColumnSidecar added in v1.2.0

type DecoratedEvent_EthV1EventsDataColumnSidecar struct {
	EthV1EventsDataColumnSidecar *v1.EventDataColumnSidecar `protobuf:"bytes,76,opt,name=eth_v1_events_data_column_sidecar,json=BEACON_API_ETH_V1_EVENTS_DATA_COLUMN_SIDECAR,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsDataColumnSidecar) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsDataColumnSidecar) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsDataColumnSidecar) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsFinalizedCheckpoint

type DecoratedEvent_EthV1EventsFinalizedCheckpoint struct {
	// Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.
	EthV1EventsFinalizedCheckpoint *v1.EventFinalizedCheckpoint `` /* 126-byte string literal not displayed */
}

func (*DecoratedEvent_EthV1EventsFinalizedCheckpoint) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsFinalizedCheckpoint) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsFinalizedCheckpoint) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsFinalizedCheckpointV2

type DecoratedEvent_EthV1EventsFinalizedCheckpointV2 struct {
	EthV1EventsFinalizedCheckpointV2 *v1.EventFinalizedCheckpointV2 `` /* 133-byte string literal not displayed */
}

func (*DecoratedEvent_EthV1EventsFinalizedCheckpointV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsFinalizedCheckpointV2) MarshalToVT added in v1.8.12

func (*DecoratedEvent_EthV1EventsFinalizedCheckpointV2) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsHead

type DecoratedEvent_EthV1EventsHead struct {
	// Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.
	EthV1EventsHead *v1.EventHead `protobuf:"bytes,7,opt,name=eth_v1_events_head,json=BEACON_API_ETH_V1_EVENTS_HEAD,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsHead) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsHead) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsHead) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV1EventsHeadV2

type DecoratedEvent_EthV1EventsHeadV2 struct {
	EthV1EventsHeadV2 *v1.EventHeadV2 `protobuf:"bytes,20,opt,name=eth_v1_events_head_v2,json=BEACON_API_ETH_V1_EVENTS_HEAD_V2,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsHeadV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsHeadV2) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsHeadV2) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV1EventsVoluntaryExit

type DecoratedEvent_EthV1EventsVoluntaryExit struct {
	// Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.
	EthV1EventsVoluntaryExit *v1.EventVoluntaryExit `protobuf:"bytes,8,opt,name=eth_v1_events_voluntary_exit,json=BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsVoluntaryExit) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsVoluntaryExit) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsVoluntaryExit) SizeVT added in v1.8.12

type DecoratedEvent_EthV1EventsVoluntaryExitV2

type DecoratedEvent_EthV1EventsVoluntaryExitV2 struct {
	EthV1EventsVoluntaryExitV2 *v1.EventVoluntaryExitV2 `protobuf:"bytes,21,opt,name=eth_v1_events_voluntary_exit_v2,json=BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT_V2,proto3,oneof"`
}

func (*DecoratedEvent_EthV1EventsVoluntaryExitV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsVoluntaryExitV2) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1EventsVoluntaryExitV2) SizeVT added in v1.8.12

type DecoratedEvent_EthV1ForkChoice

type DecoratedEvent_EthV1ForkChoice struct {
	// Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.
	EthV1ForkChoice *v1.ForkChoice `protobuf:"bytes,12,opt,name=eth_v1_fork_choice,json=BEACON_API_ETH_V1_DEBUG_FORK_CHOICE,proto3,oneof"`
}

func (*DecoratedEvent_EthV1ForkChoice) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ForkChoice) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ForkChoice) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV1ForkChoiceReorg

type DecoratedEvent_EthV1ForkChoiceReorg struct {
	// Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.
	EthV1ForkChoiceReorg *DebugForkChoiceReorg `protobuf:"bytes,13,opt,name=eth_v1_fork_choice_reorg,json=BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG,proto3,oneof"`
}

func (*DecoratedEvent_EthV1ForkChoiceReorg) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ForkChoiceReorg) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ForkChoiceReorg) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV1ForkChoiceReorgV2

type DecoratedEvent_EthV1ForkChoiceReorgV2 struct {
	EthV1ForkChoiceReorgV2 *DebugForkChoiceReorgV2 `protobuf:"bytes,26,opt,name=eth_v1_fork_choice_reorg_v2,json=BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG_V2,proto3,oneof"`
}

func (*DecoratedEvent_EthV1ForkChoiceReorgV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ForkChoiceReorgV2) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ForkChoiceReorgV2) SizeVT added in v1.8.12

type DecoratedEvent_EthV1ForkChoiceV2

type DecoratedEvent_EthV1ForkChoiceV2 struct {
	EthV1ForkChoiceV2 *v1.ForkChoiceV2 `protobuf:"bytes,25,opt,name=eth_v1_fork_choice_v2,json=BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_V2,proto3,oneof"`
}

func (*DecoratedEvent_EthV1ForkChoiceV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ForkChoiceV2) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ForkChoiceV2) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV1ProposerDuty added in v0.0.136

type DecoratedEvent_EthV1ProposerDuty struct {
	EthV1ProposerDuty *v1.ProposerDuty `protobuf:"bytes,38,opt,name=eth_v1_proposer_duty,json=BEACON_API_ETH_V1_PROPOSER_DUTY,proto3,oneof"`
}

func (*DecoratedEvent_EthV1ProposerDuty) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ProposerDuty) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ProposerDuty) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV1ValidatorAttestationData

type DecoratedEvent_EthV1ValidatorAttestationData struct {
	EthV1ValidatorAttestationData *v1.AttestationDataV2 `protobuf:"bytes,15,opt,name=eth_v1_validator_attestation_data,json=BEACON_API_ETH_V1_VALIDATOR_ATTESTATION_DATA,proto3,oneof"`
}

func (*DecoratedEvent_EthV1ValidatorAttestationData) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ValidatorAttestationData) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1ValidatorAttestationData) SizeVT added in v1.8.12

type DecoratedEvent_EthV1Validators added in v0.0.172

type DecoratedEvent_EthV1Validators struct {
	EthV1Validators *Validators `protobuf:"bytes,52,opt,name=eth_v1_validators,json=BEACON_API_ETH_V1_BEACON_VALIDATORS,proto3,oneof"`
}

func (*DecoratedEvent_EthV1Validators) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV1Validators) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV1Validators) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV2BeaconBlock

type DecoratedEvent_EthV2BeaconBlock struct {
	// Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.
	EthV2BeaconBlock *v2.EventBlock `protobuf:"bytes,11,opt,name=eth_v2_beacon_block,json=BEACON_API_ETH_V2_BEACON_BLOCK,proto3,oneof"`
}

func (*DecoratedEvent_EthV2BeaconBlock) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlock) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlock) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV2BeaconBlockAttesterSlashing

type DecoratedEvent_EthV2BeaconBlockAttesterSlashing struct {
	EthV2BeaconBlockAttesterSlashing *v1.AttesterSlashingV2 `` /* 133-byte string literal not displayed */
}

func (*DecoratedEvent_EthV2BeaconBlockAttesterSlashing) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockAttesterSlashing) MarshalToVT added in v1.8.12

func (*DecoratedEvent_EthV2BeaconBlockAttesterSlashing) SizeVT added in v1.8.12

type DecoratedEvent_EthV2BeaconBlockBlsToExecutionChange

type DecoratedEvent_EthV2BeaconBlockBlsToExecutionChange struct {
	EthV2BeaconBlockBlsToExecutionChange *v2.SignedBLSToExecutionChangeV2 `` /* 145-byte string literal not displayed */
}

func (*DecoratedEvent_EthV2BeaconBlockBlsToExecutionChange) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockBlsToExecutionChange) MarshalToVT added in v1.8.12

func (*DecoratedEvent_EthV2BeaconBlockBlsToExecutionChange) SizeVT added in v1.8.12

type DecoratedEvent_EthV2BeaconBlockDeposit

type DecoratedEvent_EthV2BeaconBlockDeposit struct {
	EthV2BeaconBlockDeposit *v1.DepositV2 `protobuf:"bytes,30,opt,name=eth_v2_beacon_block_deposit,json=BEACON_API_ETH_V2_BEACON_BLOCK_DEPOSIT,proto3,oneof"`
}

func (*DecoratedEvent_EthV2BeaconBlockDeposit) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockDeposit) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockDeposit) SizeVT added in v1.8.12

type DecoratedEvent_EthV2BeaconBlockElaboratedAttestation added in v0.0.139

type DecoratedEvent_EthV2BeaconBlockElaboratedAttestation struct {
	EthV2BeaconBlockElaboratedAttestation *v1.ElaboratedAttestation `` /* 143-byte string literal not displayed */
}

func (*DecoratedEvent_EthV2BeaconBlockElaboratedAttestation) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockElaboratedAttestation) MarshalToVT added in v1.8.12

func (*DecoratedEvent_EthV2BeaconBlockElaboratedAttestation) SizeVT added in v1.8.12

type DecoratedEvent_EthV2BeaconBlockExecutionTransaction

type DecoratedEvent_EthV2BeaconBlockExecutionTransaction struct {
	EthV2BeaconBlockExecutionTransaction *v1.Transaction `` /* 141-byte string literal not displayed */
}

func (*DecoratedEvent_EthV2BeaconBlockExecutionTransaction) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockExecutionTransaction) MarshalToVT added in v1.8.12

func (*DecoratedEvent_EthV2BeaconBlockExecutionTransaction) SizeVT added in v1.8.12

type DecoratedEvent_EthV2BeaconBlockProposerSlashing

type DecoratedEvent_EthV2BeaconBlockProposerSlashing struct {
	EthV2BeaconBlockProposerSlashing *v1.ProposerSlashingV2 `` /* 133-byte string literal not displayed */
}

func (*DecoratedEvent_EthV2BeaconBlockProposerSlashing) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockProposerSlashing) MarshalToVT added in v1.8.12

func (*DecoratedEvent_EthV2BeaconBlockProposerSlashing) SizeVT added in v1.8.12

type DecoratedEvent_EthV2BeaconBlockSyncAggregate added in v1.8.7

type DecoratedEvent_EthV2BeaconBlockSyncAggregate struct {
	EthV2BeaconBlockSyncAggregate *SyncAggregateData `` /* 128-byte string literal not displayed */
}

func (*DecoratedEvent_EthV2BeaconBlockSyncAggregate) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockSyncAggregate) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockSyncAggregate) SizeVT added in v1.8.12

type DecoratedEvent_EthV2BeaconBlockV2

type DecoratedEvent_EthV2BeaconBlockV2 struct {
	EthV2BeaconBlockV2 *v2.EventBlockV2 `protobuf:"bytes,24,opt,name=eth_v2_beacon_block_v2,json=BEACON_API_ETH_V2_BEACON_BLOCK_V2,proto3,oneof"`
}

func (*DecoratedEvent_EthV2BeaconBlockV2) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockV2) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockV2) SizeVT added in v1.8.12

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

type DecoratedEvent_EthV2BeaconBlockVoluntaryExit

type DecoratedEvent_EthV2BeaconBlockVoluntaryExit struct {
	EthV2BeaconBlockVoluntaryExit *v1.SignedVoluntaryExitV2 `` /* 127-byte string literal not displayed */
}

func (*DecoratedEvent_EthV2BeaconBlockVoluntaryExit) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockVoluntaryExit) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockVoluntaryExit) SizeVT added in v1.8.12

type DecoratedEvent_EthV2BeaconBlockWithdrawal

type DecoratedEvent_EthV2BeaconBlockWithdrawal struct {
	EthV2BeaconBlockWithdrawal *v1.WithdrawalV2 `protobuf:"bytes,33,opt,name=eth_v2_beacon_block_withdrawal,json=BEACON_API_ETH_V2_BEACON_BLOCK_WITHDRAWAL,proto3,oneof"`
}

func (*DecoratedEvent_EthV2BeaconBlockWithdrawal) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockWithdrawal) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV2BeaconBlockWithdrawal) SizeVT added in v1.8.12

type DecoratedEvent_EthV3ValidatorBlock added in v1.0.11

type DecoratedEvent_EthV3ValidatorBlock struct {
	EthV3ValidatorBlock *v2.EventBlockV2 `protobuf:"bytes,55,opt,name=eth_v3_validator_block,json=BEACON_API_ETH_V3_VALIDATOR_BLOCK,proto3,oneof"`
}

func (*DecoratedEvent_EthV3ValidatorBlock) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_EthV3ValidatorBlock) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_EthV3ValidatorBlock) SizeVT added in v1.8.12

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

type DecoratedEvent_ExecutionBlockMetrics added in v1.8.8

type DecoratedEvent_ExecutionBlockMetrics struct {
	ExecutionBlockMetrics *ExecutionBlockMetrics `protobuf:"bytes,209,opt,name=execution_block_metrics,json=EXECUTION_BLOCK_METRICS,proto3,oneof"`
}

func (*DecoratedEvent_ExecutionBlockMetrics) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_ExecutionBlockMetrics) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_ExecutionBlockMetrics) SizeVT added in v1.8.12

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

type DecoratedEvent_ExecutionEngineGetBlobs added in v1.8.0

type DecoratedEvent_ExecutionEngineGetBlobs struct {
	ExecutionEngineGetBlobs *ExecutionEngineGetBlobs `protobuf:"bytes,205,opt,name=execution_engine_get_blobs,json=EXECUTION_ENGINE_GET_BLOBS,proto3,oneof"`
}

func (*DecoratedEvent_ExecutionEngineGetBlobs) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_ExecutionEngineGetBlobs) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_ExecutionEngineGetBlobs) SizeVT added in v1.8.12

type DecoratedEvent_ExecutionEngineNewPayload added in v1.8.0

type DecoratedEvent_ExecutionEngineNewPayload struct {
	ExecutionEngineNewPayload *ExecutionEngineNewPayload `protobuf:"bytes,204,opt,name=execution_engine_new_payload,json=EXECUTION_ENGINE_NEW_PAYLOAD,proto3,oneof"`
}

func (*DecoratedEvent_ExecutionEngineNewPayload) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_ExecutionEngineNewPayload) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_ExecutionEngineNewPayload) SizeVT added in v1.8.12

type DecoratedEvent_ExecutionStateSize added in v1.6.0

type DecoratedEvent_ExecutionStateSize struct {
	ExecutionStateSize *ExecutionStateSize `protobuf:"bytes,201,opt,name=execution_state_size,json=EXECUTION_STATE_SIZE,proto3,oneof"`
}

func (*DecoratedEvent_ExecutionStateSize) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_ExecutionStateSize) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_ExecutionStateSize) SizeVT added in v1.8.12

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

type DecoratedEvent_Libp2PTraceAddPeer added in v0.0.160

type DecoratedEvent_Libp2PTraceAddPeer struct {
	Libp2PTraceAddPeer *libp2p.AddPeer `protobuf:"bytes,40,opt,name=libp2p_trace_add_peer,json=LIBP2P_TRACE_ADD_PEER,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceAddPeer) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_Libp2PTraceAddPeer) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_Libp2PTraceAddPeer) SizeVT added in v1.8.12

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

type DecoratedEvent_Libp2PTraceConnected added in v0.0.160

type DecoratedEvent_Libp2PTraceConnected struct {
	Libp2PTraceConnected *libp2p.Connected `protobuf:"bytes,45,opt,name=libp2p_trace_connected,json=LIBP2P_TRACE_CONNECTED,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceConnected) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_Libp2PTraceConnected) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_Libp2PTraceConnected) SizeVT added in v1.8.12

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

type DecoratedEvent_Libp2PTraceDeliverMessage added in v1.1.7

type DecoratedEvent_Libp2PTraceDeliverMessage struct {
	Libp2PTraceDeliverMessage *libp2p.DeliverMessage `protobuf:"bytes,63,opt,name=libp2p_trace_deliver_message,json=LIBP2P_TRACE_DELIVER_MESSAGE,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceDeliverMessage) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_Libp2PTraceDeliverMessage) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_Libp2PTraceDeliverMessage) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceDisconnected added in v0.0.160

type DecoratedEvent_Libp2PTraceDisconnected struct {
	Libp2PTraceDisconnected *libp2p.Disconnected `protobuf:"bytes,46,opt,name=libp2p_trace_disconnected,json=LIBP2P_TRACE_DISCONNECTED,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceDisconnected) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_Libp2PTraceDisconnected) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_Libp2PTraceDisconnected) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceDropRpc added in v1.1.5

type DecoratedEvent_Libp2PTraceDropRpc struct {
	Libp2PTraceDropRpc *libp2p.DropRPC `protobuf:"bytes,58,opt,name=libp2p_trace_drop_rpc,json=LIBP2P_TRACE_DROP_RPC,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceDropRpc) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_Libp2PTraceDropRpc) MarshalToVT added in v1.8.12

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

func (*DecoratedEvent_Libp2PTraceDropRpc) SizeVT added in v1.8.12

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

type DecoratedEvent_Libp2PTraceDuplicateMessage added in v1.1.7

type DecoratedEvent_Libp2PTraceDuplicateMessage struct {
	Libp2PTraceDuplicateMessage *libp2p.DuplicateMessage `protobuf:"bytes,62,opt,name=libp2p_trace_duplicate_message,json=LIBP2P_TRACE_DUPLICATE_MESSAGE,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceDuplicateMessage) MarshalToSizedBufferVT added in v1.8.12

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

func (*DecoratedEvent_Libp2PTraceDuplicateMessage) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceDuplicateMessage) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceDuplicateMessage) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceGossipsubAggregateAndProof added in v1.1.27

type DecoratedEvent_Libp2PTraceGossipsubAggregateAndProof struct {
	Libp2PTraceGossipsubAggregateAndProof *v1.SignedAggregateAttestationAndProofV2 `` /* 132-byte string literal not displayed */
}

func (*DecoratedEvent_Libp2PTraceGossipsubAggregateAndProof) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceGossipsubAggregateAndProof) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceGossipsubAggregateAndProof) MarshalToVT added in v1.8.12

func (*DecoratedEvent_Libp2PTraceGossipsubAggregateAndProof) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceGossipsubBeaconAttestation added in v0.0.169

type DecoratedEvent_Libp2PTraceGossipsubBeaconAttestation struct {
	Libp2PTraceGossipsubBeaconAttestation *v1.Attestation `` /* 130-byte string literal not displayed */
}

func (*DecoratedEvent_Libp2PTraceGossipsubBeaconAttestation) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceGossipsubBeaconAttestation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceGossipsubBeaconAttestation) MarshalToVT added in v1.8.12

func (*DecoratedEvent_Libp2PTraceGossipsubBeaconAttestation) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceGossipsubBeaconBlock added in v0.0.168

type DecoratedEvent_Libp2PTraceGossipsubBeaconBlock struct {
	Libp2PTraceGossipsubBeaconBlock *gossipsub.BeaconBlock `protobuf:"bytes,49,opt,name=libp2p_trace_gossipsub_beacon_block,json=LIBP2P_TRACE_GOSSIPSUB_BEACON_BLOCK,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceGossipsubBeaconBlock) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceGossipsubBeaconBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceGossipsubBeaconBlock) MarshalToVT added in v1.8.12

func (*DecoratedEvent_Libp2PTraceGossipsubBeaconBlock) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceGossipsubBlobSidecar added in v0.0.170

type DecoratedEvent_Libp2PTraceGossipsubBlobSidecar struct {
	Libp2PTraceGossipsubBlobSidecar *gossipsub.BlobSidecar `protobuf:"bytes,51,opt,name=libp2p_trace_gossipsub_blob_sidecar,json=LIBP2P_TRACE_GOSSIPSUB_BLOB_SIDECAR,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceGossipsubBlobSidecar) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceGossipsubBlobSidecar) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceGossipsubBlobSidecar) MarshalToVT added in v1.8.12

func (*DecoratedEvent_Libp2PTraceGossipsubBlobSidecar) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceGossipsubDataColumnSidecar added in v1.3.4

type DecoratedEvent_Libp2PTraceGossipsubDataColumnSidecar struct {
	Libp2PTraceGossipsubDataColumnSidecar *gossipsub.DataColumnSidecar `` /* 132-byte string literal not displayed */
}

func (*DecoratedEvent_Libp2PTraceGossipsubDataColumnSidecar) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceGossipsubDataColumnSidecar) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceGossipsubDataColumnSidecar) MarshalToVT added in v1.8.12

func (*DecoratedEvent_Libp2PTraceGossipsubDataColumnSidecar) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceGraft added in v1.1.5

type DecoratedEvent_Libp2PTraceGraft struct {
	Libp2PTraceGraft *libp2p.Graft `protobuf:"bytes,60,opt,name=libp2p_trace_graft,json=LIBP2P_TRACE_GRAFT,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceGraft) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceGraft) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceGraft) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceGraft) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceGraft) SizeVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceGraft) SizeVT() (n int)

type DecoratedEvent_Libp2PTraceHandleMetadata added in v0.0.166

type DecoratedEvent_Libp2PTraceHandleMetadata struct {
	Libp2PTraceHandleMetadata *libp2p.HandleMetadata `protobuf:"bytes,47,opt,name=libp2p_trace_handle_metadata,json=LIBP2P_TRACE_HANDLE_METADATA,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceHandleMetadata) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceHandleMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceHandleMetadata) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceHandleMetadata) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceHandleMetadata) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceHandleStatus added in v0.0.166

type DecoratedEvent_Libp2PTraceHandleStatus struct {
	Libp2PTraceHandleStatus *libp2p.HandleStatus `protobuf:"bytes,48,opt,name=libp2p_trace_handle_status,json=LIBP2P_TRACE_HANDLE_STATUS,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceHandleStatus) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceHandleStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceHandleStatus) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceHandleStatus) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceHandleStatus) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceIdentify added in v1.8.11

type DecoratedEvent_Libp2PTraceIdentify struct {
	Libp2PTraceIdentify *libp2p.Identify `protobuf:"bytes,79,opt,name=libp2p_trace_identify,json=LIBP2P_TRACE_IDENTIFY,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceIdentify) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceIdentify) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceIdentify) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceIdentify) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceIdentify) SizeVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceIdentify) SizeVT() (n int)

type DecoratedEvent_Libp2PTraceJoin added in v0.0.160

type DecoratedEvent_Libp2PTraceJoin struct {
	Libp2PTraceJoin *libp2p.Join `protobuf:"bytes,44,opt,name=libp2p_trace_join,json=LIBP2P_TRACE_JOIN,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceJoin) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceJoin) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceJoin) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceJoin) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceJoin) SizeVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceJoin) SizeVT() (n int)

type DecoratedEvent_Libp2PTraceLeave added in v1.1.5

type DecoratedEvent_Libp2PTraceLeave struct {
	Libp2PTraceLeave *libp2p.Leave `protobuf:"bytes,59,opt,name=libp2p_trace_leave,json=LIBP2P_TRACE_LEAVE,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceLeave) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceLeave) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceLeave) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceLeave) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceLeave) SizeVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceLeave) SizeVT() (n int)

type DecoratedEvent_Libp2PTracePrune added in v1.1.5

type DecoratedEvent_Libp2PTracePrune struct {
	Libp2PTracePrune *libp2p.Prune `protobuf:"bytes,61,opt,name=libp2p_trace_prune,json=LIBP2P_TRACE_PRUNE,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTracePrune) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTracePrune) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTracePrune) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTracePrune) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTracePrune) SizeVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTracePrune) SizeVT() (n int)

type DecoratedEvent_Libp2PTracePublishMessage added in v1.1.7

type DecoratedEvent_Libp2PTracePublishMessage struct {
	Libp2PTracePublishMessage *libp2p.PublishMessage `protobuf:"bytes,64,opt,name=libp2p_trace_publish_message,json=LIBP2P_TRACE_PUBLISH_MESSAGE,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTracePublishMessage) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTracePublishMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTracePublishMessage) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTracePublishMessage) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTracePublishMessage) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceRecvRpc added in v0.0.160

type DecoratedEvent_Libp2PTraceRecvRpc struct {
	Libp2PTraceRecvRpc *libp2p.RecvRPC `protobuf:"bytes,42,opt,name=libp2p_trace_recv_rpc,json=LIBP2P_TRACE_RECV_RPC,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceRecvRpc) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRecvRpc) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRecvRpc) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRecvRpc) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRecvRpc) SizeVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRecvRpc) SizeVT() (n int)

type DecoratedEvent_Libp2PTraceRejectMessage added in v1.1.7

type DecoratedEvent_Libp2PTraceRejectMessage struct {
	Libp2PTraceRejectMessage *libp2p.RejectMessage `protobuf:"bytes,65,opt,name=libp2p_trace_reject_message,json=LIBP2P_TRACE_REJECT_MESSAGE,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceRejectMessage) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRejectMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRejectMessage) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRejectMessage) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRejectMessage) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceRemovePeer added in v0.0.160

type DecoratedEvent_Libp2PTraceRemovePeer struct {
	Libp2PTraceRemovePeer *libp2p.RemovePeer `protobuf:"bytes,41,opt,name=libp2p_trace_remove_peer,json=LIBP2P_TRACE_REMOVE_PEER,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceRemovePeer) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRemovePeer) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRemovePeer) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRemovePeer) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRemovePeer) SizeVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRemovePeer) SizeVT() (n int)

type DecoratedEvent_Libp2PTraceRpcDataColumnCustodyProbe added in v1.5.0

type DecoratedEvent_Libp2PTraceRpcDataColumnCustodyProbe struct {
	Libp2PTraceRpcDataColumnCustodyProbe *libp2p.DataColumnCustodyProbe `` /* 133-byte string literal not displayed */
}

func (*DecoratedEvent_Libp2PTraceRpcDataColumnCustodyProbe) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcDataColumnCustodyProbe) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcDataColumnCustodyProbe) MarshalToVT added in v1.8.12

func (*DecoratedEvent_Libp2PTraceRpcDataColumnCustodyProbe) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceRpcMetaControlGraft added in v1.1.9

type DecoratedEvent_Libp2PTraceRpcMetaControlGraft struct {
	Libp2PTraceRpcMetaControlGraft *libp2p.ControlGraftMetaItem `protobuf:"bytes,69,opt,name=libp2p_trace_rpc_meta_control_graft,json=LIBP2P_TRACE_RPC_META_CONTROL_GRAFT,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceRpcMetaControlGraft) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaControlGraft) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaControlGraft) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaControlGraft) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaControlGraft) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceRpcMetaControlIdontwant added in v1.1.9

type DecoratedEvent_Libp2PTraceRpcMetaControlIdontwant struct {
	Libp2PTraceRpcMetaControlIdontwant *libp2p.ControlIDontWantMetaItem `` /* 126-byte string literal not displayed */
}

func (*DecoratedEvent_Libp2PTraceRpcMetaControlIdontwant) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaControlIdontwant) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaControlIdontwant) MarshalToVT added in v1.8.12

func (*DecoratedEvent_Libp2PTraceRpcMetaControlIdontwant) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceRpcMetaControlIhave added in v1.1.9

type DecoratedEvent_Libp2PTraceRpcMetaControlIhave struct {
	Libp2PTraceRpcMetaControlIhave *libp2p.ControlIHaveMetaItem `protobuf:"bytes,66,opt,name=libp2p_trace_rpc_meta_control_ihave,json=LIBP2P_TRACE_RPC_META_CONTROL_IHAVE,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceRpcMetaControlIhave) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaControlIhave) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaControlIhave) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaControlIhave) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaControlIhave) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceRpcMetaControlIwant added in v1.1.9

type DecoratedEvent_Libp2PTraceRpcMetaControlIwant struct {
	Libp2PTraceRpcMetaControlIwant *libp2p.ControlIWantMetaItem `protobuf:"bytes,67,opt,name=libp2p_trace_rpc_meta_control_iwant,json=LIBP2P_TRACE_RPC_META_CONTROL_IWANT,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceRpcMetaControlIwant) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaControlIwant) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaControlIwant) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaControlIwant) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaControlIwant) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceRpcMetaControlPrune added in v1.1.9

type DecoratedEvent_Libp2PTraceRpcMetaControlPrune struct {
	Libp2PTraceRpcMetaControlPrune *libp2p.ControlPruneMetaItem `protobuf:"bytes,70,opt,name=libp2p_trace_rpc_meta_control_prune,json=LIBP2P_TRACE_RPC_META_CONTROL_PRUNE,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceRpcMetaControlPrune) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaControlPrune) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaControlPrune) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaControlPrune) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaControlPrune) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceRpcMetaMessage added in v1.1.12

type DecoratedEvent_Libp2PTraceRpcMetaMessage struct {
	Libp2PTraceRpcMetaMessage *libp2p.MessageMetaItem `protobuf:"bytes,72,opt,name=libp2p_trace_rpc_meta_message,json=LIBP2P_TRACE_RPC_META_MESSAGE,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceRpcMetaMessage) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaMessage) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaMessage) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaMessage) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceRpcMetaSubscription added in v1.1.12

type DecoratedEvent_Libp2PTraceRpcMetaSubscription struct {
	Libp2PTraceRpcMetaSubscription *libp2p.SubMetaItem `protobuf:"bytes,71,opt,name=libp2p_trace_rpc_meta_subscription,json=LIBP2P_TRACE_RPC_META_SUBSCRIPTION,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceRpcMetaSubscription) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaSubscription) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaSubscription) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceRpcMetaSubscription) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceRpcMetaSubscription) SizeVT added in v1.8.12

type DecoratedEvent_Libp2PTraceSendRpc added in v0.0.160

type DecoratedEvent_Libp2PTraceSendRpc struct {
	Libp2PTraceSendRpc *libp2p.SendRPC `protobuf:"bytes,43,opt,name=libp2p_trace_send_rpc,json=LIBP2P_TRACE_SEND_RPC,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceSendRpc) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceSendRpc) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceSendRpc) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceSendRpc) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceSendRpc) SizeVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceSendRpc) SizeVT() (n int)

type DecoratedEvent_Libp2PTraceSyntheticHeartbeat added in v1.4.0

type DecoratedEvent_Libp2PTraceSyntheticHeartbeat struct {
	Libp2PTraceSyntheticHeartbeat *libp2p.SyntheticHeartbeat `protobuf:"bytes,78,opt,name=libp2p_trace_synthetic_heartbeat,json=LIBP2P_TRACE_SYNTHETIC_HEARTBEAT,proto3,oneof"`
}

func (*DecoratedEvent_Libp2PTraceSyntheticHeartbeat) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceSyntheticHeartbeat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceSyntheticHeartbeat) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_Libp2PTraceSyntheticHeartbeat) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_Libp2PTraceSyntheticHeartbeat) SizeVT added in v1.8.12

type DecoratedEvent_MempoolTransaction

type DecoratedEvent_MempoolTransaction struct {
	// Deprecated: Marked as deprecated in pkg/proto/xatu/event_ingester.proto.
	MempoolTransaction string `protobuf:"bytes,10,opt,name=mempool_transaction,json=MEMPOOL_TRANSACTION,proto3,oneof"`
}

func (*DecoratedEvent_MempoolTransaction) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_MempoolTransaction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_MempoolTransaction) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_MempoolTransaction) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_MempoolTransaction) SizeVT added in v1.8.12

func (m *DecoratedEvent_MempoolTransaction) SizeVT() (n int)

type DecoratedEvent_MempoolTransactionV2

type DecoratedEvent_MempoolTransactionV2 struct {
	MempoolTransactionV2 string `protobuf:"bytes,23,opt,name=mempool_transaction_v2,json=MEMPOOL_TRANSACTION_V2,proto3,oneof"`
}

func (*DecoratedEvent_MempoolTransactionV2) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_MempoolTransactionV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_MempoolTransactionV2) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_MempoolTransactionV2) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_MempoolTransactionV2) SizeVT added in v1.8.12

func (m *DecoratedEvent_MempoolTransactionV2) SizeVT() (n int)

type DecoratedEvent_MevRelayBidTraceBuilderBlockSubmission added in v0.0.192

type DecoratedEvent_MevRelayBidTraceBuilderBlockSubmission struct {
	MevRelayBidTraceBuilderBlockSubmission *mevrelay.BidTrace `` /* 136-byte string literal not displayed */
}

func (*DecoratedEvent_MevRelayBidTraceBuilderBlockSubmission) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_MevRelayBidTraceBuilderBlockSubmission) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_MevRelayBidTraceBuilderBlockSubmission) MarshalToVT added in v1.8.12

func (*DecoratedEvent_MevRelayBidTraceBuilderBlockSubmission) SizeVT added in v1.8.12

type DecoratedEvent_MevRelayPayloadDelivered added in v0.0.197

type DecoratedEvent_MevRelayPayloadDelivered struct {
	MevRelayPayloadDelivered *mevrelay.ProposerPayloadDelivered `protobuf:"bytes,54,opt,name=mev_relay_payload_delivered,json=MEV_RELAY_PROPOSER_PAYLOAD_DELIVERED,proto3,oneof"`
}

func (*DecoratedEvent_MevRelayPayloadDelivered) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_MevRelayPayloadDelivered) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_MevRelayPayloadDelivered) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_MevRelayPayloadDelivered) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_MevRelayPayloadDelivered) SizeVT added in v1.8.12

type DecoratedEvent_MevRelayValidatorRegistration added in v1.0.24

type DecoratedEvent_MevRelayValidatorRegistration struct {
	MevRelayValidatorRegistration *mevrelay.ValidatorRegistration `protobuf:"bytes,56,opt,name=mev_relay_validator_registration,json=MEV_RELAY_VALIDATOR_REGISTRATION,proto3,oneof"`
}

func (*DecoratedEvent_MevRelayValidatorRegistration) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_MevRelayValidatorRegistration) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_MevRelayValidatorRegistration) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_MevRelayValidatorRegistration) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_MevRelayValidatorRegistration) SizeVT added in v1.8.12

type DecoratedEvent_NodeRecordConsensus added in v1.3.0

type DecoratedEvent_NodeRecordConsensus struct {
	NodeRecordConsensus *noderecord.Consensus `protobuf:"bytes,73,opt,name=node_record_consensus,json=NODE_RECORD_CONSENSUS,proto3,oneof"`
}

func (*DecoratedEvent_NodeRecordConsensus) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_NodeRecordConsensus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_NodeRecordConsensus) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_NodeRecordConsensus) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_NodeRecordConsensus) SizeVT added in v1.8.12

func (m *DecoratedEvent_NodeRecordConsensus) SizeVT() (n int)

type DecoratedEvent_NodeRecordExecution added in v1.3.0

type DecoratedEvent_NodeRecordExecution struct {
	NodeRecordExecution *noderecord.Execution `protobuf:"bytes,74,opt,name=node_record_execution,json=NODE_RECORD_EXECUTION,proto3,oneof"`
}

func (*DecoratedEvent_NodeRecordExecution) MarshalToSizedBufferVT added in v1.8.12

func (m *DecoratedEvent_NodeRecordExecution) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DecoratedEvent_NodeRecordExecution) MarshalToVT added in v1.8.12

func (m *DecoratedEvent_NodeRecordExecution) MarshalToVT(dAtA []byte) (int, error)

func (*DecoratedEvent_NodeRecordExecution) SizeVT added in v1.8.12

func (m *DecoratedEvent_NodeRecordExecution) SizeVT() (n int)

type EngineSource added in v1.8.0

type EngineSource int32

EngineSource identifies the source of execution engine API events. This allows the same event type to be produced by different components.

const (
	EngineSource_ENGINE_SOURCE_UNSPECIFIED EngineSource = 0
	// ENGINE_SOURCE_SNOOPER indicates events captured by rpc-snooper proxy.
	EngineSource_ENGINE_SOURCE_SNOOPER EngineSource = 1
	// ENGINE_SOURCE_EXECUTION_CLIENT indicates events instrumented directly by an execution client.
	EngineSource_ENGINE_SOURCE_EXECUTION_CLIENT EngineSource = 2
)

func (EngineSource) Descriptor added in v1.8.0

func (EngineSource) Enum added in v1.8.0

func (x EngineSource) Enum() *EngineSource

func (EngineSource) EnumDescriptor deprecated added in v1.8.0

func (EngineSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use EngineSource.Descriptor instead.

func (EngineSource) Number added in v1.8.0

func (EngineSource) String added in v1.8.0

func (x EngineSource) String() string

func (EngineSource) Type added in v1.8.0

type Epoch

type Epoch struct {

	// Number is the epoch number.
	Number uint64 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	// StartDateTime is the epoch start time.
	StartDateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_date_time,proto3" json:"start_date_time,omitempty"`
	// contains filtered or unexported fields
}

func EpochFromVTPool added in v1.8.12

func EpochFromVTPool() *Epoch

func (*Epoch) Descriptor deprecated

func (*Epoch) Descriptor() ([]byte, []int)

Deprecated: Use Epoch.ProtoReflect.Descriptor instead.

func (*Epoch) GetNumber

func (x *Epoch) GetNumber() uint64

func (*Epoch) GetStartDateTime

func (x *Epoch) GetStartDateTime() *timestamppb.Timestamp

func (*Epoch) MarshalToSizedBufferVT added in v1.8.12

func (m *Epoch) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Epoch) MarshalToVT added in v1.8.12

func (m *Epoch) MarshalToVT(dAtA []byte) (int, error)

func (*Epoch) MarshalVT added in v1.8.12

func (m *Epoch) MarshalVT() (dAtA []byte, err error)

func (*Epoch) ProtoMessage

func (*Epoch) ProtoMessage()

func (*Epoch) ProtoReflect

func (x *Epoch) ProtoReflect() protoreflect.Message

func (*Epoch) Reset

func (x *Epoch) Reset()

func (*Epoch) ResetVT added in v1.8.12

func (m *Epoch) ResetVT()

func (*Epoch) ReturnToVTPool added in v1.8.12

func (m *Epoch) ReturnToVTPool()

func (*Epoch) SizeVT added in v1.8.12

func (m *Epoch) SizeVT() (n int)

func (*Epoch) String

func (x *Epoch) String() string

func (*Epoch) UnmarshalVT added in v1.8.12

func (m *Epoch) UnmarshalVT(dAtA []byte) error

type EpochV2

type EpochV2 struct {

	// Number is the epoch number.
	Number *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=number,proto3" json:"number,omitempty"`
	// StartDateTime is the epoch start time.
	StartDateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_date_time,proto3" json:"start_date_time,omitempty"`
	// contains filtered or unexported fields
}

func EpochV2FromVTPool added in v1.8.12

func EpochV2FromVTPool() *EpochV2

func (*EpochV2) Descriptor deprecated

func (*EpochV2) Descriptor() ([]byte, []int)

Deprecated: Use EpochV2.ProtoReflect.Descriptor instead.

func (*EpochV2) GetNumber

func (x *EpochV2) GetNumber() *wrapperspb.UInt64Value

func (*EpochV2) GetStartDateTime

func (x *EpochV2) GetStartDateTime() *timestamppb.Timestamp

func (*EpochV2) MarshalToSizedBufferVT added in v1.8.12

func (m *EpochV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EpochV2) MarshalToVT added in v1.8.12

func (m *EpochV2) MarshalToVT(dAtA []byte) (int, error)

func (*EpochV2) MarshalVT added in v1.8.12

func (m *EpochV2) MarshalVT() (dAtA []byte, err error)

func (*EpochV2) ProtoMessage

func (*EpochV2) ProtoMessage()

func (*EpochV2) ProtoReflect

func (x *EpochV2) ProtoReflect() protoreflect.Message

func (*EpochV2) Reset

func (x *EpochV2) Reset()

func (*EpochV2) ResetVT added in v1.8.12

func (m *EpochV2) ResetVT()

func (*EpochV2) ReturnToVTPool added in v1.8.12

func (m *EpochV2) ReturnToVTPool()

func (*EpochV2) SizeVT added in v1.8.12

func (m *EpochV2) SizeVT() (n int)

func (*EpochV2) String

func (x *EpochV2) String() string

func (*EpochV2) UnmarshalVT added in v1.8.12

func (m *EpochV2) UnmarshalVT(dAtA []byte) error

type Event

type Event struct {

	// Name is the name of the event.
	Name Event_Name `protobuf:"varint,1,opt,name=name,proto3,enum=xatu.Event_Name" json:"name,omitempty"`
	// DateTime is the date and time of the event as seen by the client.
	DateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=date_time,proto3" json:"date_time,omitempty"`
	// ID is the id of the event.
	Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func EventFromVTPool added in v1.8.12

func EventFromVTPool() *Event

func (*Event) Descriptor deprecated

func (*Event) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetDateTime

func (x *Event) GetDateTime() *timestamppb.Timestamp

func (*Event) GetId

func (x *Event) GetId() string

func (*Event) GetName

func (x *Event) GetName() Event_Name

func (*Event) MarshalToSizedBufferVT added in v1.8.12

func (m *Event) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Event) MarshalToVT added in v1.8.12

func (m *Event) MarshalToVT(dAtA []byte) (int, error)

func (*Event) MarshalVT added in v1.8.12

func (m *Event) MarshalVT() (dAtA []byte, err error)

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) ResetVT added in v1.8.12

func (m *Event) ResetVT()

func (*Event) ReturnToVTPool added in v1.8.12

func (m *Event) ReturnToVTPool()

func (*Event) SizeVT added in v1.8.12

func (m *Event) SizeVT() (n int)

func (*Event) String

func (x *Event) String() string

func (*Event) UnmarshalVT added in v1.8.12

func (m *Event) UnmarshalVT(dAtA []byte) error

type EventFilter

type EventFilter interface {
	// EventNames returns the list of event names to include.
	EventNames() []string
	// ExcludeEventNames returns the list of event names to exclude.
	ExcludeEventNames() []string
	// Modules returns the list of modules to include.
	Modules() []string
	// ExcludeModules returns the list of modules to exclude.
	ExcludeModules() []string
	// ShouldBeDropped returns true if the event should be dropped.
	ShouldBeDropped(event *DecoratedEvent) (bool, error)
}

EventFilter defines the interface for filtering decorated events.

func NewEventFilter

func NewEventFilter(config *EventFilterConfig) (EventFilter, error)

NewEventFilter creates a new EventFilter from the given config.

type EventFilterConfig

type EventFilterConfig struct {
	EventNames        []string `yaml:"eventNames"`
	ExcludeEventNames []string `yaml:"excludeEventNames"`
	Modules           []string `yaml:"modules"`
	ExcludeModules    []string `yaml:"excludeModules"`
}

EventFilterConfig holds configuration for event filtering.

func (*EventFilterConfig) Validate

func (f *EventFilterConfig) Validate() error

type EventIngesterClient

type EventIngesterClient interface {
	CreateEvents(ctx context.Context, in *CreateEventsRequest, opts ...grpc.CallOption) (*CreateEventsResponse, error)
}

EventIngesterClient is the client API for EventIngester service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type EventIngesterServer

type EventIngesterServer interface {
	CreateEvents(context.Context, *CreateEventsRequest) (*CreateEventsResponse, error)
	// contains filtered or unexported methods
}

EventIngesterServer is the server API for EventIngester service. All implementations must embed UnimplementedEventIngesterServer for forward compatibility.

type Event_Name

type Event_Name int32
const (
	Event_BEACON_API_ETH_V1_EVENTS_UNKNOWN                       Event_Name = 0
	Event_BEACON_API_ETH_V1_EVENTS_BLOCK                         Event_Name = 1
	Event_BEACON_API_ETH_V1_EVENTS_CHAIN_REORG                   Event_Name = 2
	Event_BEACON_API_ETH_V1_EVENTS_FINALIZED_CHECKPOINT          Event_Name = 3
	Event_BEACON_API_ETH_V1_EVENTS_HEAD                          Event_Name = 4
	Event_BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT                Event_Name = 5
	Event_BEACON_API_ETH_V1_EVENTS_ATTESTATION                   Event_Name = 6
	Event_BEACON_API_ETH_V1_EVENTS_CONTRIBUTION_AND_PROOF        Event_Name = 7
	Event_MEMPOOL_TRANSACTION                                    Event_Name = 8
	Event_BEACON_API_ETH_V2_BEACON_BLOCK                         Event_Name = 9
	Event_BEACON_API_ETH_V1_DEBUG_FORK_CHOICE                    Event_Name = 10
	Event_BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG              Event_Name = 11
	Event_BEACON_API_ETH_V1_BEACON_COMMITTEE                     Event_Name = 12
	Event_BEACON_API_ETH_V1_VALIDATOR_ATTESTATION_DATA           Event_Name = 13
	Event_BEACON_API_ETH_V1_EVENTS_BLOCK_V2                      Event_Name = 14
	Event_BEACON_API_ETH_V1_EVENTS_CHAIN_REORG_V2                Event_Name = 15
	Event_BEACON_API_ETH_V1_EVENTS_FINALIZED_CHECKPOINT_V2       Event_Name = 16
	Event_BEACON_API_ETH_V1_EVENTS_HEAD_V2                       Event_Name = 17
	Event_BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT_V2             Event_Name = 18
	Event_BEACON_API_ETH_V1_EVENTS_ATTESTATION_V2                Event_Name = 19
	Event_BEACON_API_ETH_V1_EVENTS_CONTRIBUTION_AND_PROOF_V2     Event_Name = 20
	Event_MEMPOOL_TRANSACTION_V2                                 Event_Name = 21
	Event_BEACON_API_ETH_V2_BEACON_BLOCK_V2                      Event_Name = 22
	Event_BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_V2                 Event_Name = 23
	Event_BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG_V2           Event_Name = 24
	Event_BEACON_API_ETH_V2_BEACON_BLOCK_ATTESTER_SLASHING       Event_Name = 25
	Event_BEACON_API_ETH_V2_BEACON_BLOCK_PROPOSER_SLASHING       Event_Name = 26
	Event_BEACON_API_ETH_V2_BEACON_BLOCK_VOLUNTARY_EXIT          Event_Name = 27
	Event_BEACON_API_ETH_V2_BEACON_BLOCK_DEPOSIT                 Event_Name = 28
	Event_BEACON_API_ETH_V2_BEACON_BLOCK_BLS_TO_EXECUTION_CHANGE Event_Name = 29
	Event_BEACON_API_ETH_V2_BEACON_BLOCK_EXECUTION_TRANSACTION   Event_Name = 30
	Event_BEACON_API_ETH_V2_BEACON_BLOCK_WITHDRAWAL              Event_Name = 31
	Event_BEACON_API_ETH_V1_EVENTS_BLOB_SIDECAR                  Event_Name = 32
	Event_BEACON_API_ETH_V1_BEACON_BLOB_SIDECAR                  Event_Name = 34
	Event_BEACON_P2P_ATTESTATION                                 Event_Name = 35
	Event_BEACON_API_ETH_V1_PROPOSER_DUTY                        Event_Name = 36
	Event_BEACON_API_ETH_V2_BEACON_BLOCK_ELABORATED_ATTESTATION  Event_Name = 37
	Event_LIBP2P_TRACE_CONNECTED                                 Event_Name = 38
	Event_LIBP2P_TRACE_DISCONNECTED                              Event_Name = 39
	Event_LIBP2P_TRACE_ADD_PEER                                  Event_Name = 40
	Event_LIBP2P_TRACE_REMOVE_PEER                               Event_Name = 41
	Event_LIBP2P_TRACE_RECV_RPC                                  Event_Name = 42
	Event_LIBP2P_TRACE_SEND_RPC                                  Event_Name = 43
	Event_LIBP2P_TRACE_DROP_RPC                                  Event_Name = 44
	Event_LIBP2P_TRACE_JOIN                                      Event_Name = 45
	Event_LIBP2P_TRACE_UNKNOWN                                   Event_Name = 46
	Event_LIBP2P_TRACE_HANDLE_METADATA                           Event_Name = 47
	Event_LIBP2P_TRACE_HANDLE_STATUS                             Event_Name = 48
	Event_LIBP2P_TRACE_GOSSIPSUB_BEACON_BLOCK                    Event_Name = 49
	Event_LIBP2P_TRACE_GOSSIPSUB_BEACON_ATTESTATION              Event_Name = 50
	Event_LIBP2P_TRACE_GOSSIPSUB_BLOB_SIDECAR                    Event_Name = 51
	Event_BEACON_API_ETH_V1_BEACON_VALIDATORS                    Event_Name = 52
	Event_MEV_RELAY_BID_TRACE_BUILDER_BLOCK_SUBMISSION           Event_Name = 53
	Event_MEV_RELAY_PROPOSER_PAYLOAD_DELIVERED                   Event_Name = 54
	Event_BEACON_API_ETH_V3_VALIDATOR_BLOCK                      Event_Name = 55
	Event_MEV_RELAY_VALIDATOR_REGISTRATION                       Event_Name = 56
	Event_BEACON_API_ETH_V1_EVENTS_BLOCK_GOSSIP                  Event_Name = 57
	Event_LIBP2P_TRACE_LEAVE                                     Event_Name = 58
	Event_LIBP2P_TRACE_GRAFT                                     Event_Name = 59
	Event_LIBP2P_TRACE_PRUNE                                     Event_Name = 60
	Event_LIBP2P_TRACE_DUPLICATE_MESSAGE                         Event_Name = 61
	Event_LIBP2P_TRACE_DELIVER_MESSAGE                           Event_Name = 62
	Event_LIBP2P_TRACE_PUBLISH_MESSAGE                           Event_Name = 63
	Event_LIBP2P_TRACE_REJECT_MESSAGE                            Event_Name = 64
	Event_LIBP2P_TRACE_RPC_META_CONTROL_IHAVE                    Event_Name = 65
	Event_LIBP2P_TRACE_RPC_META_CONTROL_IWANT                    Event_Name = 66
	Event_LIBP2P_TRACE_RPC_META_CONTROL_IDONTWANT                Event_Name = 67
	Event_LIBP2P_TRACE_RPC_META_CONTROL_GRAFT                    Event_Name = 68
	Event_LIBP2P_TRACE_RPC_META_CONTROL_PRUNE                    Event_Name = 69
	Event_LIBP2P_TRACE_RPC_META_SUBSCRIPTION                     Event_Name = 70
	Event_LIBP2P_TRACE_RPC_META_MESSAGE                          Event_Name = 71
	Event_NODE_RECORD_CONSENSUS                                  Event_Name = 72
	Event_NODE_RECORD_EXECUTION                                  Event_Name = 73
	Event_LIBP2P_TRACE_GOSSIPSUB_AGGREGATE_AND_PROOF             Event_Name = 74
	Event_BEACON_API_ETH_V1_EVENTS_DATA_COLUMN_SIDECAR           Event_Name = 75
	Event_LIBP2P_TRACE_GOSSIPSUB_DATA_COLUMN_SIDECAR             Event_Name = 76
	Event_LIBP2P_TRACE_SYNTHETIC_HEARTBEAT                       Event_Name = 77
	Event_LIBP2P_TRACE_RPC_DATA_COLUMN_CUSTODY_PROBE             Event_Name = 78
	Event_EXECUTION_STATE_SIZE                                   Event_Name = 79
	Event_CONSENSUS_ENGINE_API_NEW_PAYLOAD                       Event_Name = 80
	Event_CONSENSUS_ENGINE_API_GET_BLOBS                         Event_Name = 81
	Event_EXECUTION_ENGINE_NEW_PAYLOAD                           Event_Name = 82
	Event_EXECUTION_ENGINE_GET_BLOBS                             Event_Name = 83
	Event_BEACON_API_ETH_V1_BEACON_BLOB                          Event_Name = 84
	Event_BEACON_API_ETH_V1_BEACON_SYNC_COMMITTEE                Event_Name = 85
	Event_BEACON_API_ETH_V2_BEACON_BLOCK_SYNC_AGGREGATE          Event_Name = 86
	Event_EXECUTION_BLOCK_METRICS                                Event_Name = 87
	Event_LIBP2P_TRACE_IDENTIFY                                  Event_Name = 88
)

func (Event_Name) Descriptor

func (Event_Name) Descriptor() protoreflect.EnumDescriptor

func (Event_Name) Enum

func (x Event_Name) Enum() *Event_Name

func (Event_Name) EnumDescriptor deprecated

func (Event_Name) EnumDescriptor() ([]byte, []int)

Deprecated: Use Event_Name.Descriptor instead.

func (Event_Name) Number

func (x Event_Name) Number() protoreflect.EnumNumber

func (Event_Name) String

func (x Event_Name) String() string

func (Event_Name) Type

type ExecutionBlockMetrics added in v1.8.8

type ExecutionBlockMetrics struct {

	// Source identifies where this event was captured (e.g., "client-logs").
	Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// Block info
	// BlockNumber is the execution block number.
	BlockNumber *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=block_number,proto3" json:"block_number,omitempty"`
	// BlockHash is the execution block hash (hex encoded with 0x prefix).
	BlockHash string `protobuf:"bytes,3,opt,name=block_hash,proto3" json:"block_hash,omitempty"`
	// GasUsed is the total gas used by all transactions in the block.
	GasUsed *wrapperspb.UInt64Value `protobuf:"bytes,4,opt,name=gas_used,proto3" json:"gas_used,omitempty"`
	// TxCount is the number of transactions in the block.
	TxCount *wrapperspb.UInt32Value `protobuf:"bytes,5,opt,name=tx_count,proto3" json:"tx_count,omitempty"`
	// Timing in milliseconds
	// ExecutionMs is the time spent executing transactions.
	ExecutionMs *wrapperspb.DoubleValue `protobuf:"bytes,6,opt,name=execution_ms,proto3" json:"execution_ms,omitempty"`
	// StateReadMs is the time spent reading state.
	StateReadMs *wrapperspb.DoubleValue `protobuf:"bytes,7,opt,name=state_read_ms,proto3" json:"state_read_ms,omitempty"`
	// StateHashMs is the time spent computing state hash.
	StateHashMs *wrapperspb.DoubleValue `protobuf:"bytes,8,opt,name=state_hash_ms,proto3" json:"state_hash_ms,omitempty"`
	// CommitMs is the time spent committing state changes.
	CommitMs *wrapperspb.DoubleValue `protobuf:"bytes,9,opt,name=commit_ms,proto3" json:"commit_ms,omitempty"`
	// TotalMs is the total time for block processing.
	TotalMs *wrapperspb.DoubleValue `protobuf:"bytes,10,opt,name=total_ms,proto3" json:"total_ms,omitempty"`
	// Throughput
	// MgasPerSec is the throughput in million gas per second.
	MgasPerSec *wrapperspb.DoubleValue `protobuf:"bytes,11,opt,name=mgas_per_sec,proto3" json:"mgas_per_sec,omitempty"`
	// StateReads contains state read statistics.
	StateReads *ExecutionBlockMetrics_StateReads `protobuf:"bytes,12,opt,name=state_reads,proto3" json:"state_reads,omitempty"`
	// StateWrites contains state write statistics.
	StateWrites *ExecutionBlockMetrics_StateWrites `protobuf:"bytes,13,opt,name=state_writes,proto3" json:"state_writes,omitempty"`
	// AccountCache contains account cache statistics.
	AccountCache *ExecutionBlockMetrics_CacheEntry `protobuf:"bytes,14,opt,name=account_cache,proto3" json:"account_cache,omitempty"`
	// StorageCache contains storage cache statistics.
	StorageCache *ExecutionBlockMetrics_CacheEntry `protobuf:"bytes,15,opt,name=storage_cache,proto3" json:"storage_cache,omitempty"`
	// CodeCache contains code cache statistics.
	CodeCache *ExecutionBlockMetrics_CodeCacheEntry `protobuf:"bytes,16,opt,name=code_cache,proto3" json:"code_cache,omitempty"`
	// contains filtered or unexported fields
}

ExecutionBlockMetrics contains detailed performance metrics from execution client structured logging output for block execution. Captures timing breakdowns, state read/write counts, and cache hit rates for each block.

func ExecutionBlockMetricsFromVTPool added in v1.8.12

func ExecutionBlockMetricsFromVTPool() *ExecutionBlockMetrics

func (*ExecutionBlockMetrics) Descriptor deprecated added in v1.8.8

func (*ExecutionBlockMetrics) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionBlockMetrics.ProtoReflect.Descriptor instead.

func (*ExecutionBlockMetrics) GetAccountCache added in v1.8.8

func (*ExecutionBlockMetrics) GetBlockHash added in v1.8.8

func (x *ExecutionBlockMetrics) GetBlockHash() string

func (*ExecutionBlockMetrics) GetBlockNumber added in v1.8.8

func (x *ExecutionBlockMetrics) GetBlockNumber() *wrapperspb.UInt64Value

func (*ExecutionBlockMetrics) GetCodeCache added in v1.8.8

func (*ExecutionBlockMetrics) GetCommitMs added in v1.8.8

func (x *ExecutionBlockMetrics) GetCommitMs() *wrapperspb.DoubleValue

func (*ExecutionBlockMetrics) GetExecutionMs added in v1.8.8

func (x *ExecutionBlockMetrics) GetExecutionMs() *wrapperspb.DoubleValue

func (*ExecutionBlockMetrics) GetGasUsed added in v1.8.8

func (x *ExecutionBlockMetrics) GetGasUsed() *wrapperspb.UInt64Value

func (*ExecutionBlockMetrics) GetMgasPerSec added in v1.8.8

func (x *ExecutionBlockMetrics) GetMgasPerSec() *wrapperspb.DoubleValue

func (*ExecutionBlockMetrics) GetSource added in v1.8.8

func (x *ExecutionBlockMetrics) GetSource() string

func (*ExecutionBlockMetrics) GetStateHashMs added in v1.8.8

func (x *ExecutionBlockMetrics) GetStateHashMs() *wrapperspb.DoubleValue

func (*ExecutionBlockMetrics) GetStateReadMs added in v1.8.8

func (x *ExecutionBlockMetrics) GetStateReadMs() *wrapperspb.DoubleValue

func (*ExecutionBlockMetrics) GetStateReads added in v1.8.8

func (*ExecutionBlockMetrics) GetStateWrites added in v1.8.8

func (*ExecutionBlockMetrics) GetStorageCache added in v1.8.8

func (*ExecutionBlockMetrics) GetTotalMs added in v1.8.8

func (x *ExecutionBlockMetrics) GetTotalMs() *wrapperspb.DoubleValue

func (*ExecutionBlockMetrics) GetTxCount added in v1.8.8

func (x *ExecutionBlockMetrics) GetTxCount() *wrapperspb.UInt32Value

func (*ExecutionBlockMetrics) MarshalToSizedBufferVT added in v1.8.12

func (m *ExecutionBlockMetrics) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecutionBlockMetrics) MarshalToVT added in v1.8.12

func (m *ExecutionBlockMetrics) MarshalToVT(dAtA []byte) (int, error)

func (*ExecutionBlockMetrics) MarshalVT added in v1.8.12

func (m *ExecutionBlockMetrics) MarshalVT() (dAtA []byte, err error)

func (*ExecutionBlockMetrics) ProtoMessage added in v1.8.8

func (*ExecutionBlockMetrics) ProtoMessage()

func (*ExecutionBlockMetrics) ProtoReflect added in v1.8.8

func (x *ExecutionBlockMetrics) ProtoReflect() protoreflect.Message

func (*ExecutionBlockMetrics) Reset added in v1.8.8

func (x *ExecutionBlockMetrics) Reset()

func (*ExecutionBlockMetrics) ResetVT added in v1.8.12

func (m *ExecutionBlockMetrics) ResetVT()

func (*ExecutionBlockMetrics) ReturnToVTPool added in v1.8.12

func (m *ExecutionBlockMetrics) ReturnToVTPool()

func (*ExecutionBlockMetrics) SizeVT added in v1.8.12

func (m *ExecutionBlockMetrics) SizeVT() (n int)

func (*ExecutionBlockMetrics) String added in v1.8.8

func (x *ExecutionBlockMetrics) String() string

func (*ExecutionBlockMetrics) UnmarshalVT added in v1.8.12

func (m *ExecutionBlockMetrics) UnmarshalVT(dAtA []byte) error

type ExecutionBlockMetrics_CacheEntry added in v1.8.8

type ExecutionBlockMetrics_CacheEntry struct {

	// Hits is the number of cache hits.
	Hits *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=hits,proto3" json:"hits,omitempty"`
	// Misses is the number of cache misses.
	Misses *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=misses,proto3" json:"misses,omitempty"`
	// HitRate is the cache hit rate as a percentage.
	HitRate *wrapperspb.DoubleValue `protobuf:"bytes,3,opt,name=hit_rate,proto3" json:"hit_rate,omitempty"`
	// contains filtered or unexported fields
}

CacheEntry contains cache hit/miss statistics.

func ExecutionBlockMetrics_CacheEntryFromVTPool added in v1.8.12

func ExecutionBlockMetrics_CacheEntryFromVTPool() *ExecutionBlockMetrics_CacheEntry

func (*ExecutionBlockMetrics_CacheEntry) Descriptor deprecated added in v1.8.8

func (*ExecutionBlockMetrics_CacheEntry) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionBlockMetrics_CacheEntry.ProtoReflect.Descriptor instead.

func (*ExecutionBlockMetrics_CacheEntry) GetHitRate added in v1.8.8

func (*ExecutionBlockMetrics_CacheEntry) GetHits added in v1.8.8

func (*ExecutionBlockMetrics_CacheEntry) GetMisses added in v1.8.8

func (*ExecutionBlockMetrics_CacheEntry) MarshalToSizedBufferVT added in v1.8.12

func (m *ExecutionBlockMetrics_CacheEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecutionBlockMetrics_CacheEntry) MarshalToVT added in v1.8.12

func (m *ExecutionBlockMetrics_CacheEntry) MarshalToVT(dAtA []byte) (int, error)

func (*ExecutionBlockMetrics_CacheEntry) MarshalVT added in v1.8.12

func (m *ExecutionBlockMetrics_CacheEntry) MarshalVT() (dAtA []byte, err error)

func (*ExecutionBlockMetrics_CacheEntry) ProtoMessage added in v1.8.8

func (*ExecutionBlockMetrics_CacheEntry) ProtoMessage()

func (*ExecutionBlockMetrics_CacheEntry) ProtoReflect added in v1.8.8

func (*ExecutionBlockMetrics_CacheEntry) Reset added in v1.8.8

func (*ExecutionBlockMetrics_CacheEntry) ResetVT added in v1.8.12

func (m *ExecutionBlockMetrics_CacheEntry) ResetVT()

func (*ExecutionBlockMetrics_CacheEntry) ReturnToVTPool added in v1.8.12

func (m *ExecutionBlockMetrics_CacheEntry) ReturnToVTPool()

func (*ExecutionBlockMetrics_CacheEntry) SizeVT added in v1.8.12

func (m *ExecutionBlockMetrics_CacheEntry) SizeVT() (n int)

func (*ExecutionBlockMetrics_CacheEntry) String added in v1.8.8

func (*ExecutionBlockMetrics_CacheEntry) UnmarshalVT added in v1.8.12

func (m *ExecutionBlockMetrics_CacheEntry) UnmarshalVT(dAtA []byte) error

type ExecutionBlockMetrics_CodeCacheEntry added in v1.8.8

type ExecutionBlockMetrics_CodeCacheEntry struct {

	// Hits is the number of cache hits.
	Hits *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=hits,proto3" json:"hits,omitempty"`
	// Misses is the number of cache misses.
	Misses *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=misses,proto3" json:"misses,omitempty"`
	// HitRate is the cache hit rate as a percentage.
	HitRate *wrapperspb.DoubleValue `protobuf:"bytes,3,opt,name=hit_rate,proto3" json:"hit_rate,omitempty"`
	// HitBytes is the total bytes of cache hits.
	HitBytes *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=hit_bytes,proto3" json:"hit_bytes,omitempty"`
	// MissBytes is the total bytes of cache misses.
	MissBytes *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=miss_bytes,proto3" json:"miss_bytes,omitempty"`
	// contains filtered or unexported fields
}

CodeCacheEntry extends CacheEntry with byte-level statistics.

func ExecutionBlockMetrics_CodeCacheEntryFromVTPool added in v1.8.12

func ExecutionBlockMetrics_CodeCacheEntryFromVTPool() *ExecutionBlockMetrics_CodeCacheEntry

func (*ExecutionBlockMetrics_CodeCacheEntry) Descriptor deprecated added in v1.8.8

func (*ExecutionBlockMetrics_CodeCacheEntry) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionBlockMetrics_CodeCacheEntry.ProtoReflect.Descriptor instead.

func (*ExecutionBlockMetrics_CodeCacheEntry) GetHitBytes added in v1.8.8

func (*ExecutionBlockMetrics_CodeCacheEntry) GetHitRate added in v1.8.8

func (*ExecutionBlockMetrics_CodeCacheEntry) GetHits added in v1.8.8

func (*ExecutionBlockMetrics_CodeCacheEntry) GetMissBytes added in v1.8.8

func (*ExecutionBlockMetrics_CodeCacheEntry) GetMisses added in v1.8.8

func (*ExecutionBlockMetrics_CodeCacheEntry) MarshalToSizedBufferVT added in v1.8.12

func (m *ExecutionBlockMetrics_CodeCacheEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecutionBlockMetrics_CodeCacheEntry) MarshalToVT added in v1.8.12

func (m *ExecutionBlockMetrics_CodeCacheEntry) MarshalToVT(dAtA []byte) (int, error)

func (*ExecutionBlockMetrics_CodeCacheEntry) MarshalVT added in v1.8.12

func (m *ExecutionBlockMetrics_CodeCacheEntry) MarshalVT() (dAtA []byte, err error)

func (*ExecutionBlockMetrics_CodeCacheEntry) ProtoMessage added in v1.8.8

func (*ExecutionBlockMetrics_CodeCacheEntry) ProtoMessage()

func (*ExecutionBlockMetrics_CodeCacheEntry) ProtoReflect added in v1.8.8

func (*ExecutionBlockMetrics_CodeCacheEntry) Reset added in v1.8.8

func (*ExecutionBlockMetrics_CodeCacheEntry) ResetVT added in v1.8.12

func (*ExecutionBlockMetrics_CodeCacheEntry) ReturnToVTPool added in v1.8.12

func (m *ExecutionBlockMetrics_CodeCacheEntry) ReturnToVTPool()

func (*ExecutionBlockMetrics_CodeCacheEntry) SizeVT added in v1.8.12

func (m *ExecutionBlockMetrics_CodeCacheEntry) SizeVT() (n int)

func (*ExecutionBlockMetrics_CodeCacheEntry) String added in v1.8.8

func (*ExecutionBlockMetrics_CodeCacheEntry) UnmarshalVT added in v1.8.12

func (m *ExecutionBlockMetrics_CodeCacheEntry) UnmarshalVT(dAtA []byte) error

type ExecutionBlockMetrics_StateReads added in v1.8.8

type ExecutionBlockMetrics_StateReads struct {

	// Accounts is the number of account reads.
	Accounts *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=accounts,proto3" json:"accounts,omitempty"`
	// StorageSlots is the number of storage slot reads.
	StorageSlots *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=storage_slots,proto3" json:"storage_slots,omitempty"`
	// Code is the number of code reads.
	Code *wrapperspb.UInt64Value `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	// CodeBytes is the total bytes of code read.
	CodeBytes *wrapperspb.UInt64Value `protobuf:"bytes,4,opt,name=code_bytes,proto3" json:"code_bytes,omitempty"`
	// contains filtered or unexported fields
}

StateReads contains state read statistics.

func ExecutionBlockMetrics_StateReadsFromVTPool added in v1.8.12

func ExecutionBlockMetrics_StateReadsFromVTPool() *ExecutionBlockMetrics_StateReads

func (*ExecutionBlockMetrics_StateReads) Descriptor deprecated added in v1.8.8

func (*ExecutionBlockMetrics_StateReads) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionBlockMetrics_StateReads.ProtoReflect.Descriptor instead.

func (*ExecutionBlockMetrics_StateReads) GetAccounts added in v1.8.8

func (*ExecutionBlockMetrics_StateReads) GetCode added in v1.8.8

func (*ExecutionBlockMetrics_StateReads) GetCodeBytes added in v1.8.8

func (*ExecutionBlockMetrics_StateReads) GetStorageSlots added in v1.8.8

func (*ExecutionBlockMetrics_StateReads) MarshalToSizedBufferVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateReads) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecutionBlockMetrics_StateReads) MarshalToVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateReads) MarshalToVT(dAtA []byte) (int, error)

func (*ExecutionBlockMetrics_StateReads) MarshalVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateReads) MarshalVT() (dAtA []byte, err error)

func (*ExecutionBlockMetrics_StateReads) ProtoMessage added in v1.8.8

func (*ExecutionBlockMetrics_StateReads) ProtoMessage()

func (*ExecutionBlockMetrics_StateReads) ProtoReflect added in v1.8.8

func (*ExecutionBlockMetrics_StateReads) Reset added in v1.8.8

func (*ExecutionBlockMetrics_StateReads) ResetVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateReads) ResetVT()

func (*ExecutionBlockMetrics_StateReads) ReturnToVTPool added in v1.8.12

func (m *ExecutionBlockMetrics_StateReads) ReturnToVTPool()

func (*ExecutionBlockMetrics_StateReads) SizeVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateReads) SizeVT() (n int)

func (*ExecutionBlockMetrics_StateReads) String added in v1.8.8

func (*ExecutionBlockMetrics_StateReads) UnmarshalVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateReads) UnmarshalVT(dAtA []byte) error

type ExecutionBlockMetrics_StateWrites added in v1.8.8

type ExecutionBlockMetrics_StateWrites struct {

	// Accounts is the number of account writes.
	Accounts *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=accounts,proto3" json:"accounts,omitempty"`
	// AccountsDeleted is the number of accounts deleted.
	AccountsDeleted *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=accounts_deleted,proto3" json:"accounts_deleted,omitempty"`
	// StorageSlots is the number of storage slot writes.
	StorageSlots *wrapperspb.UInt64Value `protobuf:"bytes,3,opt,name=storage_slots,proto3" json:"storage_slots,omitempty"`
	// StorageSlotsDeleted is the number of storage slots deleted.
	StorageSlotsDeleted *wrapperspb.UInt64Value `protobuf:"bytes,4,opt,name=storage_slots_deleted,proto3" json:"storage_slots_deleted,omitempty"`
	// Code is the number of code writes.
	Code *wrapperspb.UInt64Value `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"`
	// CodeBytes is the total bytes of code written.
	CodeBytes *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=code_bytes,proto3" json:"code_bytes,omitempty"`
	// contains filtered or unexported fields
}

StateWrites contains state write statistics.

func ExecutionBlockMetrics_StateWritesFromVTPool added in v1.8.12

func ExecutionBlockMetrics_StateWritesFromVTPool() *ExecutionBlockMetrics_StateWrites

func (*ExecutionBlockMetrics_StateWrites) Descriptor deprecated added in v1.8.8

func (*ExecutionBlockMetrics_StateWrites) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionBlockMetrics_StateWrites.ProtoReflect.Descriptor instead.

func (*ExecutionBlockMetrics_StateWrites) GetAccounts added in v1.8.8

func (*ExecutionBlockMetrics_StateWrites) GetAccountsDeleted added in v1.8.8

func (x *ExecutionBlockMetrics_StateWrites) GetAccountsDeleted() *wrapperspb.UInt64Value

func (*ExecutionBlockMetrics_StateWrites) GetCode added in v1.8.8

func (*ExecutionBlockMetrics_StateWrites) GetCodeBytes added in v1.8.8

func (*ExecutionBlockMetrics_StateWrites) GetStorageSlots added in v1.8.8

func (*ExecutionBlockMetrics_StateWrites) GetStorageSlotsDeleted added in v1.8.8

func (x *ExecutionBlockMetrics_StateWrites) GetStorageSlotsDeleted() *wrapperspb.UInt64Value

func (*ExecutionBlockMetrics_StateWrites) MarshalToSizedBufferVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateWrites) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecutionBlockMetrics_StateWrites) MarshalToVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateWrites) MarshalToVT(dAtA []byte) (int, error)

func (*ExecutionBlockMetrics_StateWrites) MarshalVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateWrites) MarshalVT() (dAtA []byte, err error)

func (*ExecutionBlockMetrics_StateWrites) ProtoMessage added in v1.8.8

func (*ExecutionBlockMetrics_StateWrites) ProtoMessage()

func (*ExecutionBlockMetrics_StateWrites) ProtoReflect added in v1.8.8

func (*ExecutionBlockMetrics_StateWrites) Reset added in v1.8.8

func (*ExecutionBlockMetrics_StateWrites) ResetVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateWrites) ResetVT()

func (*ExecutionBlockMetrics_StateWrites) ReturnToVTPool added in v1.8.12

func (m *ExecutionBlockMetrics_StateWrites) ReturnToVTPool()

func (*ExecutionBlockMetrics_StateWrites) SizeVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateWrites) SizeVT() (n int)

func (*ExecutionBlockMetrics_StateWrites) String added in v1.8.8

func (*ExecutionBlockMetrics_StateWrites) UnmarshalVT added in v1.8.12

func (m *ExecutionBlockMetrics_StateWrites) UnmarshalVT(dAtA []byte) error

type ExecutionEngineGetBlobs added in v1.8.0

type ExecutionEngineGetBlobs struct {

	// Source identifies where this event was captured.
	Source EngineSource `protobuf:"varint,1,opt,name=source,proto3,enum=xatu.EngineSource" json:"source,omitempty"`
	// RequestedAt is the timestamp when the engine_getBlobs call was received.
	RequestedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=requested_at,proto3" json:"requested_at,omitempty"`
	// DurationMs is how long the engine_getBlobs call took in milliseconds.
	DurationMs *wrapperspb.UInt64Value `protobuf:"bytes,3,opt,name=duration_ms,proto3" json:"duration_ms,omitempty"`
	// Request details
	// RequestedCount is the number of versioned hashes requested.
	RequestedCount *wrapperspb.UInt32Value `protobuf:"bytes,4,opt,name=requested_count,proto3" json:"requested_count,omitempty"`
	// VersionedHashes is the list of versioned hashes requested (hex encoded).
	VersionedHashes []string `protobuf:"bytes,5,rep,name=versioned_hashes,proto3" json:"versioned_hashes,omitempty"`
	// Response from EL
	// ReturnedCount is the number of non-null blobs returned.
	ReturnedCount *wrapperspb.UInt32Value `protobuf:"bytes,6,opt,name=returned_count,proto3" json:"returned_count,omitempty"`
	// Status is the result status (SUCCESS, PARTIAL, EMPTY, UNSUPPORTED, ERROR).
	Status string `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
	// ErrorMessage contains error details if status is ERROR or UNSUPPORTED.
	ErrorMessage string `protobuf:"bytes,8,opt,name=error_message,proto3" json:"error_message,omitempty"`
	// Meta
	// MethodVersion is the version of the engine_getBlobs method (e.g., "V1", "V2").
	MethodVersion string `protobuf:"bytes,9,opt,name=method_version,proto3" json:"method_version,omitempty"`
	// ReturnedBlobIndexes contains the 0-based indexes of blobs that were
	// successfully returned (non-null) in the response array.
	// Always populated: for SUCCESS contains all indexes [0,1,2,...,n-1].
	ReturnedBlobIndexes []*wrapperspb.UInt32Value `protobuf:"bytes,10,rep,name=returned_blob_indexes,proto3" json:"returned_blob_indexes,omitempty"`
	// contains filtered or unexported fields
}

ExecutionEngineGetBlobs contains timing and instrumentation data for engine_getBlobsVx calls, focused on execution layer perspective. Unlike ConsensusEngineAPIGetBlobs, this does not include beacon context fields as those may not be available at the execution layer.

func ExecutionEngineGetBlobsFromVTPool added in v1.8.12

func ExecutionEngineGetBlobsFromVTPool() *ExecutionEngineGetBlobs

func (*ExecutionEngineGetBlobs) Descriptor deprecated added in v1.8.0

func (*ExecutionEngineGetBlobs) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionEngineGetBlobs.ProtoReflect.Descriptor instead.

func (*ExecutionEngineGetBlobs) GetDurationMs added in v1.8.0

func (x *ExecutionEngineGetBlobs) GetDurationMs() *wrapperspb.UInt64Value

func (*ExecutionEngineGetBlobs) GetErrorMessage added in v1.8.0

func (x *ExecutionEngineGetBlobs) GetErrorMessage() string

func (*ExecutionEngineGetBlobs) GetMethodVersion added in v1.8.0

func (x *ExecutionEngineGetBlobs) GetMethodVersion() string

func (*ExecutionEngineGetBlobs) GetRequestedAt added in v1.8.0

func (x *ExecutionEngineGetBlobs) GetRequestedAt() *timestamppb.Timestamp

func (*ExecutionEngineGetBlobs) GetRequestedCount added in v1.8.0

func (x *ExecutionEngineGetBlobs) GetRequestedCount() *wrapperspb.UInt32Value

func (*ExecutionEngineGetBlobs) GetReturnedBlobIndexes added in v1.8.1

func (x *ExecutionEngineGetBlobs) GetReturnedBlobIndexes() []*wrapperspb.UInt32Value

func (*ExecutionEngineGetBlobs) GetReturnedCount added in v1.8.0

func (x *ExecutionEngineGetBlobs) GetReturnedCount() *wrapperspb.UInt32Value

func (*ExecutionEngineGetBlobs) GetSource added in v1.8.0

func (x *ExecutionEngineGetBlobs) GetSource() EngineSource

func (*ExecutionEngineGetBlobs) GetStatus added in v1.8.0

func (x *ExecutionEngineGetBlobs) GetStatus() string

func (*ExecutionEngineGetBlobs) GetVersionedHashes added in v1.8.0

func (x *ExecutionEngineGetBlobs) GetVersionedHashes() []string

func (*ExecutionEngineGetBlobs) MarshalToSizedBufferVT added in v1.8.12

func (m *ExecutionEngineGetBlobs) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecutionEngineGetBlobs) MarshalToVT added in v1.8.12

func (m *ExecutionEngineGetBlobs) MarshalToVT(dAtA []byte) (int, error)

func (*ExecutionEngineGetBlobs) MarshalVT added in v1.8.12

func (m *ExecutionEngineGetBlobs) MarshalVT() (dAtA []byte, err error)

func (*ExecutionEngineGetBlobs) ProtoMessage added in v1.8.0

func (*ExecutionEngineGetBlobs) ProtoMessage()

func (*ExecutionEngineGetBlobs) ProtoReflect added in v1.8.0

func (x *ExecutionEngineGetBlobs) ProtoReflect() protoreflect.Message

func (*ExecutionEngineGetBlobs) Reset added in v1.8.0

func (x *ExecutionEngineGetBlobs) Reset()

func (*ExecutionEngineGetBlobs) ResetVT added in v1.8.12

func (m *ExecutionEngineGetBlobs) ResetVT()

func (*ExecutionEngineGetBlobs) ReturnToVTPool added in v1.8.12

func (m *ExecutionEngineGetBlobs) ReturnToVTPool()

func (*ExecutionEngineGetBlobs) SizeVT added in v1.8.12

func (m *ExecutionEngineGetBlobs) SizeVT() (n int)

func (*ExecutionEngineGetBlobs) String added in v1.8.0

func (x *ExecutionEngineGetBlobs) String() string

func (*ExecutionEngineGetBlobs) UnmarshalVT added in v1.8.12

func (m *ExecutionEngineGetBlobs) UnmarshalVT(dAtA []byte) error

type ExecutionEngineNewPayload added in v1.8.0

type ExecutionEngineNewPayload struct {

	// Source identifies where this event was captured.
	Source EngineSource `protobuf:"varint,1,opt,name=source,proto3,enum=xatu.EngineSource" json:"source,omitempty"`
	// RequestedAt is the timestamp when the engine_newPayload call was received.
	RequestedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=requested_at,proto3" json:"requested_at,omitempty"`
	// DurationMs is how long the engine_newPayload call took in milliseconds.
	DurationMs *wrapperspb.UInt64Value `protobuf:"bytes,3,opt,name=duration_ms,proto3" json:"duration_ms,omitempty"`
	// Execution payload details
	// BlockNumber is the execution block number.
	BlockNumber *wrapperspb.UInt64Value `protobuf:"bytes,4,opt,name=block_number,proto3" json:"block_number,omitempty"`
	// BlockHash is the execution block hash (hex encoded).
	BlockHash string `protobuf:"bytes,5,opt,name=block_hash,proto3" json:"block_hash,omitempty"`
	// ParentHash is the parent execution block hash (hex encoded).
	ParentHash string `protobuf:"bytes,6,opt,name=parent_hash,proto3" json:"parent_hash,omitempty"`
	// GasUsed is the total gas used by all transactions in the block.
	GasUsed *wrapperspb.UInt64Value `protobuf:"bytes,7,opt,name=gas_used,proto3" json:"gas_used,omitempty"`
	// GasLimit is the gas limit of the block.
	GasLimit *wrapperspb.UInt64Value `protobuf:"bytes,8,opt,name=gas_limit,proto3" json:"gas_limit,omitempty"`
	// TxCount is the number of transactions in the block.
	TxCount *wrapperspb.UInt32Value `protobuf:"bytes,9,opt,name=tx_count,proto3" json:"tx_count,omitempty"`
	// BlobCount is the number of blobs in the block.
	BlobCount *wrapperspb.UInt32Value `protobuf:"bytes,10,opt,name=blob_count,proto3" json:"blob_count,omitempty"`
	// Response from EL
	// Status is the payload status returned (VALID, INVALID, SYNCING, ACCEPTED, INVALID_BLOCK_HASH).
	Status string `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"`
	// LatestValidHash is the latest valid hash when status is INVALID (hex encoded).
	LatestValidHash string `protobuf:"bytes,12,opt,name=latest_valid_hash,proto3" json:"latest_valid_hash,omitempty"`
	// ValidationError is the error message when validation fails.
	ValidationError string `protobuf:"bytes,13,opt,name=validation_error,proto3" json:"validation_error,omitempty"`
	// Meta
	// MethodVersion is the version of the engine_newPayload method (e.g., "V3", "V4").
	MethodVersion string `protobuf:"bytes,14,opt,name=method_version,proto3" json:"method_version,omitempty"`
	// contains filtered or unexported fields
}

ExecutionEngineNewPayload contains timing and instrumentation data for engine_newPayloadVx calls, focused on execution layer perspective. Unlike ConsensusEngineAPINewPayload, this does not include beacon context fields as those may not be available at the execution layer.

func ExecutionEngineNewPayloadFromVTPool added in v1.8.12

func ExecutionEngineNewPayloadFromVTPool() *ExecutionEngineNewPayload

func (*ExecutionEngineNewPayload) Descriptor deprecated added in v1.8.0

func (*ExecutionEngineNewPayload) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionEngineNewPayload.ProtoReflect.Descriptor instead.

func (*ExecutionEngineNewPayload) GetBlobCount added in v1.8.0

func (*ExecutionEngineNewPayload) GetBlockHash added in v1.8.0

func (x *ExecutionEngineNewPayload) GetBlockHash() string

func (*ExecutionEngineNewPayload) GetBlockNumber added in v1.8.0

func (x *ExecutionEngineNewPayload) GetBlockNumber() *wrapperspb.UInt64Value

func (*ExecutionEngineNewPayload) GetDurationMs added in v1.8.0

func (x *ExecutionEngineNewPayload) GetDurationMs() *wrapperspb.UInt64Value

func (*ExecutionEngineNewPayload) GetGasLimit added in v1.8.0

func (*ExecutionEngineNewPayload) GetGasUsed added in v1.8.0

func (*ExecutionEngineNewPayload) GetLatestValidHash added in v1.8.0

func (x *ExecutionEngineNewPayload) GetLatestValidHash() string

func (*ExecutionEngineNewPayload) GetMethodVersion added in v1.8.0

func (x *ExecutionEngineNewPayload) GetMethodVersion() string

func (*ExecutionEngineNewPayload) GetParentHash added in v1.8.0

func (x *ExecutionEngineNewPayload) GetParentHash() string

func (*ExecutionEngineNewPayload) GetRequestedAt added in v1.8.0

func (x *ExecutionEngineNewPayload) GetRequestedAt() *timestamppb.Timestamp

func (*ExecutionEngineNewPayload) GetSource added in v1.8.0

func (x *ExecutionEngineNewPayload) GetSource() EngineSource

func (*ExecutionEngineNewPayload) GetStatus added in v1.8.0

func (x *ExecutionEngineNewPayload) GetStatus() string

func (*ExecutionEngineNewPayload) GetTxCount added in v1.8.0

func (*ExecutionEngineNewPayload) GetValidationError added in v1.8.0

func (x *ExecutionEngineNewPayload) GetValidationError() string

func (*ExecutionEngineNewPayload) MarshalToSizedBufferVT added in v1.8.12

func (m *ExecutionEngineNewPayload) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecutionEngineNewPayload) MarshalToVT added in v1.8.12

func (m *ExecutionEngineNewPayload) MarshalToVT(dAtA []byte) (int, error)

func (*ExecutionEngineNewPayload) MarshalVT added in v1.8.12

func (m *ExecutionEngineNewPayload) MarshalVT() (dAtA []byte, err error)

func (*ExecutionEngineNewPayload) ProtoMessage added in v1.8.0

func (*ExecutionEngineNewPayload) ProtoMessage()

func (*ExecutionEngineNewPayload) ProtoReflect added in v1.8.0

func (*ExecutionEngineNewPayload) Reset added in v1.8.0

func (x *ExecutionEngineNewPayload) Reset()

func (*ExecutionEngineNewPayload) ResetVT added in v1.8.12

func (m *ExecutionEngineNewPayload) ResetVT()

func (*ExecutionEngineNewPayload) ReturnToVTPool added in v1.8.12

func (m *ExecutionEngineNewPayload) ReturnToVTPool()

func (*ExecutionEngineNewPayload) SizeVT added in v1.8.12

func (m *ExecutionEngineNewPayload) SizeVT() (n int)

func (*ExecutionEngineNewPayload) String added in v1.8.0

func (x *ExecutionEngineNewPayload) String() string

func (*ExecutionEngineNewPayload) UnmarshalVT added in v1.8.12

func (m *ExecutionEngineNewPayload) UnmarshalVT(dAtA []byte) error

type ExecutionNodeStatus

type ExecutionNodeStatus struct {
	NodeRecord      string                            `protobuf:"bytes,1,opt,name=node_record,json=nodeRecord,proto3" json:"node_record,omitempty"`
	Name            string                            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Capabilities    []*ExecutionNodeStatus_Capability `protobuf:"bytes,3,rep,name=capabilities,proto3" json:"capabilities,omitempty"`
	ProtocolVersion uint64                            `protobuf:"varint,4,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	NetworkId       uint64                            `protobuf:"varint,5,opt,name=network_id,json=networkId,proto3" json:"network_id,omitempty"`
	// Deprecated: Marked as deprecated in pkg/proto/xatu/coordinator.proto.
	TotalDifficulty string                      `protobuf:"bytes,6,opt,name=total_difficulty,json=totalDifficulty,proto3" json:"total_difficulty,omitempty"`
	Head            []byte                      `protobuf:"bytes,7,opt,name=head,proto3" json:"head,omitempty"`
	Genesis         []byte                      `protobuf:"bytes,8,opt,name=genesis,proto3" json:"genesis,omitempty"`
	ForkId          *ExecutionNodeStatus_ForkID `protobuf:"bytes,9,opt,name=fork_id,json=forkId,proto3" json:"fork_id,omitempty"`
	// contains filtered or unexported fields
}

func ExecutionNodeStatusFromVTPool added in v1.8.12

func ExecutionNodeStatusFromVTPool() *ExecutionNodeStatus

func (*ExecutionNodeStatus) Descriptor deprecated

func (*ExecutionNodeStatus) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionNodeStatus.ProtoReflect.Descriptor instead.

func (*ExecutionNodeStatus) GetCapabilities

func (x *ExecutionNodeStatus) GetCapabilities() []*ExecutionNodeStatus_Capability

func (*ExecutionNodeStatus) GetForkId

func (*ExecutionNodeStatus) GetGenesis

func (x *ExecutionNodeStatus) GetGenesis() []byte

func (*ExecutionNodeStatus) GetHead

func (x *ExecutionNodeStatus) GetHead() []byte

func (*ExecutionNodeStatus) GetName

func (x *ExecutionNodeStatus) GetName() string

func (*ExecutionNodeStatus) GetNetworkId

func (x *ExecutionNodeStatus) GetNetworkId() uint64

func (*ExecutionNodeStatus) GetNodeRecord

func (x *ExecutionNodeStatus) GetNodeRecord() string

func (*ExecutionNodeStatus) GetProtocolVersion

func (x *ExecutionNodeStatus) GetProtocolVersion() uint64

func (*ExecutionNodeStatus) GetTotalDifficulty deprecated

func (x *ExecutionNodeStatus) GetTotalDifficulty() string

Deprecated: Marked as deprecated in pkg/proto/xatu/coordinator.proto.

func (*ExecutionNodeStatus) MarshalToSizedBufferVT added in v1.8.12

func (m *ExecutionNodeStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecutionNodeStatus) MarshalToVT added in v1.8.12

func (m *ExecutionNodeStatus) MarshalToVT(dAtA []byte) (int, error)

func (*ExecutionNodeStatus) MarshalVT added in v1.8.12

func (m *ExecutionNodeStatus) MarshalVT() (dAtA []byte, err error)

func (*ExecutionNodeStatus) ProtoMessage

func (*ExecutionNodeStatus) ProtoMessage()

func (*ExecutionNodeStatus) ProtoReflect

func (x *ExecutionNodeStatus) ProtoReflect() protoreflect.Message

func (*ExecutionNodeStatus) Reset

func (x *ExecutionNodeStatus) Reset()

func (*ExecutionNodeStatus) ResetVT added in v1.8.12

func (m *ExecutionNodeStatus) ResetVT()

func (*ExecutionNodeStatus) ReturnToVTPool added in v1.8.12

func (m *ExecutionNodeStatus) ReturnToVTPool()

func (*ExecutionNodeStatus) SizeVT added in v1.8.12

func (m *ExecutionNodeStatus) SizeVT() (n int)

func (*ExecutionNodeStatus) String

func (x *ExecutionNodeStatus) String() string

func (*ExecutionNodeStatus) UnmarshalVT added in v1.8.12

func (m *ExecutionNodeStatus) UnmarshalVT(dAtA []byte) error

type ExecutionNodeStatus_Capability

type ExecutionNodeStatus_Capability struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version uint32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func ExecutionNodeStatus_CapabilityFromVTPool added in v1.8.12

func ExecutionNodeStatus_CapabilityFromVTPool() *ExecutionNodeStatus_Capability

func (*ExecutionNodeStatus_Capability) Descriptor deprecated

func (*ExecutionNodeStatus_Capability) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionNodeStatus_Capability.ProtoReflect.Descriptor instead.

func (*ExecutionNodeStatus_Capability) GetName

func (*ExecutionNodeStatus_Capability) GetVersion

func (x *ExecutionNodeStatus_Capability) GetVersion() uint32

func (*ExecutionNodeStatus_Capability) MarshalToSizedBufferVT added in v1.8.12

func (m *ExecutionNodeStatus_Capability) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecutionNodeStatus_Capability) MarshalToVT added in v1.8.12

func (m *ExecutionNodeStatus_Capability) MarshalToVT(dAtA []byte) (int, error)

func (*ExecutionNodeStatus_Capability) MarshalVT added in v1.8.12

func (m *ExecutionNodeStatus_Capability) MarshalVT() (dAtA []byte, err error)

func (*ExecutionNodeStatus_Capability) ProtoMessage

func (*ExecutionNodeStatus_Capability) ProtoMessage()

func (*ExecutionNodeStatus_Capability) ProtoReflect

func (*ExecutionNodeStatus_Capability) Reset

func (x *ExecutionNodeStatus_Capability) Reset()

func (*ExecutionNodeStatus_Capability) ResetVT added in v1.8.12

func (m *ExecutionNodeStatus_Capability) ResetVT()

func (*ExecutionNodeStatus_Capability) ReturnToVTPool added in v1.8.12

func (m *ExecutionNodeStatus_Capability) ReturnToVTPool()

func (*ExecutionNodeStatus_Capability) SizeVT added in v1.8.12

func (m *ExecutionNodeStatus_Capability) SizeVT() (n int)

func (*ExecutionNodeStatus_Capability) String

func (*ExecutionNodeStatus_Capability) UnmarshalVT added in v1.8.12

func (m *ExecutionNodeStatus_Capability) UnmarshalVT(dAtA []byte) error

type ExecutionNodeStatus_ForkID

type ExecutionNodeStatus_ForkID struct {
	Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Next uint64 `protobuf:"varint,2,opt,name=next,proto3" json:"next,omitempty"`
	// contains filtered or unexported fields
}

func ExecutionNodeStatus_ForkIDFromVTPool added in v1.8.12

func ExecutionNodeStatus_ForkIDFromVTPool() *ExecutionNodeStatus_ForkID

func (*ExecutionNodeStatus_ForkID) Descriptor deprecated

func (*ExecutionNodeStatus_ForkID) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionNodeStatus_ForkID.ProtoReflect.Descriptor instead.

func (*ExecutionNodeStatus_ForkID) GetHash

func (x *ExecutionNodeStatus_ForkID) GetHash() []byte

func (*ExecutionNodeStatus_ForkID) GetNext

func (x *ExecutionNodeStatus_ForkID) GetNext() uint64

func (*ExecutionNodeStatus_ForkID) MarshalToSizedBufferVT added in v1.8.12

func (m *ExecutionNodeStatus_ForkID) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecutionNodeStatus_ForkID) MarshalToVT added in v1.8.12

func (m *ExecutionNodeStatus_ForkID) MarshalToVT(dAtA []byte) (int, error)

func (*ExecutionNodeStatus_ForkID) MarshalVT added in v1.8.12

func (m *ExecutionNodeStatus_ForkID) MarshalVT() (dAtA []byte, err error)

func (*ExecutionNodeStatus_ForkID) ProtoMessage

func (*ExecutionNodeStatus_ForkID) ProtoMessage()

func (*ExecutionNodeStatus_ForkID) ProtoReflect

func (*ExecutionNodeStatus_ForkID) Reset

func (x *ExecutionNodeStatus_ForkID) Reset()

func (*ExecutionNodeStatus_ForkID) ResetVT added in v1.8.12

func (m *ExecutionNodeStatus_ForkID) ResetVT()

func (*ExecutionNodeStatus_ForkID) ReturnToVTPool added in v1.8.12

func (m *ExecutionNodeStatus_ForkID) ReturnToVTPool()

func (*ExecutionNodeStatus_ForkID) SizeVT added in v1.8.12

func (m *ExecutionNodeStatus_ForkID) SizeVT() (n int)

func (*ExecutionNodeStatus_ForkID) String

func (x *ExecutionNodeStatus_ForkID) String() string

func (*ExecutionNodeStatus_ForkID) UnmarshalVT added in v1.8.12

func (m *ExecutionNodeStatus_ForkID) UnmarshalVT(dAtA []byte) error

type ExecutionStateSize added in v1.6.0

type ExecutionStateSize struct {

	// AccountBytes is the total size of all account data in bytes.
	AccountBytes string `protobuf:"bytes,1,opt,name=account_bytes,proto3" json:"account_bytes,omitempty"`
	// AccountTrienodeBytes is the total size of account trie nodes in bytes.
	AccountTrienodeBytes string `protobuf:"bytes,2,opt,name=account_trienode_bytes,proto3" json:"account_trienode_bytes,omitempty"`
	// AccountTrienodes is the number of account trie nodes.
	AccountTrienodes string `protobuf:"bytes,3,opt,name=account_trienodes,proto3" json:"account_trienodes,omitempty"`
	// Accounts is the total number of accounts.
	Accounts string `protobuf:"bytes,4,opt,name=accounts,proto3" json:"accounts,omitempty"`
	// BlockNumber is the block number at which this state size was measured.
	BlockNumber string `protobuf:"bytes,5,opt,name=block_number,proto3" json:"block_number,omitempty"`
	// ContractCodeBytes is the total size of contract code in bytes.
	ContractCodeBytes string `protobuf:"bytes,6,opt,name=contract_code_bytes,proto3" json:"contract_code_bytes,omitempty"`
	// ContractCodes is the number of contract codes.
	ContractCodes string `protobuf:"bytes,7,opt,name=contract_codes,proto3" json:"contract_codes,omitempty"`
	// StateRoot is the state root hash.
	StateRoot string `protobuf:"bytes,8,opt,name=state_root,proto3" json:"state_root,omitempty"`
	// StorageBytes is the total size of storage data in bytes.
	StorageBytes string `protobuf:"bytes,9,opt,name=storage_bytes,proto3" json:"storage_bytes,omitempty"`
	// StorageTrienodeBytes is the total size of storage trie nodes in bytes.
	StorageTrienodeBytes string `protobuf:"bytes,10,opt,name=storage_trienode_bytes,proto3" json:"storage_trienode_bytes,omitempty"`
	// StorageTrienodes is the number of storage trie nodes.
	StorageTrienodes string `protobuf:"bytes,11,opt,name=storage_trienodes,proto3" json:"storage_trienodes,omitempty"`
	// Storages is the total number of storage entries.
	Storages string `protobuf:"bytes,12,opt,name=storages,proto3" json:"storages,omitempty"`
	// contains filtered or unexported fields
}

func ExecutionStateSizeFromVTPool added in v1.8.12

func ExecutionStateSizeFromVTPool() *ExecutionStateSize

func (*ExecutionStateSize) Descriptor deprecated added in v1.6.0

func (*ExecutionStateSize) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionStateSize.ProtoReflect.Descriptor instead.

func (*ExecutionStateSize) GetAccountBytes added in v1.6.0

func (x *ExecutionStateSize) GetAccountBytes() string

func (*ExecutionStateSize) GetAccountTrienodeBytes added in v1.6.0

func (x *ExecutionStateSize) GetAccountTrienodeBytes() string

func (*ExecutionStateSize) GetAccountTrienodes added in v1.6.0

func (x *ExecutionStateSize) GetAccountTrienodes() string

func (*ExecutionStateSize) GetAccounts added in v1.6.0

func (x *ExecutionStateSize) GetAccounts() string

func (*ExecutionStateSize) GetBlockNumber added in v1.6.0

func (x *ExecutionStateSize) GetBlockNumber() string

func (*ExecutionStateSize) GetContractCodeBytes added in v1.6.0

func (x *ExecutionStateSize) GetContractCodeBytes() string

func (*ExecutionStateSize) GetContractCodes added in v1.6.0

func (x *ExecutionStateSize) GetContractCodes() string

func (*ExecutionStateSize) GetStateRoot added in v1.6.0

func (x *ExecutionStateSize) GetStateRoot() string

func (*ExecutionStateSize) GetStorageBytes added in v1.6.0

func (x *ExecutionStateSize) GetStorageBytes() string

func (*ExecutionStateSize) GetStorageTrienodeBytes added in v1.6.0

func (x *ExecutionStateSize) GetStorageTrienodeBytes() string

func (*ExecutionStateSize) GetStorageTrienodes added in v1.6.0

func (x *ExecutionStateSize) GetStorageTrienodes() string

func (*ExecutionStateSize) GetStorages added in v1.6.0

func (x *ExecutionStateSize) GetStorages() string

func (*ExecutionStateSize) MarshalToSizedBufferVT added in v1.8.12

func (m *ExecutionStateSize) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExecutionStateSize) MarshalToVT added in v1.8.12

func (m *ExecutionStateSize) MarshalToVT(dAtA []byte) (int, error)

func (*ExecutionStateSize) MarshalVT added in v1.8.12

func (m *ExecutionStateSize) MarshalVT() (dAtA []byte, err error)

func (*ExecutionStateSize) ProtoMessage added in v1.6.0

func (*ExecutionStateSize) ProtoMessage()

func (*ExecutionStateSize) ProtoReflect added in v1.6.0

func (x *ExecutionStateSize) ProtoReflect() protoreflect.Message

func (*ExecutionStateSize) Reset added in v1.6.0

func (x *ExecutionStateSize) Reset()

func (*ExecutionStateSize) ResetVT added in v1.8.12

func (m *ExecutionStateSize) ResetVT()

func (*ExecutionStateSize) ReturnToVTPool added in v1.8.12

func (m *ExecutionStateSize) ReturnToVTPool()

func (*ExecutionStateSize) SizeVT added in v1.8.12

func (m *ExecutionStateSize) SizeVT() (n int)

func (*ExecutionStateSize) String added in v1.6.0

func (x *ExecutionStateSize) String() string

func (*ExecutionStateSize) UnmarshalVT added in v1.8.12

func (m *ExecutionStateSize) UnmarshalVT(dAtA []byte) error

type ForkID

type ForkID struct {
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Next string `protobuf:"bytes,2,opt,name=next,proto3" json:"next,omitempty"`
	// contains filtered or unexported fields
}

func ForkIDFromVTPool added in v1.8.12

func ForkIDFromVTPool() *ForkID

func (*ForkID) Descriptor deprecated

func (*ForkID) Descriptor() ([]byte, []int)

Deprecated: Use ForkID.ProtoReflect.Descriptor instead.

func (*ForkID) GetHash

func (x *ForkID) GetHash() string

func (*ForkID) GetNext

func (x *ForkID) GetNext() string

func (*ForkID) MarshalToSizedBufferVT added in v1.8.12

func (m *ForkID) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ForkID) MarshalToVT added in v1.8.12

func (m *ForkID) MarshalToVT(dAtA []byte) (int, error)

func (*ForkID) MarshalVT added in v1.8.12

func (m *ForkID) MarshalVT() (dAtA []byte, err error)

func (*ForkID) ProtoMessage

func (*ForkID) ProtoMessage()

func (*ForkID) ProtoReflect

func (x *ForkID) ProtoReflect() protoreflect.Message

func (*ForkID) Reset

func (x *ForkID) Reset()

func (*ForkID) ResetVT added in v1.8.12

func (m *ForkID) ResetVT()

func (*ForkID) ReturnToVTPool added in v1.8.12

func (m *ForkID) ReturnToVTPool()

func (*ForkID) SizeVT added in v1.8.12

func (m *ForkID) SizeVT() (n int)

func (*ForkID) String

func (x *ForkID) String() string

func (*ForkID) UnmarshalVT added in v1.8.12

func (m *ForkID) UnmarshalVT(dAtA []byte) error

type GetCannonLocationRequest

type GetCannonLocationRequest struct {
	NetworkId string     `protobuf:"bytes,1,opt,name=network_id,json=networkId,proto3" json:"network_id,omitempty"`
	Type      CannonType `protobuf:"varint,2,opt,name=type,proto3,enum=xatu.CannonType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func GetCannonLocationRequestFromVTPool added in v1.8.12

func GetCannonLocationRequestFromVTPool() *GetCannonLocationRequest

func (*GetCannonLocationRequest) Descriptor deprecated

func (*GetCannonLocationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCannonLocationRequest.ProtoReflect.Descriptor instead.

func (*GetCannonLocationRequest) GetNetworkId

func (x *GetCannonLocationRequest) GetNetworkId() string

func (*GetCannonLocationRequest) GetType

func (x *GetCannonLocationRequest) GetType() CannonType

func (*GetCannonLocationRequest) MarshalToSizedBufferVT added in v1.8.12

func (m *GetCannonLocationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetCannonLocationRequest) MarshalToVT added in v1.8.12

func (m *GetCannonLocationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetCannonLocationRequest) MarshalVT added in v1.8.12

func (m *GetCannonLocationRequest) MarshalVT() (dAtA []byte, err error)

func (*GetCannonLocationRequest) ProtoMessage

func (*GetCannonLocationRequest) ProtoMessage()

func (*GetCannonLocationRequest) ProtoReflect

func (x *GetCannonLocationRequest) ProtoReflect() protoreflect.Message

func (*GetCannonLocationRequest) Reset

func (x *GetCannonLocationRequest) Reset()

func (*GetCannonLocationRequest) ResetVT added in v1.8.12

func (m *GetCannonLocationRequest) ResetVT()

func (*GetCannonLocationRequest) ReturnToVTPool added in v1.8.12

func (m *GetCannonLocationRequest) ReturnToVTPool()

func (*GetCannonLocationRequest) SizeVT added in v1.8.12

func (m *GetCannonLocationRequest) SizeVT() (n int)

func (*GetCannonLocationRequest) String

func (x *GetCannonLocationRequest) String() string

func (*GetCannonLocationRequest) UnmarshalVT added in v1.8.12

func (m *GetCannonLocationRequest) UnmarshalVT(dAtA []byte) error

type GetCannonLocationResponse

type GetCannonLocationResponse struct {
	Location *CannonLocation `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func GetCannonLocationResponseFromVTPool added in v1.8.12

func GetCannonLocationResponseFromVTPool() *GetCannonLocationResponse

func (*GetCannonLocationResponse) Descriptor deprecated

func (*GetCannonLocationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCannonLocationResponse.ProtoReflect.Descriptor instead.

func (*GetCannonLocationResponse) GetLocation

func (x *GetCannonLocationResponse) GetLocation() *CannonLocation

func (*GetCannonLocationResponse) MarshalToSizedBufferVT added in v1.8.12

func (m *GetCannonLocationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetCannonLocationResponse) MarshalToVT added in v1.8.12

func (m *GetCannonLocationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetCannonLocationResponse) MarshalVT added in v1.8.12

func (m *GetCannonLocationResponse) MarshalVT() (dAtA []byte, err error)

func (*GetCannonLocationResponse) ProtoMessage

func (*GetCannonLocationResponse) ProtoMessage()

func (*GetCannonLocationResponse) ProtoReflect

func (*GetCannonLocationResponse) Reset

func (x *GetCannonLocationResponse) Reset()

func (*GetCannonLocationResponse) ResetVT added in v1.8.12

func (m *GetCannonLocationResponse) ResetVT()

func (*GetCannonLocationResponse) ReturnToVTPool added in v1.8.12

func (m *GetCannonLocationResponse) ReturnToVTPool()

func (*GetCannonLocationResponse) SizeVT added in v1.8.12

func (m *GetCannonLocationResponse) SizeVT() (n int)

func (*GetCannonLocationResponse) String

func (x *GetCannonLocationResponse) String() string

func (*GetCannonLocationResponse) UnmarshalVT added in v1.8.12

func (m *GetCannonLocationResponse) UnmarshalVT(dAtA []byte) error

type GetDiscoveryConsensusNodeRecordRequest added in v1.3.0

type GetDiscoveryConsensusNodeRecordRequest struct {
	NetworkIds  []uint64 `protobuf:"varint,1,rep,packed,name=network_ids,json=networkIds,proto3" json:"network_ids,omitempty"`
	ForkDigests [][]byte `protobuf:"bytes,2,rep,name=fork_digests,json=forkDigests,proto3" json:"fork_digests,omitempty"`
	// contains filtered or unexported fields
}

func GetDiscoveryConsensusNodeRecordRequestFromVTPool added in v1.8.12

func GetDiscoveryConsensusNodeRecordRequestFromVTPool() *GetDiscoveryConsensusNodeRecordRequest

func (*GetDiscoveryConsensusNodeRecordRequest) Descriptor deprecated added in v1.3.0

func (*GetDiscoveryConsensusNodeRecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDiscoveryConsensusNodeRecordRequest.ProtoReflect.Descriptor instead.

func (*GetDiscoveryConsensusNodeRecordRequest) GetForkDigests added in v1.3.0

func (x *GetDiscoveryConsensusNodeRecordRequest) GetForkDigests() [][]byte

func (*GetDiscoveryConsensusNodeRecordRequest) GetNetworkIds added in v1.3.0

func (x *GetDiscoveryConsensusNodeRecordRequest) GetNetworkIds() []uint64

func (*GetDiscoveryConsensusNodeRecordRequest) MarshalToSizedBufferVT added in v1.8.12

func (m *GetDiscoveryConsensusNodeRecordRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetDiscoveryConsensusNodeRecordRequest) MarshalToVT added in v1.8.12

func (m *GetDiscoveryConsensusNodeRecordRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetDiscoveryConsensusNodeRecordRequest) MarshalVT added in v1.8.12

func (m *GetDiscoveryConsensusNodeRecordRequest) MarshalVT() (dAtA []byte, err error)

func (*GetDiscoveryConsensusNodeRecordRequest) ProtoMessage added in v1.3.0

func (*GetDiscoveryConsensusNodeRecordRequest) ProtoReflect added in v1.3.0

func (*GetDiscoveryConsensusNodeRecordRequest) Reset added in v1.3.0

func (*GetDiscoveryConsensusNodeRecordRequest) ResetVT added in v1.8.12

func (*GetDiscoveryConsensusNodeRecordRequest) ReturnToVTPool added in v1.8.12

func (m *GetDiscoveryConsensusNodeRecordRequest) ReturnToVTPool()

func (*GetDiscoveryConsensusNodeRecordRequest) SizeVT added in v1.8.12

func (*GetDiscoveryConsensusNodeRecordRequest) String added in v1.3.0

func (*GetDiscoveryConsensusNodeRecordRequest) UnmarshalVT added in v1.8.12

func (m *GetDiscoveryConsensusNodeRecordRequest) UnmarshalVT(dAtA []byte) error

type GetDiscoveryConsensusNodeRecordResponse added in v1.3.0

type GetDiscoveryConsensusNodeRecordResponse struct {
	NodeRecord string `protobuf:"bytes,1,opt,name=node_record,json=nodeRecord,proto3" json:"node_record,omitempty"`
	// contains filtered or unexported fields
}

func GetDiscoveryConsensusNodeRecordResponseFromVTPool added in v1.8.12

func GetDiscoveryConsensusNodeRecordResponseFromVTPool() *GetDiscoveryConsensusNodeRecordResponse

func (*GetDiscoveryConsensusNodeRecordResponse) Descriptor deprecated added in v1.3.0

func (*GetDiscoveryConsensusNodeRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDiscoveryConsensusNodeRecordResponse.ProtoReflect.Descriptor instead.

func (*GetDiscoveryConsensusNodeRecordResponse) GetNodeRecord added in v1.3.0

func (*GetDiscoveryConsensusNodeRecordResponse) MarshalToSizedBufferVT added in v1.8.12

func (m *GetDiscoveryConsensusNodeRecordResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetDiscoveryConsensusNodeRecordResponse) MarshalToVT added in v1.8.12

func (m *GetDiscoveryConsensusNodeRecordResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetDiscoveryConsensusNodeRecordResponse) MarshalVT added in v1.8.12

func (m *GetDiscoveryConsensusNodeRecordResponse) MarshalVT() (dAtA []byte, err error)

func (*GetDiscoveryConsensusNodeRecordResponse) ProtoMessage added in v1.3.0

func (*GetDiscoveryConsensusNodeRecordResponse) ProtoReflect added in v1.3.0

func (*GetDiscoveryConsensusNodeRecordResponse) Reset added in v1.3.0

func (*GetDiscoveryConsensusNodeRecordResponse) ResetVT added in v1.8.12

func (*GetDiscoveryConsensusNodeRecordResponse) ReturnToVTPool added in v1.8.12

func (m *GetDiscoveryConsensusNodeRecordResponse) ReturnToVTPool()

func (*GetDiscoveryConsensusNodeRecordResponse) SizeVT added in v1.8.12

func (*GetDiscoveryConsensusNodeRecordResponse) String added in v1.3.0

func (*GetDiscoveryConsensusNodeRecordResponse) UnmarshalVT added in v1.8.12

func (m *GetDiscoveryConsensusNodeRecordResponse) UnmarshalVT(dAtA []byte) error

type GetDiscoveryExecutionNodeRecordRequest added in v1.3.0

type GetDiscoveryExecutionNodeRecordRequest struct {
	NetworkIds   []uint64 `protobuf:"varint,1,rep,packed,name=network_ids,json=networkIds,proto3" json:"network_ids,omitempty"`
	ForkIdHashes [][]byte `protobuf:"bytes,2,rep,name=fork_id_hashes,json=forkIdHashes,proto3" json:"fork_id_hashes,omitempty"`
	// contains filtered or unexported fields
}

func GetDiscoveryExecutionNodeRecordRequestFromVTPool added in v1.8.12

func GetDiscoveryExecutionNodeRecordRequestFromVTPool() *GetDiscoveryExecutionNodeRecordRequest

func (*GetDiscoveryExecutionNodeRecordRequest) Descriptor deprecated added in v1.3.0

func (*GetDiscoveryExecutionNodeRecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDiscoveryExecutionNodeRecordRequest.ProtoReflect.Descriptor instead.

func (*GetDiscoveryExecutionNodeRecordRequest) GetForkIdHashes added in v1.3.0

func (x *GetDiscoveryExecutionNodeRecordRequest) GetForkIdHashes() [][]byte

func (*GetDiscoveryExecutionNodeRecordRequest) GetNetworkIds added in v1.3.0

func (x *GetDiscoveryExecutionNodeRecordRequest) GetNetworkIds() []uint64

func (*GetDiscoveryExecutionNodeRecordRequest) MarshalToSizedBufferVT added in v1.8.12

func (m *GetDiscoveryExecutionNodeRecordRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetDiscoveryExecutionNodeRecordRequest) MarshalToVT added in v1.8.12

func (m *GetDiscoveryExecutionNodeRecordRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetDiscoveryExecutionNodeRecordRequest) MarshalVT added in v1.8.12

func (m *GetDiscoveryExecutionNodeRecordRequest) MarshalVT() (dAtA []byte, err error)

func (*GetDiscoveryExecutionNodeRecordRequest) ProtoMessage added in v1.3.0

func (*GetDiscoveryExecutionNodeRecordRequest) ProtoReflect added in v1.3.0

func (*GetDiscoveryExecutionNodeRecordRequest) Reset added in v1.3.0

func (*GetDiscoveryExecutionNodeRecordRequest) ResetVT added in v1.8.12

func (*GetDiscoveryExecutionNodeRecordRequest) ReturnToVTPool added in v1.8.12

func (m *GetDiscoveryExecutionNodeRecordRequest) ReturnToVTPool()

func (*GetDiscoveryExecutionNodeRecordRequest) SizeVT added in v1.8.12

func (*GetDiscoveryExecutionNodeRecordRequest) String added in v1.3.0

func (*GetDiscoveryExecutionNodeRecordRequest) UnmarshalVT added in v1.8.12

func (m *GetDiscoveryExecutionNodeRecordRequest) UnmarshalVT(dAtA []byte) error

type GetDiscoveryExecutionNodeRecordResponse added in v1.3.0

type GetDiscoveryExecutionNodeRecordResponse struct {
	NodeRecord string `protobuf:"bytes,1,opt,name=node_record,json=nodeRecord,proto3" json:"node_record,omitempty"`
	// contains filtered or unexported fields
}

func GetDiscoveryExecutionNodeRecordResponseFromVTPool added in v1.8.12

func GetDiscoveryExecutionNodeRecordResponseFromVTPool() *GetDiscoveryExecutionNodeRecordResponse

func (*GetDiscoveryExecutionNodeRecordResponse) Descriptor deprecated added in v1.3.0

func (*GetDiscoveryExecutionNodeRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDiscoveryExecutionNodeRecordResponse.ProtoReflect.Descriptor instead.

func (*GetDiscoveryExecutionNodeRecordResponse) GetNodeRecord added in v1.3.0

func (*GetDiscoveryExecutionNodeRecordResponse) MarshalToSizedBufferVT added in v1.8.12

func (m *GetDiscoveryExecutionNodeRecordResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetDiscoveryExecutionNodeRecordResponse) MarshalToVT added in v1.8.12

func (m *GetDiscoveryExecutionNodeRecordResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetDiscoveryExecutionNodeRecordResponse) MarshalVT added in v1.8.12

func (m *GetDiscoveryExecutionNodeRecordResponse) MarshalVT() (dAtA []byte, err error)

func (*GetDiscoveryExecutionNodeRecordResponse) ProtoMessage added in v1.3.0

func (*GetDiscoveryExecutionNodeRecordResponse) ProtoReflect added in v1.3.0

func (*GetDiscoveryExecutionNodeRecordResponse) Reset added in v1.3.0

func (*GetDiscoveryExecutionNodeRecordResponse) ResetVT added in v1.8.12

func (*GetDiscoveryExecutionNodeRecordResponse) ReturnToVTPool added in v1.8.12

func (m *GetDiscoveryExecutionNodeRecordResponse) ReturnToVTPool()

func (*GetDiscoveryExecutionNodeRecordResponse) SizeVT added in v1.8.12

func (*GetDiscoveryExecutionNodeRecordResponse) String added in v1.3.0

func (*GetDiscoveryExecutionNodeRecordResponse) UnmarshalVT added in v1.8.12

func (m *GetDiscoveryExecutionNodeRecordResponse) UnmarshalVT(dAtA []byte) error

type GetDiscoveryNodeRecordRequest deprecated

type GetDiscoveryNodeRecordRequest struct {
	NetworkIds   []uint64 `protobuf:"varint,1,rep,packed,name=network_ids,json=networkIds,proto3" json:"network_ids,omitempty"`
	ForkIdHashes [][]byte `protobuf:"bytes,2,rep,name=fork_id_hashes,json=forkIdHashes,proto3" json:"fork_id_hashes,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in pkg/proto/xatu/coordinator.proto.

func GetDiscoveryNodeRecordRequestFromVTPool added in v1.8.12

func GetDiscoveryNodeRecordRequestFromVTPool() *GetDiscoveryNodeRecordRequest

func (*GetDiscoveryNodeRecordRequest) Descriptor deprecated

func (*GetDiscoveryNodeRecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDiscoveryNodeRecordRequest.ProtoReflect.Descriptor instead.

func (*GetDiscoveryNodeRecordRequest) GetForkIdHashes

func (x *GetDiscoveryNodeRecordRequest) GetForkIdHashes() [][]byte

func (*GetDiscoveryNodeRecordRequest) GetNetworkIds

func (x *GetDiscoveryNodeRecordRequest) GetNetworkIds() []uint64

func (*GetDiscoveryNodeRecordRequest) MarshalToSizedBufferVT added in v1.8.12

func (m *GetDiscoveryNodeRecordRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetDiscoveryNodeRecordRequest) MarshalToVT added in v1.8.12

func (m *GetDiscoveryNodeRecordRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetDiscoveryNodeRecordRequest) MarshalVT added in v1.8.12

func (m *GetDiscoveryNodeRecordRequest) MarshalVT() (dAtA []byte, err error)

func (*GetDiscoveryNodeRecordRequest) ProtoMessage

func (*GetDiscoveryNodeRecordRequest) ProtoMessage()

func (*GetDiscoveryNodeRecordRequest) ProtoReflect

func (*GetDiscoveryNodeRecordRequest) Reset

func (x *GetDiscoveryNodeRecordRequest) Reset()

func (*GetDiscoveryNodeRecordRequest) ResetVT added in v1.8.12

func (m *GetDiscoveryNodeRecordRequest) ResetVT()

func (*GetDiscoveryNodeRecordRequest) ReturnToVTPool added in v1.8.12

func (m *GetDiscoveryNodeRecordRequest) ReturnToVTPool()

func (*GetDiscoveryNodeRecordRequest) SizeVT added in v1.8.12

func (m *GetDiscoveryNodeRecordRequest) SizeVT() (n int)

func (*GetDiscoveryNodeRecordRequest) String

func (*GetDiscoveryNodeRecordRequest) UnmarshalVT added in v1.8.12

func (m *GetDiscoveryNodeRecordRequest) UnmarshalVT(dAtA []byte) error

type GetDiscoveryNodeRecordResponse deprecated

type GetDiscoveryNodeRecordResponse struct {
	NodeRecord string `protobuf:"bytes,1,opt,name=node_record,json=nodeRecord,proto3" json:"node_record,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in pkg/proto/xatu/coordinator.proto.

func GetDiscoveryNodeRecordResponseFromVTPool added in v1.8.12

func GetDiscoveryNodeRecordResponseFromVTPool() *GetDiscoveryNodeRecordResponse

func (*GetDiscoveryNodeRecordResponse) Descriptor deprecated

func (*GetDiscoveryNodeRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDiscoveryNodeRecordResponse.ProtoReflect.Descriptor instead.

func (*GetDiscoveryNodeRecordResponse) GetNodeRecord

func (x *GetDiscoveryNodeRecordResponse) GetNodeRecord() string

func (*GetDiscoveryNodeRecordResponse) MarshalToSizedBufferVT added in v1.8.12

func (m *GetDiscoveryNodeRecordResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetDiscoveryNodeRecordResponse) MarshalToVT added in v1.8.12

func (m *GetDiscoveryNodeRecordResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetDiscoveryNodeRecordResponse) MarshalVT added in v1.8.12

func (m *GetDiscoveryNodeRecordResponse) MarshalVT() (dAtA []byte, err error)

func (*GetDiscoveryNodeRecordResponse) ProtoMessage

func (*GetDiscoveryNodeRecordResponse) ProtoMessage()

func (*GetDiscoveryNodeRecordResponse) ProtoReflect

func (*GetDiscoveryNodeRecordResponse) Reset

func (x *GetDiscoveryNodeRecordResponse) Reset()

func (*GetDiscoveryNodeRecordResponse) ResetVT added in v1.8.12

func (m *GetDiscoveryNodeRecordResponse) ResetVT()

func (*GetDiscoveryNodeRecordResponse) ReturnToVTPool added in v1.8.12

func (m *GetDiscoveryNodeRecordResponse) ReturnToVTPool()

func (*GetDiscoveryNodeRecordResponse) SizeVT added in v1.8.12

func (m *GetDiscoveryNodeRecordResponse) SizeVT() (n int)

func (*GetDiscoveryNodeRecordResponse) String

func (*GetDiscoveryNodeRecordResponse) UnmarshalVT added in v1.8.12

func (m *GetDiscoveryNodeRecordResponse) UnmarshalVT(dAtA []byte) error

type GetRelayMonitorLocationRequest added in v1.4.4

type GetRelayMonitorLocationRequest struct {
	MetaNetworkName string           `protobuf:"bytes,1,opt,name=meta_network_name,json=metaNetworkName,proto3" json:"meta_network_name,omitempty"` // Network name
	MetaClientName  string           `protobuf:"bytes,2,opt,name=meta_client_name,json=metaClientName,proto3" json:"meta_client_name,omitempty"`    // Client instance name
	RelayName       string           `protobuf:"bytes,3,opt,name=relay_name,json=relayName,proto3" json:"relay_name,omitempty"`                     // Relay name (includes process suffix)
	Type            RelayMonitorType `protobuf:"varint,4,opt,name=type,proto3,enum=xatu.RelayMonitorType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func GetRelayMonitorLocationRequestFromVTPool added in v1.8.12

func GetRelayMonitorLocationRequestFromVTPool() *GetRelayMonitorLocationRequest

func (*GetRelayMonitorLocationRequest) Descriptor deprecated added in v1.4.4

func (*GetRelayMonitorLocationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRelayMonitorLocationRequest.ProtoReflect.Descriptor instead.

func (*GetRelayMonitorLocationRequest) GetMetaClientName added in v1.4.4

func (x *GetRelayMonitorLocationRequest) GetMetaClientName() string

func (*GetRelayMonitorLocationRequest) GetMetaNetworkName added in v1.4.4

func (x *GetRelayMonitorLocationRequest) GetMetaNetworkName() string

func (*GetRelayMonitorLocationRequest) GetRelayName added in v1.4.4

func (x *GetRelayMonitorLocationRequest) GetRelayName() string

func (*GetRelayMonitorLocationRequest) GetType added in v1.4.4

func (*GetRelayMonitorLocationRequest) MarshalToSizedBufferVT added in v1.8.12

func (m *GetRelayMonitorLocationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetRelayMonitorLocationRequest) MarshalToVT added in v1.8.12

func (m *GetRelayMonitorLocationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetRelayMonitorLocationRequest) MarshalVT added in v1.8.12

func (m *GetRelayMonitorLocationRequest) MarshalVT() (dAtA []byte, err error)

func (*GetRelayMonitorLocationRequest) ProtoMessage added in v1.4.4

func (*GetRelayMonitorLocationRequest) ProtoMessage()

func (*GetRelayMonitorLocationRequest) ProtoReflect added in v1.4.4

func (*GetRelayMonitorLocationRequest) Reset added in v1.4.4

func (x *GetRelayMonitorLocationRequest) Reset()

func (*GetRelayMonitorLocationRequest) ResetVT added in v1.8.12

func (m *GetRelayMonitorLocationRequest) ResetVT()

func (*GetRelayMonitorLocationRequest) ReturnToVTPool added in v1.8.12

func (m *GetRelayMonitorLocationRequest) ReturnToVTPool()

func (*GetRelayMonitorLocationRequest) SizeVT added in v1.8.12

func (m *GetRelayMonitorLocationRequest) SizeVT() (n int)

func (*GetRelayMonitorLocationRequest) String added in v1.4.4

func (*GetRelayMonitorLocationRequest) UnmarshalVT added in v1.8.12

func (m *GetRelayMonitorLocationRequest) UnmarshalVT(dAtA []byte) error

type GetRelayMonitorLocationResponse added in v1.4.4

type GetRelayMonitorLocationResponse struct {
	Location *RelayMonitorLocation `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func GetRelayMonitorLocationResponseFromVTPool added in v1.8.12

func GetRelayMonitorLocationResponseFromVTPool() *GetRelayMonitorLocationResponse

func (*GetRelayMonitorLocationResponse) Descriptor deprecated added in v1.4.4

func (*GetRelayMonitorLocationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRelayMonitorLocationResponse.ProtoReflect.Descriptor instead.

func (*GetRelayMonitorLocationResponse) GetLocation added in v1.4.4

func (*GetRelayMonitorLocationResponse) MarshalToSizedBufferVT added in v1.8.12

func (m *GetRelayMonitorLocationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetRelayMonitorLocationResponse) MarshalToVT added in v1.8.12

func (m *GetRelayMonitorLocationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetRelayMonitorLocationResponse) MarshalVT added in v1.8.12

func (m *GetRelayMonitorLocationResponse) MarshalVT() (dAtA []byte, err error)

func (*GetRelayMonitorLocationResponse) ProtoMessage added in v1.4.4

func (*GetRelayMonitorLocationResponse) ProtoMessage()

func (*GetRelayMonitorLocationResponse) ProtoReflect added in v1.4.4

func (*GetRelayMonitorLocationResponse) Reset added in v1.4.4

func (*GetRelayMonitorLocationResponse) ResetVT added in v1.8.12

func (m *GetRelayMonitorLocationResponse) ResetVT()

func (*GetRelayMonitorLocationResponse) ReturnToVTPool added in v1.8.12

func (m *GetRelayMonitorLocationResponse) ReturnToVTPool()

func (*GetRelayMonitorLocationResponse) SizeVT added in v1.8.12

func (m *GetRelayMonitorLocationResponse) SizeVT() (n int)

func (*GetRelayMonitorLocationResponse) String added in v1.4.4

func (*GetRelayMonitorLocationResponse) UnmarshalVT added in v1.8.12

func (m *GetRelayMonitorLocationResponse) UnmarshalVT(dAtA []byte) error

type ListStalledConsensusNodeRecordsRequest added in v1.3.0

type ListStalledConsensusNodeRecordsRequest struct {
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// contains filtered or unexported fields
}

func ListStalledConsensusNodeRecordsRequestFromVTPool added in v1.8.12

func ListStalledConsensusNodeRecordsRequestFromVTPool() *ListStalledConsensusNodeRecordsRequest

func (*ListStalledConsensusNodeRecordsRequest) Descriptor deprecated added in v1.3.0

func (*ListStalledConsensusNodeRecordsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListStalledConsensusNodeRecordsRequest.ProtoReflect.Descriptor instead.

func (*ListStalledConsensusNodeRecordsRequest) GetPageSize added in v1.3.0

func (*ListStalledConsensusNodeRecordsRequest) MarshalToSizedBufferVT added in v1.8.12

func (m *ListStalledConsensusNodeRecordsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListStalledConsensusNodeRecordsRequest) MarshalToVT added in v1.8.12

func (m *ListStalledConsensusNodeRecordsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListStalledConsensusNodeRecordsRequest) MarshalVT added in v1.8.12

func (m *ListStalledConsensusNodeRecordsRequest) MarshalVT() (dAtA []byte, err error)

func (*ListStalledConsensusNodeRecordsRequest) ProtoMessage added in v1.3.0

func (*ListStalledConsensusNodeRecordsRequest) ProtoReflect added in v1.3.0

func (*ListStalledConsensusNodeRecordsRequest) Reset added in v1.3.0

func (*ListStalledConsensusNodeRecordsRequest) ResetVT added in v1.8.12

func (*ListStalledConsensusNodeRecordsRequest) ReturnToVTPool added in v1.8.12

func (m *ListStalledConsensusNodeRecordsRequest) ReturnToVTPool()

func (*ListStalledConsensusNodeRecordsRequest) SizeVT added in v1.8.12

func (*ListStalledConsensusNodeRecordsRequest) String added in v1.3.0

func (*ListStalledConsensusNodeRecordsRequest) UnmarshalVT added in v1.8.12

func (m *ListStalledConsensusNodeRecordsRequest) UnmarshalVT(dAtA []byte) error

type ListStalledConsensusNodeRecordsResponse added in v1.3.0

type ListStalledConsensusNodeRecordsResponse struct {
	NodeRecords []string `protobuf:"bytes,1,rep,name=node_records,json=nodeRecords,proto3" json:"node_records,omitempty"`
	// contains filtered or unexported fields
}

func ListStalledConsensusNodeRecordsResponseFromVTPool added in v1.8.12

func ListStalledConsensusNodeRecordsResponseFromVTPool() *ListStalledConsensusNodeRecordsResponse

func (*ListStalledConsensusNodeRecordsResponse) Descriptor deprecated added in v1.3.0

func (*ListStalledConsensusNodeRecordsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListStalledConsensusNodeRecordsResponse.ProtoReflect.Descriptor instead.

func (*ListStalledConsensusNodeRecordsResponse) GetNodeRecords added in v1.3.0

func (x *ListStalledConsensusNodeRecordsResponse) GetNodeRecords() []string

func (*ListStalledConsensusNodeRecordsResponse) MarshalToSizedBufferVT added in v1.8.12

func (m *ListStalledConsensusNodeRecordsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListStalledConsensusNodeRecordsResponse) MarshalToVT added in v1.8.12

func (m *ListStalledConsensusNodeRecordsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListStalledConsensusNodeRecordsResponse) MarshalVT added in v1.8.12

func (m *ListStalledConsensusNodeRecordsResponse) MarshalVT() (dAtA []byte, err error)

func (*ListStalledConsensusNodeRecordsResponse) ProtoMessage added in v1.3.0

func (*ListStalledConsensusNodeRecordsResponse) ProtoReflect added in v1.3.0

func (*ListStalledConsensusNodeRecordsResponse) Reset added in v1.3.0

func (*ListStalledConsensusNodeRecordsResponse) ResetVT added in v1.8.12

func (*ListStalledConsensusNodeRecordsResponse) ReturnToVTPool added in v1.8.12

func (m *ListStalledConsensusNodeRecordsResponse) ReturnToVTPool()

func (*ListStalledConsensusNodeRecordsResponse) SizeVT added in v1.8.12

func (*ListStalledConsensusNodeRecordsResponse) String added in v1.3.0

func (*ListStalledConsensusNodeRecordsResponse) UnmarshalVT added in v1.8.12

func (m *ListStalledConsensusNodeRecordsResponse) UnmarshalVT(dAtA []byte) error

type ListStalledExecutionNodeRecordsRequest

type ListStalledExecutionNodeRecordsRequest struct {
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// contains filtered or unexported fields
}

func ListStalledExecutionNodeRecordsRequestFromVTPool added in v1.8.12

func ListStalledExecutionNodeRecordsRequestFromVTPool() *ListStalledExecutionNodeRecordsRequest

func (*ListStalledExecutionNodeRecordsRequest) Descriptor deprecated

func (*ListStalledExecutionNodeRecordsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListStalledExecutionNodeRecordsRequest.ProtoReflect.Descriptor instead.

func (*ListStalledExecutionNodeRecordsRequest) GetPageSize

func (*ListStalledExecutionNodeRecordsRequest) MarshalToSizedBufferVT added in v1.8.12

func (m *ListStalledExecutionNodeRecordsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListStalledExecutionNodeRecordsRequest) MarshalToVT added in v1.8.12

func (m *ListStalledExecutionNodeRecordsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListStalledExecutionNodeRecordsRequest) MarshalVT added in v1.8.12

func (m *ListStalledExecutionNodeRecordsRequest) MarshalVT() (dAtA []byte, err error)

func (*ListStalledExecutionNodeRecordsRequest) ProtoMessage

func (*ListStalledExecutionNodeRecordsRequest) ProtoReflect

func (*ListStalledExecutionNodeRecordsRequest) Reset

func (*ListStalledExecutionNodeRecordsRequest) ResetVT added in v1.8.12

func (*ListStalledExecutionNodeRecordsRequest) ReturnToVTPool added in v1.8.12

func (m *ListStalledExecutionNodeRecordsRequest) ReturnToVTPool()

func (*ListStalledExecutionNodeRecordsRequest) SizeVT added in v1.8.12

func (*ListStalledExecutionNodeRecordsRequest) String

func (*ListStalledExecutionNodeRecordsRequest) UnmarshalVT added in v1.8.12

func (m *ListStalledExecutionNodeRecordsRequest) UnmarshalVT(dAtA []byte) error

type ListStalledExecutionNodeRecordsResponse

type ListStalledExecutionNodeRecordsResponse struct {
	NodeRecords []string `protobuf:"bytes,1,rep,name=node_records,json=nodeRecords,proto3" json:"node_records,omitempty"`
	// contains filtered or unexported fields
}

func ListStalledExecutionNodeRecordsResponseFromVTPool added in v1.8.12

func ListStalledExecutionNodeRecordsResponseFromVTPool() *ListStalledExecutionNodeRecordsResponse

func (*ListStalledExecutionNodeRecordsResponse) Descriptor deprecated

func (*ListStalledExecutionNodeRecordsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListStalledExecutionNodeRecordsResponse.ProtoReflect.Descriptor instead.

func (*ListStalledExecutionNodeRecordsResponse) GetNodeRecords

func (x *ListStalledExecutionNodeRecordsResponse) GetNodeRecords() []string

func (*ListStalledExecutionNodeRecordsResponse) MarshalToSizedBufferVT added in v1.8.12

func (m *ListStalledExecutionNodeRecordsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListStalledExecutionNodeRecordsResponse) MarshalToVT added in v1.8.12

func (m *ListStalledExecutionNodeRecordsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListStalledExecutionNodeRecordsResponse) MarshalVT added in v1.8.12

func (m *ListStalledExecutionNodeRecordsResponse) MarshalVT() (dAtA []byte, err error)

func (*ListStalledExecutionNodeRecordsResponse) ProtoMessage

func (*ListStalledExecutionNodeRecordsResponse) ProtoReflect

func (*ListStalledExecutionNodeRecordsResponse) Reset

func (*ListStalledExecutionNodeRecordsResponse) ResetVT added in v1.8.12

func (*ListStalledExecutionNodeRecordsResponse) ReturnToVTPool added in v1.8.12

func (m *ListStalledExecutionNodeRecordsResponse) ReturnToVTPool()

func (*ListStalledExecutionNodeRecordsResponse) SizeVT added in v1.8.12

func (*ListStalledExecutionNodeRecordsResponse) String

func (*ListStalledExecutionNodeRecordsResponse) UnmarshalVT added in v1.8.12

func (m *ListStalledExecutionNodeRecordsResponse) UnmarshalVT(dAtA []byte) error

type Meta

type Meta struct {

	// Client contains information about the event that is from the client.
	Client *ClientMeta `protobuf:"bytes,1,opt,name=client,proto3" json:"client,omitempty"`
	// Server contains information about the event that is from the server.
	Server *ServerMeta `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

func MetaFromVTPool added in v1.8.12

func MetaFromVTPool() *Meta

func (*Meta) Descriptor deprecated

func (*Meta) Descriptor() ([]byte, []int)

Deprecated: Use Meta.ProtoReflect.Descriptor instead.

func (*Meta) GetClient

func (x *Meta) GetClient() *ClientMeta

func (*Meta) GetServer

func (x *Meta) GetServer() *ServerMeta

func (*Meta) MarshalToSizedBufferVT added in v1.8.12

func (m *Meta) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Meta) MarshalToVT added in v1.8.12

func (m *Meta) MarshalToVT(dAtA []byte) (int, error)

func (*Meta) MarshalVT added in v1.8.12

func (m *Meta) MarshalVT() (dAtA []byte, err error)

func (*Meta) ProtoMessage

func (*Meta) ProtoMessage()

func (*Meta) ProtoReflect

func (x *Meta) ProtoReflect() protoreflect.Message

func (*Meta) Reset

func (x *Meta) Reset()

func (*Meta) ResetVT added in v1.8.12

func (m *Meta) ResetVT()

func (*Meta) ReturnToVTPool added in v1.8.12

func (m *Meta) ReturnToVTPool()

func (*Meta) SizeVT added in v1.8.12

func (m *Meta) SizeVT() (n int)

func (*Meta) String

func (x *Meta) String() string

func (*Meta) UnmarshalVT added in v1.8.12

func (m *Meta) UnmarshalVT(dAtA []byte) error

type ModuleName added in v0.0.198

type ModuleName int32

ModuleName is the Xatu module.

const (
	ModuleName_UNSPECIFIED   ModuleName = 0
	ModuleName_SENTRY        ModuleName = 1
	ModuleName_CANNON        ModuleName = 2
	ModuleName_SERVER        ModuleName = 3
	ModuleName_DISCOVERY     ModuleName = 4
	ModuleName_CL_MIMICRY    ModuleName = 5
	ModuleName_EL_MIMICRY    ModuleName = 6
	ModuleName_RELAY_MONITOR ModuleName = 7
	ModuleName_TYSM          ModuleName = 8
	ModuleName_SIDECAR       ModuleName = 9
	ModuleName_RPC_SNOOPER   ModuleName = 10
)

func (ModuleName) Descriptor added in v0.0.198

func (ModuleName) Descriptor() protoreflect.EnumDescriptor

func (ModuleName) Enum added in v0.0.198

func (x ModuleName) Enum() *ModuleName

func (ModuleName) EnumDescriptor deprecated added in v0.0.198

func (ModuleName) EnumDescriptor() ([]byte, []int)

Deprecated: Use ModuleName.Descriptor instead.

func (ModuleName) Number added in v0.0.198

func (x ModuleName) Number() protoreflect.EnumNumber

func (ModuleName) String added in v0.0.198

func (x ModuleName) String() string

func (ModuleName) Type added in v0.0.198

type Propagation

type Propagation struct {

	// SlotStartDiff is the difference between the slot start time and the
	// attestation received time (in milliseconds).
	SlotStartDiff uint64 `protobuf:"varint,3,opt,name=slot_start_diff,proto3" json:"slot_start_diff,omitempty"`
	// contains filtered or unexported fields
}

func PropagationFromVTPool added in v1.8.12

func PropagationFromVTPool() *Propagation

func (*Propagation) Descriptor deprecated

func (*Propagation) Descriptor() ([]byte, []int)

Deprecated: Use Propagation.ProtoReflect.Descriptor instead.

func (*Propagation) GetSlotStartDiff

func (x *Propagation) GetSlotStartDiff() uint64

func (*Propagation) MarshalToSizedBufferVT added in v1.8.12

func (m *Propagation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Propagation) MarshalToVT added in v1.8.12

func (m *Propagation) MarshalToVT(dAtA []byte) (int, error)

func (*Propagation) MarshalVT added in v1.8.12

func (m *Propagation) MarshalVT() (dAtA []byte, err error)

func (*Propagation) ProtoMessage

func (*Propagation) ProtoMessage()

func (*Propagation) ProtoReflect

func (x *Propagation) ProtoReflect() protoreflect.Message

func (*Propagation) Reset

func (x *Propagation) Reset()

func (*Propagation) ResetVT added in v1.8.12

func (m *Propagation) ResetVT()

func (*Propagation) ReturnToVTPool added in v1.8.12

func (m *Propagation) ReturnToVTPool()

func (*Propagation) SizeVT added in v1.8.12

func (m *Propagation) SizeVT() (n int)

func (*Propagation) String

func (x *Propagation) String() string

func (*Propagation) UnmarshalVT added in v1.8.12

func (m *Propagation) UnmarshalVT(dAtA []byte) error

type PropagationV2

type PropagationV2 struct {

	// SlotStartDiff is the difference between the slot start time and the
	// attestation received time (in milliseconds).
	SlotStartDiff *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=slot_start_diff,proto3" json:"slot_start_diff,omitempty"`
	// contains filtered or unexported fields
}

func PropagationV2FromVTPool added in v1.8.12

func PropagationV2FromVTPool() *PropagationV2

func (*PropagationV2) Descriptor deprecated

func (*PropagationV2) Descriptor() ([]byte, []int)

Deprecated: Use PropagationV2.ProtoReflect.Descriptor instead.

func (*PropagationV2) GetSlotStartDiff

func (x *PropagationV2) GetSlotStartDiff() *wrapperspb.UInt64Value

func (*PropagationV2) MarshalToSizedBufferVT added in v1.8.12

func (m *PropagationV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PropagationV2) MarshalToVT added in v1.8.12

func (m *PropagationV2) MarshalToVT(dAtA []byte) (int, error)

func (*PropagationV2) MarshalVT added in v1.8.12

func (m *PropagationV2) MarshalVT() (dAtA []byte, err error)

func (*PropagationV2) ProtoMessage

func (*PropagationV2) ProtoMessage()

func (*PropagationV2) ProtoReflect

func (x *PropagationV2) ProtoReflect() protoreflect.Message

func (*PropagationV2) Reset

func (x *PropagationV2) Reset()

func (*PropagationV2) ResetVT added in v1.8.12

func (m *PropagationV2) ResetVT()

func (*PropagationV2) ReturnToVTPool added in v1.8.12

func (m *PropagationV2) ReturnToVTPool()

func (*PropagationV2) SizeVT added in v1.8.12

func (m *PropagationV2) SizeVT() (n int)

func (*PropagationV2) String

func (x *PropagationV2) String() string

func (*PropagationV2) UnmarshalVT added in v1.8.12

func (m *PropagationV2) UnmarshalVT(dAtA []byte) error

type Redacter added in v0.0.200

type Redacter interface {
	Apply(msg proto.Message) []string
}

func NewRedacter added in v0.0.200

func NewRedacter(config *RedacterConfig) (Redacter, error)

type RedacterConfig added in v0.0.200

type RedacterConfig struct {
	FieldPaths []string `yaml:"fieldPaths"`
}

func (*RedacterConfig) Validate added in v0.0.200

func (r *RedacterConfig) Validate() error

type RelayMonitorLocation added in v1.4.4

type RelayMonitorLocation struct {
	MetaNetworkName string           `protobuf:"bytes,1,opt,name=meta_network_name,json=metaNetworkName,proto3" json:"meta_network_name,omitempty"` // Network name (e.g., "mainnet", "holesky")
	MetaClientName  string           `protobuf:"bytes,2,opt,name=meta_client_name,json=metaClientName,proto3" json:"meta_client_name,omitempty"`    // Client instance name for multi-instance support
	RelayName       string           `protobuf:"bytes,3,opt,name=relay_name,json=relayName,proto3" json:"relay_name,omitempty"`                     // Relay being monitored (includes process suffix)
	Type            RelayMonitorType `protobuf:"varint,4,opt,name=type,proto3,enum=xatu.RelayMonitorType" json:"type,omitempty"`
	// Types that are assignable to Data:
	//
	//	*RelayMonitorLocation_BidTrace
	//	*RelayMonitorLocation_PayloadDelivered
	Data isRelayMonitorLocation_Data `protobuf_oneof:"Data"`
	// contains filtered or unexported fields
}

func RelayMonitorLocationFromVTPool added in v1.8.12

func RelayMonitorLocationFromVTPool() *RelayMonitorLocation

func (*RelayMonitorLocation) Descriptor deprecated added in v1.4.4

func (*RelayMonitorLocation) Descriptor() ([]byte, []int)

Deprecated: Use RelayMonitorLocation.ProtoReflect.Descriptor instead.

func (*RelayMonitorLocation) GetBidTrace added in v1.4.4

func (*RelayMonitorLocation) GetData added in v1.4.4

func (m *RelayMonitorLocation) GetData() isRelayMonitorLocation_Data

func (*RelayMonitorLocation) GetMetaClientName added in v1.4.4

func (x *RelayMonitorLocation) GetMetaClientName() string

func (*RelayMonitorLocation) GetMetaNetworkName added in v1.4.4

func (x *RelayMonitorLocation) GetMetaNetworkName() string

func (*RelayMonitorLocation) GetPayloadDelivered added in v1.4.4

func (*RelayMonitorLocation) GetRelayName added in v1.4.4

func (x *RelayMonitorLocation) GetRelayName() string

func (*RelayMonitorLocation) GetType added in v1.4.4

func (*RelayMonitorLocation) MarshalToSizedBufferVT added in v1.8.12

func (m *RelayMonitorLocation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RelayMonitorLocation) MarshalToVT added in v1.8.12

func (m *RelayMonitorLocation) MarshalToVT(dAtA []byte) (int, error)

func (*RelayMonitorLocation) MarshalVT added in v1.8.12

func (m *RelayMonitorLocation) MarshalVT() (dAtA []byte, err error)

func (*RelayMonitorLocation) ProtoMessage added in v1.4.4

func (*RelayMonitorLocation) ProtoMessage()

func (*RelayMonitorLocation) ProtoReflect added in v1.4.4

func (x *RelayMonitorLocation) ProtoReflect() protoreflect.Message

func (*RelayMonitorLocation) Reset added in v1.4.4

func (x *RelayMonitorLocation) Reset()

func (*RelayMonitorLocation) ResetVT added in v1.8.12

func (m *RelayMonitorLocation) ResetVT()

func (*RelayMonitorLocation) ReturnToVTPool added in v1.8.12

func (m *RelayMonitorLocation) ReturnToVTPool()

func (*RelayMonitorLocation) SizeVT added in v1.8.12

func (m *RelayMonitorLocation) SizeVT() (n int)

func (*RelayMonitorLocation) String added in v1.4.4

func (x *RelayMonitorLocation) String() string

func (*RelayMonitorLocation) UnmarshalVT added in v1.8.12

func (m *RelayMonitorLocation) UnmarshalVT(dAtA []byte) error

type RelayMonitorLocationBidTrace added in v1.4.4

type RelayMonitorLocationBidTrace struct {
	SlotMarker *RelayMonitorSlotMarker `protobuf:"bytes,1,opt,name=slot_marker,json=slotMarker,proto3" json:"slot_marker,omitempty"`
	// contains filtered or unexported fields
}

func RelayMonitorLocationBidTraceFromVTPool added in v1.8.12

func RelayMonitorLocationBidTraceFromVTPool() *RelayMonitorLocationBidTrace

func (*RelayMonitorLocationBidTrace) Descriptor deprecated added in v1.4.4

func (*RelayMonitorLocationBidTrace) Descriptor() ([]byte, []int)

Deprecated: Use RelayMonitorLocationBidTrace.ProtoReflect.Descriptor instead.

func (*RelayMonitorLocationBidTrace) GetSlotMarker added in v1.4.4

func (*RelayMonitorLocationBidTrace) MarshalToSizedBufferVT added in v1.8.12

func (m *RelayMonitorLocationBidTrace) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RelayMonitorLocationBidTrace) MarshalToVT added in v1.8.12

func (m *RelayMonitorLocationBidTrace) MarshalToVT(dAtA []byte) (int, error)

func (*RelayMonitorLocationBidTrace) MarshalVT added in v1.8.12

func (m *RelayMonitorLocationBidTrace) MarshalVT() (dAtA []byte, err error)

func (*RelayMonitorLocationBidTrace) ProtoMessage added in v1.4.4

func (*RelayMonitorLocationBidTrace) ProtoMessage()

func (*RelayMonitorLocationBidTrace) ProtoReflect added in v1.4.4

func (*RelayMonitorLocationBidTrace) Reset added in v1.4.4

func (x *RelayMonitorLocationBidTrace) Reset()

func (*RelayMonitorLocationBidTrace) ResetVT added in v1.8.12

func (m *RelayMonitorLocationBidTrace) ResetVT()

func (*RelayMonitorLocationBidTrace) ReturnToVTPool added in v1.8.12

func (m *RelayMonitorLocationBidTrace) ReturnToVTPool()

func (*RelayMonitorLocationBidTrace) SizeVT added in v1.8.12

func (m *RelayMonitorLocationBidTrace) SizeVT() (n int)

func (*RelayMonitorLocationBidTrace) String added in v1.4.4

func (*RelayMonitorLocationBidTrace) UnmarshalVT added in v1.8.12

func (m *RelayMonitorLocationBidTrace) UnmarshalVT(dAtA []byte) error

type RelayMonitorLocationPayloadDelivered added in v1.4.4

type RelayMonitorLocationPayloadDelivered struct {
	SlotMarker *RelayMonitorSlotMarker `protobuf:"bytes,1,opt,name=slot_marker,json=slotMarker,proto3" json:"slot_marker,omitempty"`
	// contains filtered or unexported fields
}

func RelayMonitorLocationPayloadDeliveredFromVTPool added in v1.8.12

func RelayMonitorLocationPayloadDeliveredFromVTPool() *RelayMonitorLocationPayloadDelivered

func (*RelayMonitorLocationPayloadDelivered) Descriptor deprecated added in v1.4.4

func (*RelayMonitorLocationPayloadDelivered) Descriptor() ([]byte, []int)

Deprecated: Use RelayMonitorLocationPayloadDelivered.ProtoReflect.Descriptor instead.

func (*RelayMonitorLocationPayloadDelivered) GetSlotMarker added in v1.4.4

func (*RelayMonitorLocationPayloadDelivered) MarshalToSizedBufferVT added in v1.8.12

func (m *RelayMonitorLocationPayloadDelivered) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RelayMonitorLocationPayloadDelivered) MarshalToVT added in v1.8.12

func (m *RelayMonitorLocationPayloadDelivered) MarshalToVT(dAtA []byte) (int, error)

func (*RelayMonitorLocationPayloadDelivered) MarshalVT added in v1.8.12

func (m *RelayMonitorLocationPayloadDelivered) MarshalVT() (dAtA []byte, err error)

func (*RelayMonitorLocationPayloadDelivered) ProtoMessage added in v1.4.4

func (*RelayMonitorLocationPayloadDelivered) ProtoMessage()

func (*RelayMonitorLocationPayloadDelivered) ProtoReflect added in v1.4.4

func (*RelayMonitorLocationPayloadDelivered) Reset added in v1.4.4

func (*RelayMonitorLocationPayloadDelivered) ResetVT added in v1.8.12

func (*RelayMonitorLocationPayloadDelivered) ReturnToVTPool added in v1.8.12

func (m *RelayMonitorLocationPayloadDelivered) ReturnToVTPool()

func (*RelayMonitorLocationPayloadDelivered) SizeVT added in v1.8.12

func (m *RelayMonitorLocationPayloadDelivered) SizeVT() (n int)

func (*RelayMonitorLocationPayloadDelivered) String added in v1.4.4

func (*RelayMonitorLocationPayloadDelivered) UnmarshalVT added in v1.8.12

func (m *RelayMonitorLocationPayloadDelivered) UnmarshalVT(dAtA []byte) error

type RelayMonitorLocation_BidTrace added in v1.4.4

type RelayMonitorLocation_BidTrace struct {
	BidTrace *RelayMonitorLocationBidTrace `protobuf:"bytes,5,opt,name=bid_trace,json=RELAY_MONITOR_BID_TRACE,proto3,oneof"`
}

func (*RelayMonitorLocation_BidTrace) MarshalToSizedBufferVT added in v1.8.12

func (m *RelayMonitorLocation_BidTrace) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RelayMonitorLocation_BidTrace) MarshalToVT added in v1.8.12

func (m *RelayMonitorLocation_BidTrace) MarshalToVT(dAtA []byte) (int, error)

func (*RelayMonitorLocation_BidTrace) SizeVT added in v1.8.12

func (m *RelayMonitorLocation_BidTrace) SizeVT() (n int)

type RelayMonitorLocation_PayloadDelivered added in v1.4.4

type RelayMonitorLocation_PayloadDelivered struct {
	PayloadDelivered *RelayMonitorLocationPayloadDelivered `protobuf:"bytes,6,opt,name=payload_delivered,json=RELAY_MONITOR_PAYLOAD_DELIVERED,proto3,oneof"`
}

func (*RelayMonitorLocation_PayloadDelivered) MarshalToSizedBufferVT added in v1.8.12

func (m *RelayMonitorLocation_PayloadDelivered) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RelayMonitorLocation_PayloadDelivered) MarshalToVT added in v1.8.12

func (m *RelayMonitorLocation_PayloadDelivered) MarshalToVT(dAtA []byte) (int, error)

func (*RelayMonitorLocation_PayloadDelivered) SizeVT added in v1.8.12

type RelayMonitorSlotMarker added in v1.4.4

type RelayMonitorSlotMarker struct {
	CurrentSlot uint64 `protobuf:"varint,1,opt,name=current_slot,json=currentSlot,proto3" json:"current_slot,omitempty"` // Current slot being processed
	// contains filtered or unexported fields
}

Track current slot for consistency processes Each process type (backfill/forward-fill) uses a unique relay_name suffix to maintain separate records and avoid race conditions

func RelayMonitorSlotMarkerFromVTPool added in v1.8.12

func RelayMonitorSlotMarkerFromVTPool() *RelayMonitorSlotMarker

func (*RelayMonitorSlotMarker) Descriptor deprecated added in v1.4.4

func (*RelayMonitorSlotMarker) Descriptor() ([]byte, []int)

Deprecated: Use RelayMonitorSlotMarker.ProtoReflect.Descriptor instead.

func (*RelayMonitorSlotMarker) GetCurrentSlot added in v1.4.4

func (x *RelayMonitorSlotMarker) GetCurrentSlot() uint64

func (*RelayMonitorSlotMarker) MarshalToSizedBufferVT added in v1.8.12

func (m *RelayMonitorSlotMarker) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RelayMonitorSlotMarker) MarshalToVT added in v1.8.12

func (m *RelayMonitorSlotMarker) MarshalToVT(dAtA []byte) (int, error)

func (*RelayMonitorSlotMarker) MarshalVT added in v1.8.12

func (m *RelayMonitorSlotMarker) MarshalVT() (dAtA []byte, err error)

func (*RelayMonitorSlotMarker) ProtoMessage added in v1.4.4

func (*RelayMonitorSlotMarker) ProtoMessage()

func (*RelayMonitorSlotMarker) ProtoReflect added in v1.4.4

func (x *RelayMonitorSlotMarker) ProtoReflect() protoreflect.Message

func (*RelayMonitorSlotMarker) Reset added in v1.4.4

func (x *RelayMonitorSlotMarker) Reset()

func (*RelayMonitorSlotMarker) ResetVT added in v1.8.12

func (m *RelayMonitorSlotMarker) ResetVT()

func (*RelayMonitorSlotMarker) ReturnToVTPool added in v1.8.12

func (m *RelayMonitorSlotMarker) ReturnToVTPool()

func (*RelayMonitorSlotMarker) SizeVT added in v1.8.12

func (m *RelayMonitorSlotMarker) SizeVT() (n int)

func (*RelayMonitorSlotMarker) String added in v1.4.4

func (x *RelayMonitorSlotMarker) String() string

func (*RelayMonitorSlotMarker) UnmarshalVT added in v1.8.12

func (m *RelayMonitorSlotMarker) UnmarshalVT(dAtA []byte) error

type RelayMonitorType added in v1.4.4

type RelayMonitorType int32

RelayMonitor types

const (
	RelayMonitorType_RELAY_MONITOR_BID_TRACE         RelayMonitorType = 0
	RelayMonitorType_RELAY_MONITOR_PAYLOAD_DELIVERED RelayMonitorType = 1
)

func (RelayMonitorType) Descriptor added in v1.4.4

func (RelayMonitorType) Enum added in v1.4.4

func (RelayMonitorType) EnumDescriptor deprecated added in v1.4.4

func (RelayMonitorType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RelayMonitorType.Descriptor instead.

func (RelayMonitorType) Number added in v1.4.4

func (RelayMonitorType) String added in v1.4.4

func (x RelayMonitorType) String() string

func (RelayMonitorType) Type added in v1.4.4

type ServerMeta

type ServerMeta struct {

	// Event contains information about the event from the server's perspective.
	Event *ServerMeta_Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	// Client contains information about the client from the server's perspective.
	Client *ServerMeta_Client `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"`
	// AdditionalData contains additional, computed data as set by the server
	// about the event.
	//
	// Types that are assignable to AdditionalData:
	//
	//	*ServerMeta_BEACON_P2P_ATTESTATION
	//	*ServerMeta_LIBP2P_TRACE_CONNECTED
	//	*ServerMeta_LIBP2P_TRACE_DISCONNECTED
	//	*ServerMeta_NODE_RECORD_CONSENSUS
	//	*ServerMeta_NODE_RECORD_EXECUTION
	//	*ServerMeta_LIBP2P_TRACE_SYNTHETIC_HEARTBEAT
	//	*ServerMeta_LIBP2P_TRACE_IDENTIFY
	AdditionalData isServerMeta_AdditionalData `protobuf_oneof:"AdditionalData"`
	// contains filtered or unexported fields
}

func ServerMetaFromVTPool added in v1.8.12

func ServerMetaFromVTPool() *ServerMeta

func (*ServerMeta) Descriptor deprecated

func (*ServerMeta) Descriptor() ([]byte, []int)

Deprecated: Use ServerMeta.ProtoReflect.Descriptor instead.

func (*ServerMeta) GetAdditionalData

func (m *ServerMeta) GetAdditionalData() isServerMeta_AdditionalData

func (*ServerMeta) GetBEACON_P2P_ATTESTATION added in v0.0.135

func (x *ServerMeta) GetBEACON_P2P_ATTESTATION() *ServerMeta_AdditionalBeaconP2PAttestationData

func (*ServerMeta) GetClient

func (x *ServerMeta) GetClient() *ServerMeta_Client

func (*ServerMeta) GetEvent

func (x *ServerMeta) GetEvent() *ServerMeta_Event

func (*ServerMeta) GetLIBP2P_TRACE_CONNECTED added in v0.0.164

func (x *ServerMeta) GetLIBP2P_TRACE_CONNECTED() *ServerMeta_AdditionalLibp2PTraceConnectedData

func (*ServerMeta) GetLIBP2P_TRACE_DISCONNECTED added in v0.0.164

func (x *ServerMeta) GetLIBP2P_TRACE_DISCONNECTED() *ServerMeta_AdditionalLibp2PTraceDisconnectedData

func (*ServerMeta) GetLIBP2P_TRACE_IDENTIFY added in v1.8.11

func (x *ServerMeta) GetLIBP2P_TRACE_IDENTIFY() *ServerMeta_AdditionalLibp2PTraceIdentifyData

func (*ServerMeta) GetLIBP2P_TRACE_SYNTHETIC_HEARTBEAT added in v1.4.0

func (x *ServerMeta) GetLIBP2P_TRACE_SYNTHETIC_HEARTBEAT() *ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData

func (*ServerMeta) GetNODE_RECORD_CONSENSUS added in v1.3.0

func (x *ServerMeta) GetNODE_RECORD_CONSENSUS() *ServerMeta_AdditionalNodeRecordConsensusData

func (*ServerMeta) GetNODE_RECORD_EXECUTION added in v1.3.0

func (x *ServerMeta) GetNODE_RECORD_EXECUTION() *ServerMeta_AdditionalNodeRecordExecutionData

func (*ServerMeta) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta) MarshalToVT added in v1.8.12

func (m *ServerMeta) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta) MarshalVT added in v1.8.12

func (m *ServerMeta) MarshalVT() (dAtA []byte, err error)

func (*ServerMeta) ProtoMessage

func (*ServerMeta) ProtoMessage()

func (*ServerMeta) ProtoReflect

func (x *ServerMeta) ProtoReflect() protoreflect.Message

func (*ServerMeta) Reset

func (x *ServerMeta) Reset()

func (*ServerMeta) ResetVT added in v1.8.12

func (m *ServerMeta) ResetVT()

func (*ServerMeta) ReturnToVTPool added in v1.8.12

func (m *ServerMeta) ReturnToVTPool()

func (*ServerMeta) SizeVT added in v1.8.12

func (m *ServerMeta) SizeVT() (n int)

func (*ServerMeta) String

func (x *ServerMeta) String() string

func (*ServerMeta) UnmarshalVT added in v1.8.12

func (m *ServerMeta) UnmarshalVT(dAtA []byte) error

type ServerMeta_AdditionalBeaconP2PAttestationData added in v0.0.135

type ServerMeta_AdditionalBeaconP2PAttestationData struct {
	Peer *ServerMeta_Peer `protobuf:"bytes,1,opt,name=peer,proto3" json:"peer,omitempty"`
	// contains filtered or unexported fields
}

func ServerMeta_AdditionalBeaconP2PAttestationDataFromVTPool added in v1.8.12

func ServerMeta_AdditionalBeaconP2PAttestationDataFromVTPool() *ServerMeta_AdditionalBeaconP2PAttestationData

func (*ServerMeta_AdditionalBeaconP2PAttestationData) Descriptor deprecated added in v0.0.135

Deprecated: Use ServerMeta_AdditionalBeaconP2PAttestationData.ProtoReflect.Descriptor instead.

func (*ServerMeta_AdditionalBeaconP2PAttestationData) GetPeer added in v0.0.135

func (*ServerMeta_AdditionalBeaconP2PAttestationData) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_AdditionalBeaconP2PAttestationData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalBeaconP2PAttestationData) MarshalToVT added in v1.8.12

func (m *ServerMeta_AdditionalBeaconP2PAttestationData) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalBeaconP2PAttestationData) MarshalVT added in v1.8.12

func (m *ServerMeta_AdditionalBeaconP2PAttestationData) MarshalVT() (dAtA []byte, err error)

func (*ServerMeta_AdditionalBeaconP2PAttestationData) ProtoMessage added in v0.0.135

func (*ServerMeta_AdditionalBeaconP2PAttestationData) ProtoReflect added in v0.0.135

func (*ServerMeta_AdditionalBeaconP2PAttestationData) Reset added in v0.0.135

func (*ServerMeta_AdditionalBeaconP2PAttestationData) ResetVT added in v1.8.12

func (*ServerMeta_AdditionalBeaconP2PAttestationData) ReturnToVTPool added in v1.8.12

func (*ServerMeta_AdditionalBeaconP2PAttestationData) SizeVT added in v1.8.12

func (*ServerMeta_AdditionalBeaconP2PAttestationData) String added in v0.0.135

func (*ServerMeta_AdditionalBeaconP2PAttestationData) UnmarshalVT added in v1.8.12

type ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData added in v1.4.0

type ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData struct {
	Peer *ServerMeta_Peer `protobuf:"bytes,1,opt,name=peer,proto3" json:"peer,omitempty"`
	// contains filtered or unexported fields
}

func ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatDataFromVTPool added in v1.8.12

func ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatDataFromVTPool() *ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) Descriptor deprecated added in v1.4.0

Deprecated: Use ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData.ProtoReflect.Descriptor instead.

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) GetPeer added in v1.4.0

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) MarshalToVT added in v1.8.12

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) MarshalVT added in v1.8.12

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) ProtoMessage added in v1.4.0

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) ProtoReflect added in v1.4.0

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) Reset added in v1.4.0

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) ResetVT added in v1.8.12

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) ReturnToVTPool added in v1.8.12

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) SizeVT added in v1.8.12

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) String added in v1.4.0

func (*ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData) UnmarshalVT added in v1.8.12

type ServerMeta_AdditionalLibp2PTraceConnectedData added in v0.0.164

type ServerMeta_AdditionalLibp2PTraceConnectedData struct {
	Peer *ServerMeta_Peer `protobuf:"bytes,1,opt,name=peer,proto3" json:"peer,omitempty"`
	// contains filtered or unexported fields
}

func ServerMeta_AdditionalLibp2PTraceConnectedDataFromVTPool added in v1.8.12

func ServerMeta_AdditionalLibp2PTraceConnectedDataFromVTPool() *ServerMeta_AdditionalLibp2PTraceConnectedData

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) Descriptor deprecated added in v0.0.164

Deprecated: Use ServerMeta_AdditionalLibp2PTraceConnectedData.ProtoReflect.Descriptor instead.

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) GetPeer added in v0.0.164

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_AdditionalLibp2PTraceConnectedData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) MarshalToVT added in v1.8.12

func (m *ServerMeta_AdditionalLibp2PTraceConnectedData) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) MarshalVT added in v1.8.12

func (m *ServerMeta_AdditionalLibp2PTraceConnectedData) MarshalVT() (dAtA []byte, err error)

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) ProtoMessage added in v0.0.164

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) ProtoReflect added in v0.0.164

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) Reset added in v0.0.164

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) ResetVT added in v1.8.12

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) ReturnToVTPool added in v1.8.12

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) SizeVT added in v1.8.12

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) String added in v0.0.164

func (*ServerMeta_AdditionalLibp2PTraceConnectedData) UnmarshalVT added in v1.8.12

type ServerMeta_AdditionalLibp2PTraceDisconnectedData added in v0.0.164

type ServerMeta_AdditionalLibp2PTraceDisconnectedData struct {
	Peer *ServerMeta_Peer `protobuf:"bytes,1,opt,name=peer,proto3" json:"peer,omitempty"`
	// contains filtered or unexported fields
}

func ServerMeta_AdditionalLibp2PTraceDisconnectedDataFromVTPool added in v1.8.12

func ServerMeta_AdditionalLibp2PTraceDisconnectedDataFromVTPool() *ServerMeta_AdditionalLibp2PTraceDisconnectedData

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) Descriptor deprecated added in v0.0.164

Deprecated: Use ServerMeta_AdditionalLibp2PTraceDisconnectedData.ProtoReflect.Descriptor instead.

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) GetPeer added in v0.0.164

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_AdditionalLibp2PTraceDisconnectedData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) MarshalToVT added in v1.8.12

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) MarshalVT added in v1.8.12

func (m *ServerMeta_AdditionalLibp2PTraceDisconnectedData) MarshalVT() (dAtA []byte, err error)

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) ProtoMessage added in v0.0.164

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) ProtoReflect added in v0.0.164

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) Reset added in v0.0.164

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) ResetVT added in v1.8.12

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) ReturnToVTPool added in v1.8.12

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) SizeVT added in v1.8.12

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) String added in v0.0.164

func (*ServerMeta_AdditionalLibp2PTraceDisconnectedData) UnmarshalVT added in v1.8.12

type ServerMeta_AdditionalLibp2PTraceIdentifyData added in v1.8.11

type ServerMeta_AdditionalLibp2PTraceIdentifyData struct {
	Peer *ServerMeta_Peer `protobuf:"bytes,1,opt,name=peer,proto3" json:"peer,omitempty"`
	// contains filtered or unexported fields
}

func ServerMeta_AdditionalLibp2PTraceIdentifyDataFromVTPool added in v1.8.12

func ServerMeta_AdditionalLibp2PTraceIdentifyDataFromVTPool() *ServerMeta_AdditionalLibp2PTraceIdentifyData

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) Descriptor deprecated added in v1.8.11

Deprecated: Use ServerMeta_AdditionalLibp2PTraceIdentifyData.ProtoReflect.Descriptor instead.

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) GetPeer added in v1.8.11

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_AdditionalLibp2PTraceIdentifyData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) MarshalToVT added in v1.8.12

func (m *ServerMeta_AdditionalLibp2PTraceIdentifyData) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) MarshalVT added in v1.8.12

func (m *ServerMeta_AdditionalLibp2PTraceIdentifyData) MarshalVT() (dAtA []byte, err error)

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) ProtoMessage added in v1.8.11

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) ProtoReflect added in v1.8.11

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) Reset added in v1.8.11

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) ResetVT added in v1.8.12

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) ReturnToVTPool added in v1.8.12

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) SizeVT added in v1.8.12

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) String added in v1.8.11

func (*ServerMeta_AdditionalLibp2PTraceIdentifyData) UnmarshalVT added in v1.8.12

type ServerMeta_AdditionalNodeRecordConsensusData added in v1.3.0

type ServerMeta_AdditionalNodeRecordConsensusData struct {
	Geo *ServerMeta_Geo `protobuf:"bytes,1,opt,name=geo,proto3" json:"geo,omitempty"`
	// contains filtered or unexported fields
}

func ServerMeta_AdditionalNodeRecordConsensusDataFromVTPool added in v1.8.12

func ServerMeta_AdditionalNodeRecordConsensusDataFromVTPool() *ServerMeta_AdditionalNodeRecordConsensusData

func (*ServerMeta_AdditionalNodeRecordConsensusData) Descriptor deprecated added in v1.3.0

Deprecated: Use ServerMeta_AdditionalNodeRecordConsensusData.ProtoReflect.Descriptor instead.

func (*ServerMeta_AdditionalNodeRecordConsensusData) GetGeo added in v1.3.0

func (*ServerMeta_AdditionalNodeRecordConsensusData) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_AdditionalNodeRecordConsensusData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalNodeRecordConsensusData) MarshalToVT added in v1.8.12

func (m *ServerMeta_AdditionalNodeRecordConsensusData) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalNodeRecordConsensusData) MarshalVT added in v1.8.12

func (m *ServerMeta_AdditionalNodeRecordConsensusData) MarshalVT() (dAtA []byte, err error)

func (*ServerMeta_AdditionalNodeRecordConsensusData) ProtoMessage added in v1.3.0

func (*ServerMeta_AdditionalNodeRecordConsensusData) ProtoReflect added in v1.3.0

func (*ServerMeta_AdditionalNodeRecordConsensusData) Reset added in v1.3.0

func (*ServerMeta_AdditionalNodeRecordConsensusData) ResetVT added in v1.8.12

func (*ServerMeta_AdditionalNodeRecordConsensusData) ReturnToVTPool added in v1.8.12

func (*ServerMeta_AdditionalNodeRecordConsensusData) SizeVT added in v1.8.12

func (*ServerMeta_AdditionalNodeRecordConsensusData) String added in v1.3.0

func (*ServerMeta_AdditionalNodeRecordConsensusData) UnmarshalVT added in v1.8.12

type ServerMeta_AdditionalNodeRecordExecutionData added in v1.3.0

type ServerMeta_AdditionalNodeRecordExecutionData struct {
	Geo *ServerMeta_Geo `protobuf:"bytes,1,opt,name=geo,proto3" json:"geo,omitempty"`
	// contains filtered or unexported fields
}

func ServerMeta_AdditionalNodeRecordExecutionDataFromVTPool added in v1.8.12

func ServerMeta_AdditionalNodeRecordExecutionDataFromVTPool() *ServerMeta_AdditionalNodeRecordExecutionData

func (*ServerMeta_AdditionalNodeRecordExecutionData) Descriptor deprecated added in v1.3.0

Deprecated: Use ServerMeta_AdditionalNodeRecordExecutionData.ProtoReflect.Descriptor instead.

func (*ServerMeta_AdditionalNodeRecordExecutionData) GetGeo added in v1.3.0

func (*ServerMeta_AdditionalNodeRecordExecutionData) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_AdditionalNodeRecordExecutionData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalNodeRecordExecutionData) MarshalToVT added in v1.8.12

func (m *ServerMeta_AdditionalNodeRecordExecutionData) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_AdditionalNodeRecordExecutionData) MarshalVT added in v1.8.12

func (m *ServerMeta_AdditionalNodeRecordExecutionData) MarshalVT() (dAtA []byte, err error)

func (*ServerMeta_AdditionalNodeRecordExecutionData) ProtoMessage added in v1.3.0

func (*ServerMeta_AdditionalNodeRecordExecutionData) ProtoReflect added in v1.3.0

func (*ServerMeta_AdditionalNodeRecordExecutionData) Reset added in v1.3.0

func (*ServerMeta_AdditionalNodeRecordExecutionData) ResetVT added in v1.8.12

func (*ServerMeta_AdditionalNodeRecordExecutionData) ReturnToVTPool added in v1.8.12

func (*ServerMeta_AdditionalNodeRecordExecutionData) SizeVT added in v1.8.12

func (*ServerMeta_AdditionalNodeRecordExecutionData) String added in v1.3.0

func (*ServerMeta_AdditionalNodeRecordExecutionData) UnmarshalVT added in v1.8.12

type ServerMeta_BEACON_P2P_ATTESTATION added in v0.0.135

type ServerMeta_BEACON_P2P_ATTESTATION struct {
	// AdditionalBeaconP2PAttestation contains additional data on unvalidated
	// beacon attestations that were received over the p2p network.
	BEACON_P2P_ATTESTATION *ServerMeta_AdditionalBeaconP2PAttestationData `protobuf:"bytes,3,opt,name=BEACON_P2P_ATTESTATION,proto3,oneof"`
}

func (*ServerMeta_BEACON_P2P_ATTESTATION) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_BEACON_P2P_ATTESTATION) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_BEACON_P2P_ATTESTATION) MarshalToVT added in v1.8.12

func (m *ServerMeta_BEACON_P2P_ATTESTATION) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_BEACON_P2P_ATTESTATION) SizeVT added in v1.8.12

func (m *ServerMeta_BEACON_P2P_ATTESTATION) SizeVT() (n int)

type ServerMeta_Client

type ServerMeta_Client struct {

	// IP is the ip of the client as far as the server is concerned.
	IP string `protobuf:"bytes,1,opt,name=IP,json=ip,proto3" json:"IP,omitempty"`
	// Geo contains geo information about the client as far as the server is
	// concerned.
	Geo *ServerMeta_Geo `protobuf:"bytes,2,opt,name=geo,proto3" json:"geo,omitempty"`
	// Group contains the group name of the client as far as the server is
	// concerned.
	Group string `protobuf:"bytes,3,opt,name=Group,json=group,proto3" json:"Group,omitempty"`
	// User contains the user name of the client as far as the server is
	// concerned.
	User string `protobuf:"bytes,4,opt,name=User,json=user,proto3" json:"User,omitempty"`
	// contains filtered or unexported fields
}

func ServerMeta_ClientFromVTPool added in v1.8.12

func ServerMeta_ClientFromVTPool() *ServerMeta_Client

func (*ServerMeta_Client) Descriptor deprecated

func (*ServerMeta_Client) Descriptor() ([]byte, []int)

Deprecated: Use ServerMeta_Client.ProtoReflect.Descriptor instead.

func (*ServerMeta_Client) GetGeo

func (x *ServerMeta_Client) GetGeo() *ServerMeta_Geo

func (*ServerMeta_Client) GetGroup added in v0.0.200

func (x *ServerMeta_Client) GetGroup() string

func (*ServerMeta_Client) GetIP

func (x *ServerMeta_Client) GetIP() string

func (*ServerMeta_Client) GetUser added in v0.0.200

func (x *ServerMeta_Client) GetUser() string

func (*ServerMeta_Client) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_Client) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_Client) MarshalToVT added in v1.8.12

func (m *ServerMeta_Client) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_Client) MarshalVT added in v1.8.12

func (m *ServerMeta_Client) MarshalVT() (dAtA []byte, err error)

func (*ServerMeta_Client) ProtoMessage

func (*ServerMeta_Client) ProtoMessage()

func (*ServerMeta_Client) ProtoReflect

func (x *ServerMeta_Client) ProtoReflect() protoreflect.Message

func (*ServerMeta_Client) Reset

func (x *ServerMeta_Client) Reset()

func (*ServerMeta_Client) ResetVT added in v1.8.12

func (m *ServerMeta_Client) ResetVT()

func (*ServerMeta_Client) ReturnToVTPool added in v1.8.12

func (m *ServerMeta_Client) ReturnToVTPool()

func (*ServerMeta_Client) SizeVT added in v1.8.12

func (m *ServerMeta_Client) SizeVT() (n int)

func (*ServerMeta_Client) String

func (x *ServerMeta_Client) String() string

func (*ServerMeta_Client) UnmarshalVT added in v1.8.12

func (m *ServerMeta_Client) UnmarshalVT(dAtA []byte) error

type ServerMeta_Event

type ServerMeta_Event struct {

	// / DateTime is the date and time of the event as seen by the server.
	ReceivedDateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=received_date_time,proto3" json:"received_date_time,omitempty"`
	// contains filtered or unexported fields
}

func ServerMeta_EventFromVTPool added in v1.8.12

func ServerMeta_EventFromVTPool() *ServerMeta_Event

func (*ServerMeta_Event) Descriptor deprecated

func (*ServerMeta_Event) Descriptor() ([]byte, []int)

Deprecated: Use ServerMeta_Event.ProtoReflect.Descriptor instead.

func (*ServerMeta_Event) GetReceivedDateTime

func (x *ServerMeta_Event) GetReceivedDateTime() *timestamppb.Timestamp

func (*ServerMeta_Event) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_Event) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_Event) MarshalToVT added in v1.8.12

func (m *ServerMeta_Event) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_Event) MarshalVT added in v1.8.12

func (m *ServerMeta_Event) MarshalVT() (dAtA []byte, err error)

func (*ServerMeta_Event) ProtoMessage

func (*ServerMeta_Event) ProtoMessage()

func (*ServerMeta_Event) ProtoReflect

func (x *ServerMeta_Event) ProtoReflect() protoreflect.Message

func (*ServerMeta_Event) Reset

func (x *ServerMeta_Event) Reset()

func (*ServerMeta_Event) ResetVT added in v1.8.12

func (m *ServerMeta_Event) ResetVT()

func (*ServerMeta_Event) ReturnToVTPool added in v1.8.12

func (m *ServerMeta_Event) ReturnToVTPool()

func (*ServerMeta_Event) SizeVT added in v1.8.12

func (m *ServerMeta_Event) SizeVT() (n int)

func (*ServerMeta_Event) String

func (x *ServerMeta_Event) String() string

func (*ServerMeta_Event) UnmarshalVT added in v1.8.12

func (m *ServerMeta_Event) UnmarshalVT(dAtA []byte) error

type ServerMeta_Geo added in v0.0.135

type ServerMeta_Geo struct {

	// City is the city of the client as far as the server is concerned.
	City string `protobuf:"bytes,1,opt,name=City,json=city,proto3" json:"City,omitempty"`
	// Country is the country of the client as far as the server is concerned.
	Country string `protobuf:"bytes,2,opt,name=Country,json=country,proto3" json:"Country,omitempty"`
	// CountryCode is the country code of the client as far as the server is
	// concerned.
	CountryCode string `protobuf:"bytes,3,opt,name=CountryCode,json=country_code,proto3" json:"CountryCode,omitempty"`
	// ContinentCode is the continent code of the client as far as the server
	// is concerned.
	ContinentCode string `protobuf:"bytes,4,opt,name=ContinentCode,json=continent_code,proto3" json:"ContinentCode,omitempty"`
	// Latitude is the latitude of the client as far as the server is
	// concerned.
	Latitude float64 `protobuf:"fixed64,5,opt,name=Latitude,json=latitude,proto3" json:"Latitude,omitempty"`
	// Longitude is the longitude of the client as far as the server is
	// concerned.
	Longitude float64 `protobuf:"fixed64,6,opt,name=Longitude,json=longitude,proto3" json:"Longitude,omitempty"`
	// AutonomousSystemNumber is the autonomous system number of the client as
	// far as the server is concerned.
	AutonomousSystemNumber uint32 `` /* 128-byte string literal not displayed */
	// AutonomousSystemOrganization is the autonomous system organization of
	// the client as far as the server is concerned.
	AutonomousSystemOrganization string `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func ServerMeta_GeoFromVTPool added in v1.8.12

func ServerMeta_GeoFromVTPool() *ServerMeta_Geo

func (*ServerMeta_Geo) Descriptor deprecated added in v0.0.135

func (*ServerMeta_Geo) Descriptor() ([]byte, []int)

Deprecated: Use ServerMeta_Geo.ProtoReflect.Descriptor instead.

func (*ServerMeta_Geo) GetAutonomousSystemNumber added in v0.0.135

func (x *ServerMeta_Geo) GetAutonomousSystemNumber() uint32

func (*ServerMeta_Geo) GetAutonomousSystemOrganization added in v0.0.135

func (x *ServerMeta_Geo) GetAutonomousSystemOrganization() string

func (*ServerMeta_Geo) GetCity added in v0.0.135

func (x *ServerMeta_Geo) GetCity() string

func (*ServerMeta_Geo) GetContinentCode added in v0.0.135

func (x *ServerMeta_Geo) GetContinentCode() string

func (*ServerMeta_Geo) GetCountry added in v0.0.135

func (x *ServerMeta_Geo) GetCountry() string

func (*ServerMeta_Geo) GetCountryCode added in v0.0.135

func (x *ServerMeta_Geo) GetCountryCode() string

func (*ServerMeta_Geo) GetLatitude added in v0.0.135

func (x *ServerMeta_Geo) GetLatitude() float64

func (*ServerMeta_Geo) GetLongitude added in v0.0.135

func (x *ServerMeta_Geo) GetLongitude() float64

func (*ServerMeta_Geo) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_Geo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_Geo) MarshalToVT added in v1.8.12

func (m *ServerMeta_Geo) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_Geo) MarshalVT added in v1.8.12

func (m *ServerMeta_Geo) MarshalVT() (dAtA []byte, err error)

func (*ServerMeta_Geo) ProtoMessage added in v0.0.135

func (*ServerMeta_Geo) ProtoMessage()

func (*ServerMeta_Geo) ProtoReflect added in v0.0.135

func (x *ServerMeta_Geo) ProtoReflect() protoreflect.Message

func (*ServerMeta_Geo) Reset added in v0.0.135

func (x *ServerMeta_Geo) Reset()

func (*ServerMeta_Geo) ResetVT added in v1.8.12

func (m *ServerMeta_Geo) ResetVT()

func (*ServerMeta_Geo) ReturnToVTPool added in v1.8.12

func (m *ServerMeta_Geo) ReturnToVTPool()

func (*ServerMeta_Geo) SizeVT added in v1.8.12

func (m *ServerMeta_Geo) SizeVT() (n int)

func (*ServerMeta_Geo) String added in v0.0.135

func (x *ServerMeta_Geo) String() string

func (*ServerMeta_Geo) UnmarshalVT added in v1.8.12

func (m *ServerMeta_Geo) UnmarshalVT(dAtA []byte) error

type ServerMeta_LIBP2P_TRACE_CONNECTED added in v0.0.164

type ServerMeta_LIBP2P_TRACE_CONNECTED struct {
	// AdditionalLibp2PTraceConnected contains additional data on peer
	// geo location
	LIBP2P_TRACE_CONNECTED *ServerMeta_AdditionalLibp2PTraceConnectedData `protobuf:"bytes,4,opt,name=LIBP2P_TRACE_CONNECTED,proto3,oneof"`
}

func (*ServerMeta_LIBP2P_TRACE_CONNECTED) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_LIBP2P_TRACE_CONNECTED) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_LIBP2P_TRACE_CONNECTED) MarshalToVT added in v1.8.12

func (m *ServerMeta_LIBP2P_TRACE_CONNECTED) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_LIBP2P_TRACE_CONNECTED) SizeVT added in v1.8.12

func (m *ServerMeta_LIBP2P_TRACE_CONNECTED) SizeVT() (n int)

type ServerMeta_LIBP2P_TRACE_DISCONNECTED added in v0.0.164

type ServerMeta_LIBP2P_TRACE_DISCONNECTED struct {
	// AdditionalLibp2PTraceDisconnected contains additional data on peer
	// geo location
	LIBP2P_TRACE_DISCONNECTED *ServerMeta_AdditionalLibp2PTraceDisconnectedData `protobuf:"bytes,5,opt,name=LIBP2P_TRACE_DISCONNECTED,proto3,oneof"`
}

func (*ServerMeta_LIBP2P_TRACE_DISCONNECTED) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_LIBP2P_TRACE_DISCONNECTED) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_LIBP2P_TRACE_DISCONNECTED) MarshalToVT added in v1.8.12

func (m *ServerMeta_LIBP2P_TRACE_DISCONNECTED) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_LIBP2P_TRACE_DISCONNECTED) SizeVT added in v1.8.12

func (m *ServerMeta_LIBP2P_TRACE_DISCONNECTED) SizeVT() (n int)

type ServerMeta_LIBP2P_TRACE_IDENTIFY added in v1.8.11

type ServerMeta_LIBP2P_TRACE_IDENTIFY struct {
	// AdditionalLibp2PTraceIdentify contains additional data on identify
	// event peer geo location
	LIBP2P_TRACE_IDENTIFY *ServerMeta_AdditionalLibp2PTraceIdentifyData `protobuf:"bytes,43,opt,name=LIBP2P_TRACE_IDENTIFY,proto3,oneof"`
}

func (*ServerMeta_LIBP2P_TRACE_IDENTIFY) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_LIBP2P_TRACE_IDENTIFY) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_LIBP2P_TRACE_IDENTIFY) MarshalToVT added in v1.8.12

func (m *ServerMeta_LIBP2P_TRACE_IDENTIFY) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_LIBP2P_TRACE_IDENTIFY) SizeVT added in v1.8.12

func (m *ServerMeta_LIBP2P_TRACE_IDENTIFY) SizeVT() (n int)

type ServerMeta_LIBP2P_TRACE_SYNTHETIC_HEARTBEAT added in v1.4.0

type ServerMeta_LIBP2P_TRACE_SYNTHETIC_HEARTBEAT struct {
	// AdditionalLibP2PTraceSyntheticHeartbeat contains additional data on synthetic heartbeat
	// event peer geo location
	LIBP2P_TRACE_SYNTHETIC_HEARTBEAT *ServerMeta_AdditionalLibP2PTraceSyntheticHeartbeatData `protobuf:"bytes,42,opt,name=LIBP2P_TRACE_SYNTHETIC_HEARTBEAT,proto3,oneof"`
}

func (*ServerMeta_LIBP2P_TRACE_SYNTHETIC_HEARTBEAT) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_LIBP2P_TRACE_SYNTHETIC_HEARTBEAT) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_LIBP2P_TRACE_SYNTHETIC_HEARTBEAT) MarshalToVT added in v1.8.12

func (m *ServerMeta_LIBP2P_TRACE_SYNTHETIC_HEARTBEAT) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_LIBP2P_TRACE_SYNTHETIC_HEARTBEAT) SizeVT added in v1.8.12

type ServerMeta_NODE_RECORD_CONSENSUS added in v1.3.0

type ServerMeta_NODE_RECORD_CONSENSUS struct {
	// AdditionalNodeRecordConsensus contains additional data on consensus
	// node geo location
	NODE_RECORD_CONSENSUS *ServerMeta_AdditionalNodeRecordConsensusData `protobuf:"bytes,6,opt,name=NODE_RECORD_CONSENSUS,proto3,oneof"`
}

func (*ServerMeta_NODE_RECORD_CONSENSUS) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_NODE_RECORD_CONSENSUS) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_NODE_RECORD_CONSENSUS) MarshalToVT added in v1.8.12

func (m *ServerMeta_NODE_RECORD_CONSENSUS) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_NODE_RECORD_CONSENSUS) SizeVT added in v1.8.12

func (m *ServerMeta_NODE_RECORD_CONSENSUS) SizeVT() (n int)

type ServerMeta_NODE_RECORD_EXECUTION added in v1.3.0

type ServerMeta_NODE_RECORD_EXECUTION struct {
	// AdditionalNodeRecordExecution contains additional data on execution
	// node geo location
	NODE_RECORD_EXECUTION *ServerMeta_AdditionalNodeRecordExecutionData `protobuf:"bytes,7,opt,name=NODE_RECORD_EXECUTION,proto3,oneof"`
}

func (*ServerMeta_NODE_RECORD_EXECUTION) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_NODE_RECORD_EXECUTION) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_NODE_RECORD_EXECUTION) MarshalToVT added in v1.8.12

func (m *ServerMeta_NODE_RECORD_EXECUTION) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_NODE_RECORD_EXECUTION) SizeVT added in v1.8.12

func (m *ServerMeta_NODE_RECORD_EXECUTION) SizeVT() (n int)

type ServerMeta_Peer added in v0.0.135

type ServerMeta_Peer struct {

	// Geo contains geo information about the peer
	Geo *ServerMeta_Geo `protobuf:"bytes,1,opt,name=geo,proto3" json:"geo,omitempty"`
	// contains filtered or unexported fields
}

func ServerMeta_PeerFromVTPool added in v1.8.12

func ServerMeta_PeerFromVTPool() *ServerMeta_Peer

func (*ServerMeta_Peer) Descriptor deprecated added in v0.0.135

func (*ServerMeta_Peer) Descriptor() ([]byte, []int)

Deprecated: Use ServerMeta_Peer.ProtoReflect.Descriptor instead.

func (*ServerMeta_Peer) GetGeo added in v0.0.135

func (x *ServerMeta_Peer) GetGeo() *ServerMeta_Geo

func (*ServerMeta_Peer) MarshalToSizedBufferVT added in v1.8.12

func (m *ServerMeta_Peer) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerMeta_Peer) MarshalToVT added in v1.8.12

func (m *ServerMeta_Peer) MarshalToVT(dAtA []byte) (int, error)

func (*ServerMeta_Peer) MarshalVT added in v1.8.12

func (m *ServerMeta_Peer) MarshalVT() (dAtA []byte, err error)

func (*ServerMeta_Peer) ProtoMessage added in v0.0.135

func (*ServerMeta_Peer) ProtoMessage()

func (*ServerMeta_Peer) ProtoReflect added in v0.0.135

func (x *ServerMeta_Peer) ProtoReflect() protoreflect.Message

func (*ServerMeta_Peer) Reset added in v0.0.135

func (x *ServerMeta_Peer) Reset()

func (*ServerMeta_Peer) ResetVT added in v1.8.12

func (m *ServerMeta_Peer) ResetVT()

func (*ServerMeta_Peer) ReturnToVTPool added in v1.8.12

func (m *ServerMeta_Peer) ReturnToVTPool()

func (*ServerMeta_Peer) SizeVT added in v1.8.12

func (m *ServerMeta_Peer) SizeVT() (n int)

func (*ServerMeta_Peer) String added in v0.0.135

func (x *ServerMeta_Peer) String() string

func (*ServerMeta_Peer) UnmarshalVT added in v1.8.12

func (m *ServerMeta_Peer) UnmarshalVT(dAtA []byte) error

type Slot

type Slot struct {

	// Number is the slot number.
	Number uint64 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	// StartDateTime is the slot start time.
	StartDateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_date_time,proto3" json:"start_date_time,omitempty"`
	// contains filtered or unexported fields
}

func SlotFromVTPool added in v1.8.12

func SlotFromVTPool() *Slot

func (*Slot) Descriptor deprecated

func (*Slot) Descriptor() ([]byte, []int)

Deprecated: Use Slot.ProtoReflect.Descriptor instead.

func (*Slot) GetNumber

func (x *Slot) GetNumber() uint64

func (*Slot) GetStartDateTime

func (x *Slot) GetStartDateTime() *timestamppb.Timestamp

func (*Slot) MarshalToSizedBufferVT added in v1.8.12

func (m *Slot) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Slot) MarshalToVT added in v1.8.12

func (m *Slot) MarshalToVT(dAtA []byte) (int, error)

func (*Slot) MarshalVT added in v1.8.12

func (m *Slot) MarshalVT() (dAtA []byte, err error)

func (*Slot) ProtoMessage

func (*Slot) ProtoMessage()

func (*Slot) ProtoReflect

func (x *Slot) ProtoReflect() protoreflect.Message

func (*Slot) Reset

func (x *Slot) Reset()

func (*Slot) ResetVT added in v1.8.12

func (m *Slot) ResetVT()

func (*Slot) ReturnToVTPool added in v1.8.12

func (m *Slot) ReturnToVTPool()

func (*Slot) SizeVT added in v1.8.12

func (m *Slot) SizeVT() (n int)

func (*Slot) String

func (x *Slot) String() string

func (*Slot) UnmarshalVT added in v1.8.12

func (m *Slot) UnmarshalVT(dAtA []byte) error

type SlotV2

type SlotV2 struct {

	// Number is the slot number.
	Number *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=number,proto3" json:"number,omitempty"`
	// StartDateTime is the slot start time.
	StartDateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_date_time,proto3" json:"start_date_time,omitempty"`
	// contains filtered or unexported fields
}

func SlotV2FromVTPool added in v1.8.12

func SlotV2FromVTPool() *SlotV2

func (*SlotV2) Descriptor deprecated

func (*SlotV2) Descriptor() ([]byte, []int)

Deprecated: Use SlotV2.ProtoReflect.Descriptor instead.

func (*SlotV2) GetNumber

func (x *SlotV2) GetNumber() *wrapperspb.UInt64Value

func (*SlotV2) GetStartDateTime

func (x *SlotV2) GetStartDateTime() *timestamppb.Timestamp

func (*SlotV2) MarshalToSizedBufferVT added in v1.8.12

func (m *SlotV2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SlotV2) MarshalToVT added in v1.8.12

func (m *SlotV2) MarshalToVT(dAtA []byte) (int, error)

func (*SlotV2) MarshalVT added in v1.8.12

func (m *SlotV2) MarshalVT() (dAtA []byte, err error)

func (*SlotV2) ProtoMessage

func (*SlotV2) ProtoMessage()

func (*SlotV2) ProtoReflect

func (x *SlotV2) ProtoReflect() protoreflect.Message

func (*SlotV2) Reset

func (x *SlotV2) Reset()

func (*SlotV2) ResetVT added in v1.8.12

func (m *SlotV2) ResetVT()

func (*SlotV2) ReturnToVTPool added in v1.8.12

func (m *SlotV2) ReturnToVTPool()

func (*SlotV2) SizeVT added in v1.8.12

func (m *SlotV2) SizeVT() (n int)

func (*SlotV2) String

func (x *SlotV2) String() string

func (*SlotV2) UnmarshalVT added in v1.8.12

func (m *SlotV2) UnmarshalVT(dAtA []byte) error

type SyncAggregateData added in v1.8.7

type SyncAggregateData struct {

	// SyncCommitteeBits is the raw 512-bit bitvector (hex encoded).
	SyncCommitteeBits string `protobuf:"bytes,1,opt,name=sync_committee_bits,proto3" json:"sync_committee_bits,omitempty"`
	// SyncCommitteeSignature is the aggregated signature.
	SyncCommitteeSignature string `protobuf:"bytes,2,opt,name=sync_committee_signature,proto3" json:"sync_committee_signature,omitempty"`
	// ValidatorsParticipated contains the validator indices that participated (voted).
	ValidatorsParticipated []*wrapperspb.UInt64Value `protobuf:"bytes,3,rep,name=validators_participated,proto3" json:"validators_participated,omitempty"`
	// ValidatorsMissed contains the validator indices that missed (did not vote).
	ValidatorsMissed []*wrapperspb.UInt64Value `protobuf:"bytes,4,rep,name=validators_missed,proto3" json:"validators_missed,omitempty"`
	// ParticipationCount is the number of validators that participated (0-512).
	ParticipationCount *wrapperspb.UInt64Value `protobuf:"bytes,5,opt,name=participation_count,proto3" json:"participation_count,omitempty"`
	// contains filtered or unexported fields
}

SyncAggregateData contains sync aggregate data from a beacon block with expanded validator participation information.

func SyncAggregateDataFromVTPool added in v1.8.12

func SyncAggregateDataFromVTPool() *SyncAggregateData

func (*SyncAggregateData) Descriptor deprecated added in v1.8.7

func (*SyncAggregateData) Descriptor() ([]byte, []int)

Deprecated: Use SyncAggregateData.ProtoReflect.Descriptor instead.

func (*SyncAggregateData) GetParticipationCount added in v1.8.7

func (x *SyncAggregateData) GetParticipationCount() *wrapperspb.UInt64Value

func (*SyncAggregateData) GetSyncCommitteeBits added in v1.8.7

func (x *SyncAggregateData) GetSyncCommitteeBits() string

func (*SyncAggregateData) GetSyncCommitteeSignature added in v1.8.7

func (x *SyncAggregateData) GetSyncCommitteeSignature() string

func (*SyncAggregateData) GetValidatorsMissed added in v1.8.7

func (x *SyncAggregateData) GetValidatorsMissed() []*wrapperspb.UInt64Value

func (*SyncAggregateData) GetValidatorsParticipated added in v1.8.7

func (x *SyncAggregateData) GetValidatorsParticipated() []*wrapperspb.UInt64Value

func (*SyncAggregateData) MarshalToSizedBufferVT added in v1.8.12

func (m *SyncAggregateData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SyncAggregateData) MarshalToVT added in v1.8.12

func (m *SyncAggregateData) MarshalToVT(dAtA []byte) (int, error)

func (*SyncAggregateData) MarshalVT added in v1.8.12

func (m *SyncAggregateData) MarshalVT() (dAtA []byte, err error)

func (*SyncAggregateData) ProtoMessage added in v1.8.7

func (*SyncAggregateData) ProtoMessage()

func (*SyncAggregateData) ProtoReflect added in v1.8.7

func (x *SyncAggregateData) ProtoReflect() protoreflect.Message

func (*SyncAggregateData) Reset added in v1.8.7

func (x *SyncAggregateData) Reset()

func (*SyncAggregateData) ResetVT added in v1.8.12

func (m *SyncAggregateData) ResetVT()

func (*SyncAggregateData) ReturnToVTPool added in v1.8.12

func (m *SyncAggregateData) ReturnToVTPool()

func (*SyncAggregateData) SizeVT added in v1.8.12

func (m *SyncAggregateData) SizeVT() (n int)

func (*SyncAggregateData) String added in v1.8.7

func (x *SyncAggregateData) String() string

func (*SyncAggregateData) UnmarshalVT added in v1.8.12

func (m *SyncAggregateData) UnmarshalVT(dAtA []byte) error

type SyncCommitteeData added in v1.8.6

type SyncCommitteeData struct {
	SyncCommittee *v1.SyncCommittee `protobuf:"bytes,1,opt,name=sync_committee,proto3" json:"sync_committee,omitempty"`
	// contains filtered or unexported fields
}

SyncCommitteeData is a wrapper for sync committee data.

func SyncCommitteeDataFromVTPool added in v1.8.12

func SyncCommitteeDataFromVTPool() *SyncCommitteeData

func (*SyncCommitteeData) Descriptor deprecated added in v1.8.6

func (*SyncCommitteeData) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommitteeData.ProtoReflect.Descriptor instead.

func (*SyncCommitteeData) GetSyncCommittee added in v1.8.6

func (x *SyncCommitteeData) GetSyncCommittee() *v1.SyncCommittee

func (*SyncCommitteeData) MarshalToSizedBufferVT added in v1.8.12

func (m *SyncCommitteeData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SyncCommitteeData) MarshalToVT added in v1.8.12

func (m *SyncCommitteeData) MarshalToVT(dAtA []byte) (int, error)

func (*SyncCommitteeData) MarshalVT added in v1.8.12

func (m *SyncCommitteeData) MarshalVT() (dAtA []byte, err error)

func (*SyncCommitteeData) ProtoMessage added in v1.8.6

func (*SyncCommitteeData) ProtoMessage()

func (*SyncCommitteeData) ProtoReflect added in v1.8.6

func (x *SyncCommitteeData) ProtoReflect() protoreflect.Message

func (*SyncCommitteeData) Reset added in v1.8.6

func (x *SyncCommitteeData) Reset()

func (*SyncCommitteeData) ResetVT added in v1.8.12

func (m *SyncCommitteeData) ResetVT()

func (*SyncCommitteeData) ReturnToVTPool added in v1.8.12

func (m *SyncCommitteeData) ReturnToVTPool()

func (*SyncCommitteeData) SizeVT added in v1.8.12

func (m *SyncCommitteeData) SizeVT() (n int)

func (*SyncCommitteeData) String added in v1.8.6

func (x *SyncCommitteeData) String() string

func (*SyncCommitteeData) UnmarshalVT added in v1.8.12

func (m *SyncCommitteeData) UnmarshalVT(dAtA []byte) error

type UnimplementedCoordinatorServer

type UnimplementedCoordinatorServer struct{}

UnimplementedCoordinatorServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedCoordinatorServer) CoordinateConsensusNodeRecords added in v1.3.0

func (UnimplementedCoordinatorServer) CreateConsensusNodeRecordStatus added in v1.3.0

func (UnimplementedCoordinatorServer) CreateConsensusNodeRecordStatuses added in v1.3.2

func (UnimplementedCoordinatorServer) CreateNodeRecords

func (UnimplementedCoordinatorServer) GetCannonLocation

func (UnimplementedCoordinatorServer) GetDiscoveryConsensusNodeRecord added in v1.3.0

func (UnimplementedCoordinatorServer) GetDiscoveryExecutionNodeRecord added in v1.3.0

func (UnimplementedCoordinatorServer) GetRelayMonitorLocation added in v1.4.4

func (UnimplementedCoordinatorServer) ListStalledConsensusNodeRecords added in v1.3.0

func (UnimplementedCoordinatorServer) UpsertRelayMonitorLocation added in v1.4.4

type UnimplementedEventIngesterServer

type UnimplementedEventIngesterServer struct{}

UnimplementedEventIngesterServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedEventIngesterServer) CreateEvents

type UnsafeCoordinatorServer

type UnsafeCoordinatorServer interface {
	// contains filtered or unexported methods
}

UnsafeCoordinatorServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CoordinatorServer will result in compilation errors.

type UnsafeEventIngesterServer

type UnsafeEventIngesterServer interface {
	// contains filtered or unexported methods
}

UnsafeEventIngesterServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EventIngesterServer will result in compilation errors.

type UpsertCannonLocationRequest

type UpsertCannonLocationRequest struct {
	Location *CannonLocation `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func UpsertCannonLocationRequestFromVTPool added in v1.8.12

func UpsertCannonLocationRequestFromVTPool() *UpsertCannonLocationRequest

func (*UpsertCannonLocationRequest) Descriptor deprecated

func (*UpsertCannonLocationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpsertCannonLocationRequest.ProtoReflect.Descriptor instead.

func (*UpsertCannonLocationRequest) GetLocation

func (x *UpsertCannonLocationRequest) GetLocation() *CannonLocation

func (*UpsertCannonLocationRequest) MarshalToSizedBufferVT added in v1.8.12

func (m *UpsertCannonLocationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpsertCannonLocationRequest) MarshalToVT added in v1.8.12

func (m *UpsertCannonLocationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UpsertCannonLocationRequest) MarshalVT added in v1.8.12

func (m *UpsertCannonLocationRequest) MarshalVT() (dAtA []byte, err error)

func (*UpsertCannonLocationRequest) ProtoMessage

func (*UpsertCannonLocationRequest) ProtoMessage()

func (*UpsertCannonLocationRequest) ProtoReflect

func (*UpsertCannonLocationRequest) Reset

func (x *UpsertCannonLocationRequest) Reset()

func (*UpsertCannonLocationRequest) ResetVT added in v1.8.12

func (m *UpsertCannonLocationRequest) ResetVT()

func (*UpsertCannonLocationRequest) ReturnToVTPool added in v1.8.12

func (m *UpsertCannonLocationRequest) ReturnToVTPool()

func (*UpsertCannonLocationRequest) SizeVT added in v1.8.12

func (m *UpsertCannonLocationRequest) SizeVT() (n int)

func (*UpsertCannonLocationRequest) String

func (x *UpsertCannonLocationRequest) String() string

func (*UpsertCannonLocationRequest) UnmarshalVT added in v1.8.12

func (m *UpsertCannonLocationRequest) UnmarshalVT(dAtA []byte) error

type UpsertCannonLocationResponse

type UpsertCannonLocationResponse struct {
	// contains filtered or unexported fields
}

func UpsertCannonLocationResponseFromVTPool added in v1.8.12

func UpsertCannonLocationResponseFromVTPool() *UpsertCannonLocationResponse

func (*UpsertCannonLocationResponse) Descriptor deprecated

func (*UpsertCannonLocationResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpsertCannonLocationResponse.ProtoReflect.Descriptor instead.

func (*UpsertCannonLocationResponse) MarshalToSizedBufferVT added in v1.8.12

func (m *UpsertCannonLocationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpsertCannonLocationResponse) MarshalToVT added in v1.8.12

func (m *UpsertCannonLocationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UpsertCannonLocationResponse) MarshalVT added in v1.8.12

func (m *UpsertCannonLocationResponse) MarshalVT() (dAtA []byte, err error)

func (*UpsertCannonLocationResponse) ProtoMessage

func (*UpsertCannonLocationResponse) ProtoMessage()

func (*UpsertCannonLocationResponse) ProtoReflect

func (*UpsertCannonLocationResponse) Reset

func (x *UpsertCannonLocationResponse) Reset()

func (*UpsertCannonLocationResponse) ResetVT added in v1.8.12

func (m *UpsertCannonLocationResponse) ResetVT()

func (*UpsertCannonLocationResponse) ReturnToVTPool added in v1.8.12

func (m *UpsertCannonLocationResponse) ReturnToVTPool()

func (*UpsertCannonLocationResponse) SizeVT added in v1.8.12

func (m *UpsertCannonLocationResponse) SizeVT() (n int)

func (*UpsertCannonLocationResponse) String

func (*UpsertCannonLocationResponse) UnmarshalVT added in v1.8.12

func (m *UpsertCannonLocationResponse) UnmarshalVT(dAtA []byte) error

type UpsertRelayMonitorLocationRequest added in v1.4.4

type UpsertRelayMonitorLocationRequest struct {
	Location *RelayMonitorLocation `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func UpsertRelayMonitorLocationRequestFromVTPool added in v1.8.12

func UpsertRelayMonitorLocationRequestFromVTPool() *UpsertRelayMonitorLocationRequest

func (*UpsertRelayMonitorLocationRequest) Descriptor deprecated added in v1.4.4

func (*UpsertRelayMonitorLocationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpsertRelayMonitorLocationRequest.ProtoReflect.Descriptor instead.

func (*UpsertRelayMonitorLocationRequest) GetLocation added in v1.4.4

func (*UpsertRelayMonitorLocationRequest) MarshalToSizedBufferVT added in v1.8.12

func (m *UpsertRelayMonitorLocationRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpsertRelayMonitorLocationRequest) MarshalToVT added in v1.8.12

func (m *UpsertRelayMonitorLocationRequest) MarshalToVT(dAtA []byte) (int, error)

func (*UpsertRelayMonitorLocationRequest) MarshalVT added in v1.8.12

func (m *UpsertRelayMonitorLocationRequest) MarshalVT() (dAtA []byte, err error)

func (*UpsertRelayMonitorLocationRequest) ProtoMessage added in v1.4.4

func (*UpsertRelayMonitorLocationRequest) ProtoMessage()

func (*UpsertRelayMonitorLocationRequest) ProtoReflect added in v1.4.4

func (*UpsertRelayMonitorLocationRequest) Reset added in v1.4.4

func (*UpsertRelayMonitorLocationRequest) ResetVT added in v1.8.12

func (m *UpsertRelayMonitorLocationRequest) ResetVT()

func (*UpsertRelayMonitorLocationRequest) ReturnToVTPool added in v1.8.12

func (m *UpsertRelayMonitorLocationRequest) ReturnToVTPool()

func (*UpsertRelayMonitorLocationRequest) SizeVT added in v1.8.12

func (m *UpsertRelayMonitorLocationRequest) SizeVT() (n int)

func (*UpsertRelayMonitorLocationRequest) String added in v1.4.4

func (*UpsertRelayMonitorLocationRequest) UnmarshalVT added in v1.8.12

func (m *UpsertRelayMonitorLocationRequest) UnmarshalVT(dAtA []byte) error

type UpsertRelayMonitorLocationResponse added in v1.4.4

type UpsertRelayMonitorLocationResponse struct {
	// contains filtered or unexported fields
}

func UpsertRelayMonitorLocationResponseFromVTPool added in v1.8.12

func UpsertRelayMonitorLocationResponseFromVTPool() *UpsertRelayMonitorLocationResponse

func (*UpsertRelayMonitorLocationResponse) Descriptor deprecated added in v1.4.4

func (*UpsertRelayMonitorLocationResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpsertRelayMonitorLocationResponse.ProtoReflect.Descriptor instead.

func (*UpsertRelayMonitorLocationResponse) MarshalToSizedBufferVT added in v1.8.12

func (m *UpsertRelayMonitorLocationResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UpsertRelayMonitorLocationResponse) MarshalToVT added in v1.8.12

func (m *UpsertRelayMonitorLocationResponse) MarshalToVT(dAtA []byte) (int, error)

func (*UpsertRelayMonitorLocationResponse) MarshalVT added in v1.8.12

func (m *UpsertRelayMonitorLocationResponse) MarshalVT() (dAtA []byte, err error)

func (*UpsertRelayMonitorLocationResponse) ProtoMessage added in v1.4.4

func (*UpsertRelayMonitorLocationResponse) ProtoMessage()

func (*UpsertRelayMonitorLocationResponse) ProtoReflect added in v1.4.4

func (*UpsertRelayMonitorLocationResponse) Reset added in v1.4.4

func (*UpsertRelayMonitorLocationResponse) ResetVT added in v1.8.12

func (*UpsertRelayMonitorLocationResponse) ReturnToVTPool added in v1.8.12

func (m *UpsertRelayMonitorLocationResponse) ReturnToVTPool()

func (*UpsertRelayMonitorLocationResponse) SizeVT added in v1.8.12

func (m *UpsertRelayMonitorLocationResponse) SizeVT() (n int)

func (*UpsertRelayMonitorLocationResponse) String added in v1.4.4

func (*UpsertRelayMonitorLocationResponse) UnmarshalVT added in v1.8.12

func (m *UpsertRelayMonitorLocationResponse) UnmarshalVT(dAtA []byte) error

type Validators added in v0.0.172

type Validators struct {
	Validators []*v1.Validator `protobuf:"bytes,1,rep,name=validators,proto3" json:"validators,omitempty"`
	// contains filtered or unexported fields
}

func ValidatorsFromVTPool added in v1.8.12

func ValidatorsFromVTPool() *Validators

func (*Validators) Descriptor deprecated added in v0.0.172

func (*Validators) Descriptor() ([]byte, []int)

Deprecated: Use Validators.ProtoReflect.Descriptor instead.

func (*Validators) GetValidators added in v0.0.172

func (x *Validators) GetValidators() []*v1.Validator

func (*Validators) MarshalToSizedBufferVT added in v1.8.12

func (m *Validators) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Validators) MarshalToVT added in v1.8.12

func (m *Validators) MarshalToVT(dAtA []byte) (int, error)

func (*Validators) MarshalVT added in v1.8.12

func (m *Validators) MarshalVT() (dAtA []byte, err error)

func (*Validators) ProtoMessage added in v0.0.172

func (*Validators) ProtoMessage()

func (*Validators) ProtoReflect added in v0.0.172

func (x *Validators) ProtoReflect() protoreflect.Message

func (*Validators) Reset added in v0.0.172

func (x *Validators) Reset()

func (*Validators) ResetVT added in v1.8.12

func (m *Validators) ResetVT()

func (*Validators) ReturnToVTPool added in v1.8.12

func (m *Validators) ReturnToVTPool()

func (*Validators) SizeVT added in v1.8.12

func (m *Validators) SizeVT() (n int)

func (*Validators) String added in v0.0.172

func (x *Validators) String() string

func (*Validators) UnmarshalVT added in v1.8.12

func (m *Validators) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL