#include "raw_block_loader.hpp"

Static Public Member Functions | |
| static iroha::expected::Result< std::unique_ptr< shared_model::interface::Block >, std::string > | parseBlock (const std::string &data) |
Class provide functionality to insert blocks to storage without any validation. This class will be useful for creating test environment and testing pipeline.
|
static |
Parse block from JSON string
| data | - JSON represenetation of the block |
