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