api

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	API_ListBeaconState_FullMethodName                     = "/api.API/ListBeaconState"
	API_CountBeaconState_FullMethodName                    = "/api.API/CountBeaconState"
	API_ListUniqueBeaconStateValues_FullMethodName         = "/api.API/ListUniqueBeaconStateValues"
	API_ListBeaconBlock_FullMethodName                     = "/api.API/ListBeaconBlock"
	API_CountBeaconBlock_FullMethodName                    = "/api.API/CountBeaconBlock"
	API_ListUniqueBeaconBlockValues_FullMethodName         = "/api.API/ListUniqueBeaconBlockValues"
	API_ListBeaconBadBlock_FullMethodName                  = "/api.API/ListBeaconBadBlock"
	API_CountBeaconBadBlock_FullMethodName                 = "/api.API/CountBeaconBadBlock"
	API_ListUniqueBeaconBadBlockValues_FullMethodName      = "/api.API/ListUniqueBeaconBadBlockValues"
	API_ListBeaconBadBlob_FullMethodName                   = "/api.API/ListBeaconBadBlob"
	API_CountBeaconBadBlob_FullMethodName                  = "/api.API/CountBeaconBadBlob"
	API_ListUniqueBeaconBadBlobValues_FullMethodName       = "/api.API/ListUniqueBeaconBadBlobValues"
	API_ListExecutionBlockTrace_FullMethodName             = "/api.API/ListExecutionBlockTrace"
	API_CountExecutionBlockTrace_FullMethodName            = "/api.API/CountExecutionBlockTrace"
	API_ListUniqueExecutionBlockTraceValues_FullMethodName = "/api.API/ListUniqueExecutionBlockTraceValues"
	API_ListExecutionBadBlock_FullMethodName               = "/api.API/ListExecutionBadBlock"
	API_CountExecutionBadBlock_FullMethodName              = "/api.API/CountExecutionBadBlock"
	API_ListUniqueExecutionBadBlockValues_FullMethodName   = "/api.API/ListUniqueExecutionBadBlockValues"
)

Variables

View Source
var (
	ListUniqueBeaconStateValuesRequest_Field_name = map[int32]string{
		0: "node",
		1: "slot",
		2: "epoch",
		3: "state_root",
		4: "node_version",
		5: "network",
		6: "beacon_implementation",
	}
	ListUniqueBeaconStateValuesRequest_Field_value = map[string]int32{
		"node":                  0,
		"slot":                  1,
		"epoch":                 2,
		"state_root":            3,
		"node_version":          4,
		"network":               5,
		"beacon_implementation": 6,
	}
)

Enum value maps for ListUniqueBeaconStateValuesRequest_Field.

View Source
var (
	ListUniqueBeaconBlockValuesRequest_Field_name = map[int32]string{
		0: "node",
		1: "slot",
		2: "epoch",
		3: "block_root",
		4: "node_version",
		5: "network",
		6: "beacon_implementation",
	}
	ListUniqueBeaconBlockValuesRequest_Field_value = map[string]int32{
		"node":                  0,
		"slot":                  1,
		"epoch":                 2,
		"block_root":            3,
		"node_version":          4,
		"network":               5,
		"beacon_implementation": 6,
	}
)

Enum value maps for ListUniqueBeaconBlockValuesRequest_Field.

View Source
var (
	ListUniqueBeaconBadBlockValuesRequest_Field_name = map[int32]string{
		0: "node",
		1: "slot",
		2: "epoch",
		3: "block_root",
		4: "node_version",
		5: "network",
		6: "beacon_implementation",
	}
	ListUniqueBeaconBadBlockValuesRequest_Field_value = map[string]int32{
		"node":                  0,
		"slot":                  1,
		"epoch":                 2,
		"block_root":            3,
		"node_version":          4,
		"network":               5,
		"beacon_implementation": 6,
	}
)

Enum value maps for ListUniqueBeaconBadBlockValuesRequest_Field.

View Source
var (
	ListUniqueBeaconBadBlobValuesRequest_Field_name = map[int32]string{
		0: "node",
		1: "slot",
		2: "epoch",
		3: "block_root",
		4: "node_version",
		5: "network",
		6: "beacon_implementation",
		7: "index",
	}
	ListUniqueBeaconBadBlobValuesRequest_Field_value = map[string]int32{
		"node":                  0,
		"slot":                  1,
		"epoch":                 2,
		"block_root":            3,
		"node_version":          4,
		"network":               5,
		"beacon_implementation": 6,
		"index":                 7,
	}
)

Enum value maps for ListUniqueBeaconBadBlobValuesRequest_Field.

View Source
var (
	ListUniqueExecutionBlockTraceValuesRequest_Field_name = map[int32]string{
		0: "node",
		1: "block_hash",
		2: "block_number",
		3: "network",
		4: "node_version",
		5: "execution_implementation",
	}
	ListUniqueExecutionBlockTraceValuesRequest_Field_value = map[string]int32{
		"node":                     0,
		"block_hash":               1,
		"block_number":             2,
		"network":                  3,
		"node_version":             4,
		"execution_implementation": 5,
	}
)

Enum value maps for ListUniqueExecutionBlockTraceValuesRequest_Field.

View Source
var (
	ListUniqueExecutionBadBlockValuesRequest_Field_name = map[int32]string{
		0: "node",
		1: "block_hash",
		2: "block_number",
		3: "network",
		4: "node_version",
		5: "execution_implementation",
		6: "block_extra_data",
	}
	ListUniqueExecutionBadBlockValuesRequest_Field_value = map[string]int32{
		"node":                     0,
		"block_hash":               1,
		"block_number":             2,
		"network":                  3,
		"node_version":             4,
		"execution_implementation": 5,
		"block_extra_data":         6,
	}
)

Enum value maps for ListUniqueExecutionBadBlockValuesRequest_Field.

View Source
var API_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.API",
	HandlerType: (*APIServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListBeaconState",
			Handler:    _API_ListBeaconState_Handler,
		},
		{
			MethodName: "CountBeaconState",
			Handler:    _API_CountBeaconState_Handler,
		},
		{
			MethodName: "ListUniqueBeaconStateValues",
			Handler:    _API_ListUniqueBeaconStateValues_Handler,
		},
		{
			MethodName: "ListBeaconBlock",
			Handler:    _API_ListBeaconBlock_Handler,
		},
		{
			MethodName: "CountBeaconBlock",
			Handler:    _API_CountBeaconBlock_Handler,
		},
		{
			MethodName: "ListUniqueBeaconBlockValues",
			Handler:    _API_ListUniqueBeaconBlockValues_Handler,
		},
		{
			MethodName: "ListBeaconBadBlock",
			Handler:    _API_ListBeaconBadBlock_Handler,
		},
		{
			MethodName: "CountBeaconBadBlock",
			Handler:    _API_CountBeaconBadBlock_Handler,
		},
		{
			MethodName: "ListUniqueBeaconBadBlockValues",
			Handler:    _API_ListUniqueBeaconBadBlockValues_Handler,
		},
		{
			MethodName: "ListBeaconBadBlob",
			Handler:    _API_ListBeaconBadBlob_Handler,
		},
		{
			MethodName: "CountBeaconBadBlob",
			Handler:    _API_CountBeaconBadBlob_Handler,
		},
		{
			MethodName: "ListUniqueBeaconBadBlobValues",
			Handler:    _API_ListUniqueBeaconBadBlobValues_Handler,
		},
		{
			MethodName: "ListExecutionBlockTrace",
			Handler:    _API_ListExecutionBlockTrace_Handler,
		},
		{
			MethodName: "CountExecutionBlockTrace",
			Handler:    _API_CountExecutionBlockTrace_Handler,
		},
		{
			MethodName: "ListUniqueExecutionBlockTraceValues",
			Handler:    _API_ListUniqueExecutionBlockTraceValues_Handler,
		},
		{
			MethodName: "ListExecutionBadBlock",
			Handler:    _API_ListExecutionBadBlock_Handler,
		},
		{
			MethodName: "CountExecutionBadBlock",
			Handler:    _API_CountExecutionBadBlock_Handler,
		},
		{
			MethodName: "ListUniqueExecutionBadBlockValues",
			Handler:    _API_ListUniqueExecutionBadBlockValues_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "api/api.proto",
}

API_ServiceDesc is the grpc.ServiceDesc for API 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_api_api_proto protoreflect.FileDescriptor

Functions

func RegisterAPIServer

func RegisterAPIServer(s grpc.ServiceRegistrar, srv APIServer)

Types

type APIClient

type APIClient interface {
	ListBeaconState(ctx context.Context, in *ListBeaconStateRequest, opts ...grpc.CallOption) (*ListBeaconStateResponse, error)
	CountBeaconState(ctx context.Context, in *CountBeaconStateRequest, opts ...grpc.CallOption) (*CountBeaconStateResponse, error)
	ListUniqueBeaconStateValues(ctx context.Context, in *ListUniqueBeaconStateValuesRequest, opts ...grpc.CallOption) (*ListUniqueBeaconStateValuesResponse, error)
	ListBeaconBlock(ctx context.Context, in *ListBeaconBlockRequest, opts ...grpc.CallOption) (*ListBeaconBlockResponse, error)
	CountBeaconBlock(ctx context.Context, in *CountBeaconBlockRequest, opts ...grpc.CallOption) (*CountBeaconBlockResponse, error)
	ListUniqueBeaconBlockValues(ctx context.Context, in *ListUniqueBeaconBlockValuesRequest, opts ...grpc.CallOption) (*ListUniqueBeaconBlockValuesResponse, error)
	ListBeaconBadBlock(ctx context.Context, in *ListBeaconBadBlockRequest, opts ...grpc.CallOption) (*ListBeaconBadBlockResponse, error)
	CountBeaconBadBlock(ctx context.Context, in *CountBeaconBadBlockRequest, opts ...grpc.CallOption) (*CountBeaconBadBlockResponse, error)
	ListUniqueBeaconBadBlockValues(ctx context.Context, in *ListUniqueBeaconBadBlockValuesRequest, opts ...grpc.CallOption) (*ListUniqueBeaconBadBlockValuesResponse, error)
	ListBeaconBadBlob(ctx context.Context, in *ListBeaconBadBlobRequest, opts ...grpc.CallOption) (*ListBeaconBadBlobResponse, error)
	CountBeaconBadBlob(ctx context.Context, in *CountBeaconBadBlobRequest, opts ...grpc.CallOption) (*CountBeaconBadBlobResponse, error)
	ListUniqueBeaconBadBlobValues(ctx context.Context, in *ListUniqueBeaconBadBlobValuesRequest, opts ...grpc.CallOption) (*ListUniqueBeaconBadBlobValuesResponse, error)
	ListExecutionBlockTrace(ctx context.Context, in *ListExecutionBlockTraceRequest, opts ...grpc.CallOption) (*ListExecutionBlockTraceResponse, error)
	CountExecutionBlockTrace(ctx context.Context, in *CountExecutionBlockTraceRequest, opts ...grpc.CallOption) (*CountExecutionBlockTraceResponse, error)
	ListUniqueExecutionBlockTraceValues(ctx context.Context, in *ListUniqueExecutionBlockTraceValuesRequest, opts ...grpc.CallOption) (*ListUniqueExecutionBlockTraceValuesResponse, error)
	ListExecutionBadBlock(ctx context.Context, in *ListExecutionBadBlockRequest, opts ...grpc.CallOption) (*ListExecutionBadBlockResponse, error)
	CountExecutionBadBlock(ctx context.Context, in *CountExecutionBadBlockRequest, opts ...grpc.CallOption) (*CountExecutionBadBlockResponse, error)
	ListUniqueExecutionBadBlockValues(ctx context.Context, in *ListUniqueExecutionBadBlockValuesRequest, opts ...grpc.CallOption) (*ListUniqueExecutionBadBlockValuesResponse, error)
}

APIClient is the client API for API 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.

func NewAPIClient

func NewAPIClient(cc grpc.ClientConnInterface) APIClient

type APIServer

type APIServer interface {
	ListBeaconState(context.Context, *ListBeaconStateRequest) (*ListBeaconStateResponse, error)
	CountBeaconState(context.Context, *CountBeaconStateRequest) (*CountBeaconStateResponse, error)
	ListUniqueBeaconStateValues(context.Context, *ListUniqueBeaconStateValuesRequest) (*ListUniqueBeaconStateValuesResponse, error)
	ListBeaconBlock(context.Context, *ListBeaconBlockRequest) (*ListBeaconBlockResponse, error)
	CountBeaconBlock(context.Context, *CountBeaconBlockRequest) (*CountBeaconBlockResponse, error)
	ListUniqueBeaconBlockValues(context.Context, *ListUniqueBeaconBlockValuesRequest) (*ListUniqueBeaconBlockValuesResponse, error)
	ListBeaconBadBlock(context.Context, *ListBeaconBadBlockRequest) (*ListBeaconBadBlockResponse, error)
	CountBeaconBadBlock(context.Context, *CountBeaconBadBlockRequest) (*CountBeaconBadBlockResponse, error)
	ListUniqueBeaconBadBlockValues(context.Context, *ListUniqueBeaconBadBlockValuesRequest) (*ListUniqueBeaconBadBlockValuesResponse, error)
	ListBeaconBadBlob(context.Context, *ListBeaconBadBlobRequest) (*ListBeaconBadBlobResponse, error)
	CountBeaconBadBlob(context.Context, *CountBeaconBadBlobRequest) (*CountBeaconBadBlobResponse, error)
	ListUniqueBeaconBadBlobValues(context.Context, *ListUniqueBeaconBadBlobValuesRequest) (*ListUniqueBeaconBadBlobValuesResponse, error)
	ListExecutionBlockTrace(context.Context, *ListExecutionBlockTraceRequest) (*ListExecutionBlockTraceResponse, error)
	CountExecutionBlockTrace(context.Context, *CountExecutionBlockTraceRequest) (*CountExecutionBlockTraceResponse, error)
	ListUniqueExecutionBlockTraceValues(context.Context, *ListUniqueExecutionBlockTraceValuesRequest) (*ListUniqueExecutionBlockTraceValuesResponse, error)
	ListExecutionBadBlock(context.Context, *ListExecutionBadBlockRequest) (*ListExecutionBadBlockResponse, error)
	CountExecutionBadBlock(context.Context, *CountExecutionBadBlockRequest) (*CountExecutionBadBlockResponse, error)
	ListUniqueExecutionBadBlockValues(context.Context, *ListUniqueExecutionBadBlockValuesRequest) (*ListUniqueExecutionBadBlockValuesResponse, error)
	// contains filtered or unexported methods
}

APIServer is the server API for API service. All implementations must embed UnimplementedAPIServer for forward compatibility

type BeaconBadBlob added in v0.0.16

type BeaconBadBlob struct {
	Id                   *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Node                 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"`
	FetchedAt            *timestamppb.Timestamp  `protobuf:"bytes,3,opt,name=fetched_at,proto3" json:"fetched_at,omitempty"`
	Slot                 *wrapperspb.UInt64Value `protobuf:"bytes,4,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                *wrapperspb.UInt64Value `protobuf:"bytes,5,opt,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	Index                *wrapperspb.UInt64Value `protobuf:"bytes,10,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBadBlob) Descriptor deprecated added in v0.0.16

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

Deprecated: Use BeaconBadBlob.ProtoReflect.Descriptor instead.

func (*BeaconBadBlob) GetBeaconImplementation added in v0.0.16

func (x *BeaconBadBlob) GetBeaconImplementation() *wrapperspb.StringValue

func (*BeaconBadBlob) GetBlockRoot added in v0.0.16

func (x *BeaconBadBlob) GetBlockRoot() *wrapperspb.StringValue

func (*BeaconBadBlob) GetEpoch added in v0.0.16

func (x *BeaconBadBlob) GetEpoch() *wrapperspb.UInt64Value

func (*BeaconBadBlob) GetFetchedAt added in v0.0.16

func (x *BeaconBadBlob) GetFetchedAt() *timestamppb.Timestamp

func (*BeaconBadBlob) GetId added in v0.0.16

func (x *BeaconBadBlob) GetId() *wrapperspb.StringValue

func (*BeaconBadBlob) GetIndex added in v0.0.16

func (x *BeaconBadBlob) GetIndex() *wrapperspb.UInt64Value

func (*BeaconBadBlob) GetNetwork added in v0.0.16

func (x *BeaconBadBlob) GetNetwork() *wrapperspb.StringValue

func (*BeaconBadBlob) GetNode added in v0.0.16

func (x *BeaconBadBlob) GetNode() *wrapperspb.StringValue

func (*BeaconBadBlob) GetNodeVersion added in v0.0.16

func (x *BeaconBadBlob) GetNodeVersion() *wrapperspb.StringValue

func (*BeaconBadBlob) GetSlot added in v0.0.16

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

func (*BeaconBadBlob) ProtoMessage added in v0.0.16

func (*BeaconBadBlob) ProtoMessage()

func (*BeaconBadBlob) ProtoReflect added in v0.0.16

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

func (*BeaconBadBlob) Reset added in v0.0.16

func (x *BeaconBadBlob) Reset()

func (*BeaconBadBlob) String added in v0.0.16

func (x *BeaconBadBlob) String() string

type BeaconBadBlock added in v0.0.16

type BeaconBadBlock struct {
	Id                   *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Node                 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"`
	FetchedAt            *timestamppb.Timestamp  `protobuf:"bytes,3,opt,name=fetched_at,proto3" json:"fetched_at,omitempty"`
	Slot                 *wrapperspb.UInt64Value `protobuf:"bytes,4,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                *wrapperspb.UInt64Value `protobuf:"bytes,5,opt,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBadBlock) Descriptor deprecated added in v0.0.16

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

Deprecated: Use BeaconBadBlock.ProtoReflect.Descriptor instead.

func (*BeaconBadBlock) GetBeaconImplementation added in v0.0.16

func (x *BeaconBadBlock) GetBeaconImplementation() *wrapperspb.StringValue

func (*BeaconBadBlock) GetBlockRoot added in v0.0.16

func (x *BeaconBadBlock) GetBlockRoot() *wrapperspb.StringValue

func (*BeaconBadBlock) GetEpoch added in v0.0.16

func (x *BeaconBadBlock) GetEpoch() *wrapperspb.UInt64Value

func (*BeaconBadBlock) GetFetchedAt added in v0.0.16

func (x *BeaconBadBlock) GetFetchedAt() *timestamppb.Timestamp

func (*BeaconBadBlock) GetId added in v0.0.16

func (*BeaconBadBlock) GetNetwork added in v0.0.16

func (x *BeaconBadBlock) GetNetwork() *wrapperspb.StringValue

func (*BeaconBadBlock) GetNode added in v0.0.16

func (x *BeaconBadBlock) GetNode() *wrapperspb.StringValue

func (*BeaconBadBlock) GetNodeVersion added in v0.0.16

func (x *BeaconBadBlock) GetNodeVersion() *wrapperspb.StringValue

func (*BeaconBadBlock) GetSlot added in v0.0.16

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

func (*BeaconBadBlock) ProtoMessage added in v0.0.16

func (*BeaconBadBlock) ProtoMessage()

func (*BeaconBadBlock) ProtoReflect added in v0.0.16

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

func (*BeaconBadBlock) Reset added in v0.0.16

func (x *BeaconBadBlock) Reset()

func (*BeaconBadBlock) String added in v0.0.16

func (x *BeaconBadBlock) String() string

type BeaconBlock added in v0.0.16

type BeaconBlock struct {
	Id                   *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Node                 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"`
	FetchedAt            *timestamppb.Timestamp  `protobuf:"bytes,3,opt,name=fetched_at,proto3" json:"fetched_at,omitempty"`
	Slot                 *wrapperspb.UInt64Value `protobuf:"bytes,4,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                *wrapperspb.UInt64Value `protobuf:"bytes,5,opt,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconBlock) Descriptor deprecated added in v0.0.16

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

Deprecated: Use BeaconBlock.ProtoReflect.Descriptor instead.

func (*BeaconBlock) GetBeaconImplementation added in v0.0.16

func (x *BeaconBlock) GetBeaconImplementation() *wrapperspb.StringValue

func (*BeaconBlock) GetBlockRoot added in v0.0.16

func (x *BeaconBlock) GetBlockRoot() *wrapperspb.StringValue

func (*BeaconBlock) GetEpoch added in v0.0.16

func (x *BeaconBlock) GetEpoch() *wrapperspb.UInt64Value

func (*BeaconBlock) GetFetchedAt added in v0.0.16

func (x *BeaconBlock) GetFetchedAt() *timestamppb.Timestamp

func (*BeaconBlock) GetId added in v0.0.16

func (x *BeaconBlock) GetId() *wrapperspb.StringValue

func (*BeaconBlock) GetNetwork added in v0.0.16

func (x *BeaconBlock) GetNetwork() *wrapperspb.StringValue

func (*BeaconBlock) GetNode added in v0.0.16

func (x *BeaconBlock) GetNode() *wrapperspb.StringValue

func (*BeaconBlock) GetNodeVersion added in v0.0.16

func (x *BeaconBlock) GetNodeVersion() *wrapperspb.StringValue

func (*BeaconBlock) GetSlot added in v0.0.16

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

func (*BeaconBlock) ProtoMessage added in v0.0.16

func (*BeaconBlock) ProtoMessage()

func (*BeaconBlock) ProtoReflect added in v0.0.16

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

func (*BeaconBlock) Reset added in v0.0.16

func (x *BeaconBlock) Reset()

func (*BeaconBlock) String added in v0.0.16

func (x *BeaconBlock) String() string

type BeaconState

type BeaconState struct {
	Id                   *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Node                 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"`
	FetchedAt            *timestamppb.Timestamp  `protobuf:"bytes,3,opt,name=fetched_at,proto3" json:"fetched_at,omitempty"`
	Slot                 *wrapperspb.UInt64Value `protobuf:"bytes,4,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                *wrapperspb.UInt64Value `protobuf:"bytes,5,opt,name=epoch,proto3" json:"epoch,omitempty"`
	StateRoot            *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=state_root,proto3" json:"state_root,omitempty"`
	NodeVersion          *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconState) Descriptor deprecated

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

Deprecated: Use BeaconState.ProtoReflect.Descriptor instead.

func (*BeaconState) GetBeaconImplementation

func (x *BeaconState) GetBeaconImplementation() *wrapperspb.StringValue

func (*BeaconState) GetEpoch

func (x *BeaconState) GetEpoch() *wrapperspb.UInt64Value

func (*BeaconState) GetFetchedAt

func (x *BeaconState) GetFetchedAt() *timestamppb.Timestamp

func (*BeaconState) GetId

func (x *BeaconState) GetId() *wrapperspb.StringValue

func (*BeaconState) GetNetwork

func (x *BeaconState) GetNetwork() *wrapperspb.StringValue

func (*BeaconState) GetNode

func (x *BeaconState) GetNode() *wrapperspb.StringValue

func (*BeaconState) GetNodeVersion

func (x *BeaconState) GetNodeVersion() *wrapperspb.StringValue

func (*BeaconState) GetSlot

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

func (*BeaconState) GetStateRoot

func (x *BeaconState) GetStateRoot() *wrapperspb.StringValue

func (*BeaconState) ProtoMessage

func (*BeaconState) ProtoMessage()

func (*BeaconState) ProtoReflect

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

func (*BeaconState) Reset

func (x *BeaconState) Reset()

func (*BeaconState) String

func (x *BeaconState) String() string

type CountBeaconBadBlobRequest added in v0.0.16

type CountBeaconBadBlobRequest struct {
	Node                 string                  `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Slot                 uint64                  `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                uint64                  `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            string                  `protobuf:"bytes,4,opt,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          string                  `protobuf:"bytes,5,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              string                  `protobuf:"bytes,6,opt,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation string                  `protobuf:"bytes,7,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	Before               *timestamppb.Timestamp  `protobuf:"bytes,8,opt,name=before,proto3" json:"before,omitempty"`
	After                *timestamppb.Timestamp  `protobuf:"bytes,9,opt,name=after,proto3" json:"after,omitempty"`
	Index                *wrapperspb.UInt64Value `protobuf:"bytes,10,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*CountBeaconBadBlobRequest) Descriptor deprecated added in v0.0.16

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

Deprecated: Use CountBeaconBadBlobRequest.ProtoReflect.Descriptor instead.

func (*CountBeaconBadBlobRequest) GetAfter added in v0.0.16

func (*CountBeaconBadBlobRequest) GetBeaconImplementation added in v0.0.16

func (x *CountBeaconBadBlobRequest) GetBeaconImplementation() string

func (*CountBeaconBadBlobRequest) GetBefore added in v0.0.16

func (*CountBeaconBadBlobRequest) GetBlockRoot added in v0.0.16

func (x *CountBeaconBadBlobRequest) GetBlockRoot() string

func (*CountBeaconBadBlobRequest) GetEpoch added in v0.0.16

func (x *CountBeaconBadBlobRequest) GetEpoch() uint64

func (*CountBeaconBadBlobRequest) GetIndex added in v0.0.16

func (*CountBeaconBadBlobRequest) GetNetwork added in v0.0.16

func (x *CountBeaconBadBlobRequest) GetNetwork() string

func (*CountBeaconBadBlobRequest) GetNode added in v0.0.16

func (x *CountBeaconBadBlobRequest) GetNode() string

func (*CountBeaconBadBlobRequest) GetNodeVersion added in v0.0.16

func (x *CountBeaconBadBlobRequest) GetNodeVersion() string

func (*CountBeaconBadBlobRequest) GetSlot added in v0.0.16

func (x *CountBeaconBadBlobRequest) GetSlot() uint64

func (*CountBeaconBadBlobRequest) ProtoMessage added in v0.0.16

func (*CountBeaconBadBlobRequest) ProtoMessage()

func (*CountBeaconBadBlobRequest) ProtoReflect added in v0.0.16

func (*CountBeaconBadBlobRequest) Reset added in v0.0.16

func (x *CountBeaconBadBlobRequest) Reset()

func (*CountBeaconBadBlobRequest) String added in v0.0.16

func (x *CountBeaconBadBlobRequest) String() string

type CountBeaconBadBlobResponse added in v0.0.16

type CountBeaconBadBlobResponse struct {
	Count *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*CountBeaconBadBlobResponse) Descriptor deprecated added in v0.0.16

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

Deprecated: Use CountBeaconBadBlobResponse.ProtoReflect.Descriptor instead.

func (*CountBeaconBadBlobResponse) GetCount added in v0.0.16

func (*CountBeaconBadBlobResponse) ProtoMessage added in v0.0.16

func (*CountBeaconBadBlobResponse) ProtoMessage()

func (*CountBeaconBadBlobResponse) ProtoReflect added in v0.0.16

func (*CountBeaconBadBlobResponse) Reset added in v0.0.16

func (x *CountBeaconBadBlobResponse) Reset()

func (*CountBeaconBadBlobResponse) String added in v0.0.16

func (x *CountBeaconBadBlobResponse) String() string

type CountBeaconBadBlockRequest added in v0.0.16

type CountBeaconBadBlockRequest struct {
	Node                 string                 `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Slot                 uint64                 `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                uint64                 `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            string                 `protobuf:"bytes,4,opt,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          string                 `protobuf:"bytes,5,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              string                 `protobuf:"bytes,6,opt,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation string                 `protobuf:"bytes,7,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	Before               *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=before,proto3" json:"before,omitempty"`
	After                *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=after,proto3" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func (*CountBeaconBadBlockRequest) Descriptor deprecated added in v0.0.16

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

Deprecated: Use CountBeaconBadBlockRequest.ProtoReflect.Descriptor instead.

func (*CountBeaconBadBlockRequest) GetAfter added in v0.0.16

func (*CountBeaconBadBlockRequest) GetBeaconImplementation added in v0.0.16

func (x *CountBeaconBadBlockRequest) GetBeaconImplementation() string

func (*CountBeaconBadBlockRequest) GetBefore added in v0.0.16

func (*CountBeaconBadBlockRequest) GetBlockRoot added in v0.0.16

func (x *CountBeaconBadBlockRequest) GetBlockRoot() string

func (*CountBeaconBadBlockRequest) GetEpoch added in v0.0.16

func (x *CountBeaconBadBlockRequest) GetEpoch() uint64

func (*CountBeaconBadBlockRequest) GetNetwork added in v0.0.16

func (x *CountBeaconBadBlockRequest) GetNetwork() string

func (*CountBeaconBadBlockRequest) GetNode added in v0.0.16

func (x *CountBeaconBadBlockRequest) GetNode() string

func (*CountBeaconBadBlockRequest) GetNodeVersion added in v0.0.16

func (x *CountBeaconBadBlockRequest) GetNodeVersion() string

func (*CountBeaconBadBlockRequest) GetSlot added in v0.0.16

func (x *CountBeaconBadBlockRequest) GetSlot() uint64

func (*CountBeaconBadBlockRequest) ProtoMessage added in v0.0.16

func (*CountBeaconBadBlockRequest) ProtoMessage()

func (*CountBeaconBadBlockRequest) ProtoReflect added in v0.0.16

func (*CountBeaconBadBlockRequest) Reset added in v0.0.16

func (x *CountBeaconBadBlockRequest) Reset()

func (*CountBeaconBadBlockRequest) String added in v0.0.16

func (x *CountBeaconBadBlockRequest) String() string

type CountBeaconBadBlockResponse added in v0.0.16

type CountBeaconBadBlockResponse struct {
	Count *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*CountBeaconBadBlockResponse) Descriptor deprecated added in v0.0.16

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

Deprecated: Use CountBeaconBadBlockResponse.ProtoReflect.Descriptor instead.

func (*CountBeaconBadBlockResponse) GetCount added in v0.0.16

func (*CountBeaconBadBlockResponse) ProtoMessage added in v0.0.16

func (*CountBeaconBadBlockResponse) ProtoMessage()

func (*CountBeaconBadBlockResponse) ProtoReflect added in v0.0.16

func (*CountBeaconBadBlockResponse) Reset added in v0.0.16

func (x *CountBeaconBadBlockResponse) Reset()

func (*CountBeaconBadBlockResponse) String added in v0.0.16

func (x *CountBeaconBadBlockResponse) String() string

type CountBeaconBlockRequest added in v0.0.16

type CountBeaconBlockRequest struct {
	Node                 string                 `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Slot                 uint64                 `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                uint64                 `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            string                 `protobuf:"bytes,4,opt,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          string                 `protobuf:"bytes,5,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              string                 `protobuf:"bytes,6,opt,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation string                 `protobuf:"bytes,7,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	Before               *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=before,proto3" json:"before,omitempty"`
	After                *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=after,proto3" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func (*CountBeaconBlockRequest) Descriptor deprecated added in v0.0.16

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

Deprecated: Use CountBeaconBlockRequest.ProtoReflect.Descriptor instead.

func (*CountBeaconBlockRequest) GetAfter added in v0.0.16

func (*CountBeaconBlockRequest) GetBeaconImplementation added in v0.0.16

func (x *CountBeaconBlockRequest) GetBeaconImplementation() string

func (*CountBeaconBlockRequest) GetBefore added in v0.0.16

func (*CountBeaconBlockRequest) GetBlockRoot added in v0.0.16

func (x *CountBeaconBlockRequest) GetBlockRoot() string

func (*CountBeaconBlockRequest) GetEpoch added in v0.0.16

func (x *CountBeaconBlockRequest) GetEpoch() uint64

func (*CountBeaconBlockRequest) GetNetwork added in v0.0.16

func (x *CountBeaconBlockRequest) GetNetwork() string

func (*CountBeaconBlockRequest) GetNode added in v0.0.16

func (x *CountBeaconBlockRequest) GetNode() string

func (*CountBeaconBlockRequest) GetNodeVersion added in v0.0.16

func (x *CountBeaconBlockRequest) GetNodeVersion() string

func (*CountBeaconBlockRequest) GetSlot added in v0.0.16

func (x *CountBeaconBlockRequest) GetSlot() uint64

func (*CountBeaconBlockRequest) ProtoMessage added in v0.0.16

func (*CountBeaconBlockRequest) ProtoMessage()

func (*CountBeaconBlockRequest) ProtoReflect added in v0.0.16

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

func (*CountBeaconBlockRequest) Reset added in v0.0.16

func (x *CountBeaconBlockRequest) Reset()

func (*CountBeaconBlockRequest) String added in v0.0.16

func (x *CountBeaconBlockRequest) String() string

type CountBeaconBlockResponse added in v0.0.16

type CountBeaconBlockResponse struct {
	Count *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*CountBeaconBlockResponse) Descriptor deprecated added in v0.0.16

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

Deprecated: Use CountBeaconBlockResponse.ProtoReflect.Descriptor instead.

func (*CountBeaconBlockResponse) GetCount added in v0.0.16

func (*CountBeaconBlockResponse) ProtoMessage added in v0.0.16

func (*CountBeaconBlockResponse) ProtoMessage()

func (*CountBeaconBlockResponse) ProtoReflect added in v0.0.16

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

func (*CountBeaconBlockResponse) Reset added in v0.0.16

func (x *CountBeaconBlockResponse) Reset()

func (*CountBeaconBlockResponse) String added in v0.0.16

func (x *CountBeaconBlockResponse) String() string

type CountBeaconStateRequest

type CountBeaconStateRequest struct {
	Node                 string                 `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Slot                 uint64                 `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                uint64                 `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	StateRoot            string                 `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	NodeVersion          string                 `protobuf:"bytes,5,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              string                 `protobuf:"bytes,6,opt,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation string                 `protobuf:"bytes,7,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	Before               *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=before,proto3" json:"before,omitempty"`
	After                *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=after,proto3" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func (*CountBeaconStateRequest) Descriptor deprecated

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

Deprecated: Use CountBeaconStateRequest.ProtoReflect.Descriptor instead.

func (*CountBeaconStateRequest) GetAfter

func (*CountBeaconStateRequest) GetBeaconImplementation

func (x *CountBeaconStateRequest) GetBeaconImplementation() string

func (*CountBeaconStateRequest) GetBefore

func (*CountBeaconStateRequest) GetEpoch

func (x *CountBeaconStateRequest) GetEpoch() uint64

func (*CountBeaconStateRequest) GetNetwork

func (x *CountBeaconStateRequest) GetNetwork() string

func (*CountBeaconStateRequest) GetNode

func (x *CountBeaconStateRequest) GetNode() string

func (*CountBeaconStateRequest) GetNodeVersion

func (x *CountBeaconStateRequest) GetNodeVersion() string

func (*CountBeaconStateRequest) GetSlot

func (x *CountBeaconStateRequest) GetSlot() uint64

func (*CountBeaconStateRequest) GetStateRoot

func (x *CountBeaconStateRequest) GetStateRoot() string

func (*CountBeaconStateRequest) ProtoMessage

func (*CountBeaconStateRequest) ProtoMessage()

func (*CountBeaconStateRequest) ProtoReflect

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

func (*CountBeaconStateRequest) Reset

func (x *CountBeaconStateRequest) Reset()

func (*CountBeaconStateRequest) String

func (x *CountBeaconStateRequest) String() string

type CountBeaconStateResponse

type CountBeaconStateResponse struct {
	Count *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*CountBeaconStateResponse) Descriptor deprecated

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

Deprecated: Use CountBeaconStateResponse.ProtoReflect.Descriptor instead.

func (*CountBeaconStateResponse) GetCount

func (*CountBeaconStateResponse) ProtoMessage

func (*CountBeaconStateResponse) ProtoMessage()

func (*CountBeaconStateResponse) ProtoReflect

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

func (*CountBeaconStateResponse) Reset

func (x *CountBeaconStateResponse) Reset()

func (*CountBeaconStateResponse) String

func (x *CountBeaconStateResponse) String() string

type CountExecutionBadBlockRequest

type CountExecutionBadBlockRequest struct {
	Node                    string                 `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	BlockNumber             int64                  `protobuf:"varint,2,opt,name=block_number,proto3" json:"block_number,omitempty"`
	BlockHash               string                 `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	Network                 string                 `protobuf:"bytes,5,opt,name=network,proto3" json:"network,omitempty"`
	ExecutionImplementation string                 `protobuf:"bytes,6,opt,name=execution_implementation,proto3" json:"execution_implementation,omitempty"`
	Before                  *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=before,proto3" json:"before,omitempty"`
	After                   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=after,proto3" json:"after,omitempty"`
	NodeVersion             string                 `protobuf:"bytes,9,opt,name=node_version,proto3" json:"node_version,omitempty"`
	BlockExtraData          string                 `protobuf:"bytes,10,opt,name=block_extra_data,proto3" json:"block_extra_data,omitempty"`
	// contains filtered or unexported fields
}

func (*CountExecutionBadBlockRequest) Descriptor deprecated

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

Deprecated: Use CountExecutionBadBlockRequest.ProtoReflect.Descriptor instead.

func (*CountExecutionBadBlockRequest) GetAfter

func (*CountExecutionBadBlockRequest) GetBefore

func (*CountExecutionBadBlockRequest) GetBlockExtraData

func (x *CountExecutionBadBlockRequest) GetBlockExtraData() string

func (*CountExecutionBadBlockRequest) GetBlockHash

func (x *CountExecutionBadBlockRequest) GetBlockHash() string

func (*CountExecutionBadBlockRequest) GetBlockNumber

func (x *CountExecutionBadBlockRequest) GetBlockNumber() int64

func (*CountExecutionBadBlockRequest) GetExecutionImplementation

func (x *CountExecutionBadBlockRequest) GetExecutionImplementation() string

func (*CountExecutionBadBlockRequest) GetNetwork

func (x *CountExecutionBadBlockRequest) GetNetwork() string

func (*CountExecutionBadBlockRequest) GetNode

func (*CountExecutionBadBlockRequest) GetNodeVersion

func (x *CountExecutionBadBlockRequest) GetNodeVersion() string

func (*CountExecutionBadBlockRequest) ProtoMessage

func (*CountExecutionBadBlockRequest) ProtoMessage()

func (*CountExecutionBadBlockRequest) ProtoReflect

func (*CountExecutionBadBlockRequest) Reset

func (x *CountExecutionBadBlockRequest) Reset()

func (*CountExecutionBadBlockRequest) String

type CountExecutionBadBlockResponse

type CountExecutionBadBlockResponse struct {
	Count *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*CountExecutionBadBlockResponse) Descriptor deprecated

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

Deprecated: Use CountExecutionBadBlockResponse.ProtoReflect.Descriptor instead.

func (*CountExecutionBadBlockResponse) GetCount

func (*CountExecutionBadBlockResponse) ProtoMessage

func (*CountExecutionBadBlockResponse) ProtoMessage()

func (*CountExecutionBadBlockResponse) ProtoReflect

func (*CountExecutionBadBlockResponse) Reset

func (x *CountExecutionBadBlockResponse) Reset()

func (*CountExecutionBadBlockResponse) String

type CountExecutionBlockTraceRequest

type CountExecutionBlockTraceRequest struct {
	Node                    string                 `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	BlockNumber             int64                  `protobuf:"varint,2,opt,name=block_number,proto3" json:"block_number,omitempty"`
	BlockHash               string                 `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	Network                 string                 `protobuf:"bytes,5,opt,name=network,proto3" json:"network,omitempty"`
	ExecutionImplementation string                 `protobuf:"bytes,6,opt,name=execution_implementation,proto3" json:"execution_implementation,omitempty"`
	Before                  *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=before,proto3" json:"before,omitempty"`
	After                   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=after,proto3" json:"after,omitempty"`
	NodeVersion             string                 `protobuf:"bytes,9,opt,name=node_version,proto3" json:"node_version,omitempty"`
	// contains filtered or unexported fields
}

func (*CountExecutionBlockTraceRequest) Descriptor deprecated

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

Deprecated: Use CountExecutionBlockTraceRequest.ProtoReflect.Descriptor instead.

func (*CountExecutionBlockTraceRequest) GetAfter

func (*CountExecutionBlockTraceRequest) GetBefore

func (*CountExecutionBlockTraceRequest) GetBlockHash

func (x *CountExecutionBlockTraceRequest) GetBlockHash() string

func (*CountExecutionBlockTraceRequest) GetBlockNumber

func (x *CountExecutionBlockTraceRequest) GetBlockNumber() int64

func (*CountExecutionBlockTraceRequest) GetExecutionImplementation

func (x *CountExecutionBlockTraceRequest) GetExecutionImplementation() string

func (*CountExecutionBlockTraceRequest) GetNetwork

func (x *CountExecutionBlockTraceRequest) GetNetwork() string

func (*CountExecutionBlockTraceRequest) GetNode

func (*CountExecutionBlockTraceRequest) GetNodeVersion

func (x *CountExecutionBlockTraceRequest) GetNodeVersion() string

func (*CountExecutionBlockTraceRequest) ProtoMessage

func (*CountExecutionBlockTraceRequest) ProtoMessage()

func (*CountExecutionBlockTraceRequest) ProtoReflect

func (*CountExecutionBlockTraceRequest) Reset

func (*CountExecutionBlockTraceRequest) String

type CountExecutionBlockTraceResponse

type CountExecutionBlockTraceResponse struct {
	Count *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*CountExecutionBlockTraceResponse) Descriptor deprecated

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

Deprecated: Use CountExecutionBlockTraceResponse.ProtoReflect.Descriptor instead.

func (*CountExecutionBlockTraceResponse) GetCount

func (*CountExecutionBlockTraceResponse) ProtoMessage

func (*CountExecutionBlockTraceResponse) ProtoMessage()

func (*CountExecutionBlockTraceResponse) ProtoReflect

func (*CountExecutionBlockTraceResponse) Reset

func (*CountExecutionBlockTraceResponse) String

type ExecutionBadBlock

type ExecutionBadBlock struct {
	Id                      *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Node                    *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"`
	FetchedAt               *timestamppb.Timestamp  `protobuf:"bytes,3,opt,name=fetched_at,proto3" json:"fetched_at,omitempty"`
	BlockHash               *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=block_hash,proto3" json:"block_hash,omitempty"`
	BlockNumber             *wrapperspb.Int64Value  `protobuf:"bytes,5,opt,name=block_number,proto3" json:"block_number,omitempty"`
	Network                 *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=network,proto3" json:"network,omitempty"`
	ExecutionImplementation *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=execution_implementation,proto3" json:"execution_implementation,omitempty"`
	NodeVersion             *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=node_version,proto3" json:"node_version,omitempty"`
	BlockExtraData          *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=block_extra_data,proto3" json:"block_extra_data,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionBadBlock) Descriptor deprecated

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

Deprecated: Use ExecutionBadBlock.ProtoReflect.Descriptor instead.

func (*ExecutionBadBlock) GetBlockExtraData

func (x *ExecutionBadBlock) GetBlockExtraData() *wrapperspb.StringValue

func (*ExecutionBadBlock) GetBlockHash

func (x *ExecutionBadBlock) GetBlockHash() *wrapperspb.StringValue

func (*ExecutionBadBlock) GetBlockNumber

func (x *ExecutionBadBlock) GetBlockNumber() *wrapperspb.Int64Value

func (*ExecutionBadBlock) GetExecutionImplementation

func (x *ExecutionBadBlock) GetExecutionImplementation() *wrapperspb.StringValue

func (*ExecutionBadBlock) GetFetchedAt

func (x *ExecutionBadBlock) GetFetchedAt() *timestamppb.Timestamp

func (*ExecutionBadBlock) GetId

func (*ExecutionBadBlock) GetNetwork

func (x *ExecutionBadBlock) GetNetwork() *wrapperspb.StringValue

func (*ExecutionBadBlock) GetNode

func (*ExecutionBadBlock) GetNodeVersion

func (x *ExecutionBadBlock) GetNodeVersion() *wrapperspb.StringValue

func (*ExecutionBadBlock) ProtoMessage

func (*ExecutionBadBlock) ProtoMessage()

func (*ExecutionBadBlock) ProtoReflect

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

func (*ExecutionBadBlock) Reset

func (x *ExecutionBadBlock) Reset()

func (*ExecutionBadBlock) String

func (x *ExecutionBadBlock) String() string

type ExecutionBlockTrace

type ExecutionBlockTrace struct {
	Id                      *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Node                    *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"`
	FetchedAt               *timestamppb.Timestamp  `protobuf:"bytes,3,opt,name=fetched_at,proto3" json:"fetched_at,omitempty"`
	BlockHash               *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=block_hash,proto3" json:"block_hash,omitempty"`
	BlockNumber             *wrapperspb.Int64Value  `protobuf:"bytes,5,opt,name=block_number,proto3" json:"block_number,omitempty"`
	Network                 *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=network,proto3" json:"network,omitempty"`
	ExecutionImplementation *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=execution_implementation,proto3" json:"execution_implementation,omitempty"`
	NodeVersion             *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=node_version,proto3" json:"node_version,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionBlockTrace) Descriptor deprecated

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

Deprecated: Use ExecutionBlockTrace.ProtoReflect.Descriptor instead.

func (*ExecutionBlockTrace) GetBlockHash

func (x *ExecutionBlockTrace) GetBlockHash() *wrapperspb.StringValue

func (*ExecutionBlockTrace) GetBlockNumber

func (x *ExecutionBlockTrace) GetBlockNumber() *wrapperspb.Int64Value

func (*ExecutionBlockTrace) GetExecutionImplementation

func (x *ExecutionBlockTrace) GetExecutionImplementation() *wrapperspb.StringValue

func (*ExecutionBlockTrace) GetFetchedAt

func (x *ExecutionBlockTrace) GetFetchedAt() *timestamppb.Timestamp

func (*ExecutionBlockTrace) GetId

func (*ExecutionBlockTrace) GetNetwork

func (x *ExecutionBlockTrace) GetNetwork() *wrapperspb.StringValue

func (*ExecutionBlockTrace) GetNode

func (*ExecutionBlockTrace) GetNodeVersion

func (x *ExecutionBlockTrace) GetNodeVersion() *wrapperspb.StringValue

func (*ExecutionBlockTrace) ProtoMessage

func (*ExecutionBlockTrace) ProtoMessage()

func (*ExecutionBlockTrace) ProtoReflect

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

func (*ExecutionBlockTrace) Reset

func (x *ExecutionBlockTrace) Reset()

func (*ExecutionBlockTrace) String

func (x *ExecutionBlockTrace) String() string

type ListBeaconBadBlobRequest added in v0.0.16

type ListBeaconBadBlobRequest struct {
	Node                 string                  `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Slot                 uint64                  `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                uint64                  `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            string                  `protobuf:"bytes,4,opt,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          string                  `protobuf:"bytes,5,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              string                  `protobuf:"bytes,6,opt,name=network,proto3" json:"network,omitempty"`
	Before               *timestamppb.Timestamp  `protobuf:"bytes,7,opt,name=before,proto3" json:"before,omitempty"`
	After                *timestamppb.Timestamp  `protobuf:"bytes,8,opt,name=after,proto3" json:"after,omitempty"`
	Pagination           *PaginationCursor       `protobuf:"bytes,9,opt,name=pagination,proto3" json:"pagination,omitempty"`
	BeaconImplementation string                  `protobuf:"bytes,10,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	Id                   string                  `protobuf:"bytes,11,opt,name=id,proto3" json:"id,omitempty"`
	Index                *wrapperspb.UInt64Value `protobuf:"bytes,12,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBeaconBadBlobRequest) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListBeaconBadBlobRequest.ProtoReflect.Descriptor instead.

func (*ListBeaconBadBlobRequest) GetAfter added in v0.0.16

func (*ListBeaconBadBlobRequest) GetBeaconImplementation added in v0.0.16

func (x *ListBeaconBadBlobRequest) GetBeaconImplementation() string

func (*ListBeaconBadBlobRequest) GetBefore added in v0.0.16

func (*ListBeaconBadBlobRequest) GetBlockRoot added in v0.0.16

func (x *ListBeaconBadBlobRequest) GetBlockRoot() string

func (*ListBeaconBadBlobRequest) GetEpoch added in v0.0.16

func (x *ListBeaconBadBlobRequest) GetEpoch() uint64

func (*ListBeaconBadBlobRequest) GetId added in v0.0.16

func (x *ListBeaconBadBlobRequest) GetId() string

func (*ListBeaconBadBlobRequest) GetIndex added in v0.0.16

func (*ListBeaconBadBlobRequest) GetNetwork added in v0.0.16

func (x *ListBeaconBadBlobRequest) GetNetwork() string

func (*ListBeaconBadBlobRequest) GetNode added in v0.0.16

func (x *ListBeaconBadBlobRequest) GetNode() string

func (*ListBeaconBadBlobRequest) GetNodeVersion added in v0.0.16

func (x *ListBeaconBadBlobRequest) GetNodeVersion() string

func (*ListBeaconBadBlobRequest) GetPagination added in v0.0.16

func (x *ListBeaconBadBlobRequest) GetPagination() *PaginationCursor

func (*ListBeaconBadBlobRequest) GetSlot added in v0.0.16

func (x *ListBeaconBadBlobRequest) GetSlot() uint64

func (*ListBeaconBadBlobRequest) ProtoMessage added in v0.0.16

func (*ListBeaconBadBlobRequest) ProtoMessage()

func (*ListBeaconBadBlobRequest) ProtoReflect added in v0.0.16

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

func (*ListBeaconBadBlobRequest) Reset added in v0.0.16

func (x *ListBeaconBadBlobRequest) Reset()

func (*ListBeaconBadBlobRequest) String added in v0.0.16

func (x *ListBeaconBadBlobRequest) String() string

func (*ListBeaconBadBlobRequest) Validate added in v0.0.16

func (r *ListBeaconBadBlobRequest) Validate() error

type ListBeaconBadBlobResponse added in v0.0.16

type ListBeaconBadBlobResponse struct {
	BeaconBadBlobs []*BeaconBadBlob `protobuf:"bytes,1,rep,name=beacon_bad_blobs,proto3" json:"beacon_bad_blobs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBeaconBadBlobResponse) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListBeaconBadBlobResponse.ProtoReflect.Descriptor instead.

func (*ListBeaconBadBlobResponse) GetBeaconBadBlobs added in v0.0.16

func (x *ListBeaconBadBlobResponse) GetBeaconBadBlobs() []*BeaconBadBlob

func (*ListBeaconBadBlobResponse) ProtoMessage added in v0.0.16

func (*ListBeaconBadBlobResponse) ProtoMessage()

func (*ListBeaconBadBlobResponse) ProtoReflect added in v0.0.16

func (*ListBeaconBadBlobResponse) Reset added in v0.0.16

func (x *ListBeaconBadBlobResponse) Reset()

func (*ListBeaconBadBlobResponse) String added in v0.0.16

func (x *ListBeaconBadBlobResponse) String() string

type ListBeaconBadBlockRequest added in v0.0.16

type ListBeaconBadBlockRequest struct {
	Node                 string                 `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Slot                 uint64                 `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                uint64                 `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            string                 `protobuf:"bytes,4,opt,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          string                 `protobuf:"bytes,5,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              string                 `protobuf:"bytes,6,opt,name=network,proto3" json:"network,omitempty"`
	Before               *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=before,proto3" json:"before,omitempty"`
	After                *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=after,proto3" json:"after,omitempty"`
	Pagination           *PaginationCursor      `protobuf:"bytes,9,opt,name=pagination,proto3" json:"pagination,omitempty"`
	BeaconImplementation string                 `protobuf:"bytes,10,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	Id                   string                 `protobuf:"bytes,11,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBeaconBadBlockRequest) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListBeaconBadBlockRequest.ProtoReflect.Descriptor instead.

func (*ListBeaconBadBlockRequest) GetAfter added in v0.0.16

func (*ListBeaconBadBlockRequest) GetBeaconImplementation added in v0.0.16

func (x *ListBeaconBadBlockRequest) GetBeaconImplementation() string

func (*ListBeaconBadBlockRequest) GetBefore added in v0.0.16

func (*ListBeaconBadBlockRequest) GetBlockRoot added in v0.0.16

func (x *ListBeaconBadBlockRequest) GetBlockRoot() string

func (*ListBeaconBadBlockRequest) GetEpoch added in v0.0.16

func (x *ListBeaconBadBlockRequest) GetEpoch() uint64

func (*ListBeaconBadBlockRequest) GetId added in v0.0.16

func (x *ListBeaconBadBlockRequest) GetId() string

func (*ListBeaconBadBlockRequest) GetNetwork added in v0.0.16

func (x *ListBeaconBadBlockRequest) GetNetwork() string

func (*ListBeaconBadBlockRequest) GetNode added in v0.0.16

func (x *ListBeaconBadBlockRequest) GetNode() string

func (*ListBeaconBadBlockRequest) GetNodeVersion added in v0.0.16

func (x *ListBeaconBadBlockRequest) GetNodeVersion() string

func (*ListBeaconBadBlockRequest) GetPagination added in v0.0.16

func (x *ListBeaconBadBlockRequest) GetPagination() *PaginationCursor

func (*ListBeaconBadBlockRequest) GetSlot added in v0.0.16

func (x *ListBeaconBadBlockRequest) GetSlot() uint64

func (*ListBeaconBadBlockRequest) ProtoMessage added in v0.0.16

func (*ListBeaconBadBlockRequest) ProtoMessage()

func (*ListBeaconBadBlockRequest) ProtoReflect added in v0.0.16

func (*ListBeaconBadBlockRequest) Reset added in v0.0.16

func (x *ListBeaconBadBlockRequest) Reset()

func (*ListBeaconBadBlockRequest) String added in v0.0.16

func (x *ListBeaconBadBlockRequest) String() string

func (*ListBeaconBadBlockRequest) Validate added in v0.0.16

func (r *ListBeaconBadBlockRequest) Validate() error

type ListBeaconBadBlockResponse added in v0.0.16

type ListBeaconBadBlockResponse struct {
	BeaconBadBlocks []*BeaconBadBlock `protobuf:"bytes,1,rep,name=beacon_bad_blocks,proto3" json:"beacon_bad_blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBeaconBadBlockResponse) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListBeaconBadBlockResponse.ProtoReflect.Descriptor instead.

func (*ListBeaconBadBlockResponse) GetBeaconBadBlocks added in v0.0.16

func (x *ListBeaconBadBlockResponse) GetBeaconBadBlocks() []*BeaconBadBlock

func (*ListBeaconBadBlockResponse) ProtoMessage added in v0.0.16

func (*ListBeaconBadBlockResponse) ProtoMessage()

func (*ListBeaconBadBlockResponse) ProtoReflect added in v0.0.16

func (*ListBeaconBadBlockResponse) Reset added in v0.0.16

func (x *ListBeaconBadBlockResponse) Reset()

func (*ListBeaconBadBlockResponse) String added in v0.0.16

func (x *ListBeaconBadBlockResponse) String() string

type ListBeaconBlockRequest added in v0.0.16

type ListBeaconBlockRequest struct {
	Node                 string                 `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Slot                 uint64                 `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                uint64                 `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            string                 `protobuf:"bytes,4,opt,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          string                 `protobuf:"bytes,5,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              string                 `protobuf:"bytes,6,opt,name=network,proto3" json:"network,omitempty"`
	Before               *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=before,proto3" json:"before,omitempty"`
	After                *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=after,proto3" json:"after,omitempty"`
	Pagination           *PaginationCursor      `protobuf:"bytes,9,opt,name=pagination,proto3" json:"pagination,omitempty"`
	BeaconImplementation string                 `protobuf:"bytes,10,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	Id                   string                 `protobuf:"bytes,11,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBeaconBlockRequest) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListBeaconBlockRequest.ProtoReflect.Descriptor instead.

func (*ListBeaconBlockRequest) GetAfter added in v0.0.16

func (*ListBeaconBlockRequest) GetBeaconImplementation added in v0.0.16

func (x *ListBeaconBlockRequest) GetBeaconImplementation() string

func (*ListBeaconBlockRequest) GetBefore added in v0.0.16

func (*ListBeaconBlockRequest) GetBlockRoot added in v0.0.16

func (x *ListBeaconBlockRequest) GetBlockRoot() string

func (*ListBeaconBlockRequest) GetEpoch added in v0.0.16

func (x *ListBeaconBlockRequest) GetEpoch() uint64

func (*ListBeaconBlockRequest) GetId added in v0.0.16

func (x *ListBeaconBlockRequest) GetId() string

func (*ListBeaconBlockRequest) GetNetwork added in v0.0.16

func (x *ListBeaconBlockRequest) GetNetwork() string

func (*ListBeaconBlockRequest) GetNode added in v0.0.16

func (x *ListBeaconBlockRequest) GetNode() string

func (*ListBeaconBlockRequest) GetNodeVersion added in v0.0.16

func (x *ListBeaconBlockRequest) GetNodeVersion() string

func (*ListBeaconBlockRequest) GetPagination added in v0.0.16

func (x *ListBeaconBlockRequest) GetPagination() *PaginationCursor

func (*ListBeaconBlockRequest) GetSlot added in v0.0.16

func (x *ListBeaconBlockRequest) GetSlot() uint64

func (*ListBeaconBlockRequest) ProtoMessage added in v0.0.16

func (*ListBeaconBlockRequest) ProtoMessage()

func (*ListBeaconBlockRequest) ProtoReflect added in v0.0.16

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

func (*ListBeaconBlockRequest) Reset added in v0.0.16

func (x *ListBeaconBlockRequest) Reset()

func (*ListBeaconBlockRequest) String added in v0.0.16

func (x *ListBeaconBlockRequest) String() string

func (*ListBeaconBlockRequest) Validate added in v0.0.16

func (r *ListBeaconBlockRequest) Validate() error

type ListBeaconBlockResponse added in v0.0.16

type ListBeaconBlockResponse struct {
	BeaconBlocks []*BeaconBlock `protobuf:"bytes,1,rep,name=beacon_blocks,proto3" json:"beacon_blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBeaconBlockResponse) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListBeaconBlockResponse.ProtoReflect.Descriptor instead.

func (*ListBeaconBlockResponse) GetBeaconBlocks added in v0.0.16

func (x *ListBeaconBlockResponse) GetBeaconBlocks() []*BeaconBlock

func (*ListBeaconBlockResponse) ProtoMessage added in v0.0.16

func (*ListBeaconBlockResponse) ProtoMessage()

func (*ListBeaconBlockResponse) ProtoReflect added in v0.0.16

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

func (*ListBeaconBlockResponse) Reset added in v0.0.16

func (x *ListBeaconBlockResponse) Reset()

func (*ListBeaconBlockResponse) String added in v0.0.16

func (x *ListBeaconBlockResponse) String() string

type ListBeaconStateRequest

type ListBeaconStateRequest struct {
	Node                 string                 `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Slot                 uint64                 `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
	Epoch                uint64                 `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	StateRoot            string                 `protobuf:"bytes,4,opt,name=state_root,proto3" json:"state_root,omitempty"`
	NodeVersion          string                 `protobuf:"bytes,5,opt,name=node_version,proto3" json:"node_version,omitempty"`
	Network              string                 `protobuf:"bytes,6,opt,name=network,proto3" json:"network,omitempty"`
	Before               *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=before,proto3" json:"before,omitempty"`
	After                *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=after,proto3" json:"after,omitempty"`
	Pagination           *PaginationCursor      `protobuf:"bytes,9,opt,name=pagination,proto3" json:"pagination,omitempty"`
	BeaconImplementation string                 `protobuf:"bytes,10,opt,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	Id                   string                 `protobuf:"bytes,11,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBeaconStateRequest) Descriptor deprecated

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

Deprecated: Use ListBeaconStateRequest.ProtoReflect.Descriptor instead.

func (*ListBeaconStateRequest) GetAfter

func (*ListBeaconStateRequest) GetBeaconImplementation

func (x *ListBeaconStateRequest) GetBeaconImplementation() string

func (*ListBeaconStateRequest) GetBefore

func (*ListBeaconStateRequest) GetEpoch

func (x *ListBeaconStateRequest) GetEpoch() uint64

func (*ListBeaconStateRequest) GetId added in v0.0.16

func (x *ListBeaconStateRequest) GetId() string

func (*ListBeaconStateRequest) GetNetwork

func (x *ListBeaconStateRequest) GetNetwork() string

func (*ListBeaconStateRequest) GetNode

func (x *ListBeaconStateRequest) GetNode() string

func (*ListBeaconStateRequest) GetNodeVersion

func (x *ListBeaconStateRequest) GetNodeVersion() string

func (*ListBeaconStateRequest) GetPagination

func (x *ListBeaconStateRequest) GetPagination() *PaginationCursor

func (*ListBeaconStateRequest) GetSlot

func (x *ListBeaconStateRequest) GetSlot() uint64

func (*ListBeaconStateRequest) GetStateRoot

func (x *ListBeaconStateRequest) GetStateRoot() string

func (*ListBeaconStateRequest) ProtoMessage

func (*ListBeaconStateRequest) ProtoMessage()

func (*ListBeaconStateRequest) ProtoReflect

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

func (*ListBeaconStateRequest) Reset

func (x *ListBeaconStateRequest) Reset()

func (*ListBeaconStateRequest) String

func (x *ListBeaconStateRequest) String() string

func (*ListBeaconStateRequest) Validate

func (r *ListBeaconStateRequest) Validate() error

type ListBeaconStateResponse

type ListBeaconStateResponse struct {
	BeaconStates []*BeaconState `protobuf:"bytes,1,rep,name=beacon_states,proto3" json:"beacon_states,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBeaconStateResponse) Descriptor deprecated

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

Deprecated: Use ListBeaconStateResponse.ProtoReflect.Descriptor instead.

func (*ListBeaconStateResponse) GetBeaconStates

func (x *ListBeaconStateResponse) GetBeaconStates() []*BeaconState

func (*ListBeaconStateResponse) ProtoMessage

func (*ListBeaconStateResponse) ProtoMessage()

func (*ListBeaconStateResponse) ProtoReflect

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

func (*ListBeaconStateResponse) Reset

func (x *ListBeaconStateResponse) Reset()

func (*ListBeaconStateResponse) String

func (x *ListBeaconStateResponse) String() string

type ListExecutionBadBlockRequest

type ListExecutionBadBlockRequest struct {
	Node                    string                 `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	BlockNumber             int64                  `protobuf:"varint,2,opt,name=block_number,proto3" json:"block_number,omitempty"`
	BlockHash               string                 `protobuf:"bytes,3,opt,name=block_hash,proto3" json:"block_hash,omitempty"`
	Network                 string                 `protobuf:"bytes,5,opt,name=network,proto3" json:"network,omitempty"`
	Before                  *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=before,proto3" json:"before,omitempty"`
	After                   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=after,proto3" json:"after,omitempty"`
	Pagination              *PaginationCursor      `protobuf:"bytes,8,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Id                      string                 `protobuf:"bytes,9,opt,name=id,proto3" json:"id,omitempty"`
	ExecutionImplementation string                 `protobuf:"bytes,10,opt,name=execution_implementation,proto3" json:"execution_implementation,omitempty"`
	NodeVersion             string                 `protobuf:"bytes,11,opt,name=node_version,proto3" json:"node_version,omitempty"`
	BlockExtraData          string                 `protobuf:"bytes,12,opt,name=block_extra_data,proto3" json:"block_extra_data,omitempty"`
	// contains filtered or unexported fields
}

func (*ListExecutionBadBlockRequest) Descriptor deprecated

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

Deprecated: Use ListExecutionBadBlockRequest.ProtoReflect.Descriptor instead.

func (*ListExecutionBadBlockRequest) GetAfter

func (*ListExecutionBadBlockRequest) GetBefore

func (*ListExecutionBadBlockRequest) GetBlockExtraData

func (x *ListExecutionBadBlockRequest) GetBlockExtraData() string

func (*ListExecutionBadBlockRequest) GetBlockHash

func (x *ListExecutionBadBlockRequest) GetBlockHash() string

func (*ListExecutionBadBlockRequest) GetBlockNumber

func (x *ListExecutionBadBlockRequest) GetBlockNumber() int64

func (*ListExecutionBadBlockRequest) GetExecutionImplementation

func (x *ListExecutionBadBlockRequest) GetExecutionImplementation() string

func (*ListExecutionBadBlockRequest) GetId

func (*ListExecutionBadBlockRequest) GetNetwork

func (x *ListExecutionBadBlockRequest) GetNetwork() string

func (*ListExecutionBadBlockRequest) GetNode

func (x *ListExecutionBadBlockRequest) GetNode() string

func (*ListExecutionBadBlockRequest) GetNodeVersion

func (x *ListExecutionBadBlockRequest) GetNodeVersion() string

func (*ListExecutionBadBlockRequest) GetPagination

func (x *ListExecutionBadBlockRequest) GetPagination() *PaginationCursor

func (*ListExecutionBadBlockRequest) ProtoMessage

func (*ListExecutionBadBlockRequest) ProtoMessage()

func (*ListExecutionBadBlockRequest) ProtoReflect

func (*ListExecutionBadBlockRequest) Reset

func (x *ListExecutionBadBlockRequest) Reset()

func (*ListExecutionBadBlockRequest) String

func (*ListExecutionBadBlockRequest) Validate added in v0.0.16

func (r *ListExecutionBadBlockRequest) Validate() error

type ListExecutionBadBlockResponse

type ListExecutionBadBlockResponse struct {
	ExecutionBadBlocks []*ExecutionBadBlock `protobuf:"bytes,1,rep,name=execution_bad_blocks,proto3" json:"execution_bad_blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*ListExecutionBadBlockResponse) Descriptor deprecated

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

Deprecated: Use ListExecutionBadBlockResponse.ProtoReflect.Descriptor instead.

func (*ListExecutionBadBlockResponse) GetExecutionBadBlocks

func (x *ListExecutionBadBlockResponse) GetExecutionBadBlocks() []*ExecutionBadBlock

func (*ListExecutionBadBlockResponse) ProtoMessage

func (*ListExecutionBadBlockResponse) ProtoMessage()

func (*ListExecutionBadBlockResponse) ProtoReflect

func (*ListExecutionBadBlockResponse) Reset

func (x *ListExecutionBadBlockResponse) Reset()

func (*ListExecutionBadBlockResponse) String

type ListExecutionBlockTraceRequest

type ListExecutionBlockTraceRequest struct {
	Node                    string                 `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	BlockNumber             int64                  `protobuf:"varint,2,opt,name=block_number,proto3" json:"block_number,omitempty"`
	BlockHash               string                 `protobuf:"bytes,3,opt,name=block_hash,proto3" json:"block_hash,omitempty"`
	Network                 string                 `protobuf:"bytes,5,opt,name=network,proto3" json:"network,omitempty"`
	Before                  *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=before,proto3" json:"before,omitempty"`
	After                   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=after,proto3" json:"after,omitempty"`
	Pagination              *PaginationCursor      `protobuf:"bytes,8,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Id                      string                 `protobuf:"bytes,9,opt,name=id,proto3" json:"id,omitempty"`
	ExecutionImplementation string                 `protobuf:"bytes,10,opt,name=execution_implementation,proto3" json:"execution_implementation,omitempty"`
	NodeVersion             string                 `protobuf:"bytes,11,opt,name=node_version,proto3" json:"node_version,omitempty"`
	// contains filtered or unexported fields
}

func (*ListExecutionBlockTraceRequest) Descriptor deprecated

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

Deprecated: Use ListExecutionBlockTraceRequest.ProtoReflect.Descriptor instead.

func (*ListExecutionBlockTraceRequest) GetAfter

func (*ListExecutionBlockTraceRequest) GetBefore

func (*ListExecutionBlockTraceRequest) GetBlockHash

func (x *ListExecutionBlockTraceRequest) GetBlockHash() string

func (*ListExecutionBlockTraceRequest) GetBlockNumber

func (x *ListExecutionBlockTraceRequest) GetBlockNumber() int64

func (*ListExecutionBlockTraceRequest) GetExecutionImplementation

func (x *ListExecutionBlockTraceRequest) GetExecutionImplementation() string

func (*ListExecutionBlockTraceRequest) GetId

func (*ListExecutionBlockTraceRequest) GetNetwork

func (x *ListExecutionBlockTraceRequest) GetNetwork() string

func (*ListExecutionBlockTraceRequest) GetNode

func (*ListExecutionBlockTraceRequest) GetNodeVersion

func (x *ListExecutionBlockTraceRequest) GetNodeVersion() string

func (*ListExecutionBlockTraceRequest) GetPagination

func (*ListExecutionBlockTraceRequest) ProtoMessage

func (*ListExecutionBlockTraceRequest) ProtoMessage()

func (*ListExecutionBlockTraceRequest) ProtoReflect

func (*ListExecutionBlockTraceRequest) Reset

func (x *ListExecutionBlockTraceRequest) Reset()

func (*ListExecutionBlockTraceRequest) String

func (*ListExecutionBlockTraceRequest) Validate added in v0.0.16

func (r *ListExecutionBlockTraceRequest) Validate() error

type ListExecutionBlockTraceResponse

type ListExecutionBlockTraceResponse struct {
	ExecutionBlockTraces []*ExecutionBlockTrace `protobuf:"bytes,1,rep,name=execution_block_traces,proto3" json:"execution_block_traces,omitempty"`
	// contains filtered or unexported fields
}

func (*ListExecutionBlockTraceResponse) Descriptor deprecated

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

Deprecated: Use ListExecutionBlockTraceResponse.ProtoReflect.Descriptor instead.

func (*ListExecutionBlockTraceResponse) GetExecutionBlockTraces

func (x *ListExecutionBlockTraceResponse) GetExecutionBlockTraces() []*ExecutionBlockTrace

func (*ListExecutionBlockTraceResponse) ProtoMessage

func (*ListExecutionBlockTraceResponse) ProtoMessage()

func (*ListExecutionBlockTraceResponse) ProtoReflect

func (*ListExecutionBlockTraceResponse) Reset

func (*ListExecutionBlockTraceResponse) String

type ListUniqueBeaconBadBlobValuesRequest added in v0.0.16

type ListUniqueBeaconBadBlobValuesRequest struct {
	Fields []ListUniqueBeaconBadBlobValuesRequest_Field `protobuf:"varint,1,rep,packed,name=fields,proto3,enum=api.ListUniqueBeaconBadBlobValuesRequest_Field" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUniqueBeaconBadBlobValuesRequest) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListUniqueBeaconBadBlobValuesRequest.ProtoReflect.Descriptor instead.

func (*ListUniqueBeaconBadBlobValuesRequest) GetFields added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesRequest) ProtoMessage added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesRequest) ProtoMessage()

func (*ListUniqueBeaconBadBlobValuesRequest) ProtoReflect added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesRequest) Reset added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesRequest) String added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesRequest) Validate added in v0.0.16

type ListUniqueBeaconBadBlobValuesRequest_Field added in v0.0.16

type ListUniqueBeaconBadBlobValuesRequest_Field int32
const (
	ListUniqueBeaconBadBlobValuesRequest_node                  ListUniqueBeaconBadBlobValuesRequest_Field = 0
	ListUniqueBeaconBadBlobValuesRequest_slot                  ListUniqueBeaconBadBlobValuesRequest_Field = 1
	ListUniqueBeaconBadBlobValuesRequest_epoch                 ListUniqueBeaconBadBlobValuesRequest_Field = 2
	ListUniqueBeaconBadBlobValuesRequest_block_root            ListUniqueBeaconBadBlobValuesRequest_Field = 3
	ListUniqueBeaconBadBlobValuesRequest_node_version          ListUniqueBeaconBadBlobValuesRequest_Field = 4
	ListUniqueBeaconBadBlobValuesRequest_network               ListUniqueBeaconBadBlobValuesRequest_Field = 5
	ListUniqueBeaconBadBlobValuesRequest_beacon_implementation ListUniqueBeaconBadBlobValuesRequest_Field = 6
	ListUniqueBeaconBadBlobValuesRequest_index                 ListUniqueBeaconBadBlobValuesRequest_Field = 7
)

func (ListUniqueBeaconBadBlobValuesRequest_Field) Descriptor added in v0.0.16

func (ListUniqueBeaconBadBlobValuesRequest_Field) Enum added in v0.0.16

func (ListUniqueBeaconBadBlobValuesRequest_Field) EnumDescriptor deprecated added in v0.0.16

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

Deprecated: Use ListUniqueBeaconBadBlobValuesRequest_Field.Descriptor instead.

func (ListUniqueBeaconBadBlobValuesRequest_Field) Number added in v0.0.16

func (ListUniqueBeaconBadBlobValuesRequest_Field) String added in v0.0.16

func (ListUniqueBeaconBadBlobValuesRequest_Field) Type added in v0.0.16

type ListUniqueBeaconBadBlobValuesResponse added in v0.0.16

type ListUniqueBeaconBadBlobValuesResponse struct {
	Node                 []string `protobuf:"bytes,1,rep,name=node,proto3" json:"node,omitempty"`
	Slot                 []uint64 `protobuf:"varint,2,rep,packed,name=slot,proto3" json:"slot,omitempty"`
	Epoch                []uint64 `protobuf:"varint,3,rep,packed,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            []string `protobuf:"bytes,4,rep,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          []string `protobuf:"bytes,5,rep,name=node_version,proto3" json:"node_version,omitempty"`
	Network              []string `protobuf:"bytes,6,rep,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation []string `protobuf:"bytes,7,rep,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	Index                []uint64 `protobuf:"varint,8,rep,packed,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUniqueBeaconBadBlobValuesResponse) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListUniqueBeaconBadBlobValuesResponse.ProtoReflect.Descriptor instead.

func (*ListUniqueBeaconBadBlobValuesResponse) GetBeaconImplementation added in v0.0.16

func (x *ListUniqueBeaconBadBlobValuesResponse) GetBeaconImplementation() []string

func (*ListUniqueBeaconBadBlobValuesResponse) GetBlockRoot added in v0.0.16

func (x *ListUniqueBeaconBadBlobValuesResponse) GetBlockRoot() []string

func (*ListUniqueBeaconBadBlobValuesResponse) GetEpoch added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesResponse) GetIndex added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesResponse) GetNetwork added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesResponse) GetNode added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesResponse) GetNodeVersion added in v0.0.16

func (x *ListUniqueBeaconBadBlobValuesResponse) GetNodeVersion() []string

func (*ListUniqueBeaconBadBlobValuesResponse) GetSlot added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesResponse) ProtoMessage added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesResponse) ProtoMessage()

func (*ListUniqueBeaconBadBlobValuesResponse) ProtoReflect added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesResponse) Reset added in v0.0.16

func (*ListUniqueBeaconBadBlobValuesResponse) String added in v0.0.16

type ListUniqueBeaconBadBlockValuesRequest added in v0.0.16

type ListUniqueBeaconBadBlockValuesRequest struct {
	Fields []ListUniqueBeaconBadBlockValuesRequest_Field `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListUniqueBeaconBadBlockValuesRequest) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListUniqueBeaconBadBlockValuesRequest.ProtoReflect.Descriptor instead.

func (*ListUniqueBeaconBadBlockValuesRequest) GetFields added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesRequest) ProtoMessage added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesRequest) ProtoMessage()

func (*ListUniqueBeaconBadBlockValuesRequest) ProtoReflect added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesRequest) Reset added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesRequest) String added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesRequest) Validate added in v0.0.16

type ListUniqueBeaconBadBlockValuesRequest_Field added in v0.0.16

type ListUniqueBeaconBadBlockValuesRequest_Field int32
const (
	ListUniqueBeaconBadBlockValuesRequest_node                  ListUniqueBeaconBadBlockValuesRequest_Field = 0
	ListUniqueBeaconBadBlockValuesRequest_slot                  ListUniqueBeaconBadBlockValuesRequest_Field = 1
	ListUniqueBeaconBadBlockValuesRequest_epoch                 ListUniqueBeaconBadBlockValuesRequest_Field = 2
	ListUniqueBeaconBadBlockValuesRequest_block_root            ListUniqueBeaconBadBlockValuesRequest_Field = 3
	ListUniqueBeaconBadBlockValuesRequest_node_version          ListUniqueBeaconBadBlockValuesRequest_Field = 4
	ListUniqueBeaconBadBlockValuesRequest_network               ListUniqueBeaconBadBlockValuesRequest_Field = 5
	ListUniqueBeaconBadBlockValuesRequest_beacon_implementation ListUniqueBeaconBadBlockValuesRequest_Field = 6
)

func (ListUniqueBeaconBadBlockValuesRequest_Field) Descriptor added in v0.0.16

func (ListUniqueBeaconBadBlockValuesRequest_Field) Enum added in v0.0.16

func (ListUniqueBeaconBadBlockValuesRequest_Field) EnumDescriptor deprecated added in v0.0.16

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

Deprecated: Use ListUniqueBeaconBadBlockValuesRequest_Field.Descriptor instead.

func (ListUniqueBeaconBadBlockValuesRequest_Field) Number added in v0.0.16

func (ListUniqueBeaconBadBlockValuesRequest_Field) String added in v0.0.16

func (ListUniqueBeaconBadBlockValuesRequest_Field) Type added in v0.0.16

type ListUniqueBeaconBadBlockValuesResponse added in v0.0.16

type ListUniqueBeaconBadBlockValuesResponse struct {
	Node                 []string `protobuf:"bytes,1,rep,name=node,proto3" json:"node,omitempty"`
	Slot                 []uint64 `protobuf:"varint,2,rep,packed,name=slot,proto3" json:"slot,omitempty"`
	Epoch                []uint64 `protobuf:"varint,3,rep,packed,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            []string `protobuf:"bytes,4,rep,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          []string `protobuf:"bytes,5,rep,name=node_version,proto3" json:"node_version,omitempty"`
	Network              []string `protobuf:"bytes,6,rep,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation []string `protobuf:"bytes,7,rep,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUniqueBeaconBadBlockValuesResponse) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListUniqueBeaconBadBlockValuesResponse.ProtoReflect.Descriptor instead.

func (*ListUniqueBeaconBadBlockValuesResponse) GetBeaconImplementation added in v0.0.16

func (x *ListUniqueBeaconBadBlockValuesResponse) GetBeaconImplementation() []string

func (*ListUniqueBeaconBadBlockValuesResponse) GetBlockRoot added in v0.0.16

func (x *ListUniqueBeaconBadBlockValuesResponse) GetBlockRoot() []string

func (*ListUniqueBeaconBadBlockValuesResponse) GetEpoch added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesResponse) GetNetwork added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesResponse) GetNode added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesResponse) GetNodeVersion added in v0.0.16

func (x *ListUniqueBeaconBadBlockValuesResponse) GetNodeVersion() []string

func (*ListUniqueBeaconBadBlockValuesResponse) GetSlot added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesResponse) ProtoMessage added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesResponse) ProtoReflect added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesResponse) Reset added in v0.0.16

func (*ListUniqueBeaconBadBlockValuesResponse) String added in v0.0.16

type ListUniqueBeaconBlockValuesRequest added in v0.0.16

type ListUniqueBeaconBlockValuesRequest struct {
	Fields []ListUniqueBeaconBlockValuesRequest_Field `protobuf:"varint,1,rep,packed,name=fields,proto3,enum=api.ListUniqueBeaconBlockValuesRequest_Field" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUniqueBeaconBlockValuesRequest) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListUniqueBeaconBlockValuesRequest.ProtoReflect.Descriptor instead.

func (*ListUniqueBeaconBlockValuesRequest) GetFields added in v0.0.16

func (*ListUniqueBeaconBlockValuesRequest) ProtoMessage added in v0.0.16

func (*ListUniqueBeaconBlockValuesRequest) ProtoMessage()

func (*ListUniqueBeaconBlockValuesRequest) ProtoReflect added in v0.0.16

func (*ListUniqueBeaconBlockValuesRequest) Reset added in v0.0.16

func (*ListUniqueBeaconBlockValuesRequest) String added in v0.0.16

func (*ListUniqueBeaconBlockValuesRequest) Validate added in v0.0.16

type ListUniqueBeaconBlockValuesRequest_Field added in v0.0.16

type ListUniqueBeaconBlockValuesRequest_Field int32
const (
	ListUniqueBeaconBlockValuesRequest_node                  ListUniqueBeaconBlockValuesRequest_Field = 0
	ListUniqueBeaconBlockValuesRequest_slot                  ListUniqueBeaconBlockValuesRequest_Field = 1
	ListUniqueBeaconBlockValuesRequest_epoch                 ListUniqueBeaconBlockValuesRequest_Field = 2
	ListUniqueBeaconBlockValuesRequest_block_root            ListUniqueBeaconBlockValuesRequest_Field = 3
	ListUniqueBeaconBlockValuesRequest_node_version          ListUniqueBeaconBlockValuesRequest_Field = 4
	ListUniqueBeaconBlockValuesRequest_network               ListUniqueBeaconBlockValuesRequest_Field = 5
	ListUniqueBeaconBlockValuesRequest_beacon_implementation ListUniqueBeaconBlockValuesRequest_Field = 6
)

func (ListUniqueBeaconBlockValuesRequest_Field) Descriptor added in v0.0.16

func (ListUniqueBeaconBlockValuesRequest_Field) Enum added in v0.0.16

func (ListUniqueBeaconBlockValuesRequest_Field) EnumDescriptor deprecated added in v0.0.16

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

Deprecated: Use ListUniqueBeaconBlockValuesRequest_Field.Descriptor instead.

func (ListUniqueBeaconBlockValuesRequest_Field) Number added in v0.0.16

func (ListUniqueBeaconBlockValuesRequest_Field) String added in v0.0.16

func (ListUniqueBeaconBlockValuesRequest_Field) Type added in v0.0.16

type ListUniqueBeaconBlockValuesResponse added in v0.0.16

type ListUniqueBeaconBlockValuesResponse struct {
	Node                 []string `protobuf:"bytes,1,rep,name=node,proto3" json:"node,omitempty"`
	Slot                 []uint64 `protobuf:"varint,2,rep,packed,name=slot,proto3" json:"slot,omitempty"`
	Epoch                []uint64 `protobuf:"varint,3,rep,packed,name=epoch,proto3" json:"epoch,omitempty"`
	BlockRoot            []string `protobuf:"bytes,4,rep,name=block_root,proto3" json:"block_root,omitempty"`
	NodeVersion          []string `protobuf:"bytes,5,rep,name=node_version,proto3" json:"node_version,omitempty"`
	Network              []string `protobuf:"bytes,6,rep,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation []string `protobuf:"bytes,7,rep,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUniqueBeaconBlockValuesResponse) Descriptor deprecated added in v0.0.16

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

Deprecated: Use ListUniqueBeaconBlockValuesResponse.ProtoReflect.Descriptor instead.

func (*ListUniqueBeaconBlockValuesResponse) GetBeaconImplementation added in v0.0.16

func (x *ListUniqueBeaconBlockValuesResponse) GetBeaconImplementation() []string

func (*ListUniqueBeaconBlockValuesResponse) GetBlockRoot added in v0.0.16

func (x *ListUniqueBeaconBlockValuesResponse) GetBlockRoot() []string

func (*ListUniqueBeaconBlockValuesResponse) GetEpoch added in v0.0.16

func (*ListUniqueBeaconBlockValuesResponse) GetNetwork added in v0.0.16

func (x *ListUniqueBeaconBlockValuesResponse) GetNetwork() []string

func (*ListUniqueBeaconBlockValuesResponse) GetNode added in v0.0.16

func (*ListUniqueBeaconBlockValuesResponse) GetNodeVersion added in v0.0.16

func (x *ListUniqueBeaconBlockValuesResponse) GetNodeVersion() []string

func (*ListUniqueBeaconBlockValuesResponse) GetSlot added in v0.0.16

func (*ListUniqueBeaconBlockValuesResponse) ProtoMessage added in v0.0.16

func (*ListUniqueBeaconBlockValuesResponse) ProtoMessage()

func (*ListUniqueBeaconBlockValuesResponse) ProtoReflect added in v0.0.16

func (*ListUniqueBeaconBlockValuesResponse) Reset added in v0.0.16

func (*ListUniqueBeaconBlockValuesResponse) String added in v0.0.16

type ListUniqueBeaconStateValuesRequest

type ListUniqueBeaconStateValuesRequest struct {
	Fields []ListUniqueBeaconStateValuesRequest_Field `protobuf:"varint,1,rep,packed,name=fields,proto3,enum=api.ListUniqueBeaconStateValuesRequest_Field" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUniqueBeaconStateValuesRequest) Descriptor deprecated

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

Deprecated: Use ListUniqueBeaconStateValuesRequest.ProtoReflect.Descriptor instead.

func (*ListUniqueBeaconStateValuesRequest) GetFields

func (*ListUniqueBeaconStateValuesRequest) ProtoMessage

func (*ListUniqueBeaconStateValuesRequest) ProtoMessage()

func (*ListUniqueBeaconStateValuesRequest) ProtoReflect

func (*ListUniqueBeaconStateValuesRequest) Reset

func (*ListUniqueBeaconStateValuesRequest) String

func (*ListUniqueBeaconStateValuesRequest) Validate

type ListUniqueBeaconStateValuesRequest_Field

type ListUniqueBeaconStateValuesRequest_Field int32
const (
	ListUniqueBeaconStateValuesRequest_node                  ListUniqueBeaconStateValuesRequest_Field = 0
	ListUniqueBeaconStateValuesRequest_slot                  ListUniqueBeaconStateValuesRequest_Field = 1
	ListUniqueBeaconStateValuesRequest_epoch                 ListUniqueBeaconStateValuesRequest_Field = 2
	ListUniqueBeaconStateValuesRequest_state_root            ListUniqueBeaconStateValuesRequest_Field = 3
	ListUniqueBeaconStateValuesRequest_node_version          ListUniqueBeaconStateValuesRequest_Field = 4
	ListUniqueBeaconStateValuesRequest_network               ListUniqueBeaconStateValuesRequest_Field = 5
	ListUniqueBeaconStateValuesRequest_beacon_implementation ListUniqueBeaconStateValuesRequest_Field = 6
)

func (ListUniqueBeaconStateValuesRequest_Field) Descriptor

func (ListUniqueBeaconStateValuesRequest_Field) Enum

func (ListUniqueBeaconStateValuesRequest_Field) EnumDescriptor deprecated

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

Deprecated: Use ListUniqueBeaconStateValuesRequest_Field.Descriptor instead.

func (ListUniqueBeaconStateValuesRequest_Field) MarshalJSON

MarshalJSON for Field enum

func (ListUniqueBeaconStateValuesRequest_Field) Number

func (ListUniqueBeaconStateValuesRequest_Field) String

func (ListUniqueBeaconStateValuesRequest_Field) Type

func (*ListUniqueBeaconStateValuesRequest_Field) UnmarshalJSON

func (f *ListUniqueBeaconStateValuesRequest_Field) UnmarshalJSON(data []byte) error

UnmarshalJSON for Field enum

type ListUniqueBeaconStateValuesResponse

type ListUniqueBeaconStateValuesResponse struct {
	Node                 []string `protobuf:"bytes,1,rep,name=node,proto3" json:"node,omitempty"`
	Slot                 []uint64 `protobuf:"varint,2,rep,packed,name=slot,proto3" json:"slot,omitempty"`
	Epoch                []uint64 `protobuf:"varint,3,rep,packed,name=epoch,proto3" json:"epoch,omitempty"`
	StateRoot            []string `protobuf:"bytes,4,rep,name=state_root,proto3" json:"state_root,omitempty"`
	NodeVersion          []string `protobuf:"bytes,5,rep,name=node_version,proto3" json:"node_version,omitempty"`
	Network              []string `protobuf:"bytes,6,rep,name=network,proto3" json:"network,omitempty"`
	BeaconImplementation []string `protobuf:"bytes,7,rep,name=beacon_implementation,proto3" json:"beacon_implementation,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUniqueBeaconStateValuesResponse) Descriptor deprecated

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

Deprecated: Use ListUniqueBeaconStateValuesResponse.ProtoReflect.Descriptor instead.

func (*ListUniqueBeaconStateValuesResponse) GetBeaconImplementation

func (x *ListUniqueBeaconStateValuesResponse) GetBeaconImplementation() []string

func (*ListUniqueBeaconStateValuesResponse) GetEpoch

func (*ListUniqueBeaconStateValuesResponse) GetNetwork

func (x *ListUniqueBeaconStateValuesResponse) GetNetwork() []string

func (*ListUniqueBeaconStateValuesResponse) GetNode

func (*ListUniqueBeaconStateValuesResponse) GetNodeVersion

func (x *ListUniqueBeaconStateValuesResponse) GetNodeVersion() []string

func (*ListUniqueBeaconStateValuesResponse) GetSlot

func (*ListUniqueBeaconStateValuesResponse) GetStateRoot

func (x *ListUniqueBeaconStateValuesResponse) GetStateRoot() []string

func (*ListUniqueBeaconStateValuesResponse) ProtoMessage

func (*ListUniqueBeaconStateValuesResponse) ProtoMessage()

func (*ListUniqueBeaconStateValuesResponse) ProtoReflect

func (*ListUniqueBeaconStateValuesResponse) Reset

func (*ListUniqueBeaconStateValuesResponse) String

type ListUniqueExecutionBadBlockValuesRequest

type ListUniqueExecutionBadBlockValuesRequest struct {
	Fields []ListUniqueExecutionBadBlockValuesRequest_Field `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListUniqueExecutionBadBlockValuesRequest) Descriptor deprecated

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

Deprecated: Use ListUniqueExecutionBadBlockValuesRequest.ProtoReflect.Descriptor instead.

func (*ListUniqueExecutionBadBlockValuesRequest) GetFields

func (*ListUniqueExecutionBadBlockValuesRequest) ProtoMessage

func (*ListUniqueExecutionBadBlockValuesRequest) ProtoReflect

func (*ListUniqueExecutionBadBlockValuesRequest) Reset

func (*ListUniqueExecutionBadBlockValuesRequest) String

func (*ListUniqueExecutionBadBlockValuesRequest) Validate

type ListUniqueExecutionBadBlockValuesRequest_Field

type ListUniqueExecutionBadBlockValuesRequest_Field int32
const (
	ListUniqueExecutionBadBlockValuesRequest_node                     ListUniqueExecutionBadBlockValuesRequest_Field = 0
	ListUniqueExecutionBadBlockValuesRequest_block_hash               ListUniqueExecutionBadBlockValuesRequest_Field = 1
	ListUniqueExecutionBadBlockValuesRequest_block_number             ListUniqueExecutionBadBlockValuesRequest_Field = 2
	ListUniqueExecutionBadBlockValuesRequest_network                  ListUniqueExecutionBadBlockValuesRequest_Field = 3
	ListUniqueExecutionBadBlockValuesRequest_node_version             ListUniqueExecutionBadBlockValuesRequest_Field = 4
	ListUniqueExecutionBadBlockValuesRequest_execution_implementation ListUniqueExecutionBadBlockValuesRequest_Field = 5
	ListUniqueExecutionBadBlockValuesRequest_block_extra_data         ListUniqueExecutionBadBlockValuesRequest_Field = 6
)

func (ListUniqueExecutionBadBlockValuesRequest_Field) Descriptor

func (ListUniqueExecutionBadBlockValuesRequest_Field) Enum

func (ListUniqueExecutionBadBlockValuesRequest_Field) EnumDescriptor deprecated

Deprecated: Use ListUniqueExecutionBadBlockValuesRequest_Field.Descriptor instead.

func (ListUniqueExecutionBadBlockValuesRequest_Field) MarshalJSON

func (ListUniqueExecutionBadBlockValuesRequest_Field) Number

func (ListUniqueExecutionBadBlockValuesRequest_Field) String

func (ListUniqueExecutionBadBlockValuesRequest_Field) Type

func (*ListUniqueExecutionBadBlockValuesRequest_Field) UnmarshalJSON

type ListUniqueExecutionBadBlockValuesResponse

type ListUniqueExecutionBadBlockValuesResponse struct {
	Node                    []string `protobuf:"bytes,1,rep,name=node,proto3" json:"node,omitempty"`
	BlockHash               []string `protobuf:"bytes,2,rep,name=block_hash,proto3" json:"block_hash,omitempty"`
	BlockNumber             []int64  `protobuf:"varint,3,rep,packed,name=block_number,proto3" json:"block_number,omitempty"`
	Network                 []string `protobuf:"bytes,4,rep,name=network,proto3" json:"network,omitempty"`
	NodeVersion             []string `protobuf:"bytes,5,rep,name=node_version,proto3" json:"node_version,omitempty"`
	ExecutionImplementation []string `protobuf:"bytes,6,rep,name=execution_implementation,proto3" json:"execution_implementation,omitempty"`
	BlockExtraData          []string `protobuf:"bytes,7,rep,name=block_extra_data,proto3" json:"block_extra_data,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUniqueExecutionBadBlockValuesResponse) Descriptor deprecated

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

Deprecated: Use ListUniqueExecutionBadBlockValuesResponse.ProtoReflect.Descriptor instead.

func (*ListUniqueExecutionBadBlockValuesResponse) GetBlockExtraData

func (x *ListUniqueExecutionBadBlockValuesResponse) GetBlockExtraData() []string

func (*ListUniqueExecutionBadBlockValuesResponse) GetBlockHash

func (*ListUniqueExecutionBadBlockValuesResponse) GetBlockNumber

func (x *ListUniqueExecutionBadBlockValuesResponse) GetBlockNumber() []int64

func (*ListUniqueExecutionBadBlockValuesResponse) GetExecutionImplementation

func (x *ListUniqueExecutionBadBlockValuesResponse) GetExecutionImplementation() []string

func (*ListUniqueExecutionBadBlockValuesResponse) GetNetwork

func (*ListUniqueExecutionBadBlockValuesResponse) GetNode

func (*ListUniqueExecutionBadBlockValuesResponse) GetNodeVersion

func (x *ListUniqueExecutionBadBlockValuesResponse) GetNodeVersion() []string

func (*ListUniqueExecutionBadBlockValuesResponse) ProtoMessage

func (*ListUniqueExecutionBadBlockValuesResponse) ProtoReflect

func (*ListUniqueExecutionBadBlockValuesResponse) Reset

func (*ListUniqueExecutionBadBlockValuesResponse) String

type ListUniqueExecutionBlockTraceValuesRequest

type ListUniqueExecutionBlockTraceValuesRequest struct {
	Fields []ListUniqueExecutionBlockTraceValuesRequest_Field `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListUniqueExecutionBlockTraceValuesRequest) Descriptor deprecated

Deprecated: Use ListUniqueExecutionBlockTraceValuesRequest.ProtoReflect.Descriptor instead.

func (*ListUniqueExecutionBlockTraceValuesRequest) GetFields

func (*ListUniqueExecutionBlockTraceValuesRequest) ProtoMessage

func (*ListUniqueExecutionBlockTraceValuesRequest) ProtoReflect

func (*ListUniqueExecutionBlockTraceValuesRequest) Reset

func (*ListUniqueExecutionBlockTraceValuesRequest) String

func (*ListUniqueExecutionBlockTraceValuesRequest) Validate

type ListUniqueExecutionBlockTraceValuesRequest_Field

type ListUniqueExecutionBlockTraceValuesRequest_Field int32
const (
	ListUniqueExecutionBlockTraceValuesRequest_node                     ListUniqueExecutionBlockTraceValuesRequest_Field = 0
	ListUniqueExecutionBlockTraceValuesRequest_block_hash               ListUniqueExecutionBlockTraceValuesRequest_Field = 1
	ListUniqueExecutionBlockTraceValuesRequest_block_number             ListUniqueExecutionBlockTraceValuesRequest_Field = 2
	ListUniqueExecutionBlockTraceValuesRequest_network                  ListUniqueExecutionBlockTraceValuesRequest_Field = 3
	ListUniqueExecutionBlockTraceValuesRequest_node_version             ListUniqueExecutionBlockTraceValuesRequest_Field = 4
	ListUniqueExecutionBlockTraceValuesRequest_execution_implementation ListUniqueExecutionBlockTraceValuesRequest_Field = 5
)

func (ListUniqueExecutionBlockTraceValuesRequest_Field) Descriptor

func (ListUniqueExecutionBlockTraceValuesRequest_Field) Enum

func (ListUniqueExecutionBlockTraceValuesRequest_Field) EnumDescriptor deprecated

Deprecated: Use ListUniqueExecutionBlockTraceValuesRequest_Field.Descriptor instead.

func (ListUniqueExecutionBlockTraceValuesRequest_Field) MarshalJSON

func (ListUniqueExecutionBlockTraceValuesRequest_Field) Number

func (ListUniqueExecutionBlockTraceValuesRequest_Field) String

func (ListUniqueExecutionBlockTraceValuesRequest_Field) Type

func (*ListUniqueExecutionBlockTraceValuesRequest_Field) UnmarshalJSON

type ListUniqueExecutionBlockTraceValuesResponse

type ListUniqueExecutionBlockTraceValuesResponse struct {
	Node                    []string `protobuf:"bytes,1,rep,name=node,proto3" json:"node,omitempty"`
	BlockHash               []string `protobuf:"bytes,2,rep,name=block_hash,proto3" json:"block_hash,omitempty"`
	BlockNumber             []int64  `protobuf:"varint,3,rep,packed,name=block_number,proto3" json:"block_number,omitempty"`
	Network                 []string `protobuf:"bytes,4,rep,name=network,proto3" json:"network,omitempty"`
	NodeVersion             []string `protobuf:"bytes,5,rep,name=node_version,proto3" json:"node_version,omitempty"`
	ExecutionImplementation []string `protobuf:"bytes,6,rep,name=execution_implementation,proto3" json:"execution_implementation,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUniqueExecutionBlockTraceValuesResponse) Descriptor deprecated

Deprecated: Use ListUniqueExecutionBlockTraceValuesResponse.ProtoReflect.Descriptor instead.

func (*ListUniqueExecutionBlockTraceValuesResponse) GetBlockHash

func (*ListUniqueExecutionBlockTraceValuesResponse) GetBlockNumber

func (x *ListUniqueExecutionBlockTraceValuesResponse) GetBlockNumber() []int64

func (*ListUniqueExecutionBlockTraceValuesResponse) GetExecutionImplementation

func (x *ListUniqueExecutionBlockTraceValuesResponse) GetExecutionImplementation() []string

func (*ListUniqueExecutionBlockTraceValuesResponse) GetNetwork

func (*ListUniqueExecutionBlockTraceValuesResponse) GetNode

func (*ListUniqueExecutionBlockTraceValuesResponse) GetNodeVersion

func (*ListUniqueExecutionBlockTraceValuesResponse) ProtoMessage

func (*ListUniqueExecutionBlockTraceValuesResponse) ProtoReflect

func (*ListUniqueExecutionBlockTraceValuesResponse) Reset

func (*ListUniqueExecutionBlockTraceValuesResponse) String

type PaginationCursor

type PaginationCursor struct {
	Limit   int32  `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset  int32  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	OrderBy string `protobuf:"bytes,3,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

func (*PaginationCursor) Descriptor deprecated

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

Deprecated: Use PaginationCursor.ProtoReflect.Descriptor instead.

func (*PaginationCursor) GetLimit

func (x *PaginationCursor) GetLimit() int32

func (*PaginationCursor) GetOffset

func (x *PaginationCursor) GetOffset() int32

func (*PaginationCursor) GetOrderBy

func (x *PaginationCursor) GetOrderBy() string

func (*PaginationCursor) ProtoMessage

func (*PaginationCursor) ProtoMessage()

func (*PaginationCursor) ProtoReflect

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

func (*PaginationCursor) Reset

func (x *PaginationCursor) Reset()

func (*PaginationCursor) String

func (x *PaginationCursor) String() string

func (*PaginationCursor) Validate

func (r *PaginationCursor) Validate() error

type UnimplementedAPIServer

type UnimplementedAPIServer struct {
}

UnimplementedAPIServer must be embedded to have forward compatible implementations.

func (UnimplementedAPIServer) CountBeaconBadBlob added in v0.0.16

func (UnimplementedAPIServer) CountBeaconBadBlock added in v0.0.16

func (UnimplementedAPIServer) CountBeaconBlock added in v0.0.16

func (UnimplementedAPIServer) ListBeaconBadBlob added in v0.0.16

func (UnimplementedAPIServer) ListBeaconBadBlock added in v0.0.16

func (UnimplementedAPIServer) ListBeaconBlock added in v0.0.16

func (UnimplementedAPIServer) ListBeaconState

func (UnimplementedAPIServer) ListUniqueBeaconBadBlobValues added in v0.0.16

func (UnimplementedAPIServer) ListUniqueBeaconBadBlockValues added in v0.0.16

func (UnimplementedAPIServer) ListUniqueBeaconBlockValues added in v0.0.16

type UnsafeAPIServer

type UnsafeAPIServer interface {
	// contains filtered or unexported methods
}

UnsafeAPIServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to APIServer will result in compilation errors.

Jump to

Keyboard shortcuts

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