com.r3corda.core.testing / TransactionDSLInterpreter / _output

_output

abstract fun _output(label: String?, notary: Party, contractState: ContractState): Unit

Adds an output to the transaction.

Parameters

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.