fun _output(label: String?, notary: Party, contractState: ContractState): Unit
Adds an output to the transaction.
label
- An optional label that may be later used to retrieve the output probably in other transactions.notary
- The associated notary.contractState
- The state itself.