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

addTransaction

abstract fun addTransaction(transaction: SignedTransaction): Unit

Add a new transaction to the store. If the store already has a transaction with the same id it will be overwritten.