hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
iroha_cli::GrpcResponseHandler Class Reference

#include "grpc_response_handler.hpp"

Collaboration diagram for iroha_cli::GrpcResponseHandler:
Collaboration graph

Public Member Functions

 GrpcResponseHandler (logger::LoggerManagerTreePtr log_manager)
 
void handle (CliClient::Response< CliClient::TxStatus > response)
 
void handle (CliClient::Response< iroha::protocol::QueryResponse > response)
 

Constructor & Destructor Documentation

◆ GrpcResponseHandler()

iroha_cli::GrpcResponseHandler::GrpcResponseHandler ( logger::LoggerManagerTreePtr  log_manager)
explicit

Member Function Documentation

◆ handle() [1/2]

void iroha_cli::GrpcResponseHandler::handle ( CliClient::Response< CliClient::TxStatus response)

Handle iroha GRPC TxResponse

Parameters
response
Here is the call graph for this function:
Here is the caller graph for this function:

◆ handle() [2/2]

void iroha_cli::GrpcResponseHandler::handle ( CliClient::Response< iroha::protocol::QueryResponse >  response)

Handle Iroha GRPC QueryResponse

Parameters
response
Here is the call graph for this function:

The documentation for this class was generated from the following files: