#include "tx_presence_cache_impl.hpp"


Public Member Functions | |
| TxPresenceCacheImpl (std::shared_ptr< Storage > storage) | |
| boost::optional< TxCacheStatusType > | check (const shared_model::crypto::Hash &hash) const override |
| boost::optional< BatchStatusCollectionType > | check (const shared_model::interface::TransactionBatch &batch) const override |
Public Member Functions inherited from iroha::ametsuchi::TxPresenceCache | |
| virtual | ~TxPresenceCache ()=default |
Additional Inherited Members | |
Public Types inherited from iroha::ametsuchi::TxPresenceCache | |
| using | BatchStatusCollectionType = std::vector< TxCacheStatusType > |
| response type which reflects status of each transaction in a batch More... | |
|
explicit |
|
overridevirtual |
Check transaction status by hash
Implements iroha::ametsuchi::TxPresenceCache.


|
overridevirtual |
Check batch status
Implements iroha::ametsuchi::TxPresenceCache.
