com.r3corda.core.node / recordTransactions

recordTransactions

fun ServiceHub.recordTransactions(vararg txs: SignedTransaction): Unit

Given some SignedTransactions, writes them to the local storage for validated transactions and then sends them to the vault for further processing.

Parameters

txs - The transactions to record.