interface ReadOnlyTransactionStorage
Thread-safe storage of transactions.
getTransaction |
abstract fun getTransaction(id: SecureHash): SignedTransaction? Return the transaction with the given id, or null if no such transaction exists. |
TransactionStorage |
interface TransactionStorage : ReadOnlyTransactionStorage Thread-safe storage of transactions. |