corda / net.corda.core.contracts / TransactionType / verify
verify
fun verify(tx: LedgerTransaction): Unit
Check that the transaction is valid based on:
- General platform rules
- Rules for the specific transaction type
Note: Presence of signatures is not checked, only the public keys to be signed for.