6 #ifndef IROHA_ROCKSDB_BLOCK_QUERY_HPP 7 #define IROHA_ROCKSDB_BLOCK_QUERY_HPP 13 struct RocksDBContext;
28 std::shared_ptr<RocksDBContext> db_context_;
33 #endif // IROHA_POSTGRES_BLOCK_QUERY_HPP Definition: block_query.hpp:17
Definition: rocksdb_block_query.hpp:18
Definition: block_storage.hpp:23
Definition: block_query_base.hpp:20
std::shared_ptr< Logger > LoggerPtr
Definition: logger_fwd.hpp:22
hash256_t hash(const T &pb)
Definition: pb_common.hpp:43
RocksDbBlockQuery(std::shared_ptr< RocksDBContext > db_context, BlockStorage &block_storage, logger::LoggerPtr log)
Definition: rocksdb_block_query.cpp:14
std::optional< int32_t > getTxStatus(const shared_model::crypto::Hash &hash) override
Definition: rocksdb_block_query.cpp:21