Versions in this module Expand all Collapse all v1 v1.1.0 Jun 19, 2022 Changes in this version + var File_gsubnetlookupproto_subnetlookup_proto protoreflect.FileDescriptor + var SubnetLookup_ServiceDesc = grpc.ServiceDesc + func RegisterSubnetLookupServer(s grpc.ServiceRegistrar, srv SubnetLookupServer) + type SubnetIDRequest struct + ChainId []byte + func (*SubnetIDRequest) Descriptor() ([]byte, []int) + func (*SubnetIDRequest) ProtoMessage() + func (x *SubnetIDRequest) GetChainId() []byte + func (x *SubnetIDRequest) ProtoReflect() protoreflect.Message + func (x *SubnetIDRequest) Reset() + func (x *SubnetIDRequest) String() string + type SubnetIDResponse struct + Id []byte + func (*SubnetIDResponse) Descriptor() ([]byte, []int) + func (*SubnetIDResponse) ProtoMessage() + func (x *SubnetIDResponse) GetId() []byte + func (x *SubnetIDResponse) ProtoReflect() protoreflect.Message + func (x *SubnetIDResponse) Reset() + func (x *SubnetIDResponse) String() string + type SubnetLookupClient interface + SubnetID func(ctx context.Context, in *SubnetIDRequest, opts ...grpc.CallOption) (*SubnetIDResponse, error) + func NewSubnetLookupClient(cc grpc.ClientConnInterface) SubnetLookupClient + type SubnetLookupServer interface + SubnetID func(context.Context, *SubnetIDRequest) (*SubnetIDResponse, error) + type UnimplementedSubnetLookupServer struct + func (UnimplementedSubnetLookupServer) SubnetID(context.Context, *SubnetIDRequest) (*SubnetIDResponse, error) + type UnsafeSubnetLookupServer interface