Пример #1
0
    def PullBlockSize(self, request, context):

        return helloworld_pb2.Number(size=len(self.blockLobby))
Пример #2
0
    def PullTransactionSize(self, request, context):

        return helloworld_pb2.Number(size=len(self.transactionLobby))