Versions in this module Expand all Collapse all v1 v1.0.0 Jul 21, 2022 Changes in this version + type Client struct + func NewClient(client subnetlookuppb.SubnetLookupClient) *Client + func (c *Client) SubnetID(chainID ids.ID) (ids.ID, error) + type Server struct + func NewServer(aliaser snow.SubnetLookup) *Server + func (s *Server) SubnetID(_ context.Context, req *subnetlookuppb.SubnetIDRequest) (*subnetlookuppb.SubnetIDResponse, error) v1.0.0-alpha Nov 22, 2022