Versions in this module Expand all Collapse all v1 v1.1.0 Jun 19, 2022 Changes in this version + var File_vmproto_vm_proto protoreflect.FileDescriptor + var VM_ServiceDesc = grpc.ServiceDesc + func RegisterVMServer(s grpc.ServiceRegistrar, srv VMServer) + type AppGossipMsg struct + Msg []byte + NodeId []byte + func (*AppGossipMsg) Descriptor() ([]byte, []int) + func (*AppGossipMsg) ProtoMessage() + func (x *AppGossipMsg) GetMsg() []byte + func (x *AppGossipMsg) GetNodeId() []byte + func (x *AppGossipMsg) ProtoReflect() protoreflect.Message + func (x *AppGossipMsg) Reset() + func (x *AppGossipMsg) String() string + type AppRequestFailedMsg struct + NodeId []byte + RequestId uint32 + func (*AppRequestFailedMsg) Descriptor() ([]byte, []int) + func (*AppRequestFailedMsg) ProtoMessage() + func (x *AppRequestFailedMsg) GetNodeId() []byte + func (x *AppRequestFailedMsg) GetRequestId() uint32 + func (x *AppRequestFailedMsg) ProtoReflect() protoreflect.Message + func (x *AppRequestFailedMsg) Reset() + func (x *AppRequestFailedMsg) String() string + type AppRequestMsg struct + Deadline []byte + NodeId []byte + Request []byte + RequestId uint32 + func (*AppRequestMsg) Descriptor() ([]byte, []int) + func (*AppRequestMsg) ProtoMessage() + func (x *AppRequestMsg) GetDeadline() []byte + func (x *AppRequestMsg) GetNodeId() []byte + func (x *AppRequestMsg) GetRequest() []byte + func (x *AppRequestMsg) GetRequestId() uint32 + func (x *AppRequestMsg) ProtoReflect() protoreflect.Message + func (x *AppRequestMsg) Reset() + func (x *AppRequestMsg) String() string + type AppResponseMsg struct + NodeId []byte + RequestId uint32 + Response []byte + func (*AppResponseMsg) Descriptor() ([]byte, []int) + func (*AppResponseMsg) ProtoMessage() + func (x *AppResponseMsg) GetNodeId() []byte + func (x *AppResponseMsg) GetRequestId() uint32 + func (x *AppResponseMsg) GetResponse() []byte + func (x *AppResponseMsg) ProtoReflect() protoreflect.Message + func (x *AppResponseMsg) Reset() + func (x *AppResponseMsg) String() string + type BatchedParseBlockRequest struct + Request [][]byte + func (*BatchedParseBlockRequest) Descriptor() ([]byte, []int) + func (*BatchedParseBlockRequest) ProtoMessage() + func (x *BatchedParseBlockRequest) GetRequest() [][]byte + func (x *BatchedParseBlockRequest) ProtoReflect() protoreflect.Message + func (x *BatchedParseBlockRequest) Reset() + func (x *BatchedParseBlockRequest) String() string + type BatchedParseBlockResponse struct + Response []*ParseBlockResponse + func (*BatchedParseBlockResponse) Descriptor() ([]byte, []int) + func (*BatchedParseBlockResponse) ProtoMessage() + func (x *BatchedParseBlockResponse) GetResponse() []*ParseBlockResponse + func (x *BatchedParseBlockResponse) ProtoReflect() protoreflect.Message + func (x *BatchedParseBlockResponse) Reset() + func (x *BatchedParseBlockResponse) String() string + type BlockAcceptRequest struct + Id []byte + func (*BlockAcceptRequest) Descriptor() ([]byte, []int) + func (*BlockAcceptRequest) ProtoMessage() + func (x *BlockAcceptRequest) GetId() []byte + func (x *BlockAcceptRequest) ProtoReflect() protoreflect.Message + func (x *BlockAcceptRequest) Reset() + func (x *BlockAcceptRequest) String() string + type BlockRejectRequest struct + Id []byte + func (*BlockRejectRequest) Descriptor() ([]byte, []int) + func (*BlockRejectRequest) ProtoMessage() + func (x *BlockRejectRequest) GetId() []byte + func (x *BlockRejectRequest) ProtoReflect() protoreflect.Message + func (x *BlockRejectRequest) Reset() + func (x *BlockRejectRequest) String() string + type BlockVerifyRequest struct + Bytes []byte + func (*BlockVerifyRequest) Descriptor() ([]byte, []int) + func (*BlockVerifyRequest) ProtoMessage() + func (x *BlockVerifyRequest) GetBytes() []byte + func (x *BlockVerifyRequest) ProtoReflect() protoreflect.Message + func (x *BlockVerifyRequest) Reset() + func (x *BlockVerifyRequest) String() string + type BlockVerifyResponse struct + Timestamp []byte + func (*BlockVerifyResponse) Descriptor() ([]byte, []int) + func (*BlockVerifyResponse) ProtoMessage() + func (x *BlockVerifyResponse) GetTimestamp() []byte + func (x *BlockVerifyResponse) ProtoReflect() protoreflect.Message + func (x *BlockVerifyResponse) Reset() + func (x *BlockVerifyResponse) String() string + type BuildBlockResponse struct + Bytes []byte + Height uint64 + Id []byte + ParentId []byte + Timestamp []byte + func (*BuildBlockResponse) Descriptor() ([]byte, []int) + func (*BuildBlockResponse) ProtoMessage() + func (x *BuildBlockResponse) GetBytes() []byte + func (x *BuildBlockResponse) GetHeight() uint64 + func (x *BuildBlockResponse) GetId() []byte + func (x *BuildBlockResponse) GetParentId() []byte + func (x *BuildBlockResponse) GetTimestamp() []byte + func (x *BuildBlockResponse) ProtoReflect() protoreflect.Message + func (x *BuildBlockResponse) Reset() + func (x *BuildBlockResponse) String() string + type ConnectedRequest struct + NodeId []byte + Version string + func (*ConnectedRequest) Descriptor() ([]byte, []int) + func (*ConnectedRequest) ProtoMessage() + func (x *ConnectedRequest) GetNodeId() []byte + func (x *ConnectedRequest) GetVersion() string + func (x *ConnectedRequest) ProtoReflect() protoreflect.Message + func (x *ConnectedRequest) Reset() + func (x *ConnectedRequest) String() string + type CreateHandlersResponse struct + Handlers []*Handler + func (*CreateHandlersResponse) Descriptor() ([]byte, []int) + func (*CreateHandlersResponse) ProtoMessage() + func (x *CreateHandlersResponse) GetHandlers() []*Handler + func (x *CreateHandlersResponse) ProtoReflect() protoreflect.Message + func (x *CreateHandlersResponse) Reset() + func (x *CreateHandlersResponse) String() string + type CreateStaticHandlersResponse struct + Handlers []*Handler + func (*CreateStaticHandlersResponse) Descriptor() ([]byte, []int) + func (*CreateStaticHandlersResponse) ProtoMessage() + func (x *CreateStaticHandlersResponse) GetHandlers() []*Handler + func (x *CreateStaticHandlersResponse) ProtoReflect() protoreflect.Message + func (x *CreateStaticHandlersResponse) Reset() + func (x *CreateStaticHandlersResponse) String() string + type DisconnectedRequest struct + NodeId []byte + func (*DisconnectedRequest) Descriptor() ([]byte, []int) + func (*DisconnectedRequest) ProtoMessage() + func (x *DisconnectedRequest) GetNodeId() []byte + func (x *DisconnectedRequest) ProtoReflect() protoreflect.Message + func (x *DisconnectedRequest) Reset() + func (x *DisconnectedRequest) String() string + type GatherResponse struct + MetricFamilies []*_go.MetricFamily + func (*GatherResponse) Descriptor() ([]byte, []int) + func (*GatherResponse) ProtoMessage() + func (x *GatherResponse) GetMetricFamilies() []*_go.MetricFamily + func (x *GatherResponse) ProtoReflect() protoreflect.Message + func (x *GatherResponse) Reset() + func (x *GatherResponse) String() string + type GetAncestorsRequest struct + BlkId []byte + MaxBlocksNum int32 + MaxBlocksRetrivalTime int64 + MaxBlocksSize int32 + func (*GetAncestorsRequest) Descriptor() ([]byte, []int) + func (*GetAncestorsRequest) ProtoMessage() + func (x *GetAncestorsRequest) GetBlkId() []byte + func (x *GetAncestorsRequest) GetMaxBlocksNum() int32 + func (x *GetAncestorsRequest) GetMaxBlocksRetrivalTime() int64 + func (x *GetAncestorsRequest) GetMaxBlocksSize() int32 + func (x *GetAncestorsRequest) ProtoReflect() protoreflect.Message + func (x *GetAncestorsRequest) Reset() + func (x *GetAncestorsRequest) String() string + type GetAncestorsResponse struct + BlksBytes [][]byte + func (*GetAncestorsResponse) Descriptor() ([]byte, []int) + func (*GetAncestorsResponse) ProtoMessage() + func (x *GetAncestorsResponse) GetBlksBytes() [][]byte + func (x *GetAncestorsResponse) ProtoReflect() protoreflect.Message + func (x *GetAncestorsResponse) Reset() + func (x *GetAncestorsResponse) String() string + type GetBlockIDAtHeightRequest struct + Height uint64 + func (*GetBlockIDAtHeightRequest) Descriptor() ([]byte, []int) + func (*GetBlockIDAtHeightRequest) ProtoMessage() + func (x *GetBlockIDAtHeightRequest) GetHeight() uint64 + func (x *GetBlockIDAtHeightRequest) ProtoReflect() protoreflect.Message + func (x *GetBlockIDAtHeightRequest) Reset() + func (x *GetBlockIDAtHeightRequest) String() string + type GetBlockIDAtHeightResponse struct + BlkId []byte + Err uint32 + func (*GetBlockIDAtHeightResponse) Descriptor() ([]byte, []int) + func (*GetBlockIDAtHeightResponse) ProtoMessage() + func (x *GetBlockIDAtHeightResponse) GetBlkId() []byte + func (x *GetBlockIDAtHeightResponse) GetErr() uint32 + func (x *GetBlockIDAtHeightResponse) ProtoReflect() protoreflect.Message + func (x *GetBlockIDAtHeightResponse) Reset() + func (x *GetBlockIDAtHeightResponse) String() string + type GetBlockRequest struct + Id []byte + func (*GetBlockRequest) Descriptor() ([]byte, []int) + func (*GetBlockRequest) ProtoMessage() + func (x *GetBlockRequest) GetId() []byte + func (x *GetBlockRequest) ProtoReflect() protoreflect.Message + func (x *GetBlockRequest) Reset() + func (x *GetBlockRequest) String() string + type GetBlockResponse struct + Bytes []byte + Height uint64 + ParentId []byte + Status uint32 + Timestamp []byte + func (*GetBlockResponse) Descriptor() ([]byte, []int) + func (*GetBlockResponse) ProtoMessage() + func (x *GetBlockResponse) GetBytes() []byte + func (x *GetBlockResponse) GetHeight() uint64 + func (x *GetBlockResponse) GetParentId() []byte + func (x *GetBlockResponse) GetStatus() uint32 + func (x *GetBlockResponse) GetTimestamp() []byte + func (x *GetBlockResponse) ProtoReflect() protoreflect.Message + func (x *GetBlockResponse) Reset() + func (x *GetBlockResponse) String() string + type Handler struct + LockOptions uint32 + Prefix string + Server uint32 + func (*Handler) Descriptor() ([]byte, []int) + func (*Handler) ProtoMessage() + func (x *Handler) GetLockOptions() uint32 + func (x *Handler) GetPrefix() string + func (x *Handler) GetServer() uint32 + func (x *Handler) ProtoReflect() protoreflect.Message + func (x *Handler) Reset() + func (x *Handler) String() string + type HealthResponse struct + Details string + func (*HealthResponse) Descriptor() ([]byte, []int) + func (*HealthResponse) ProtoMessage() + func (x *HealthResponse) GetDetails() string + func (x *HealthResponse) ProtoReflect() protoreflect.Message + func (x *HealthResponse) Reset() + func (x *HealthResponse) String() string + type InitializeRequest struct + AppSenderServer uint32 + BcLookupServer uint32 + ChainId []byte + ConfigBytes []byte + DbServers []*VersionedDBServer + DjtxAssetId []byte + EngineServer uint32 + GenesisBytes []byte + KeystoreServer uint32 + NetworkId uint32 + NodeId []byte + SharedMemoryServer uint32 + SnLookupServer uint32 + SubnetId []byte + UpgradeBytes []byte + XChainId []byte + func (*InitializeRequest) Descriptor() ([]byte, []int) + func (*InitializeRequest) ProtoMessage() + func (x *InitializeRequest) GetAppSenderServer() uint32 + func (x *InitializeRequest) GetBcLookupServer() uint32 + func (x *InitializeRequest) GetChainId() []byte + func (x *InitializeRequest) GetConfigBytes() []byte + func (x *InitializeRequest) GetDbServers() []*VersionedDBServer + func (x *InitializeRequest) GetDjtxAssetId() []byte + func (x *InitializeRequest) GetEngineServer() uint32 + func (x *InitializeRequest) GetGenesisBytes() []byte + func (x *InitializeRequest) GetKeystoreServer() uint32 + func (x *InitializeRequest) GetNetworkId() uint32 + func (x *InitializeRequest) GetNodeId() []byte + func (x *InitializeRequest) GetSharedMemoryServer() uint32 + func (x *InitializeRequest) GetSnLookupServer() uint32 + func (x *InitializeRequest) GetSubnetId() []byte + func (x *InitializeRequest) GetUpgradeBytes() []byte + func (x *InitializeRequest) GetXChainId() []byte + func (x *InitializeRequest) ProtoReflect() protoreflect.Message + func (x *InitializeRequest) Reset() + func (x *InitializeRequest) String() string + type InitializeResponse struct + Bytes []byte + Height uint64 + LastAcceptedId []byte + LastAcceptedParentId []byte + Status uint32 + Timestamp []byte + func (*InitializeResponse) Descriptor() ([]byte, []int) + func (*InitializeResponse) ProtoMessage() + func (x *InitializeResponse) GetBytes() []byte + func (x *InitializeResponse) GetHeight() uint64 + func (x *InitializeResponse) GetLastAcceptedId() []byte + func (x *InitializeResponse) GetLastAcceptedParentId() []byte + func (x *InitializeResponse) GetStatus() uint32 + func (x *InitializeResponse) GetTimestamp() []byte + func (x *InitializeResponse) ProtoReflect() protoreflect.Message + func (x *InitializeResponse) Reset() + func (x *InitializeResponse) String() string + type ParseBlockRequest struct + Bytes []byte + func (*ParseBlockRequest) Descriptor() ([]byte, []int) + func (*ParseBlockRequest) ProtoMessage() + func (x *ParseBlockRequest) GetBytes() []byte + func (x *ParseBlockRequest) ProtoReflect() protoreflect.Message + func (x *ParseBlockRequest) Reset() + func (x *ParseBlockRequest) String() string + type ParseBlockResponse struct + Height uint64 + Id []byte + ParentId []byte + Status uint32 + Timestamp []byte + func (*ParseBlockResponse) Descriptor() ([]byte, []int) + func (*ParseBlockResponse) ProtoMessage() + func (x *ParseBlockResponse) GetHeight() uint64 + func (x *ParseBlockResponse) GetId() []byte + func (x *ParseBlockResponse) GetParentId() []byte + func (x *ParseBlockResponse) GetStatus() uint32 + func (x *ParseBlockResponse) GetTimestamp() []byte + func (x *ParseBlockResponse) ProtoReflect() protoreflect.Message + func (x *ParseBlockResponse) Reset() + func (x *ParseBlockResponse) String() string + type SetPreferenceRequest struct + Id []byte + func (*SetPreferenceRequest) Descriptor() ([]byte, []int) + func (*SetPreferenceRequest) ProtoMessage() + func (x *SetPreferenceRequest) GetId() []byte + func (x *SetPreferenceRequest) ProtoReflect() protoreflect.Message + func (x *SetPreferenceRequest) Reset() + func (x *SetPreferenceRequest) String() string + type SetStateRequest struct + State uint32 + func (*SetStateRequest) Descriptor() ([]byte, []int) + func (*SetStateRequest) ProtoMessage() + func (x *SetStateRequest) GetState() uint32 + func (x *SetStateRequest) ProtoReflect() protoreflect.Message + func (x *SetStateRequest) Reset() + func (x *SetStateRequest) String() string + type UnimplementedVMServer struct + func (UnimplementedVMServer) AppGossip(context.Context, *AppGossipMsg) (*emptypb.Empty, error) + func (UnimplementedVMServer) AppRequest(context.Context, *AppRequestMsg) (*emptypb.Empty, error) + func (UnimplementedVMServer) AppRequestFailed(context.Context, *AppRequestFailedMsg) (*emptypb.Empty, error) + func (UnimplementedVMServer) AppResponse(context.Context, *AppResponseMsg) (*emptypb.Empty, error) + func (UnimplementedVMServer) BatchedParseBlock(context.Context, *BatchedParseBlockRequest) (*BatchedParseBlockResponse, error) + func (UnimplementedVMServer) BlockAccept(context.Context, *BlockAcceptRequest) (*emptypb.Empty, error) + func (UnimplementedVMServer) BlockReject(context.Context, *BlockRejectRequest) (*emptypb.Empty, error) + func (UnimplementedVMServer) BlockVerify(context.Context, *BlockVerifyRequest) (*BlockVerifyResponse, error) + func (UnimplementedVMServer) BuildBlock(context.Context, *emptypb.Empty) (*BuildBlockResponse, error) + func (UnimplementedVMServer) Connected(context.Context, *ConnectedRequest) (*emptypb.Empty, error) + func (UnimplementedVMServer) CreateHandlers(context.Context, *emptypb.Empty) (*CreateHandlersResponse, error) + func (UnimplementedVMServer) CreateStaticHandlers(context.Context, *emptypb.Empty) (*CreateStaticHandlersResponse, error) + func (UnimplementedVMServer) Disconnected(context.Context, *DisconnectedRequest) (*emptypb.Empty, error) + func (UnimplementedVMServer) Gather(context.Context, *emptypb.Empty) (*GatherResponse, error) + func (UnimplementedVMServer) GetAncestors(context.Context, *GetAncestorsRequest) (*GetAncestorsResponse, error) + func (UnimplementedVMServer) GetBlock(context.Context, *GetBlockRequest) (*GetBlockResponse, error) + func (UnimplementedVMServer) GetBlockIDAtHeight(context.Context, *GetBlockIDAtHeightRequest) (*GetBlockIDAtHeightResponse, error) + func (UnimplementedVMServer) Health(context.Context, *emptypb.Empty) (*HealthResponse, error) + func (UnimplementedVMServer) Initialize(context.Context, *InitializeRequest) (*InitializeResponse, error) + func (UnimplementedVMServer) ParseBlock(context.Context, *ParseBlockRequest) (*ParseBlockResponse, error) + func (UnimplementedVMServer) SetPreference(context.Context, *SetPreferenceRequest) (*emptypb.Empty, error) + func (UnimplementedVMServer) SetState(context.Context, *SetStateRequest) (*emptypb.Empty, error) + func (UnimplementedVMServer) Shutdown(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + func (UnimplementedVMServer) VerifyHeightIndex(context.Context, *emptypb.Empty) (*VerifyHeightIndexResponse, error) + func (UnimplementedVMServer) Version(context.Context, *emptypb.Empty) (*VersionResponse, error) + type UnsafeVMServer interface + type VMClient interface + AppGossip func(ctx context.Context, in *AppGossipMsg, opts ...grpc.CallOption) (*emptypb.Empty, error) + AppRequest func(ctx context.Context, in *AppRequestMsg, opts ...grpc.CallOption) (*emptypb.Empty, error) + AppRequestFailed func(ctx context.Context, in *AppRequestFailedMsg, opts ...grpc.CallOption) (*emptypb.Empty, error) + AppResponse func(ctx context.Context, in *AppResponseMsg, opts ...grpc.CallOption) (*emptypb.Empty, error) + BatchedParseBlock func(ctx context.Context, in *BatchedParseBlockRequest, opts ...grpc.CallOption) (*BatchedParseBlockResponse, error) + BlockAccept func(ctx context.Context, in *BlockAcceptRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + BlockReject func(ctx context.Context, in *BlockRejectRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + BlockVerify func(ctx context.Context, in *BlockVerifyRequest, opts ...grpc.CallOption) (*BlockVerifyResponse, error) + BuildBlock func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*BuildBlockResponse, error) + Connected func(ctx context.Context, in *ConnectedRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + CreateHandlers func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CreateHandlersResponse, error) + CreateStaticHandlers func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CreateStaticHandlersResponse, error) + Disconnected func(ctx context.Context, in *DisconnectedRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + Gather func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GatherResponse, error) + GetAncestors func(ctx context.Context, in *GetAncestorsRequest, opts ...grpc.CallOption) (*GetAncestorsResponse, error) + GetBlock func(ctx context.Context, in *GetBlockRequest, opts ...grpc.CallOption) (*GetBlockResponse, error) + GetBlockIDAtHeight func(ctx context.Context, in *GetBlockIDAtHeightRequest, opts ...grpc.CallOption) (*GetBlockIDAtHeightResponse, error) + Health func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*HealthResponse, error) + Initialize func(ctx context.Context, in *InitializeRequest, opts ...grpc.CallOption) (*InitializeResponse, error) + ParseBlock func(ctx context.Context, in *ParseBlockRequest, opts ...grpc.CallOption) (*ParseBlockResponse, error) + SetPreference func(ctx context.Context, in *SetPreferenceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + SetState func(ctx context.Context, in *SetStateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + Shutdown func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) + VerifyHeightIndex func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*VerifyHeightIndexResponse, error) + Version func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*VersionResponse, error) + func NewVMClient(cc grpc.ClientConnInterface) VMClient + type VMServer interface + AppGossip func(context.Context, *AppGossipMsg) (*emptypb.Empty, error) + AppRequest func(context.Context, *AppRequestMsg) (*emptypb.Empty, error) + AppRequestFailed func(context.Context, *AppRequestFailedMsg) (*emptypb.Empty, error) + AppResponse func(context.Context, *AppResponseMsg) (*emptypb.Empty, error) + BatchedParseBlock func(context.Context, *BatchedParseBlockRequest) (*BatchedParseBlockResponse, error) + BlockAccept func(context.Context, *BlockAcceptRequest) (*emptypb.Empty, error) + BlockReject func(context.Context, *BlockRejectRequest) (*emptypb.Empty, error) + BlockVerify func(context.Context, *BlockVerifyRequest) (*BlockVerifyResponse, error) + BuildBlock func(context.Context, *emptypb.Empty) (*BuildBlockResponse, error) + Connected func(context.Context, *ConnectedRequest) (*emptypb.Empty, error) + CreateHandlers func(context.Context, *emptypb.Empty) (*CreateHandlersResponse, error) + CreateStaticHandlers func(context.Context, *emptypb.Empty) (*CreateStaticHandlersResponse, error) + Disconnected func(context.Context, *DisconnectedRequest) (*emptypb.Empty, error) + Gather func(context.Context, *emptypb.Empty) (*GatherResponse, error) + GetAncestors func(context.Context, *GetAncestorsRequest) (*GetAncestorsResponse, error) + GetBlock func(context.Context, *GetBlockRequest) (*GetBlockResponse, error) + GetBlockIDAtHeight func(context.Context, *GetBlockIDAtHeightRequest) (*GetBlockIDAtHeightResponse, error) + Health func(context.Context, *emptypb.Empty) (*HealthResponse, error) + Initialize func(context.Context, *InitializeRequest) (*InitializeResponse, error) + ParseBlock func(context.Context, *ParseBlockRequest) (*ParseBlockResponse, error) + SetPreference func(context.Context, *SetPreferenceRequest) (*emptypb.Empty, error) + SetState func(context.Context, *SetStateRequest) (*emptypb.Empty, error) + Shutdown func(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + VerifyHeightIndex func(context.Context, *emptypb.Empty) (*VerifyHeightIndexResponse, error) + Version func(context.Context, *emptypb.Empty) (*VersionResponse, error) + type VerifyHeightIndexResponse struct + Err uint32 + func (*VerifyHeightIndexResponse) Descriptor() ([]byte, []int) + func (*VerifyHeightIndexResponse) ProtoMessage() + func (x *VerifyHeightIndexResponse) GetErr() uint32 + func (x *VerifyHeightIndexResponse) ProtoReflect() protoreflect.Message + func (x *VerifyHeightIndexResponse) Reset() + func (x *VerifyHeightIndexResponse) String() string + type VersionResponse struct + Version string + func (*VersionResponse) Descriptor() ([]byte, []int) + func (*VersionResponse) ProtoMessage() + func (x *VersionResponse) GetVersion() string + func (x *VersionResponse) ProtoReflect() protoreflect.Message + func (x *VersionResponse) Reset() + func (x *VersionResponse) String() string + type VersionedDBServer struct + DbServer uint32 + Version string + func (*VersionedDBServer) Descriptor() ([]byte, []int) + func (*VersionedDBServer) ProtoMessage() + func (x *VersionedDBServer) GetDbServer() uint32 + func (x *VersionedDBServer) GetVersion() string + func (x *VersionedDBServer) ProtoReflect() protoreflect.Message + func (x *VersionedDBServer) Reset() + func (x *VersionedDBServer) String() string