hfc.protos.peer.chaincode_shim_pb2_grpc

Module Contents

Classes

ChaincodeSupportStub(channel)

Interface that provides support to chaincode execution. ChaincodeContext

ChaincodeSupportServicer()

Interface that provides support to chaincode execution. ChaincodeContext

Functions

add_ChaincodeSupportServicer_to_server(servicer, server)

class hfc.protos.peer.chaincode_shim_pb2_grpc.ChaincodeSupportStub(channel)

Bases: object

Interface that provides support to chaincode execution. ChaincodeContext provides the context necessary for the server to respond appropriately.

class hfc.protos.peer.chaincode_shim_pb2_grpc.ChaincodeSupportServicer

Bases: object

Interface that provides support to chaincode execution. ChaincodeContext provides the context necessary for the server to respond appropriately.

Register(self, request_iterator, context)
hfc.protos.peer.chaincode_shim_pb2_grpc.add_ChaincodeSupportServicer_to_server(servicer, server)