hfc.protos.token.prover_pb2_grpc

Module Contents

Classes

ProverStub(channel)

Prover provides support to clients for the creation of FabToken transactions,

ProverServicer()

Prover provides support to clients for the creation of FabToken transactions,

Functions

add_ProverServicer_to_server(servicer, server)

class hfc.protos.token.prover_pb2_grpc.ProverStub(channel)

Bases: object

Prover provides support to clients for the creation of FabToken transactions, and to query the ledger.

class hfc.protos.token.prover_pb2_grpc.ProverServicer

Bases: object

Prover provides support to clients for the creation of FabToken transactions, and to query the ledger.

ProcessCommand(self, request, context)

ProcessCommand processes the passed command ensuring proper access control. The returned response allows the client to understand if the operation was succeffully executed and if not, the response reports the reason of the failure.

hfc.protos.token.prover_pb2_grpc.add_ProverServicer_to_server(servicer, server)