Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a allychain lookup that talks over RPC.
func NewClient ¶
func NewClient(client allychainlookuppb.AllychainLookupClient) *Client
NewClient returns an alias lookup connected to a remote alias lookup
type Server ¶
type Server struct { allychainlookuppb.UnsafeAllychainLookupServer // contains filtered or unexported fields }
Server is a allychain lookup that is managed over RPC.
func NewServer ¶
func NewServer(aliaser snow.AllychainLookup) *Server
NewServer returns a allychain lookup connected to a remote allychain lookup
func (*Server) AllychainID ¶
func (s *Server) AllychainID( _ context.Context, req *allychainlookuppb.AllychainIDRequest, ) (*allychainlookuppb.AllychainIDResponse, error)
Click to show internal directories.
Click to hide internal directories.