fun verifyTransaction(tx: LedgerTransaction): Unit
Check that the difference between inputs and outputs is only the notary field, and that all required signing public keys are present.
TransactionVerificationException.InvalidNotaryChange
- if the validity check fails.