hfc.protos.gossip.message_pb2_grpc

Module Contents

Classes

GossipStub(channel)

Gossip

GossipServicer()

Gossip

Functions

add_GossipServicer_to_server(servicer, server)

class hfc.protos.gossip.message_pb2_grpc.GossipStub(channel)

Bases: object

Gossip

class hfc.protos.gossip.message_pb2_grpc.GossipServicer

Bases: object

Gossip

GossipStream(self, request_iterator, context)

GossipStream is the gRPC stream used for sending and receiving messages

Ping(self, request, context)

Ping is used to probe a remote peer’s aliveness

hfc.protos.gossip.message_pb2_grpc.add_GossipServicer_to_server(servicer, server)