hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
final_status_value.hpp
Go to the documentation of this file.
1 
6 #ifndef IROHA_FINAL_STATUS_VALUE_HPP
7 #define IROHA_FINAL_STATUS_VALUE_HPP
8 
9 #include "common/is_any.hpp"
11 
30 template <typename T>
31 constexpr bool FinalStatusValue =
36 
37 #endif // IROHA_FINAL_STATUS_VALUE_HPP
ProtoRef< interface::CommittedTxResponse, iroha::protocol::ToriiResponse > CommittedTxResponse
Definition: proto_concrete_tx_response.hpp:41
ProtoRef< interface::StatelessFailedTxResponse, iroha::protocol::ToriiResponse > StatelessFailedTxResponse
Definition: proto_concrete_tx_response.hpp:26
Definition: is_any.hpp:14
constexpr bool FinalStatusValue
Definition: final_status_value.hpp:31
Definition: rejected_tx_response.hpp:16