_transaction

abstract fun _transaction(transactionLabel: String?, transactionBuilder: <Error class: unknown class>, dsl: T.() -> EnforceVerifyOrFail): <Error class: unknown class>

Creates and adds a transaction to the ledger.

Return

The final WireTransaction of the built transaction.

Parameters

transactionLabel

Optional label of the transaction, to be used in diagnostic messages.

transactionBuilder

The base transactionBuilder that will be used to build the transaction.

dsl

The dsl that should be interpreted for building the transaction.