6 #ifndef IROHA_BLOCK_JSON_DESERIALIZER_HPP 7 #define IROHA_BLOCK_JSON_DESERIALIZER_HPP 36 #endif // IROHA_BLOCK_JSON_DESERIALIZER_HPP Definition: result_fwd.hpp:27
virtual iroha::expected::Result< std::unique_ptr< Block >, std::string > deserialize(const types::JsonType &json) const =0
Definition: block_json_deserializer.hpp:21
Definition: command_executor.hpp:13
virtual ~BlockJsonDeserializer()=default
std::string JsonType
Type of JSON data.
Definition: types.hpp:79