#include "block_query_base.hpp"
Class which implements BlockQuery.
◆ BlockQueryBase()
◆ checkTxPresence()
Synchronously checks whether transaction with given hash is present in any block
- Parameters
-
- Returns
- TxCacheStatusType which returns status (Committed, Rejected or Missing) of transaction if storage query was successful, null otherwise
Implements iroha::ametsuchi::BlockQuery.
◆ getBlock()
Retrieve block with given height from block storage
- Parameters
-
| height | - height of a block to retrieve |
- Returns
- block with given height
Implements iroha::ametsuchi::BlockQuery.
◆ getTopBlockHeight()
◆ getTxStatus()
◆ reloadBlockstore()
| void iroha::ametsuchi::BlockQueryBase::reloadBlockstore |
( |
| ) |
|
|
overridevirtual |
◆ block_storage_
| BlockStorage& iroha::ametsuchi::BlockQueryBase::block_storage_ |
|
protected |
◆ log_
The documentation for this class was generated from the following files: