corda / net.corda.core.node.services / TransactionStorage / getTransaction

getTransaction

abstract fun getTransaction(id: SecureHash): SignedTransaction?

Return the transaction with the given id, or null if no such transaction exists.