Output State Lookup
interface OutputStateLookup
This interface defines output state lookup by label. It is split from the interpreter interfaces so that outputs may be looked up both in ledger{..} and transaction{..} blocks.
Inheritors
Functions
Link copied to clipboard
abstract fun <S> retrieveOutputStateAndRef(clazz: Class<S>, label: String): <Error class: unknown class><S>
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.