6 #ifndef IROHA_TRANSACTION_PROCESSOR_HPP 7 #define IROHA_TRANSACTION_PROCESSOR_HPP 13 class TransactionBatch;
29 virtual void batchHandle(
30 std::shared_ptr<shared_model::interface::TransactionBatch>
31 transaction_batch)
const = 0;
37 #endif // IROHA_TRANSACTION_PROCESSOR_HPP Definition: transaction_processor.hpp:23
Definition: command_client.hpp:16
Definition: block_query.hpp:15
Definition: command_executor.hpp:12