Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterAPIServer(s grpc.ServiceRegistrar, srv APIServer)
- type APIClient
- type APIServer
- type BeaconBadBlob
- func (*BeaconBadBlob) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBadBlob) GetBeaconImplementation() *wrapperspb.StringValue
- func (x *BeaconBadBlob) GetBlockRoot() *wrapperspb.StringValue
- func (x *BeaconBadBlob) GetEpoch() *wrapperspb.UInt64Value
- func (x *BeaconBadBlob) GetFetchedAt() *timestamppb.Timestamp
- func (x *BeaconBadBlob) GetId() *wrapperspb.StringValue
- func (x *BeaconBadBlob) GetIndex() *wrapperspb.UInt64Value
- func (x *BeaconBadBlob) GetNetwork() *wrapperspb.StringValue
- func (x *BeaconBadBlob) GetNode() *wrapperspb.StringValue
- func (x *BeaconBadBlob) GetNodeVersion() *wrapperspb.StringValue
- func (x *BeaconBadBlob) GetSlot() *wrapperspb.UInt64Value
- func (*BeaconBadBlob) ProtoMessage()
- func (x *BeaconBadBlob) ProtoReflect() protoreflect.Message
- func (x *BeaconBadBlob) Reset()
- func (x *BeaconBadBlob) String() string
- type BeaconBadBlock
- func (*BeaconBadBlock) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBadBlock) GetBeaconImplementation() *wrapperspb.StringValue
- func (x *BeaconBadBlock) GetBlockRoot() *wrapperspb.StringValue
- func (x *BeaconBadBlock) GetEpoch() *wrapperspb.UInt64Value
- func (x *BeaconBadBlock) GetFetchedAt() *timestamppb.Timestamp
- func (x *BeaconBadBlock) GetId() *wrapperspb.StringValue
- func (x *BeaconBadBlock) GetNetwork() *wrapperspb.StringValue
- func (x *BeaconBadBlock) GetNode() *wrapperspb.StringValue
- func (x *BeaconBadBlock) GetNodeVersion() *wrapperspb.StringValue
- func (x *BeaconBadBlock) GetSlot() *wrapperspb.UInt64Value
- func (*BeaconBadBlock) ProtoMessage()
- func (x *BeaconBadBlock) ProtoReflect() protoreflect.Message
- func (x *BeaconBadBlock) Reset()
- func (x *BeaconBadBlock) String() string
- type BeaconBlock
- func (*BeaconBlock) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlock) GetBeaconImplementation() *wrapperspb.StringValue
- func (x *BeaconBlock) GetBlockRoot() *wrapperspb.StringValue
- func (x *BeaconBlock) GetEpoch() *wrapperspb.UInt64Value
- func (x *BeaconBlock) GetFetchedAt() *timestamppb.Timestamp
- func (x *BeaconBlock) GetId() *wrapperspb.StringValue
- func (x *BeaconBlock) GetNetwork() *wrapperspb.StringValue
- func (x *BeaconBlock) GetNode() *wrapperspb.StringValue
- func (x *BeaconBlock) GetNodeVersion() *wrapperspb.StringValue
- func (x *BeaconBlock) GetSlot() *wrapperspb.UInt64Value
- func (*BeaconBlock) ProtoMessage()
- func (x *BeaconBlock) ProtoReflect() protoreflect.Message
- func (x *BeaconBlock) Reset()
- func (x *BeaconBlock) String() string
- type BeaconState
- func (*BeaconState) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconState) GetBeaconImplementation() *wrapperspb.StringValue
- func (x *BeaconState) GetEpoch() *wrapperspb.UInt64Value
- func (x *BeaconState) GetFetchedAt() *timestamppb.Timestamp
- func (x *BeaconState) GetId() *wrapperspb.StringValue
- func (x *BeaconState) GetNetwork() *wrapperspb.StringValue
- func (x *BeaconState) GetNode() *wrapperspb.StringValue
- func (x *BeaconState) GetNodeVersion() *wrapperspb.StringValue
- func (x *BeaconState) GetSlot() *wrapperspb.UInt64Value
- func (x *BeaconState) GetStateRoot() *wrapperspb.StringValue
- func (*BeaconState) ProtoMessage()
- func (x *BeaconState) ProtoReflect() protoreflect.Message
- func (x *BeaconState) Reset()
- func (x *BeaconState) String() string
- type Config
- type CountBeaconBadBlobRequest
- func (*CountBeaconBadBlobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CountBeaconBadBlobRequest) GetAfter() *timestamppb.Timestamp
- func (x *CountBeaconBadBlobRequest) GetBeaconImplementation() string
- func (x *CountBeaconBadBlobRequest) GetBefore() *timestamppb.Timestamp
- func (x *CountBeaconBadBlobRequest) GetBlockRoot() string
- func (x *CountBeaconBadBlobRequest) GetEpoch() uint64
- func (x *CountBeaconBadBlobRequest) GetIndex() *wrapperspb.UInt64Value
- func (x *CountBeaconBadBlobRequest) GetNetwork() string
- func (x *CountBeaconBadBlobRequest) GetNode() string
- func (x *CountBeaconBadBlobRequest) GetNodeVersion() string
- func (x *CountBeaconBadBlobRequest) GetSlot() uint64
- func (*CountBeaconBadBlobRequest) ProtoMessage()
- func (x *CountBeaconBadBlobRequest) ProtoReflect() protoreflect.Message
- func (x *CountBeaconBadBlobRequest) Reset()
- func (x *CountBeaconBadBlobRequest) String() string
- type CountBeaconBadBlobResponse
- func (*CountBeaconBadBlobResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CountBeaconBadBlobResponse) GetCount() *wrapperspb.UInt64Value
- func (*CountBeaconBadBlobResponse) ProtoMessage()
- func (x *CountBeaconBadBlobResponse) ProtoReflect() protoreflect.Message
- func (x *CountBeaconBadBlobResponse) Reset()
- func (x *CountBeaconBadBlobResponse) String() string
- type CountBeaconBadBlockRequest
- func (*CountBeaconBadBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CountBeaconBadBlockRequest) GetAfter() *timestamppb.Timestamp
- func (x *CountBeaconBadBlockRequest) GetBeaconImplementation() string
- func (x *CountBeaconBadBlockRequest) GetBefore() *timestamppb.Timestamp
- func (x *CountBeaconBadBlockRequest) GetBlockRoot() string
- func (x *CountBeaconBadBlockRequest) GetEpoch() uint64
- func (x *CountBeaconBadBlockRequest) GetNetwork() string
- func (x *CountBeaconBadBlockRequest) GetNode() string
- func (x *CountBeaconBadBlockRequest) GetNodeVersion() string
- func (x *CountBeaconBadBlockRequest) GetSlot() uint64
- func (*CountBeaconBadBlockRequest) ProtoMessage()
- func (x *CountBeaconBadBlockRequest) ProtoReflect() protoreflect.Message
- func (x *CountBeaconBadBlockRequest) Reset()
- func (x *CountBeaconBadBlockRequest) String() string
- type CountBeaconBadBlockResponse
- func (*CountBeaconBadBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CountBeaconBadBlockResponse) GetCount() *wrapperspb.UInt64Value
- func (*CountBeaconBadBlockResponse) ProtoMessage()
- func (x *CountBeaconBadBlockResponse) ProtoReflect() protoreflect.Message
- func (x *CountBeaconBadBlockResponse) Reset()
- func (x *CountBeaconBadBlockResponse) String() string
- type CountBeaconBlockRequest
- func (*CountBeaconBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CountBeaconBlockRequest) GetAfter() *timestamppb.Timestamp
- func (x *CountBeaconBlockRequest) GetBeaconImplementation() string
- func (x *CountBeaconBlockRequest) GetBefore() *timestamppb.Timestamp
- func (x *CountBeaconBlockRequest) GetBlockRoot() string
- func (x *CountBeaconBlockRequest) GetEpoch() uint64
- func (x *CountBeaconBlockRequest) GetNetwork() string
- func (x *CountBeaconBlockRequest) GetNode() string
- func (x *CountBeaconBlockRequest) GetNodeVersion() string
- func (x *CountBeaconBlockRequest) GetSlot() uint64
- func (*CountBeaconBlockRequest) ProtoMessage()
- func (x *CountBeaconBlockRequest) ProtoReflect() protoreflect.Message
- func (x *CountBeaconBlockRequest) Reset()
- func (x *CountBeaconBlockRequest) String() string
- type CountBeaconBlockResponse
- func (*CountBeaconBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CountBeaconBlockResponse) GetCount() *wrapperspb.UInt64Value
- func (*CountBeaconBlockResponse) ProtoMessage()
- func (x *CountBeaconBlockResponse) ProtoReflect() protoreflect.Message
- func (x *CountBeaconBlockResponse) Reset()
- func (x *CountBeaconBlockResponse) String() string
- type CountBeaconStateRequest
- func (*CountBeaconStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CountBeaconStateRequest) GetAfter() *timestamppb.Timestamp
- func (x *CountBeaconStateRequest) GetBeaconImplementation() string
- func (x *CountBeaconStateRequest) GetBefore() *timestamppb.Timestamp
- func (x *CountBeaconStateRequest) GetEpoch() uint64
- func (x *CountBeaconStateRequest) GetNetwork() string
- func (x *CountBeaconStateRequest) GetNode() string
- func (x *CountBeaconStateRequest) GetNodeVersion() string
- func (x *CountBeaconStateRequest) GetSlot() uint64
- func (x *CountBeaconStateRequest) GetStateRoot() string
- func (*CountBeaconStateRequest) ProtoMessage()
- func (x *CountBeaconStateRequest) ProtoReflect() protoreflect.Message
- func (x *CountBeaconStateRequest) Reset()
- func (x *CountBeaconStateRequest) String() string
- type CountBeaconStateResponse
- func (*CountBeaconStateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CountBeaconStateResponse) GetCount() *wrapperspb.UInt64Value
- func (*CountBeaconStateResponse) ProtoMessage()
- func (x *CountBeaconStateResponse) ProtoReflect() protoreflect.Message
- func (x *CountBeaconStateResponse) Reset()
- func (x *CountBeaconStateResponse) String() string
- type CountExecutionBadBlockRequest
- func (*CountExecutionBadBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CountExecutionBadBlockRequest) GetAfter() *timestamppb.Timestamp
- func (x *CountExecutionBadBlockRequest) GetBefore() *timestamppb.Timestamp
- func (x *CountExecutionBadBlockRequest) GetBlockExtraData() string
- func (x *CountExecutionBadBlockRequest) GetBlockHash() string
- func (x *CountExecutionBadBlockRequest) GetBlockNumber() int64
- func (x *CountExecutionBadBlockRequest) GetExecutionImplementation() string
- func (x *CountExecutionBadBlockRequest) GetNetwork() string
- func (x *CountExecutionBadBlockRequest) GetNode() string
- func (x *CountExecutionBadBlockRequest) GetNodeVersion() string
- func (*CountExecutionBadBlockRequest) ProtoMessage()
- func (x *CountExecutionBadBlockRequest) ProtoReflect() protoreflect.Message
- func (x *CountExecutionBadBlockRequest) Reset()
- func (x *CountExecutionBadBlockRequest) String() string
- type CountExecutionBadBlockResponse
- func (*CountExecutionBadBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CountExecutionBadBlockResponse) GetCount() *wrapperspb.UInt64Value
- func (*CountExecutionBadBlockResponse) ProtoMessage()
- func (x *CountExecutionBadBlockResponse) ProtoReflect() protoreflect.Message
- func (x *CountExecutionBadBlockResponse) Reset()
- func (x *CountExecutionBadBlockResponse) String() string
- type CountExecutionBlockTraceRequest
- func (*CountExecutionBlockTraceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CountExecutionBlockTraceRequest) GetAfter() *timestamppb.Timestamp
- func (x *CountExecutionBlockTraceRequest) GetBefore() *timestamppb.Timestamp
- func (x *CountExecutionBlockTraceRequest) GetBlockHash() string
- func (x *CountExecutionBlockTraceRequest) GetBlockNumber() int64
- func (x *CountExecutionBlockTraceRequest) GetExecutionImplementation() string
- func (x *CountExecutionBlockTraceRequest) GetNetwork() string
- func (x *CountExecutionBlockTraceRequest) GetNode() string
- func (x *CountExecutionBlockTraceRequest) GetNodeVersion() string
- func (*CountExecutionBlockTraceRequest) ProtoMessage()
- func (x *CountExecutionBlockTraceRequest) ProtoReflect() protoreflect.Message
- func (x *CountExecutionBlockTraceRequest) Reset()
- func (x *CountExecutionBlockTraceRequest) String() string
- type CountExecutionBlockTraceResponse
- func (*CountExecutionBlockTraceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CountExecutionBlockTraceResponse) GetCount() *wrapperspb.UInt64Value
- func (*CountExecutionBlockTraceResponse) ProtoMessage()
- func (x *CountExecutionBlockTraceResponse) ProtoReflect() protoreflect.Message
- func (x *CountExecutionBlockTraceResponse) Reset()
- func (x *CountExecutionBlockTraceResponse) String() string
- type EthereumConfig
- func (*EthereumConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EthereumConfig) GetConfig() *EthereumNetworkConfig
- func (x *EthereumConfig) GetTools() *ToolsConfig
- func (*EthereumConfig) ProtoMessage()
- func (x *EthereumConfig) ProtoReflect() protoreflect.Message
- func (x *EthereumConfig) Reset()
- func (x *EthereumConfig) String() string
- type EthereumNetworkConfig
- func (*EthereumNetworkConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EthereumNetworkConfig) GetBranch() string
- func (x *EthereumNetworkConfig) GetPath() string
- func (x *EthereumNetworkConfig) GetRepository() string
- func (*EthereumNetworkConfig) ProtoMessage()
- func (x *EthereumNetworkConfig) ProtoReflect() protoreflect.Message
- func (x *EthereumNetworkConfig) Reset()
- func (x *EthereumNetworkConfig) String() string
- type ExecutionBadBlock
- func (*ExecutionBadBlock) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionBadBlock) GetBlockExtraData() *wrapperspb.StringValue
- func (x *ExecutionBadBlock) GetBlockHash() *wrapperspb.StringValue
- func (x *ExecutionBadBlock) GetBlockNumber() *wrapperspb.Int64Value
- func (x *ExecutionBadBlock) GetExecutionImplementation() *wrapperspb.StringValue
- func (x *ExecutionBadBlock) GetFetchedAt() *timestamppb.Timestamp
- func (x *ExecutionBadBlock) GetId() *wrapperspb.StringValue
- func (x *ExecutionBadBlock) GetNetwork() *wrapperspb.StringValue
- func (x *ExecutionBadBlock) GetNode() *wrapperspb.StringValue
- func (x *ExecutionBadBlock) GetNodeVersion() *wrapperspb.StringValue
- func (*ExecutionBadBlock) ProtoMessage()
- func (x *ExecutionBadBlock) ProtoReflect() protoreflect.Message
- func (x *ExecutionBadBlock) Reset()
- func (x *ExecutionBadBlock) String() string
- type ExecutionBlockTrace
- func (*ExecutionBlockTrace) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionBlockTrace) GetBlockHash() *wrapperspb.StringValue
- func (x *ExecutionBlockTrace) GetBlockNumber() *wrapperspb.Int64Value
- func (x *ExecutionBlockTrace) GetExecutionImplementation() *wrapperspb.StringValue
- func (x *ExecutionBlockTrace) GetFetchedAt() *timestamppb.Timestamp
- func (x *ExecutionBlockTrace) GetId() *wrapperspb.StringValue
- func (x *ExecutionBlockTrace) GetNetwork() *wrapperspb.StringValue
- func (x *ExecutionBlockTrace) GetNode() *wrapperspb.StringValue
- func (x *ExecutionBlockTrace) GetNodeVersion() *wrapperspb.StringValue
- func (*ExecutionBlockTrace) ProtoMessage()
- func (x *ExecutionBlockTrace) ProtoReflect() protoreflect.Message
- func (x *ExecutionBlockTrace) Reset()
- func (x *ExecutionBlockTrace) String() string
- type GetConfigRequest
- type GetConfigResponse
- type GitRepositoryConfig
- func (*GitRepositoryConfig) Descriptor() ([]byte, []int)deprecated
- func (x *GitRepositoryConfig) GetBranch() string
- func (x *GitRepositoryConfig) GetRepository() string
- func (*GitRepositoryConfig) ProtoMessage()
- func (x *GitRepositoryConfig) ProtoReflect() protoreflect.Message
- func (x *GitRepositoryConfig) Reset()
- func (x *GitRepositoryConfig) String() string
- type ListBeaconBadBlobRequest
- func (*ListBeaconBadBlobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBeaconBadBlobRequest) GetAfter() *timestamppb.Timestamp
- func (x *ListBeaconBadBlobRequest) GetBeaconImplementation() string
- func (x *ListBeaconBadBlobRequest) GetBefore() *timestamppb.Timestamp
- func (x *ListBeaconBadBlobRequest) GetBlockRoot() string
- func (x *ListBeaconBadBlobRequest) GetEpoch() uint64
- func (x *ListBeaconBadBlobRequest) GetId() string
- func (x *ListBeaconBadBlobRequest) GetIndex() *wrapperspb.UInt64Value
- func (x *ListBeaconBadBlobRequest) GetNetwork() string
- func (x *ListBeaconBadBlobRequest) GetNode() string
- func (x *ListBeaconBadBlobRequest) GetNodeVersion() string
- func (x *ListBeaconBadBlobRequest) GetPagination() *PaginationCursor
- func (x *ListBeaconBadBlobRequest) GetSlot() uint64
- func (*ListBeaconBadBlobRequest) ProtoMessage()
- func (x *ListBeaconBadBlobRequest) ProtoReflect() protoreflect.Message
- func (x *ListBeaconBadBlobRequest) Reset()
- func (x *ListBeaconBadBlobRequest) String() string
- func (r *ListBeaconBadBlobRequest) Validate() error
- type ListBeaconBadBlobResponse
- func (*ListBeaconBadBlobResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBeaconBadBlobResponse) GetBeaconBadBlobs() []*BeaconBadBlob
- func (*ListBeaconBadBlobResponse) ProtoMessage()
- func (x *ListBeaconBadBlobResponse) ProtoReflect() protoreflect.Message
- func (x *ListBeaconBadBlobResponse) Reset()
- func (x *ListBeaconBadBlobResponse) String() string
- type ListBeaconBadBlockRequest
- func (*ListBeaconBadBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBeaconBadBlockRequest) GetAfter() *timestamppb.Timestamp
- func (x *ListBeaconBadBlockRequest) GetBeaconImplementation() string
- func (x *ListBeaconBadBlockRequest) GetBefore() *timestamppb.Timestamp
- func (x *ListBeaconBadBlockRequest) GetBlockRoot() string
- func (x *ListBeaconBadBlockRequest) GetEpoch() uint64
- func (x *ListBeaconBadBlockRequest) GetId() string
- func (x *ListBeaconBadBlockRequest) GetNetwork() string
- func (x *ListBeaconBadBlockRequest) GetNode() string
- func (x *ListBeaconBadBlockRequest) GetNodeVersion() string
- func (x *ListBeaconBadBlockRequest) GetPagination() *PaginationCursor
- func (x *ListBeaconBadBlockRequest) GetSlot() uint64
- func (*ListBeaconBadBlockRequest) ProtoMessage()
- func (x *ListBeaconBadBlockRequest) ProtoReflect() protoreflect.Message
- func (x *ListBeaconBadBlockRequest) Reset()
- func (x *ListBeaconBadBlockRequest) String() string
- func (r *ListBeaconBadBlockRequest) Validate() error
- type ListBeaconBadBlockResponse
- func (*ListBeaconBadBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBeaconBadBlockResponse) GetBeaconBadBlocks() []*BeaconBadBlock
- func (*ListBeaconBadBlockResponse) ProtoMessage()
- func (x *ListBeaconBadBlockResponse) ProtoReflect() protoreflect.Message
- func (x *ListBeaconBadBlockResponse) Reset()
- func (x *ListBeaconBadBlockResponse) String() string
- type ListBeaconBlockRequest
- func (*ListBeaconBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBeaconBlockRequest) GetAfter() *timestamppb.Timestamp
- func (x *ListBeaconBlockRequest) GetBeaconImplementation() string
- func (x *ListBeaconBlockRequest) GetBefore() *timestamppb.Timestamp
- func (x *ListBeaconBlockRequest) GetBlockRoot() string
- func (x *ListBeaconBlockRequest) GetEpoch() uint64
- func (x *ListBeaconBlockRequest) GetId() string
- func (x *ListBeaconBlockRequest) GetNetwork() string
- func (x *ListBeaconBlockRequest) GetNode() string
- func (x *ListBeaconBlockRequest) GetNodeVersion() string
- func (x *ListBeaconBlockRequest) GetPagination() *PaginationCursor
- func (x *ListBeaconBlockRequest) GetSlot() uint64
- func (*ListBeaconBlockRequest) ProtoMessage()
- func (x *ListBeaconBlockRequest) ProtoReflect() protoreflect.Message
- func (x *ListBeaconBlockRequest) Reset()
- func (x *ListBeaconBlockRequest) String() string
- func (r *ListBeaconBlockRequest) Validate() error
- type ListBeaconBlockResponse
- func (*ListBeaconBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBeaconBlockResponse) GetBeaconBlocks() []*BeaconBlock
- func (*ListBeaconBlockResponse) ProtoMessage()
- func (x *ListBeaconBlockResponse) ProtoReflect() protoreflect.Message
- func (x *ListBeaconBlockResponse) Reset()
- func (x *ListBeaconBlockResponse) String() string
- type ListBeaconStateRequest
- func (*ListBeaconStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBeaconStateRequest) GetAfter() *timestamppb.Timestamp
- func (x *ListBeaconStateRequest) GetBeaconImplementation() string
- func (x *ListBeaconStateRequest) GetBefore() *timestamppb.Timestamp
- func (x *ListBeaconStateRequest) GetEpoch() uint64
- func (x *ListBeaconStateRequest) GetId() string
- func (x *ListBeaconStateRequest) GetNetwork() string
- func (x *ListBeaconStateRequest) GetNode() string
- func (x *ListBeaconStateRequest) GetNodeVersion() string
- func (x *ListBeaconStateRequest) GetPagination() *PaginationCursor
- func (x *ListBeaconStateRequest) GetSlot() uint64
- func (x *ListBeaconStateRequest) GetStateRoot() string
- func (*ListBeaconStateRequest) ProtoMessage()
- func (x *ListBeaconStateRequest) ProtoReflect() protoreflect.Message
- func (x *ListBeaconStateRequest) Reset()
- func (x *ListBeaconStateRequest) String() string
- func (r *ListBeaconStateRequest) Validate() error
- type ListBeaconStateResponse
- func (*ListBeaconStateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBeaconStateResponse) GetBeaconStates() []*BeaconState
- func (*ListBeaconStateResponse) ProtoMessage()
- func (x *ListBeaconStateResponse) ProtoReflect() protoreflect.Message
- func (x *ListBeaconStateResponse) Reset()
- func (x *ListBeaconStateResponse) String() string
- type ListExecutionBadBlockRequest
- func (*ListExecutionBadBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListExecutionBadBlockRequest) GetAfter() *timestamppb.Timestamp
- func (x *ListExecutionBadBlockRequest) GetBefore() *timestamppb.Timestamp
- func (x *ListExecutionBadBlockRequest) GetBlockExtraData() string
- func (x *ListExecutionBadBlockRequest) GetBlockHash() string
- func (x *ListExecutionBadBlockRequest) GetBlockNumber() int64
- func (x *ListExecutionBadBlockRequest) GetExecutionImplementation() string
- func (x *ListExecutionBadBlockRequest) GetId() string
- func (x *ListExecutionBadBlockRequest) GetNetwork() string
- func (x *ListExecutionBadBlockRequest) GetNode() string
- func (x *ListExecutionBadBlockRequest) GetNodeVersion() string
- func (x *ListExecutionBadBlockRequest) GetPagination() *PaginationCursor
- func (*ListExecutionBadBlockRequest) ProtoMessage()
- func (x *ListExecutionBadBlockRequest) ProtoReflect() protoreflect.Message
- func (x *ListExecutionBadBlockRequest) Reset()
- func (x *ListExecutionBadBlockRequest) String() string
- func (r *ListExecutionBadBlockRequest) Validate() error
- type ListExecutionBadBlockResponse
- func (*ListExecutionBadBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListExecutionBadBlockResponse) GetExecutionBadBlocks() []*ExecutionBadBlock
- func (*ListExecutionBadBlockResponse) ProtoMessage()
- func (x *ListExecutionBadBlockResponse) ProtoReflect() protoreflect.Message
- func (x *ListExecutionBadBlockResponse) Reset()
- func (x *ListExecutionBadBlockResponse) String() string
- type ListExecutionBlockTraceRequest
- func (*ListExecutionBlockTraceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListExecutionBlockTraceRequest) GetAfter() *timestamppb.Timestamp
- func (x *ListExecutionBlockTraceRequest) GetBefore() *timestamppb.Timestamp
- func (x *ListExecutionBlockTraceRequest) GetBlockHash() string
- func (x *ListExecutionBlockTraceRequest) GetBlockNumber() int64
- func (x *ListExecutionBlockTraceRequest) GetExecutionImplementation() string
- func (x *ListExecutionBlockTraceRequest) GetId() string
- func (x *ListExecutionBlockTraceRequest) GetNetwork() string
- func (x *ListExecutionBlockTraceRequest) GetNode() string
- func (x *ListExecutionBlockTraceRequest) GetNodeVersion() string
- func (x *ListExecutionBlockTraceRequest) GetPagination() *PaginationCursor
- func (*ListExecutionBlockTraceRequest) ProtoMessage()
- func (x *ListExecutionBlockTraceRequest) ProtoReflect() protoreflect.Message
- func (x *ListExecutionBlockTraceRequest) Reset()
- func (x *ListExecutionBlockTraceRequest) String() string
- func (r *ListExecutionBlockTraceRequest) Validate() error
- type ListExecutionBlockTraceResponse
- func (*ListExecutionBlockTraceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListExecutionBlockTraceResponse) GetExecutionBlockTraces() []*ExecutionBlockTrace
- func (*ListExecutionBlockTraceResponse) ProtoMessage()
- func (x *ListExecutionBlockTraceResponse) ProtoReflect() protoreflect.Message
- func (x *ListExecutionBlockTraceResponse) Reset()
- func (x *ListExecutionBlockTraceResponse) String() string
- type ListUniqueBeaconBadBlobValuesRequest
- func (*ListUniqueBeaconBadBlobValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueBeaconBadBlobValuesRequest) GetFields() []ListUniqueBeaconBadBlobValuesRequest_Field
- func (*ListUniqueBeaconBadBlobValuesRequest) ProtoMessage()
- func (x *ListUniqueBeaconBadBlobValuesRequest) ProtoReflect() protoreflect.Message
- func (x *ListUniqueBeaconBadBlobValuesRequest) Reset()
- func (x *ListUniqueBeaconBadBlobValuesRequest) String() string
- func (r *ListUniqueBeaconBadBlobValuesRequest) Validate() error
- type ListUniqueBeaconBadBlobValuesRequest_Field
- func (ListUniqueBeaconBadBlobValuesRequest_Field) Descriptor() protoreflect.EnumDescriptor
- func (x ListUniqueBeaconBadBlobValuesRequest_Field) Enum() *ListUniqueBeaconBadBlobValuesRequest_Field
- func (ListUniqueBeaconBadBlobValuesRequest_Field) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListUniqueBeaconBadBlobValuesRequest_Field) Number() protoreflect.EnumNumber
- func (x ListUniqueBeaconBadBlobValuesRequest_Field) String() string
- func (ListUniqueBeaconBadBlobValuesRequest_Field) Type() protoreflect.EnumType
- type ListUniqueBeaconBadBlobValuesResponse
- func (*ListUniqueBeaconBadBlobValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueBeaconBadBlobValuesResponse) GetBeaconImplementation() []string
- func (x *ListUniqueBeaconBadBlobValuesResponse) GetBlockRoot() []string
- func (x *ListUniqueBeaconBadBlobValuesResponse) GetEpoch() []uint64
- func (x *ListUniqueBeaconBadBlobValuesResponse) GetIndex() []uint64
- func (x *ListUniqueBeaconBadBlobValuesResponse) GetNetwork() []string
- func (x *ListUniqueBeaconBadBlobValuesResponse) GetNode() []string
- func (x *ListUniqueBeaconBadBlobValuesResponse) GetNodeVersion() []string
- func (x *ListUniqueBeaconBadBlobValuesResponse) GetSlot() []uint64
- func (*ListUniqueBeaconBadBlobValuesResponse) ProtoMessage()
- func (x *ListUniqueBeaconBadBlobValuesResponse) ProtoReflect() protoreflect.Message
- func (x *ListUniqueBeaconBadBlobValuesResponse) Reset()
- func (x *ListUniqueBeaconBadBlobValuesResponse) String() string
- type ListUniqueBeaconBadBlockValuesRequest
- func (*ListUniqueBeaconBadBlockValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueBeaconBadBlockValuesRequest) GetFields() []ListUniqueBeaconBadBlockValuesRequest_Field
- func (*ListUniqueBeaconBadBlockValuesRequest) ProtoMessage()
- func (x *ListUniqueBeaconBadBlockValuesRequest) ProtoReflect() protoreflect.Message
- func (x *ListUniqueBeaconBadBlockValuesRequest) Reset()
- func (x *ListUniqueBeaconBadBlockValuesRequest) String() string
- func (r *ListUniqueBeaconBadBlockValuesRequest) Validate() error
- type ListUniqueBeaconBadBlockValuesRequest_Field
- func (ListUniqueBeaconBadBlockValuesRequest_Field) Descriptor() protoreflect.EnumDescriptor
- func (x ListUniqueBeaconBadBlockValuesRequest_Field) Enum() *ListUniqueBeaconBadBlockValuesRequest_Field
- func (ListUniqueBeaconBadBlockValuesRequest_Field) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListUniqueBeaconBadBlockValuesRequest_Field) Number() protoreflect.EnumNumber
- func (x ListUniqueBeaconBadBlockValuesRequest_Field) String() string
- func (ListUniqueBeaconBadBlockValuesRequest_Field) Type() protoreflect.EnumType
- type ListUniqueBeaconBadBlockValuesResponse
- func (*ListUniqueBeaconBadBlockValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueBeaconBadBlockValuesResponse) GetBeaconImplementation() []string
- func (x *ListUniqueBeaconBadBlockValuesResponse) GetBlockRoot() []string
- func (x *ListUniqueBeaconBadBlockValuesResponse) GetEpoch() []uint64
- func (x *ListUniqueBeaconBadBlockValuesResponse) GetNetwork() []string
- func (x *ListUniqueBeaconBadBlockValuesResponse) GetNode() []string
- func (x *ListUniqueBeaconBadBlockValuesResponse) GetNodeVersion() []string
- func (x *ListUniqueBeaconBadBlockValuesResponse) GetSlot() []uint64
- func (*ListUniqueBeaconBadBlockValuesResponse) ProtoMessage()
- func (x *ListUniqueBeaconBadBlockValuesResponse) ProtoReflect() protoreflect.Message
- func (x *ListUniqueBeaconBadBlockValuesResponse) Reset()
- func (x *ListUniqueBeaconBadBlockValuesResponse) String() string
- type ListUniqueBeaconBlockValuesRequest
- func (*ListUniqueBeaconBlockValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueBeaconBlockValuesRequest) GetFields() []ListUniqueBeaconBlockValuesRequest_Field
- func (*ListUniqueBeaconBlockValuesRequest) ProtoMessage()
- func (x *ListUniqueBeaconBlockValuesRequest) ProtoReflect() protoreflect.Message
- func (x *ListUniqueBeaconBlockValuesRequest) Reset()
- func (x *ListUniqueBeaconBlockValuesRequest) String() string
- func (r *ListUniqueBeaconBlockValuesRequest) Validate() error
- type ListUniqueBeaconBlockValuesRequest_Field
- func (ListUniqueBeaconBlockValuesRequest_Field) Descriptor() protoreflect.EnumDescriptor
- func (x ListUniqueBeaconBlockValuesRequest_Field) Enum() *ListUniqueBeaconBlockValuesRequest_Field
- func (ListUniqueBeaconBlockValuesRequest_Field) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListUniqueBeaconBlockValuesRequest_Field) Number() protoreflect.EnumNumber
- func (x ListUniqueBeaconBlockValuesRequest_Field) String() string
- func (ListUniqueBeaconBlockValuesRequest_Field) Type() protoreflect.EnumType
- type ListUniqueBeaconBlockValuesResponse
- func (*ListUniqueBeaconBlockValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueBeaconBlockValuesResponse) GetBeaconImplementation() []string
- func (x *ListUniqueBeaconBlockValuesResponse) GetBlockRoot() []string
- func (x *ListUniqueBeaconBlockValuesResponse) GetEpoch() []uint64
- func (x *ListUniqueBeaconBlockValuesResponse) GetNetwork() []string
- func (x *ListUniqueBeaconBlockValuesResponse) GetNode() []string
- func (x *ListUniqueBeaconBlockValuesResponse) GetNodeVersion() []string
- func (x *ListUniqueBeaconBlockValuesResponse) GetSlot() []uint64
- func (*ListUniqueBeaconBlockValuesResponse) ProtoMessage()
- func (x *ListUniqueBeaconBlockValuesResponse) ProtoReflect() protoreflect.Message
- func (x *ListUniqueBeaconBlockValuesResponse) Reset()
- func (x *ListUniqueBeaconBlockValuesResponse) String() string
- type ListUniqueBeaconStateValuesRequest
- func (*ListUniqueBeaconStateValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueBeaconStateValuesRequest) GetFields() []ListUniqueBeaconStateValuesRequest_Field
- func (*ListUniqueBeaconStateValuesRequest) ProtoMessage()
- func (x *ListUniqueBeaconStateValuesRequest) ProtoReflect() protoreflect.Message
- func (x *ListUniqueBeaconStateValuesRequest) Reset()
- func (x *ListUniqueBeaconStateValuesRequest) String() string
- func (r *ListUniqueBeaconStateValuesRequest) Validate() error
- type ListUniqueBeaconStateValuesRequest_Field
- func (ListUniqueBeaconStateValuesRequest_Field) Descriptor() protoreflect.EnumDescriptor
- func (x ListUniqueBeaconStateValuesRequest_Field) Enum() *ListUniqueBeaconStateValuesRequest_Field
- func (ListUniqueBeaconStateValuesRequest_Field) EnumDescriptor() ([]byte, []int)deprecated
- func (f ListUniqueBeaconStateValuesRequest_Field) MarshalJSON() ([]byte, error)
- func (x ListUniqueBeaconStateValuesRequest_Field) Number() protoreflect.EnumNumber
- func (x ListUniqueBeaconStateValuesRequest_Field) String() string
- func (ListUniqueBeaconStateValuesRequest_Field) Type() protoreflect.EnumType
- func (f *ListUniqueBeaconStateValuesRequest_Field) UnmarshalJSON(data []byte) error
- type ListUniqueBeaconStateValuesResponse
- func (*ListUniqueBeaconStateValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueBeaconStateValuesResponse) GetBeaconImplementation() []string
- func (x *ListUniqueBeaconStateValuesResponse) GetEpoch() []uint64
- func (x *ListUniqueBeaconStateValuesResponse) GetNetwork() []string
- func (x *ListUniqueBeaconStateValuesResponse) GetNode() []string
- func (x *ListUniqueBeaconStateValuesResponse) GetNodeVersion() []string
- func (x *ListUniqueBeaconStateValuesResponse) GetSlot() []uint64
- func (x *ListUniqueBeaconStateValuesResponse) GetStateRoot() []string
- func (*ListUniqueBeaconStateValuesResponse) ProtoMessage()
- func (x *ListUniqueBeaconStateValuesResponse) ProtoReflect() protoreflect.Message
- func (x *ListUniqueBeaconStateValuesResponse) Reset()
- func (x *ListUniqueBeaconStateValuesResponse) String() string
- type ListUniqueExecutionBadBlockValuesRequest
- func (*ListUniqueExecutionBadBlockValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueExecutionBadBlockValuesRequest) GetFields() []ListUniqueExecutionBadBlockValuesRequest_Field
- func (*ListUniqueExecutionBadBlockValuesRequest) ProtoMessage()
- func (x *ListUniqueExecutionBadBlockValuesRequest) ProtoReflect() protoreflect.Message
- func (x *ListUniqueExecutionBadBlockValuesRequest) Reset()
- func (x *ListUniqueExecutionBadBlockValuesRequest) String() string
- func (r *ListUniqueExecutionBadBlockValuesRequest) Validate() error
- type ListUniqueExecutionBadBlockValuesRequest_Field
- func (ListUniqueExecutionBadBlockValuesRequest_Field) Descriptor() protoreflect.EnumDescriptor
- func (x ListUniqueExecutionBadBlockValuesRequest_Field) Enum() *ListUniqueExecutionBadBlockValuesRequest_Field
- func (ListUniqueExecutionBadBlockValuesRequest_Field) EnumDescriptor() ([]byte, []int)deprecated
- func (f ListUniqueExecutionBadBlockValuesRequest_Field) MarshalJSON() ([]byte, error)
- func (x ListUniqueExecutionBadBlockValuesRequest_Field) Number() protoreflect.EnumNumber
- func (x ListUniqueExecutionBadBlockValuesRequest_Field) String() string
- func (ListUniqueExecutionBadBlockValuesRequest_Field) Type() protoreflect.EnumType
- func (f *ListUniqueExecutionBadBlockValuesRequest_Field) UnmarshalJSON(data []byte) error
- type ListUniqueExecutionBadBlockValuesResponse
- func (*ListUniqueExecutionBadBlockValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueExecutionBadBlockValuesResponse) GetBlockExtraData() []string
- func (x *ListUniqueExecutionBadBlockValuesResponse) GetBlockHash() []string
- func (x *ListUniqueExecutionBadBlockValuesResponse) GetBlockNumber() []int64
- func (x *ListUniqueExecutionBadBlockValuesResponse) GetExecutionImplementation() []string
- func (x *ListUniqueExecutionBadBlockValuesResponse) GetNetwork() []string
- func (x *ListUniqueExecutionBadBlockValuesResponse) GetNode() []string
- func (x *ListUniqueExecutionBadBlockValuesResponse) GetNodeVersion() []string
- func (*ListUniqueExecutionBadBlockValuesResponse) ProtoMessage()
- func (x *ListUniqueExecutionBadBlockValuesResponse) ProtoReflect() protoreflect.Message
- func (x *ListUniqueExecutionBadBlockValuesResponse) Reset()
- func (x *ListUniqueExecutionBadBlockValuesResponse) String() string
- type ListUniqueExecutionBlockTraceValuesRequest
- func (*ListUniqueExecutionBlockTraceValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueExecutionBlockTraceValuesRequest) GetFields() []ListUniqueExecutionBlockTraceValuesRequest_Field
- func (*ListUniqueExecutionBlockTraceValuesRequest) ProtoMessage()
- func (x *ListUniqueExecutionBlockTraceValuesRequest) ProtoReflect() protoreflect.Message
- func (x *ListUniqueExecutionBlockTraceValuesRequest) Reset()
- func (x *ListUniqueExecutionBlockTraceValuesRequest) String() string
- func (r *ListUniqueExecutionBlockTraceValuesRequest) Validate() error
- type ListUniqueExecutionBlockTraceValuesRequest_Field
- func (ListUniqueExecutionBlockTraceValuesRequest_Field) Descriptor() protoreflect.EnumDescriptor
- func (x ListUniqueExecutionBlockTraceValuesRequest_Field) Enum() *ListUniqueExecutionBlockTraceValuesRequest_Field
- func (ListUniqueExecutionBlockTraceValuesRequest_Field) EnumDescriptor() ([]byte, []int)deprecated
- func (f ListUniqueExecutionBlockTraceValuesRequest_Field) MarshalJSON() ([]byte, error)
- func (x ListUniqueExecutionBlockTraceValuesRequest_Field) Number() protoreflect.EnumNumber
- func (x ListUniqueExecutionBlockTraceValuesRequest_Field) String() string
- func (ListUniqueExecutionBlockTraceValuesRequest_Field) Type() protoreflect.EnumType
- func (f *ListUniqueExecutionBlockTraceValuesRequest_Field) UnmarshalJSON(data []byte) error
- type ListUniqueExecutionBlockTraceValuesResponse
- func (*ListUniqueExecutionBlockTraceValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUniqueExecutionBlockTraceValuesResponse) GetBlockHash() []string
- func (x *ListUniqueExecutionBlockTraceValuesResponse) GetBlockNumber() []int64
- func (x *ListUniqueExecutionBlockTraceValuesResponse) GetExecutionImplementation() []string
- func (x *ListUniqueExecutionBlockTraceValuesResponse) GetNetwork() []string
- func (x *ListUniqueExecutionBlockTraceValuesResponse) GetNode() []string
- func (x *ListUniqueExecutionBlockTraceValuesResponse) GetNodeVersion() []string
- func (*ListUniqueExecutionBlockTraceValuesResponse) ProtoMessage()
- func (x *ListUniqueExecutionBlockTraceValuesResponse) ProtoReflect() protoreflect.Message
- func (x *ListUniqueExecutionBlockTraceValuesResponse) Reset()
- func (x *ListUniqueExecutionBlockTraceValuesResponse) String() string
- type PaginationCursor
- func (*PaginationCursor) Descriptor() ([]byte, []int)deprecated
- func (x *PaginationCursor) GetLimit() int32
- func (x *PaginationCursor) GetOffset() int32
- func (x *PaginationCursor) GetOrderBy() string
- func (*PaginationCursor) ProtoMessage()
- func (x *PaginationCursor) ProtoReflect() protoreflect.Message
- func (x *PaginationCursor) Reset()
- func (x *PaginationCursor) String() string
- func (r *PaginationCursor) Validate() error
- type ToolsConfig
- func (*ToolsConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ToolsConfig) GetLcli() *GitRepositoryConfig
- func (x *ToolsConfig) GetNcli() *GitRepositoryConfig
- func (x *ToolsConfig) GetZcli() *ZcliConfig
- func (*ToolsConfig) ProtoMessage()
- func (x *ToolsConfig) ProtoReflect() protoreflect.Message
- func (x *ToolsConfig) Reset()
- func (x *ToolsConfig) String() string
- type UnimplementedAPIServer
- func (UnimplementedAPIServer) CountBeaconBadBlob(context.Context, *CountBeaconBadBlobRequest) (*CountBeaconBadBlobResponse, error)
- func (UnimplementedAPIServer) CountBeaconBadBlock(context.Context, *CountBeaconBadBlockRequest) (*CountBeaconBadBlockResponse, error)
- func (UnimplementedAPIServer) CountBeaconBlock(context.Context, *CountBeaconBlockRequest) (*CountBeaconBlockResponse, error)
- func (UnimplementedAPIServer) CountBeaconState(context.Context, *CountBeaconStateRequest) (*CountBeaconStateResponse, error)
- func (UnimplementedAPIServer) CountExecutionBadBlock(context.Context, *CountExecutionBadBlockRequest) (*CountExecutionBadBlockResponse, error)
- func (UnimplementedAPIServer) CountExecutionBlockTrace(context.Context, *CountExecutionBlockTraceRequest) (*CountExecutionBlockTraceResponse, error)
- func (UnimplementedAPIServer) GetConfig(context.Context, *GetConfigRequest) (*GetConfigResponse, error)
- func (UnimplementedAPIServer) ListBeaconBadBlob(context.Context, *ListBeaconBadBlobRequest) (*ListBeaconBadBlobResponse, error)
- func (UnimplementedAPIServer) ListBeaconBadBlock(context.Context, *ListBeaconBadBlockRequest) (*ListBeaconBadBlockResponse, error)
- func (UnimplementedAPIServer) ListBeaconBlock(context.Context, *ListBeaconBlockRequest) (*ListBeaconBlockResponse, error)
- func (UnimplementedAPIServer) ListBeaconState(context.Context, *ListBeaconStateRequest) (*ListBeaconStateResponse, error)
- func (UnimplementedAPIServer) ListExecutionBadBlock(context.Context, *ListExecutionBadBlockRequest) (*ListExecutionBadBlockResponse, error)
- func (UnimplementedAPIServer) ListExecutionBlockTrace(context.Context, *ListExecutionBlockTraceRequest) (*ListExecutionBlockTraceResponse, error)
- func (UnimplementedAPIServer) ListUniqueBeaconBadBlobValues(context.Context, *ListUniqueBeaconBadBlobValuesRequest) (*ListUniqueBeaconBadBlobValuesResponse, error)
- func (UnimplementedAPIServer) ListUniqueBeaconBadBlockValues(context.Context, *ListUniqueBeaconBadBlockValuesRequest) (*ListUniqueBeaconBadBlockValuesResponse, error)
- func (UnimplementedAPIServer) ListUniqueBeaconBlockValues(context.Context, *ListUniqueBeaconBlockValuesRequest) (*ListUniqueBeaconBlockValuesResponse, error)
- func (UnimplementedAPIServer) ListUniqueBeaconStateValues(context.Context, *ListUniqueBeaconStateValuesRequest) (*ListUniqueBeaconStateValuesResponse, error)
- func (UnimplementedAPIServer) ListUniqueExecutionBadBlockValues(context.Context, *ListUniqueExecutionBadBlockValuesRequest) (*ListUniqueExecutionBadBlockValuesResponse, error)
- func (UnimplementedAPIServer) ListUniqueExecutionBlockTraceValues(context.Context, *ListUniqueExecutionBlockTraceValuesRequest) (*ListUniqueExecutionBlockTraceValuesResponse, error)
- type UnsafeAPIServer
- type ZcliConfig
Constants ¶
const ( API_GetConfig_FullMethodName = "/api.API/GetConfig" 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 ¶
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.
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.
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.
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.
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.
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.
var API_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.API", HandlerType: (*APIServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetConfig", Handler: _API_GetConfig_Handler, }, { 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)
var File_api_api_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAPIServer ¶
func RegisterAPIServer(s grpc.ServiceRegistrar, srv APIServer)
Types ¶
type APIClient ¶
type APIClient interface { GetConfig(ctx context.Context, in *GetConfigRequest, opts ...grpc.CallOption) (*GetConfigResponse, error) 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 { GetConfig(context.Context, *GetConfigRequest) (*GetConfigResponse, error) 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 (x *BeaconBadBlock) GetId() *wrapperspb.StringValue
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 Config ¶ added in v0.0.22
type Config struct { Ethereum *EthereumConfig `protobuf:"bytes,1,opt,name=ethereum,proto3" json:"ethereum,omitempty"` // contains filtered or unexported fields }
func (*Config) Descriptor
deprecated
added in
v0.0.22
func (*Config) GetEthereum ¶ added in v0.0.22
func (x *Config) GetEthereum() *EthereumConfig
func (*Config) ProtoMessage ¶ added in v0.0.22
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶ added in v0.0.22
func (x *Config) ProtoReflect() protoreflect.Message
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 (x *CountBeaconBadBlobRequest) GetAfter() *timestamppb.Timestamp
func (*CountBeaconBadBlobRequest) GetBeaconImplementation ¶ added in v0.0.16
func (x *CountBeaconBadBlobRequest) GetBeaconImplementation() string
func (*CountBeaconBadBlobRequest) GetBefore ¶ added in v0.0.16
func (x *CountBeaconBadBlobRequest) GetBefore() *timestamppb.Timestamp
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 (x *CountBeaconBadBlobRequest) GetIndex() *wrapperspb.UInt64Value
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 (x *CountBeaconBadBlobRequest) ProtoReflect() protoreflect.Message
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 (x *CountBeaconBadBlobResponse) GetCount() *wrapperspb.UInt64Value
func (*CountBeaconBadBlobResponse) ProtoMessage ¶ added in v0.0.16
func (*CountBeaconBadBlobResponse) ProtoMessage()
func (*CountBeaconBadBlobResponse) ProtoReflect ¶ added in v0.0.16
func (x *CountBeaconBadBlobResponse) ProtoReflect() protoreflect.Message
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 (x *CountBeaconBadBlockRequest) GetAfter() *timestamppb.Timestamp
func (*CountBeaconBadBlockRequest) GetBeaconImplementation ¶ added in v0.0.16
func (x *CountBeaconBadBlockRequest) GetBeaconImplementation() string
func (*CountBeaconBadBlockRequest) GetBefore ¶ added in v0.0.16
func (x *CountBeaconBadBlockRequest) GetBefore() *timestamppb.Timestamp
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 (x *CountBeaconBadBlockRequest) ProtoReflect() protoreflect.Message
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 (x *CountBeaconBadBlockResponse) GetCount() *wrapperspb.UInt64Value
func (*CountBeaconBadBlockResponse) ProtoMessage ¶ added in v0.0.16
func (*CountBeaconBadBlockResponse) ProtoMessage()
func (*CountBeaconBadBlockResponse) ProtoReflect ¶ added in v0.0.16
func (x *CountBeaconBadBlockResponse) ProtoReflect() protoreflect.Message
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 (x *CountBeaconBlockRequest) GetAfter() *timestamppb.Timestamp
func (*CountBeaconBlockRequest) GetBeaconImplementation ¶ added in v0.0.16
func (x *CountBeaconBlockRequest) GetBeaconImplementation() string
func (*CountBeaconBlockRequest) GetBefore ¶ added in v0.0.16
func (x *CountBeaconBlockRequest) GetBefore() *timestamppb.Timestamp
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 (x *CountBeaconBlockResponse) GetCount() *wrapperspb.UInt64Value
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 (x *CountBeaconStateRequest) GetAfter() *timestamppb.Timestamp
func (*CountBeaconStateRequest) GetBeaconImplementation ¶
func (x *CountBeaconStateRequest) GetBeaconImplementation() string
func (*CountBeaconStateRequest) GetBefore ¶
func (x *CountBeaconStateRequest) GetBefore() *timestamppb.Timestamp
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 (x *CountBeaconStateResponse) GetCount() *wrapperspb.UInt64Value
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 (x *CountExecutionBadBlockRequest) GetAfter() *timestamppb.Timestamp
func (*CountExecutionBadBlockRequest) GetBefore ¶
func (x *CountExecutionBadBlockRequest) GetBefore() *timestamppb.Timestamp
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 (x *CountExecutionBadBlockRequest) GetNode() string
func (*CountExecutionBadBlockRequest) GetNodeVersion ¶
func (x *CountExecutionBadBlockRequest) GetNodeVersion() string
func (*CountExecutionBadBlockRequest) ProtoMessage ¶
func (*CountExecutionBadBlockRequest) ProtoMessage()
func (*CountExecutionBadBlockRequest) ProtoReflect ¶
func (x *CountExecutionBadBlockRequest) ProtoReflect() protoreflect.Message
func (*CountExecutionBadBlockRequest) Reset ¶
func (x *CountExecutionBadBlockRequest) Reset()
func (*CountExecutionBadBlockRequest) String ¶
func (x *CountExecutionBadBlockRequest) String() 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 (x *CountExecutionBadBlockResponse) GetCount() *wrapperspb.UInt64Value
func (*CountExecutionBadBlockResponse) ProtoMessage ¶
func (*CountExecutionBadBlockResponse) ProtoMessage()
func (*CountExecutionBadBlockResponse) ProtoReflect ¶
func (x *CountExecutionBadBlockResponse) ProtoReflect() protoreflect.Message
func (*CountExecutionBadBlockResponse) Reset ¶
func (x *CountExecutionBadBlockResponse) Reset()
func (*CountExecutionBadBlockResponse) String ¶
func (x *CountExecutionBadBlockResponse) String() 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 (x *CountExecutionBlockTraceRequest) GetAfter() *timestamppb.Timestamp
func (*CountExecutionBlockTraceRequest) GetBefore ¶
func (x *CountExecutionBlockTraceRequest) GetBefore() *timestamppb.Timestamp
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 (x *CountExecutionBlockTraceRequest) GetNode() string
func (*CountExecutionBlockTraceRequest) GetNodeVersion ¶
func (x *CountExecutionBlockTraceRequest) GetNodeVersion() string
func (*CountExecutionBlockTraceRequest) ProtoMessage ¶
func (*CountExecutionBlockTraceRequest) ProtoMessage()
func (*CountExecutionBlockTraceRequest) ProtoReflect ¶
func (x *CountExecutionBlockTraceRequest) ProtoReflect() protoreflect.Message
func (*CountExecutionBlockTraceRequest) Reset ¶
func (x *CountExecutionBlockTraceRequest) Reset()
func (*CountExecutionBlockTraceRequest) String ¶
func (x *CountExecutionBlockTraceRequest) String() 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 (x *CountExecutionBlockTraceResponse) GetCount() *wrapperspb.UInt64Value
func (*CountExecutionBlockTraceResponse) ProtoMessage ¶
func (*CountExecutionBlockTraceResponse) ProtoMessage()
func (*CountExecutionBlockTraceResponse) ProtoReflect ¶
func (x *CountExecutionBlockTraceResponse) ProtoReflect() protoreflect.Message
func (*CountExecutionBlockTraceResponse) Reset ¶
func (x *CountExecutionBlockTraceResponse) Reset()
func (*CountExecutionBlockTraceResponse) String ¶
func (x *CountExecutionBlockTraceResponse) String() string
type EthereumConfig ¶ added in v0.0.22
type EthereumConfig struct { Config *EthereumNetworkConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` Tools *ToolsConfig `protobuf:"bytes,2,opt,name=tools,proto3" json:"tools,omitempty"` // contains filtered or unexported fields }
func (*EthereumConfig) Descriptor
deprecated
added in
v0.0.22
func (*EthereumConfig) Descriptor() ([]byte, []int)
Deprecated: Use EthereumConfig.ProtoReflect.Descriptor instead.
func (*EthereumConfig) GetConfig ¶ added in v0.0.22
func (x *EthereumConfig) GetConfig() *EthereumNetworkConfig
func (*EthereumConfig) GetTools ¶ added in v0.0.22
func (x *EthereumConfig) GetTools() *ToolsConfig
func (*EthereumConfig) ProtoMessage ¶ added in v0.0.22
func (*EthereumConfig) ProtoMessage()
func (*EthereumConfig) ProtoReflect ¶ added in v0.0.22
func (x *EthereumConfig) ProtoReflect() protoreflect.Message
func (*EthereumConfig) Reset ¶ added in v0.0.22
func (x *EthereumConfig) Reset()
func (*EthereumConfig) String ¶ added in v0.0.22
func (x *EthereumConfig) String() string
type EthereumNetworkConfig ¶ added in v0.0.22
type EthereumNetworkConfig struct { Repository string `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` Branch string `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*EthereumNetworkConfig) Descriptor
deprecated
added in
v0.0.22
func (*EthereumNetworkConfig) Descriptor() ([]byte, []int)
Deprecated: Use EthereumNetworkConfig.ProtoReflect.Descriptor instead.
func (*EthereumNetworkConfig) GetBranch ¶ added in v0.0.22
func (x *EthereumNetworkConfig) GetBranch() string
func (*EthereumNetworkConfig) GetPath ¶ added in v0.0.22
func (x *EthereumNetworkConfig) GetPath() string
func (*EthereumNetworkConfig) GetRepository ¶ added in v0.0.22
func (x *EthereumNetworkConfig) GetRepository() string
func (*EthereumNetworkConfig) ProtoMessage ¶ added in v0.0.22
func (*EthereumNetworkConfig) ProtoMessage()
func (*EthereumNetworkConfig) ProtoReflect ¶ added in v0.0.22
func (x *EthereumNetworkConfig) ProtoReflect() protoreflect.Message
func (*EthereumNetworkConfig) Reset ¶ added in v0.0.22
func (x *EthereumNetworkConfig) Reset()
func (*EthereumNetworkConfig) String ¶ added in v0.0.22
func (x *EthereumNetworkConfig) String() 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 (x *ExecutionBadBlock) GetId() *wrapperspb.StringValue
func (*ExecutionBadBlock) GetNetwork ¶
func (x *ExecutionBadBlock) GetNetwork() *wrapperspb.StringValue
func (*ExecutionBadBlock) GetNode ¶
func (x *ExecutionBadBlock) GetNode() *wrapperspb.StringValue
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 (x *ExecutionBlockTrace) GetId() *wrapperspb.StringValue
func (*ExecutionBlockTrace) GetNetwork ¶
func (x *ExecutionBlockTrace) GetNetwork() *wrapperspb.StringValue
func (*ExecutionBlockTrace) GetNode ¶
func (x *ExecutionBlockTrace) GetNode() *wrapperspb.StringValue
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 GetConfigRequest ¶ added in v0.0.22
type GetConfigRequest struct {
// contains filtered or unexported fields
}
func (*GetConfigRequest) Descriptor
deprecated
added in
v0.0.22
func (*GetConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigRequest.ProtoReflect.Descriptor instead.
func (*GetConfigRequest) ProtoMessage ¶ added in v0.0.22
func (*GetConfigRequest) ProtoMessage()
func (*GetConfigRequest) ProtoReflect ¶ added in v0.0.22
func (x *GetConfigRequest) ProtoReflect() protoreflect.Message
func (*GetConfigRequest) Reset ¶ added in v0.0.22
func (x *GetConfigRequest) Reset()
func (*GetConfigRequest) String ¶ added in v0.0.22
func (x *GetConfigRequest) String() string
type GetConfigResponse ¶ added in v0.0.22
type GetConfigResponse struct { Config *Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*GetConfigResponse) Descriptor
deprecated
added in
v0.0.22
func (*GetConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigResponse.ProtoReflect.Descriptor instead.
func (*GetConfigResponse) GetConfig ¶ added in v0.0.22
func (x *GetConfigResponse) GetConfig() *Config
func (*GetConfigResponse) ProtoMessage ¶ added in v0.0.22
func (*GetConfigResponse) ProtoMessage()
func (*GetConfigResponse) ProtoReflect ¶ added in v0.0.22
func (x *GetConfigResponse) ProtoReflect() protoreflect.Message
func (*GetConfigResponse) Reset ¶ added in v0.0.22
func (x *GetConfigResponse) Reset()
func (*GetConfigResponse) String ¶ added in v0.0.22
func (x *GetConfigResponse) String() string
type GitRepositoryConfig ¶ added in v0.0.22
type GitRepositoryConfig struct { Repository string `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` Branch string `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"` // contains filtered or unexported fields }
func (*GitRepositoryConfig) Descriptor
deprecated
added in
v0.0.22
func (*GitRepositoryConfig) Descriptor() ([]byte, []int)
Deprecated: Use GitRepositoryConfig.ProtoReflect.Descriptor instead.
func (*GitRepositoryConfig) GetBranch ¶ added in v0.0.22
func (x *GitRepositoryConfig) GetBranch() string
func (*GitRepositoryConfig) GetRepository ¶ added in v0.0.22
func (x *GitRepositoryConfig) GetRepository() string
func (*GitRepositoryConfig) ProtoMessage ¶ added in v0.0.22
func (*GitRepositoryConfig) ProtoMessage()
func (*GitRepositoryConfig) ProtoReflect ¶ added in v0.0.22
func (x *GitRepositoryConfig) ProtoReflect() protoreflect.Message
func (*GitRepositoryConfig) Reset ¶ added in v0.0.22
func (x *GitRepositoryConfig) Reset()
func (*GitRepositoryConfig) String ¶ added in v0.0.22
func (x *GitRepositoryConfig) 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 (x *ListBeaconBadBlobRequest) GetAfter() *timestamppb.Timestamp
func (*ListBeaconBadBlobRequest) GetBeaconImplementation ¶ added in v0.0.16
func (x *ListBeaconBadBlobRequest) GetBeaconImplementation() string
func (*ListBeaconBadBlobRequest) GetBefore ¶ added in v0.0.16
func (x *ListBeaconBadBlobRequest) GetBefore() *timestamppb.Timestamp
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 (x *ListBeaconBadBlobRequest) GetIndex() *wrapperspb.UInt64Value
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 (x *ListBeaconBadBlobResponse) ProtoReflect() protoreflect.Message
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 (x *ListBeaconBadBlockRequest) GetAfter() *timestamppb.Timestamp
func (*ListBeaconBadBlockRequest) GetBeaconImplementation ¶ added in v0.0.16
func (x *ListBeaconBadBlockRequest) GetBeaconImplementation() string
func (*ListBeaconBadBlockRequest) GetBefore ¶ added in v0.0.16
func (x *ListBeaconBadBlockRequest) GetBefore() *timestamppb.Timestamp
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 (x *ListBeaconBadBlockRequest) ProtoReflect() protoreflect.Message
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 (x *ListBeaconBadBlockResponse) ProtoReflect() protoreflect.Message
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 (x *ListBeaconBlockRequest) GetAfter() *timestamppb.Timestamp
func (*ListBeaconBlockRequest) GetBeaconImplementation ¶ added in v0.0.16
func (x *ListBeaconBlockRequest) GetBeaconImplementation() string
func (*ListBeaconBlockRequest) GetBefore ¶ added in v0.0.16
func (x *ListBeaconBlockRequest) GetBefore() *timestamppb.Timestamp
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 (x *ListBeaconStateRequest) GetAfter() *timestamppb.Timestamp
func (*ListBeaconStateRequest) GetBeaconImplementation ¶
func (x *ListBeaconStateRequest) GetBeaconImplementation() string
func (*ListBeaconStateRequest) GetBefore ¶
func (x *ListBeaconStateRequest) GetBefore() *timestamppb.Timestamp
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 (x *ListExecutionBadBlockRequest) GetAfter() *timestamppb.Timestamp
func (*ListExecutionBadBlockRequest) GetBefore ¶
func (x *ListExecutionBadBlockRequest) GetBefore() *timestamppb.Timestamp
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 (x *ListExecutionBadBlockRequest) GetId() string
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 (x *ListExecutionBadBlockRequest) ProtoReflect() protoreflect.Message
func (*ListExecutionBadBlockRequest) Reset ¶
func (x *ListExecutionBadBlockRequest) Reset()
func (*ListExecutionBadBlockRequest) String ¶
func (x *ListExecutionBadBlockRequest) String() 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 (x *ListExecutionBadBlockResponse) ProtoReflect() protoreflect.Message
func (*ListExecutionBadBlockResponse) Reset ¶
func (x *ListExecutionBadBlockResponse) Reset()
func (*ListExecutionBadBlockResponse) String ¶
func (x *ListExecutionBadBlockResponse) String() 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 (x *ListExecutionBlockTraceRequest) GetAfter() *timestamppb.Timestamp
func (*ListExecutionBlockTraceRequest) GetBefore ¶
func (x *ListExecutionBlockTraceRequest) GetBefore() *timestamppb.Timestamp
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 (x *ListExecutionBlockTraceRequest) GetId() string
func (*ListExecutionBlockTraceRequest) GetNetwork ¶
func (x *ListExecutionBlockTraceRequest) GetNetwork() string
func (*ListExecutionBlockTraceRequest) GetNode ¶
func (x *ListExecutionBlockTraceRequest) GetNode() string
func (*ListExecutionBlockTraceRequest) GetNodeVersion ¶
func (x *ListExecutionBlockTraceRequest) GetNodeVersion() string
func (*ListExecutionBlockTraceRequest) GetPagination ¶
func (x *ListExecutionBlockTraceRequest) GetPagination() *PaginationCursor
func (*ListExecutionBlockTraceRequest) ProtoMessage ¶
func (*ListExecutionBlockTraceRequest) ProtoMessage()
func (*ListExecutionBlockTraceRequest) ProtoReflect ¶
func (x *ListExecutionBlockTraceRequest) ProtoReflect() protoreflect.Message
func (*ListExecutionBlockTraceRequest) Reset ¶
func (x *ListExecutionBlockTraceRequest) Reset()
func (*ListExecutionBlockTraceRequest) String ¶
func (x *ListExecutionBlockTraceRequest) String() 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 (x *ListExecutionBlockTraceResponse) ProtoReflect() protoreflect.Message
func (*ListExecutionBlockTraceResponse) Reset ¶
func (x *ListExecutionBlockTraceResponse) Reset()
func (*ListExecutionBlockTraceResponse) String ¶
func (x *ListExecutionBlockTraceResponse) String() 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 (x *ListUniqueBeaconBadBlobValuesRequest) GetFields() []ListUniqueBeaconBadBlobValuesRequest_Field
func (*ListUniqueBeaconBadBlobValuesRequest) ProtoMessage ¶ added in v0.0.16
func (*ListUniqueBeaconBadBlobValuesRequest) ProtoMessage()
func (*ListUniqueBeaconBadBlobValuesRequest) ProtoReflect ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlobValuesRequest) ProtoReflect() protoreflect.Message
func (*ListUniqueBeaconBadBlobValuesRequest) Reset ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlobValuesRequest) Reset()
func (*ListUniqueBeaconBadBlobValuesRequest) String ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlobValuesRequest) String() string
func (*ListUniqueBeaconBadBlobValuesRequest) Validate ¶ added in v0.0.16
func (r *ListUniqueBeaconBadBlobValuesRequest) Validate() error
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) Descriptor() protoreflect.EnumDescriptor
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 (x ListUniqueBeaconBadBlobValuesRequest_Field) Number() protoreflect.EnumNumber
func (ListUniqueBeaconBadBlobValuesRequest_Field) String ¶ added in v0.0.16
func (x ListUniqueBeaconBadBlobValuesRequest_Field) String() string
func (ListUniqueBeaconBadBlobValuesRequest_Field) Type ¶ added in v0.0.16
func (ListUniqueBeaconBadBlobValuesRequest_Field) Type() protoreflect.EnumType
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 (x *ListUniqueBeaconBadBlobValuesResponse) GetEpoch() []uint64
func (*ListUniqueBeaconBadBlobValuesResponse) GetIndex ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlobValuesResponse) GetIndex() []uint64
func (*ListUniqueBeaconBadBlobValuesResponse) GetNetwork ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlobValuesResponse) GetNetwork() []string
func (*ListUniqueBeaconBadBlobValuesResponse) GetNode ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlobValuesResponse) GetNode() []string
func (*ListUniqueBeaconBadBlobValuesResponse) GetNodeVersion ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlobValuesResponse) GetNodeVersion() []string
func (*ListUniqueBeaconBadBlobValuesResponse) GetSlot ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlobValuesResponse) GetSlot() []uint64
func (*ListUniqueBeaconBadBlobValuesResponse) ProtoMessage ¶ added in v0.0.16
func (*ListUniqueBeaconBadBlobValuesResponse) ProtoMessage()
func (*ListUniqueBeaconBadBlobValuesResponse) ProtoReflect ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlobValuesResponse) ProtoReflect() protoreflect.Message
func (*ListUniqueBeaconBadBlobValuesResponse) Reset ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlobValuesResponse) Reset()
func (*ListUniqueBeaconBadBlobValuesResponse) String ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlobValuesResponse) String() string
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 (x *ListUniqueBeaconBadBlockValuesRequest) GetFields() []ListUniqueBeaconBadBlockValuesRequest_Field
func (*ListUniqueBeaconBadBlockValuesRequest) ProtoMessage ¶ added in v0.0.16
func (*ListUniqueBeaconBadBlockValuesRequest) ProtoMessage()
func (*ListUniqueBeaconBadBlockValuesRequest) ProtoReflect ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlockValuesRequest) ProtoReflect() protoreflect.Message
func (*ListUniqueBeaconBadBlockValuesRequest) Reset ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlockValuesRequest) Reset()
func (*ListUniqueBeaconBadBlockValuesRequest) String ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlockValuesRequest) String() string
func (*ListUniqueBeaconBadBlockValuesRequest) Validate ¶ added in v0.0.16
func (r *ListUniqueBeaconBadBlockValuesRequest) Validate() error
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) Descriptor() protoreflect.EnumDescriptor
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 (x ListUniqueBeaconBadBlockValuesRequest_Field) Number() protoreflect.EnumNumber
func (ListUniqueBeaconBadBlockValuesRequest_Field) String ¶ added in v0.0.16
func (x ListUniqueBeaconBadBlockValuesRequest_Field) String() string
func (ListUniqueBeaconBadBlockValuesRequest_Field) Type ¶ added in v0.0.16
func (ListUniqueBeaconBadBlockValuesRequest_Field) Type() protoreflect.EnumType
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 (x *ListUniqueBeaconBadBlockValuesResponse) GetEpoch() []uint64
func (*ListUniqueBeaconBadBlockValuesResponse) GetNetwork ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlockValuesResponse) GetNetwork() []string
func (*ListUniqueBeaconBadBlockValuesResponse) GetNode ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlockValuesResponse) GetNode() []string
func (*ListUniqueBeaconBadBlockValuesResponse) GetNodeVersion ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlockValuesResponse) GetNodeVersion() []string
func (*ListUniqueBeaconBadBlockValuesResponse) GetSlot ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlockValuesResponse) GetSlot() []uint64
func (*ListUniqueBeaconBadBlockValuesResponse) ProtoMessage ¶ added in v0.0.16
func (*ListUniqueBeaconBadBlockValuesResponse) ProtoMessage()
func (*ListUniqueBeaconBadBlockValuesResponse) ProtoReflect ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlockValuesResponse) ProtoReflect() protoreflect.Message
func (*ListUniqueBeaconBadBlockValuesResponse) Reset ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlockValuesResponse) Reset()
func (*ListUniqueBeaconBadBlockValuesResponse) String ¶ added in v0.0.16
func (x *ListUniqueBeaconBadBlockValuesResponse) String() string
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 (x *ListUniqueBeaconBlockValuesRequest) GetFields() []ListUniqueBeaconBlockValuesRequest_Field
func (*ListUniqueBeaconBlockValuesRequest) ProtoMessage ¶ added in v0.0.16
func (*ListUniqueBeaconBlockValuesRequest) ProtoMessage()
func (*ListUniqueBeaconBlockValuesRequest) ProtoReflect ¶ added in v0.0.16
func (x *ListUniqueBeaconBlockValuesRequest) ProtoReflect() protoreflect.Message
func (*ListUniqueBeaconBlockValuesRequest) Reset ¶ added in v0.0.16
func (x *ListUniqueBeaconBlockValuesRequest) Reset()
func (*ListUniqueBeaconBlockValuesRequest) String ¶ added in v0.0.16
func (x *ListUniqueBeaconBlockValuesRequest) String() string
func (*ListUniqueBeaconBlockValuesRequest) Validate ¶ added in v0.0.16
func (r *ListUniqueBeaconBlockValuesRequest) Validate() error
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) Descriptor() protoreflect.EnumDescriptor
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 (x ListUniqueBeaconBlockValuesRequest_Field) Number() protoreflect.EnumNumber
func (ListUniqueBeaconBlockValuesRequest_Field) String ¶ added in v0.0.16
func (x ListUniqueBeaconBlockValuesRequest_Field) String() string
func (ListUniqueBeaconBlockValuesRequest_Field) Type ¶ added in v0.0.16
func (ListUniqueBeaconBlockValuesRequest_Field) Type() protoreflect.EnumType
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 (x *ListUniqueBeaconBlockValuesResponse) GetEpoch() []uint64
func (*ListUniqueBeaconBlockValuesResponse) GetNetwork ¶ added in v0.0.16
func (x *ListUniqueBeaconBlockValuesResponse) GetNetwork() []string
func (*ListUniqueBeaconBlockValuesResponse) GetNode ¶ added in v0.0.16
func (x *ListUniqueBeaconBlockValuesResponse) GetNode() []string
func (*ListUniqueBeaconBlockValuesResponse) GetNodeVersion ¶ added in v0.0.16
func (x *ListUniqueBeaconBlockValuesResponse) GetNodeVersion() []string
func (*ListUniqueBeaconBlockValuesResponse) GetSlot ¶ added in v0.0.16
func (x *ListUniqueBeaconBlockValuesResponse) GetSlot() []uint64
func (*ListUniqueBeaconBlockValuesResponse) ProtoMessage ¶ added in v0.0.16
func (*ListUniqueBeaconBlockValuesResponse) ProtoMessage()
func (*ListUniqueBeaconBlockValuesResponse) ProtoReflect ¶ added in v0.0.16
func (x *ListUniqueBeaconBlockValuesResponse) ProtoReflect() protoreflect.Message
func (*ListUniqueBeaconBlockValuesResponse) Reset ¶ added in v0.0.16
func (x *ListUniqueBeaconBlockValuesResponse) Reset()
func (*ListUniqueBeaconBlockValuesResponse) String ¶ added in v0.0.16
func (x *ListUniqueBeaconBlockValuesResponse) String() string
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 (x *ListUniqueBeaconStateValuesRequest) GetFields() []ListUniqueBeaconStateValuesRequest_Field
func (*ListUniqueBeaconStateValuesRequest) ProtoMessage ¶
func (*ListUniqueBeaconStateValuesRequest) ProtoMessage()
func (*ListUniqueBeaconStateValuesRequest) ProtoReflect ¶
func (x *ListUniqueBeaconStateValuesRequest) ProtoReflect() protoreflect.Message
func (*ListUniqueBeaconStateValuesRequest) Reset ¶
func (x *ListUniqueBeaconStateValuesRequest) Reset()
func (*ListUniqueBeaconStateValuesRequest) String ¶
func (x *ListUniqueBeaconStateValuesRequest) String() string
func (*ListUniqueBeaconStateValuesRequest) Validate ¶
func (r *ListUniqueBeaconStateValuesRequest) Validate() error
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) Descriptor() protoreflect.EnumDescriptor
func (ListUniqueBeaconStateValuesRequest_Field) EnumDescriptor
deprecated
func (ListUniqueBeaconStateValuesRequest_Field) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListUniqueBeaconStateValuesRequest_Field.Descriptor instead.
func (ListUniqueBeaconStateValuesRequest_Field) MarshalJSON ¶
func (f ListUniqueBeaconStateValuesRequest_Field) MarshalJSON() ([]byte, error)
MarshalJSON for Field enum
func (ListUniqueBeaconStateValuesRequest_Field) Number ¶
func (x ListUniqueBeaconStateValuesRequest_Field) Number() protoreflect.EnumNumber
func (ListUniqueBeaconStateValuesRequest_Field) String ¶
func (x ListUniqueBeaconStateValuesRequest_Field) String() string
func (ListUniqueBeaconStateValuesRequest_Field) Type ¶
func (ListUniqueBeaconStateValuesRequest_Field) Type() protoreflect.EnumType
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 (x *ListUniqueBeaconStateValuesResponse) GetEpoch() []uint64
func (*ListUniqueBeaconStateValuesResponse) GetNetwork ¶
func (x *ListUniqueBeaconStateValuesResponse) GetNetwork() []string
func (*ListUniqueBeaconStateValuesResponse) GetNode ¶
func (x *ListUniqueBeaconStateValuesResponse) GetNode() []string
func (*ListUniqueBeaconStateValuesResponse) GetNodeVersion ¶
func (x *ListUniqueBeaconStateValuesResponse) GetNodeVersion() []string
func (*ListUniqueBeaconStateValuesResponse) GetSlot ¶
func (x *ListUniqueBeaconStateValuesResponse) GetSlot() []uint64
func (*ListUniqueBeaconStateValuesResponse) GetStateRoot ¶
func (x *ListUniqueBeaconStateValuesResponse) GetStateRoot() []string
func (*ListUniqueBeaconStateValuesResponse) ProtoMessage ¶
func (*ListUniqueBeaconStateValuesResponse) ProtoMessage()
func (*ListUniqueBeaconStateValuesResponse) ProtoReflect ¶
func (x *ListUniqueBeaconStateValuesResponse) ProtoReflect() protoreflect.Message
func (*ListUniqueBeaconStateValuesResponse) Reset ¶
func (x *ListUniqueBeaconStateValuesResponse) Reset()
func (*ListUniqueBeaconStateValuesResponse) String ¶
func (x *ListUniqueBeaconStateValuesResponse) String() 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 (x *ListUniqueExecutionBadBlockValuesRequest) GetFields() []ListUniqueExecutionBadBlockValuesRequest_Field
func (*ListUniqueExecutionBadBlockValuesRequest) ProtoMessage ¶
func (*ListUniqueExecutionBadBlockValuesRequest) ProtoMessage()
func (*ListUniqueExecutionBadBlockValuesRequest) ProtoReflect ¶
func (x *ListUniqueExecutionBadBlockValuesRequest) ProtoReflect() protoreflect.Message
func (*ListUniqueExecutionBadBlockValuesRequest) Reset ¶
func (x *ListUniqueExecutionBadBlockValuesRequest) Reset()
func (*ListUniqueExecutionBadBlockValuesRequest) String ¶
func (x *ListUniqueExecutionBadBlockValuesRequest) String() string
func (*ListUniqueExecutionBadBlockValuesRequest) Validate ¶
func (r *ListUniqueExecutionBadBlockValuesRequest) Validate() error
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) Descriptor() protoreflect.EnumDescriptor
func (ListUniqueExecutionBadBlockValuesRequest_Field) EnumDescriptor
deprecated
func (ListUniqueExecutionBadBlockValuesRequest_Field) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListUniqueExecutionBadBlockValuesRequest_Field.Descriptor instead.
func (ListUniqueExecutionBadBlockValuesRequest_Field) MarshalJSON ¶
func (f ListUniqueExecutionBadBlockValuesRequest_Field) MarshalJSON() ([]byte, error)
func (ListUniqueExecutionBadBlockValuesRequest_Field) Number ¶
func (x ListUniqueExecutionBadBlockValuesRequest_Field) Number() protoreflect.EnumNumber
func (ListUniqueExecutionBadBlockValuesRequest_Field) String ¶
func (x ListUniqueExecutionBadBlockValuesRequest_Field) String() string
func (*ListUniqueExecutionBadBlockValuesRequest_Field) UnmarshalJSON ¶
func (f *ListUniqueExecutionBadBlockValuesRequest_Field) UnmarshalJSON(data []byte) error
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 (x *ListUniqueExecutionBadBlockValuesResponse) GetBlockHash() []string
func (*ListUniqueExecutionBadBlockValuesResponse) GetBlockNumber ¶
func (x *ListUniqueExecutionBadBlockValuesResponse) GetBlockNumber() []int64
func (*ListUniqueExecutionBadBlockValuesResponse) GetExecutionImplementation ¶
func (x *ListUniqueExecutionBadBlockValuesResponse) GetExecutionImplementation() []string
func (*ListUniqueExecutionBadBlockValuesResponse) GetNetwork ¶
func (x *ListUniqueExecutionBadBlockValuesResponse) GetNetwork() []string
func (*ListUniqueExecutionBadBlockValuesResponse) GetNode ¶
func (x *ListUniqueExecutionBadBlockValuesResponse) GetNode() []string
func (*ListUniqueExecutionBadBlockValuesResponse) GetNodeVersion ¶
func (x *ListUniqueExecutionBadBlockValuesResponse) GetNodeVersion() []string
func (*ListUniqueExecutionBadBlockValuesResponse) ProtoMessage ¶
func (*ListUniqueExecutionBadBlockValuesResponse) ProtoMessage()
func (*ListUniqueExecutionBadBlockValuesResponse) ProtoReflect ¶
func (x *ListUniqueExecutionBadBlockValuesResponse) ProtoReflect() protoreflect.Message
func (*ListUniqueExecutionBadBlockValuesResponse) Reset ¶
func (x *ListUniqueExecutionBadBlockValuesResponse) Reset()
func (*ListUniqueExecutionBadBlockValuesResponse) String ¶
func (x *ListUniqueExecutionBadBlockValuesResponse) String() string
type ListUniqueExecutionBlockTraceValuesRequest ¶
type ListUniqueExecutionBlockTraceValuesRequest struct { Fields []ListUniqueExecutionBlockTraceValuesRequest_Field `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListUniqueExecutionBlockTraceValuesRequest) Descriptor
deprecated
func (*ListUniqueExecutionBlockTraceValuesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUniqueExecutionBlockTraceValuesRequest.ProtoReflect.Descriptor instead.
func (*ListUniqueExecutionBlockTraceValuesRequest) GetFields ¶
func (x *ListUniqueExecutionBlockTraceValuesRequest) GetFields() []ListUniqueExecutionBlockTraceValuesRequest_Field
func (*ListUniqueExecutionBlockTraceValuesRequest) ProtoMessage ¶
func (*ListUniqueExecutionBlockTraceValuesRequest) ProtoMessage()
func (*ListUniqueExecutionBlockTraceValuesRequest) ProtoReflect ¶
func (x *ListUniqueExecutionBlockTraceValuesRequest) ProtoReflect() protoreflect.Message
func (*ListUniqueExecutionBlockTraceValuesRequest) Reset ¶
func (x *ListUniqueExecutionBlockTraceValuesRequest) Reset()
func (*ListUniqueExecutionBlockTraceValuesRequest) String ¶
func (x *ListUniqueExecutionBlockTraceValuesRequest) String() string
func (*ListUniqueExecutionBlockTraceValuesRequest) Validate ¶
func (r *ListUniqueExecutionBlockTraceValuesRequest) Validate() error
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) Descriptor() protoreflect.EnumDescriptor
func (ListUniqueExecutionBlockTraceValuesRequest_Field) EnumDescriptor
deprecated
func (ListUniqueExecutionBlockTraceValuesRequest_Field) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListUniqueExecutionBlockTraceValuesRequest_Field.Descriptor instead.
func (ListUniqueExecutionBlockTraceValuesRequest_Field) MarshalJSON ¶
func (f ListUniqueExecutionBlockTraceValuesRequest_Field) MarshalJSON() ([]byte, error)
func (ListUniqueExecutionBlockTraceValuesRequest_Field) Number ¶
func (x ListUniqueExecutionBlockTraceValuesRequest_Field) Number() protoreflect.EnumNumber
func (ListUniqueExecutionBlockTraceValuesRequest_Field) String ¶
func (x ListUniqueExecutionBlockTraceValuesRequest_Field) String() string
func (*ListUniqueExecutionBlockTraceValuesRequest_Field) UnmarshalJSON ¶
func (f *ListUniqueExecutionBlockTraceValuesRequest_Field) UnmarshalJSON(data []byte) error
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
func (*ListUniqueExecutionBlockTraceValuesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUniqueExecutionBlockTraceValuesResponse.ProtoReflect.Descriptor instead.
func (*ListUniqueExecutionBlockTraceValuesResponse) GetBlockHash ¶
func (x *ListUniqueExecutionBlockTraceValuesResponse) GetBlockHash() []string
func (*ListUniqueExecutionBlockTraceValuesResponse) GetBlockNumber ¶
func (x *ListUniqueExecutionBlockTraceValuesResponse) GetBlockNumber() []int64
func (*ListUniqueExecutionBlockTraceValuesResponse) GetExecutionImplementation ¶
func (x *ListUniqueExecutionBlockTraceValuesResponse) GetExecutionImplementation() []string
func (*ListUniqueExecutionBlockTraceValuesResponse) GetNetwork ¶
func (x *ListUniqueExecutionBlockTraceValuesResponse) GetNetwork() []string
func (*ListUniqueExecutionBlockTraceValuesResponse) GetNode ¶
func (x *ListUniqueExecutionBlockTraceValuesResponse) GetNode() []string
func (*ListUniqueExecutionBlockTraceValuesResponse) GetNodeVersion ¶
func (x *ListUniqueExecutionBlockTraceValuesResponse) GetNodeVersion() []string
func (*ListUniqueExecutionBlockTraceValuesResponse) ProtoMessage ¶
func (*ListUniqueExecutionBlockTraceValuesResponse) ProtoMessage()
func (*ListUniqueExecutionBlockTraceValuesResponse) ProtoReflect ¶
func (x *ListUniqueExecutionBlockTraceValuesResponse) ProtoReflect() protoreflect.Message
func (*ListUniqueExecutionBlockTraceValuesResponse) Reset ¶
func (x *ListUniqueExecutionBlockTraceValuesResponse) Reset()
func (*ListUniqueExecutionBlockTraceValuesResponse) String ¶
func (x *ListUniqueExecutionBlockTraceValuesResponse) String() 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 ToolsConfig ¶ added in v0.0.22
type ToolsConfig struct { Ncli *GitRepositoryConfig `protobuf:"bytes,1,opt,name=ncli,proto3" json:"ncli,omitempty"` Lcli *GitRepositoryConfig `protobuf:"bytes,2,opt,name=lcli,proto3" json:"lcli,omitempty"` Zcli *ZcliConfig `protobuf:"bytes,3,opt,name=zcli,proto3" json:"zcli,omitempty"` // contains filtered or unexported fields }
func (*ToolsConfig) Descriptor
deprecated
added in
v0.0.22
func (*ToolsConfig) Descriptor() ([]byte, []int)
Deprecated: Use ToolsConfig.ProtoReflect.Descriptor instead.
func (*ToolsConfig) GetLcli ¶ added in v0.0.22
func (x *ToolsConfig) GetLcli() *GitRepositoryConfig
func (*ToolsConfig) GetNcli ¶ added in v0.0.22
func (x *ToolsConfig) GetNcli() *GitRepositoryConfig
func (*ToolsConfig) GetZcli ¶ added in v0.0.22
func (x *ToolsConfig) GetZcli() *ZcliConfig
func (*ToolsConfig) ProtoMessage ¶ added in v0.0.22
func (*ToolsConfig) ProtoMessage()
func (*ToolsConfig) ProtoReflect ¶ added in v0.0.22
func (x *ToolsConfig) ProtoReflect() protoreflect.Message
func (*ToolsConfig) Reset ¶ added in v0.0.22
func (x *ToolsConfig) Reset()
func (*ToolsConfig) String ¶ added in v0.0.22
func (x *ToolsConfig) String() string
type UnimplementedAPIServer ¶
type UnimplementedAPIServer struct { }
UnimplementedAPIServer must be embedded to have forward compatible implementations.
func (UnimplementedAPIServer) CountBeaconBadBlob ¶ added in v0.0.16
func (UnimplementedAPIServer) CountBeaconBadBlob(context.Context, *CountBeaconBadBlobRequest) (*CountBeaconBadBlobResponse, error)
func (UnimplementedAPIServer) CountBeaconBadBlock ¶ added in v0.0.16
func (UnimplementedAPIServer) CountBeaconBadBlock(context.Context, *CountBeaconBadBlockRequest) (*CountBeaconBadBlockResponse, error)
func (UnimplementedAPIServer) CountBeaconBlock ¶ added in v0.0.16
func (UnimplementedAPIServer) CountBeaconBlock(context.Context, *CountBeaconBlockRequest) (*CountBeaconBlockResponse, error)
func (UnimplementedAPIServer) CountBeaconState ¶
func (UnimplementedAPIServer) CountBeaconState(context.Context, *CountBeaconStateRequest) (*CountBeaconStateResponse, error)
func (UnimplementedAPIServer) CountExecutionBadBlock ¶
func (UnimplementedAPIServer) CountExecutionBadBlock(context.Context, *CountExecutionBadBlockRequest) (*CountExecutionBadBlockResponse, error)
func (UnimplementedAPIServer) CountExecutionBlockTrace ¶
func (UnimplementedAPIServer) CountExecutionBlockTrace(context.Context, *CountExecutionBlockTraceRequest) (*CountExecutionBlockTraceResponse, error)
func (UnimplementedAPIServer) GetConfig ¶ added in v0.0.22
func (UnimplementedAPIServer) GetConfig(context.Context, *GetConfigRequest) (*GetConfigResponse, error)
func (UnimplementedAPIServer) ListBeaconBadBlob ¶ added in v0.0.16
func (UnimplementedAPIServer) ListBeaconBadBlob(context.Context, *ListBeaconBadBlobRequest) (*ListBeaconBadBlobResponse, error)
func (UnimplementedAPIServer) ListBeaconBadBlock ¶ added in v0.0.16
func (UnimplementedAPIServer) ListBeaconBadBlock(context.Context, *ListBeaconBadBlockRequest) (*ListBeaconBadBlockResponse, error)
func (UnimplementedAPIServer) ListBeaconBlock ¶ added in v0.0.16
func (UnimplementedAPIServer) ListBeaconBlock(context.Context, *ListBeaconBlockRequest) (*ListBeaconBlockResponse, error)
func (UnimplementedAPIServer) ListBeaconState ¶
func (UnimplementedAPIServer) ListBeaconState(context.Context, *ListBeaconStateRequest) (*ListBeaconStateResponse, error)
func (UnimplementedAPIServer) ListExecutionBadBlock ¶
func (UnimplementedAPIServer) ListExecutionBadBlock(context.Context, *ListExecutionBadBlockRequest) (*ListExecutionBadBlockResponse, error)
func (UnimplementedAPIServer) ListExecutionBlockTrace ¶
func (UnimplementedAPIServer) ListExecutionBlockTrace(context.Context, *ListExecutionBlockTraceRequest) (*ListExecutionBlockTraceResponse, error)
func (UnimplementedAPIServer) ListUniqueBeaconBadBlobValues ¶ added in v0.0.16
func (UnimplementedAPIServer) ListUniqueBeaconBadBlobValues(context.Context, *ListUniqueBeaconBadBlobValuesRequest) (*ListUniqueBeaconBadBlobValuesResponse, error)
func (UnimplementedAPIServer) ListUniqueBeaconBadBlockValues ¶ added in v0.0.16
func (UnimplementedAPIServer) ListUniqueBeaconBadBlockValues(context.Context, *ListUniqueBeaconBadBlockValuesRequest) (*ListUniqueBeaconBadBlockValuesResponse, error)
func (UnimplementedAPIServer) ListUniqueBeaconBlockValues ¶ added in v0.0.16
func (UnimplementedAPIServer) ListUniqueBeaconBlockValues(context.Context, *ListUniqueBeaconBlockValuesRequest) (*ListUniqueBeaconBlockValuesResponse, error)
func (UnimplementedAPIServer) ListUniqueBeaconStateValues ¶
func (UnimplementedAPIServer) ListUniqueBeaconStateValues(context.Context, *ListUniqueBeaconStateValuesRequest) (*ListUniqueBeaconStateValuesResponse, error)
func (UnimplementedAPIServer) ListUniqueExecutionBadBlockValues ¶
func (UnimplementedAPIServer) ListUniqueExecutionBadBlockValues(context.Context, *ListUniqueExecutionBadBlockValuesRequest) (*ListUniqueExecutionBadBlockValuesResponse, error)
func (UnimplementedAPIServer) ListUniqueExecutionBlockTraceValues ¶
func (UnimplementedAPIServer) ListUniqueExecutionBlockTraceValues(context.Context, *ListUniqueExecutionBlockTraceValuesRequest) (*ListUniqueExecutionBlockTraceValuesResponse, error)
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.
type ZcliConfig ¶ added in v0.0.22
type ZcliConfig struct { Fork string `protobuf:"bytes,1,opt,name=fork,proto3" json:"fork,omitempty"` // contains filtered or unexported fields }
func (*ZcliConfig) Descriptor
deprecated
added in
v0.0.22
func (*ZcliConfig) Descriptor() ([]byte, []int)
Deprecated: Use ZcliConfig.ProtoReflect.Descriptor instead.
func (*ZcliConfig) GetFork ¶ added in v0.0.22
func (x *ZcliConfig) GetFork() string
func (*ZcliConfig) ProtoMessage ¶ added in v0.0.22
func (*ZcliConfig) ProtoMessage()
func (*ZcliConfig) ProtoReflect ¶ added in v0.0.22
func (x *ZcliConfig) ProtoReflect() protoreflect.Message
func (*ZcliConfig) Reset ¶ added in v0.0.22
func (x *ZcliConfig) Reset()
func (*ZcliConfig) String ¶ added in v0.0.22
func (x *ZcliConfig) String() string