This is the complete list of members for iroha::PendingTransactionStorage, including all inherited members.
| ErrorCode enum name | iroha::PendingTransactionStorage | |
| getPendingTransactions(const shared_model::interface::types::AccountIdType &account_id) const =0 | iroha::PendingTransactionStorage | pure virtual |
| getPendingTransactions(const shared_model::interface::types::AccountIdType &account_id, const shared_model::interface::types::TransactionsNumberType page_size, const std::optional< shared_model::interface::types::HashType > &first_tx_hash) const =0 | iroha::PendingTransactionStorage | pure virtual |
| insertPresenceCache(std::shared_ptr< ametsuchi::TxPresenceCache > &cache)=0 | iroha::PendingTransactionStorage | pure virtual |
| kNotFound enum value | iroha::PendingTransactionStorage | |
| removeBatch(std::shared_ptr< shared_model::interface::TransactionBatch > const &batch)=0 | iroha::PendingTransactionStorage | pure virtual |
| removeTransaction(shared_model::interface::types::HashType const &hash)=0 | iroha::PendingTransactionStorage | pure virtual |
| updatedBatchesHandler(std::shared_ptr< MstState > const &updated_batches)=0 | iroha::PendingTransactionStorage | pure virtual |
| ~PendingTransactionStorage()=default | iroha::PendingTransactionStorage | virtual |