hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
mst_pending_response.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_MST_PENDING_RESPONSE_HPP
7
#define IROHA_MST_PENDING_RESPONSE_HPP
8
9
namespace
shared_model
{
10
namespace
interface {
15
class
MstPendingResponse
:
public
AbstractTxResponse
<MstPendingResponse> {
16
private
:
17
// TODO: [IR-1666] Akvinikym 29.08.18: Make interface methods public
18
std::string className()
const override
{
19
return
"MstPendingResponse"
;
20
}
21
};
22
}
// namespace interface
23
}
// namespace shared_model
24
25
#endif // IROHA_MST_PENDING_RESPONSE_HPP
shared_model::interface::AbstractTxResponse
Definition:
abstract_tx_response.hpp:20
shared_model
Definition:
command_executor.hpp:13
shared_model::interface::MstPendingResponse
Definition:
mst_pending_response.hpp:15
shared_model
interfaces
transaction_responses
mst_pending_response.hpp
Generated by
1.8.13