Versions in this module Expand all Collapse all v0 v0.0.15 Sep 23, 2022 v0.0.14 Sep 23, 2022 Changes in this version + var File_vm_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 *timestamppb.Timestamp + NodeId []byte + Request []byte + RequestId uint32 + func (*AppRequestMsg) Descriptor() ([]byte, []int) + func (*AppRequestMsg) ProtoMessage() + func (x *AppRequestMsg) GetDeadline() *timestamppb.Timestamp + 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 *timestamppb.Timestamp + func (*BlockVerifyResponse) Descriptor() ([]byte, []int) + func (*BlockVerifyResponse) ProtoMessage() + func (x *BlockVerifyResponse) GetTimestamp() *timestamppb.Timestamp + 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 *timestamppb.Timestamp + 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() *timestamppb.Timestamp + 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 + Err uint32 + Height uint64 + ParentId []byte + Status uint32 + Timestamp *timestamppb.Timestamp + func (*GetBlockResponse) Descriptor() ([]byte, []int) + func (*GetBlockResponse) ProtoMessage() + func (x *GetBlockResponse) GetBytes() []byte + func (x *GetBlockResponse) GetErr() uint32 + func (x *GetBlockResponse) GetHeight() uint64 + func (x *GetBlockResponse) GetParentId() []byte + func (x *GetBlockResponse) GetStatus() uint32 + func (x *GetBlockResponse) GetTimestamp() *timestamppb.Timestamp + func (x *GetBlockResponse) ProtoReflect() protoreflect.Message + func (x *GetBlockResponse) Reset() + func (x *GetBlockResponse) String() string + type GetLastStateSummaryResponse struct + Bytes []byte + Err uint32 + Height uint64 + Id []byte + func (*GetLastStateSummaryResponse) Descriptor() ([]byte, []int) + func (*GetLastStateSummaryResponse) ProtoMessage() + func (x *GetLastStateSummaryResponse) GetBytes() []byte + func (x *GetLastStateSummaryResponse) GetErr() uint32 + func (x *GetLastStateSummaryResponse) GetHeight() uint64 + func (x *GetLastStateSummaryResponse) GetId() []byte + func (x *GetLastStateSummaryResponse) ProtoReflect() protoreflect.Message + func (x *GetLastStateSummaryResponse) Reset() + func (x *GetLastStateSummaryResponse) String() string + type GetOngoingSyncStateSummaryResponse struct + Bytes []byte + Err uint32 + Height uint64 + Id []byte + func (*GetOngoingSyncStateSummaryResponse) Descriptor() ([]byte, []int) + func (*GetOngoingSyncStateSummaryResponse) ProtoMessage() + func (x *GetOngoingSyncStateSummaryResponse) GetBytes() []byte + func (x *GetOngoingSyncStateSummaryResponse) GetErr() uint32 + func (x *GetOngoingSyncStateSummaryResponse) GetHeight() uint64 + func (x *GetOngoingSyncStateSummaryResponse) GetId() []byte + func (x *GetOngoingSyncStateSummaryResponse) ProtoReflect() protoreflect.Message + func (x *GetOngoingSyncStateSummaryResponse) Reset() + func (x *GetOngoingSyncStateSummaryResponse) String() string + type GetStateSummaryRequest struct + Height uint64 + func (*GetStateSummaryRequest) Descriptor() ([]byte, []int) + func (*GetStateSummaryRequest) ProtoMessage() + func (x *GetStateSummaryRequest) GetHeight() uint64 + func (x *GetStateSummaryRequest) ProtoReflect() protoreflect.Message + func (x *GetStateSummaryRequest) Reset() + func (x *GetStateSummaryRequest) String() string + type GetStateSummaryResponse struct + Bytes []byte + Err uint32 + Id []byte + func (*GetStateSummaryResponse) Descriptor() ([]byte, []int) + func (*GetStateSummaryResponse) ProtoMessage() + func (x *GetStateSummaryResponse) GetBytes() []byte + func (x *GetStateSummaryResponse) GetErr() uint32 + func (x *GetStateSummaryResponse) GetId() []byte + func (x *GetStateSummaryResponse) ProtoReflect() protoreflect.Message + func (x *GetStateSummaryResponse) Reset() + func (x *GetStateSummaryResponse) String() string + type Handler struct + LockOptions uint32 + Prefix string + ServerAddr string + func (*Handler) Descriptor() ([]byte, []int) + func (*Handler) ProtoMessage() + func (x *Handler) GetLockOptions() uint32 + func (x *Handler) GetPrefix() string + func (x *Handler) GetServerAddr() string + func (x *Handler) ProtoReflect() protoreflect.Message + func (x *Handler) Reset() + func (x *Handler) String() string + type HealthResponse struct + Details []byte + func (*HealthResponse) Descriptor() ([]byte, []int) + func (*HealthResponse) ProtoMessage() + func (x *HealthResponse) GetDetails() []byte + func (x *HealthResponse) ProtoReflect() protoreflect.Message + func (x *HealthResponse) Reset() + func (x *HealthResponse) String() string + type InitializeRequest struct + AvaxAssetId []byte + ChainId []byte + ConfigBytes []byte + DbServers []*VersionedDBServer + GenesisBytes []byte + NetworkId uint32 + NodeId []byte + ServerAddr string + SubnetId []byte + UpgradeBytes []byte + XChainId []byte + func (*InitializeRequest) Descriptor() ([]byte, []int) + func (*InitializeRequest) ProtoMessage() + func (x *InitializeRequest) GetAvaxAssetId() []byte + func (x *InitializeRequest) GetChainId() []byte + func (x *InitializeRequest) GetConfigBytes() []byte + func (x *InitializeRequest) GetDbServers() []*VersionedDBServer + func (x *InitializeRequest) GetGenesisBytes() []byte + func (x *InitializeRequest) GetNetworkId() uint32 + func (x *InitializeRequest) GetNodeId() []byte + func (x *InitializeRequest) GetServerAddr() string + 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 + Timestamp *timestamppb.Timestamp + 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) GetTimestamp() *timestamppb.Timestamp + 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 *timestamppb.Timestamp + 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() *timestamppb.Timestamp + func (x *ParseBlockResponse) ProtoReflect() protoreflect.Message + func (x *ParseBlockResponse) Reset() + func (x *ParseBlockResponse) String() string + type ParseStateSummaryRequest struct + Bytes []byte + func (*ParseStateSummaryRequest) Descriptor() ([]byte, []int) + func (*ParseStateSummaryRequest) ProtoMessage() + func (x *ParseStateSummaryRequest) GetBytes() []byte + func (x *ParseStateSummaryRequest) ProtoReflect() protoreflect.Message + func (x *ParseStateSummaryRequest) Reset() + func (x *ParseStateSummaryRequest) String() string + type ParseStateSummaryResponse struct + Err uint32 + Height uint64 + Id []byte + func (*ParseStateSummaryResponse) Descriptor() ([]byte, []int) + func (*ParseStateSummaryResponse) ProtoMessage() + func (x *ParseStateSummaryResponse) GetErr() uint32 + func (x *ParseStateSummaryResponse) GetHeight() uint64 + func (x *ParseStateSummaryResponse) GetId() []byte + func (x *ParseStateSummaryResponse) ProtoReflect() protoreflect.Message + func (x *ParseStateSummaryResponse) Reset() + func (x *ParseStateSummaryResponse) 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 SetStateResponse struct + Bytes []byte + Height uint64 + LastAcceptedId []byte + LastAcceptedParentId []byte + Timestamp *timestamppb.Timestamp + func (*SetStateResponse) Descriptor() ([]byte, []int) + func (*SetStateResponse) ProtoMessage() + func (x *SetStateResponse) GetBytes() []byte + func (x *SetStateResponse) GetHeight() uint64 + func (x *SetStateResponse) GetLastAcceptedId() []byte + func (x *SetStateResponse) GetLastAcceptedParentId() []byte + func (x *SetStateResponse) GetTimestamp() *timestamppb.Timestamp + func (x *SetStateResponse) ProtoReflect() protoreflect.Message + func (x *SetStateResponse) Reset() + func (x *SetStateResponse) String() string + type StateSummaryAcceptRequest struct + Bytes []byte + func (*StateSummaryAcceptRequest) Descriptor() ([]byte, []int) + func (*StateSummaryAcceptRequest) ProtoMessage() + func (x *StateSummaryAcceptRequest) GetBytes() []byte + func (x *StateSummaryAcceptRequest) ProtoReflect() protoreflect.Message + func (x *StateSummaryAcceptRequest) Reset() + func (x *StateSummaryAcceptRequest) String() string + type StateSummaryAcceptResponse struct + Accepted bool + Err uint32 + func (*StateSummaryAcceptResponse) Descriptor() ([]byte, []int) + func (*StateSummaryAcceptResponse) ProtoMessage() + func (x *StateSummaryAcceptResponse) GetAccepted() bool + func (x *StateSummaryAcceptResponse) GetErr() uint32 + func (x *StateSummaryAcceptResponse) ProtoReflect() protoreflect.Message + func (x *StateSummaryAcceptResponse) Reset() + func (x *StateSummaryAcceptResponse) String() string + type StateSyncEnabledResponse struct + Enabled bool + Err uint32 + func (*StateSyncEnabledResponse) Descriptor() ([]byte, []int) + func (*StateSyncEnabledResponse) ProtoMessage() + func (x *StateSyncEnabledResponse) GetEnabled() bool + func (x *StateSyncEnabledResponse) GetErr() uint32 + func (x *StateSyncEnabledResponse) ProtoReflect() protoreflect.Message + func (x *StateSyncEnabledResponse) Reset() + func (x *StateSyncEnabledResponse) 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) GetLastStateSummary(context.Context, *emptypb.Empty) (*GetLastStateSummaryResponse, error) + func (UnimplementedVMServer) GetOngoingSyncStateSummary(context.Context, *emptypb.Empty) (*GetOngoingSyncStateSummaryResponse, error) + func (UnimplementedVMServer) GetStateSummary(context.Context, *GetStateSummaryRequest) (*GetStateSummaryResponse, 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) ParseStateSummary(context.Context, *ParseStateSummaryRequest) (*ParseStateSummaryResponse, error) + func (UnimplementedVMServer) SetPreference(context.Context, *SetPreferenceRequest) (*emptypb.Empty, error) + func (UnimplementedVMServer) SetState(context.Context, *SetStateRequest) (*SetStateResponse, error) + func (UnimplementedVMServer) Shutdown(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + func (UnimplementedVMServer) StateSummaryAccept(context.Context, *StateSummaryAcceptRequest) (*StateSummaryAcceptResponse, error) + func (UnimplementedVMServer) StateSyncEnabled(context.Context, *emptypb.Empty) (*StateSyncEnabledResponse, 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) + GetLastStateSummary func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetLastStateSummaryResponse, error) + GetOngoingSyncStateSummary func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetOngoingSyncStateSummaryResponse, error) + GetStateSummary func(ctx context.Context, in *GetStateSummaryRequest, opts ...grpc.CallOption) (*GetStateSummaryResponse, 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) + ParseStateSummary func(ctx context.Context, in *ParseStateSummaryRequest, opts ...grpc.CallOption) (*ParseStateSummaryResponse, error) + SetPreference func(ctx context.Context, in *SetPreferenceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + SetState func(ctx context.Context, in *SetStateRequest, opts ...grpc.CallOption) (*SetStateResponse, error) + Shutdown func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) + StateSummaryAccept func(ctx context.Context, in *StateSummaryAcceptRequest, opts ...grpc.CallOption) (*StateSummaryAcceptResponse, error) + StateSyncEnabled func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*StateSyncEnabledResponse, 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) + GetLastStateSummary func(context.Context, *emptypb.Empty) (*GetLastStateSummaryResponse, error) + GetOngoingSyncStateSummary func(context.Context, *emptypb.Empty) (*GetOngoingSyncStateSummaryResponse, error) + GetStateSummary func(context.Context, *GetStateSummaryRequest) (*GetStateSummaryResponse, error) + Health func(context.Context, *emptypb.Empty) (*HealthResponse, error) + Initialize func(context.Context, *InitializeRequest) (*InitializeResponse, error) + ParseBlock func(context.Context, *ParseBlockRequest) (*ParseBlockResponse, error) + ParseStateSummary func(context.Context, *ParseStateSummaryRequest) (*ParseStateSummaryResponse, error) + SetPreference func(context.Context, *SetPreferenceRequest) (*emptypb.Empty, error) + SetState func(context.Context, *SetStateRequest) (*SetStateResponse, error) + Shutdown func(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + StateSummaryAccept func(context.Context, *StateSummaryAcceptRequest) (*StateSummaryAcceptResponse, error) + StateSyncEnabled func(context.Context, *emptypb.Empty) (*StateSyncEnabledResponse, 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 + ServerAddr string + Version string + func (*VersionedDBServer) Descriptor() ([]byte, []int) + func (*VersionedDBServer) ProtoMessage() + func (x *VersionedDBServer) GetServerAddr() string + func (x *VersionedDBServer) GetVersion() string + func (x *VersionedDBServer) ProtoReflect() protoreflect.Message + func (x *VersionedDBServer) Reset() + func (x *VersionedDBServer) String() string