6 #ifndef IROHA_BLOCK_STORAGE_FACTORY_HPP 7 #define IROHA_BLOCK_STORAGE_FACTORY_HPP 20 virtual std::unique_ptr<BlockStorage>
create() = 0;
28 #endif // IROHA_BLOCK_STORAGE_FACTORY_HPP Definition: block_query.hpp:15
Definition: block_storage_factory.hpp:18
virtual ~BlockStorageFactory()=default
virtual std::unique_ptr< BlockStorage > create()=0