6 #ifndef IROHA_TX_PRESENCE_CACHE_HPP 7 #define IROHA_TX_PRESENCE_CACHE_HPP 11 #include <boost/optional.hpp> 20 class TransactionBatch;
37 virtual boost::optional<TxCacheStatusType> check(
48 virtual boost::optional<BatchStatusCollectionType> check(
58 #endif // IROHA_TX_PRESENCE_CACHE_HPP Definition: block_query.hpp:17
std::vector< TxCacheStatusType > BatchStatusCollectionType
response type which reflects status of each transaction in a batch
Definition: tx_presence_cache.hpp:41
Definition: block_query.hpp:15
hash256_t hash(const T &pb)
Definition: pb_common.hpp:43
Definition: transaction_batch.hpp:22
Definition: tx_presence_cache.hpp:30
Definition: command_executor.hpp:13