package
0.10.0-rc.3
Repository: https://github.com/odin-protocol/odin-core.git
Documentation: pkg.go.dev
# Functions
NewQueryServer returns new queryServer from provided client.Context.
No description provided by the author
RegisterGRPCGatewayRoutes mounts the node gRPC service's GRPC-gateway routes on the given mux object.
RegisterNodeService registers the node gRPC service on the provided gRPC router.
RegisterServiceHandler registers the http handlers for service Service to "mux".
RegisterServiceHandlerClient registers the http handlers for service Service to "mux".
RegisterServiceHandlerFromEndpoint is same as RegisterServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterServiceHandlerServer registers the http handlers for service Service to "mux".
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
QueryChainIDRequest is request type for the Service/ChainID RPC method.
QueryEVMValidatorsRequest is request type for the Service/EVMValidators RPC method.
QueryChainIDResponse is response type for the Service/ChainID RPC method.
QueryEVMValidatorsResponse is response type for the Service/EVMValidators RPC method.
UnimplementedServiceServer can be embedded to have forward compatible implementations.
ValidatorMinimal is the data structure for storing validator's address and voting power.
# Interfaces
ServiceClient is the client API for Service service.
ServiceServer is the server API for Service service.