corda / net.corda.core.transactions / LedgerTransaction / specialise

specialise

@CordaInternal fun specialise(alternateVerifier: (LedgerTransaction, SerializationContext) -> Verifier): LedgerTransaction

We need a way to customise transaction verification inside the Node without changing either the wire format or any public APIs.