

Go to the source code of this file.
Namespaces | |
| iroha | |
| iroha::ametsuchi | |
| iroha::ametsuchi::tx_cache_response_details | |
| iroha::ametsuchi::tx_cache_status_responses | |
| The namespace contains concrete result types of transaction cache. | |
Typedefs | |
| using | iroha::ametsuchi::tx_cache_response_details::HashType = shared_model::crypto::Hash |
| shortcut for tx hash type More... | |
| using | iroha::ametsuchi::TxCacheStatusType = std::variant< tx_cache_status_responses::Committed, tx_cache_status_responses::Rejected, tx_cache_status_responses::Missing > |
| Sum type of all possible concrete responses from the tx cache. More... | |