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