hfc.protos.discovery.protocol_pb2_grpc

Module Contents

Classes

DiscoveryStub(channel)

Discovery defines a service that serves information about the fabric network

DiscoveryServicer()

Discovery defines a service that serves information about the fabric network

Functions

add_DiscoveryServicer_to_server(servicer, server)

class hfc.protos.discovery.protocol_pb2_grpc.DiscoveryStub(channel)

Bases: object

Discovery defines a service that serves information about the fabric network like which peers, orderers, chaincodes, etc.

class hfc.protos.discovery.protocol_pb2_grpc.DiscoveryServicer

Bases: object

Discovery defines a service that serves information about the fabric network like which peers, orderers, chaincodes, etc.

Discover(self, request, context)

Discover receives a signed request, and returns a response.

hfc.protos.discovery.protocol_pb2_grpc.add_DiscoveryServicer_to_server(servicer, server)