corda / net.corda.finance.contracts / FixableDealState / generateFix

generateFix

abstract fun generateFix(ptx: TransactionBuilder, oldState: StateAndRef<*>, fix: Fix): Unit

Generate a fixing command for this deal and fix.

TODO: This would also likely move to methods on the Contract once the changes to reference the Contract from the ContractState are in.