hfc.protos.peer.events_pb2_grpc

Module Contents

Classes

DeliverStub(channel)

DeliverServicer()

Functions

add_DeliverServicer_to_server(servicer, server)

class hfc.protos.peer.events_pb2_grpc.DeliverStub(channel)

Bases: object

class hfc.protos.peer.events_pb2_grpc.DeliverServicer

Bases: object

Deliver(self, request_iterator, context)

deliver first requires an Envelope of type ab.DELIVER_SEEK_INFO with Payload data as a marshaled orderer.SeekInfo message, then a stream of block replies is received

DeliverFiltered(self, request_iterator, context)

deliver first requires an Envelope of type ab.DELIVER_SEEK_INFO with Payload data as a marshaled orderer.SeekInfo message, then a stream of filtered block replies is received

hfc.protos.peer.events_pb2_grpc.add_DeliverServicer_to_server(servicer, server)