hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
not_received_tx_response.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_UNKNOWN_TX_RESPONSE_HPP
7
#define IROHA_UNKNOWN_TX_RESPONSE_HPP
8
9
#include "
interfaces/transaction_responses/abstract_tx_response.hpp
"
10
11
namespace
shared_model
{
12
namespace
interface {
16
class
NotReceivedTxResponse
17
:
public
AbstractTxResponse
<NotReceivedTxResponse> {
18
private
:
19
std::string className()
const override
{
20
return
"NotReceivedTxResponse"
;
21
}
22
};
23
24
}
// namespace interface
25
}
// namespace shared_model
26
#endif // IROHA_UNKNOWN_TX_RESPONSE_HPP
abstract_tx_response.hpp
shared_model::interface::NotReceivedTxResponse
Definition:
not_received_tx_response.hpp:16
shared_model::interface::AbstractTxResponse
Definition:
abstract_tx_response.hpp:20
shared_model
Definition:
command_executor.hpp:13
shared_model
interfaces
transaction_responses
not_received_tx_response.hpp
Generated by
1.8.13