6 #ifndef IROHA_BLOCK_QUERY_HPP 7 #define IROHA_BLOCK_QUERY_HPP 71 #endif // IROHA_BLOCK_QUERY_HPP std::string message
Definition: block_query.hpp:29
uint64_t HeightType
Type of height (for Block, Proposal etc)
Definition: types.hpp:48
Definition: block_query.hpp:21
Definition: result_fwd.hpp:27
virtual shared_model::interface::types::HeightType getTopBlockHeight()=0
Definition: block_query.hpp:15
hash256_t hash(const T &pb)
Definition: pb_common.hpp:43
virtual BlockResult getBlock(shared_model::interface::types::HeightType height)=0
Definition: block_query.hpp:23
virtual ~BlockQuery()=default
virtual void reloadBlockstore()=0
Code code
Definition: block_query.hpp:28
Code
Definition: block_query.hpp:24
virtual std::optional< TxCacheStatusType > checkTxPresence(const shared_model::crypto::Hash &hash)=0