6 #ifndef IROHA_TRANSACTION_BATCH_PARSER_IMPL_HPP 7 #define IROHA_TRANSACTION_BATCH_PARSER_IMPL_HPP 16 std::vector<types::TransactionsForwardCollectionType>
parseBatches(
19 std::vector<types::TransactionsCollectionType>
parseBatches(
22 std::vector<types::SharedTxsCollectionType>
parseBatches(
28 #endif // IROHA_TRANSACTION_BATCH_PARSER_IMPL_HPP boost::any_range< Transaction, boost::forward_traversal_tag, const Transaction & > TransactionsForwardCollectionType
Definition: transaction_sequence_common.hpp:25
std::vector< types::TransactionsForwardCollectionType > parseBatches(types::TransactionsForwardCollectionType txs) const noexcept override
Definition: transaction_batch_parser_impl.cpp:47
Definition: transaction_batch_parser.hpp:18
std::vector< std::shared_ptr< Transaction > > SharedTxsCollectionType
Definition: transaction_sequence_common.hpp:27
Definition: transaction_batch_parser_impl.hpp:14
Definition: command_executor.hpp:13
boost::any_range< Transaction, boost::random_access_traversal_tag, Transaction & > TransactionsCollectionType
Type of transactions' collection.
Definition: range_types.hpp:29