StateAndRef

data class StateAndRef<out T : ContractState>(val state: TransactionState<T>, val ref: StateRef)

A StateAndRef is simply a (state, ref) pair. For instance, a vault (which holds available assets) contains these.

Constructors

Link copied to clipboard
constructor(state: TransactionState<T>, ref: StateRef)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

For adding StateAndRefs as references to a TransactionBuilder.