#include "block_json_deserializer.hpp"


Public Member Functions | |
| virtual iroha::expected::Result< std::unique_ptr< Block >, std::string > | deserialize (const types::JsonType &json) const =0 |
| virtual | ~BlockJsonDeserializer ()=default |
BlockJsonDeserializer is an interface which allows transforming json string to block objects.
|
virtualdefault |
|
pure virtual |
Try to parse json string into a block object
| json | - json string for a block |
Implemented in shared_model::proto::ProtoBlockJsonConverter.