interface ReadOnlyTransactionStorageThread-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 : ReadOnlyTransactionStorageThread-safe storage of transactions. |