abstract fun loadState(stateRef: StateRef): TransactionState<*>
Given a StateRef loads the referenced transaction and looks up the specified output ContractState.
TransactionResolutionException
- if the StateRef points to a non-existent transaction.