hfc.protos.peer.admin_pb2_grpc

Module Contents

Classes

AdminStub(channel)

Interface exported by the server.

AdminServicer()

Interface exported by the server.

Functions

add_AdminServicer_to_server(servicer, server)

class hfc.protos.peer.admin_pb2_grpc.AdminStub(channel)

Bases: object

Interface exported by the server.

class hfc.protos.peer.admin_pb2_grpc.AdminServicer

Bases: object

Interface exported by the server.

GetStatus(self, request, context)
StartServer(self, request, context)
GetModuleLogLevel(self, request, context)
SetModuleLogLevel(self, request, context)
RevertLogLevels(self, request, context)
GetLogSpec(self, request, context)
SetLogSpec(self, request, context)
hfc.protos.peer.admin_pb2_grpc.add_AdminServicer_to_server(servicer, server)