6 #ifndef IROHA_BLOCK_JSON_SERIALIZER_HPP 7 #define IROHA_BLOCK_JSON_SERIALIZER_HPP 29 const Block &block)
const = 0;
36 #endif // IROHA_BLOCK_JSON_SERIALIZER_HPP virtual ~BlockJsonSerializer()=default
virtual iroha::expected::Result< types::JsonType, std::string > serialize(const Block &block) const =0
Definition: result_fwd.hpp:27
Definition: block_json_serializer.hpp:21
Definition: command_executor.hpp:12