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