6 #ifndef IROHA_STORAGE_RESULT_HPP 7 #define IROHA_STORAGE_RESULT_HPP 9 #include <boost/variant.hpp> 23 boost::variant<CommitMessage, RejectMessage, FutureMessage>;
28 #endif // IROHA_STORAGE_RESULT_HPP Definition: block_query.hpp:15
boost::variant< CommitMessage, RejectMessage, FutureMessage > Answer
Definition: storage_result.hpp:23