input

override fun input(stateLabel: String): <Error class: unknown class>

Looks up the output label and adds the found state as an input.

Parameters

stateLabel

The label of the output state specified when calling TransactionDSLInterpreter.output and friends.


fun input(contractClassName: <Error class: unknown class>, stateLabel: String)


fun input(contractClassName: <Error class: unknown class>, state: <Error class: unknown class>)

Creates an LedgerDSLInterpreter._unverifiedTransaction with a single output state and adds its reference as an input to the current transaction.

Parameters

state

The state to be added.