corda / net.corda.core.flows / ReceiveTransactionFlow / checkBeforeRecording

checkBeforeRecording

@Suspendable protected open fun checkBeforeRecording(stx: SignedTransaction): Unit

Hook to perform extra checks on the received transaction just before it's recorded. The transaction has already been resolved and verified at this point.