6 #ifndef IROHA_PROTO_BLOCK_VALIDATOR_HPP 7 #define IROHA_PROTO_BLOCK_VALIDATOR_HPP 18 namespace validation {
22 std::optional<ValidationError> validate(
23 const iroha::protocol::Block &block)
const override;
28 #endif // IROHA_PROTO_BLOCK_VALIDATOR_HPP
Definition: proto_block_validator.hpp:19
Definition: abstract_validator.hpp:17
Definition: block_query.hpp:15
Definition: command_executor.hpp:12