ReferencedStateAndRef

data class ReferencedStateAndRef<out T : ContractState>(val stateAndRef: StateAndRef<T>)

A wrapper for a StateAndRef indicating that it should be added to a transaction as a reference input state.

Constructors

Link copied to clipboard
constructor(stateAndRef: StateAndRef<T>)

Properties

Link copied to clipboard