com.r3corda.core.testing / TransactionGroupDSL / Roots / transaction

transaction

fun transaction(vararg outputStates: LabeledOutput): Roots<T>


fun transaction(body: WireTransactionDSL<T>.() -> Unit): Unit
Deprecated: Use the vararg form of transaction inside roots

Note: Dont delete, this is intended to trigger compiler diagnostic when the DSL primitive is used in the wrong place