6 #ifndef IROHA_ANY_ORDER_VALIDATOR_HPP 7 #define IROHA_ANY_ORDER_VALIDATOR_HPP 12 namespace validation {
16 &transactions)
const override {
23 #endif // IROHA_ANY_ORDER_VALIDATOR_HPP boost::variant< CommitMessage, RejectMessage > Answer
Definition: storage_result.hpp:21
Definition: order_validator.hpp:14
Answer validate(const interface::types::SharedTxsCollectionType &transactions) const override
Definition: any_order_validator.hpp:15
Definition: command_executor.hpp:12
Definition: any_order_validator.hpp:13
Definition: answer.hpp:28
std::vector< std::shared_ptr< Transaction >> SharedTxsCollectionType
Definition: transaction_sequence_common.hpp:27