#include "query_executor_factory.hpp"


Public Member Functions | |
| virtual iroha::expected::Result< std::unique_ptr< QueryExecutor >, std::string > | createQueryExecutor (std::shared_ptr< PendingTransactionStorage > pending_txs_storage, std::shared_ptr< shared_model::interface::QueryResponseFactory > response_factory) const =0 |
| virtual | ~QueryExecutorFactory ()=default |
|
virtualdefault |
|
pure virtual |
Creates a query executor from the current state
Implemented in iroha::ametsuchi::StorageImpl.