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.
txs
- The transactions to record.