corda / net.corda.core.contracts / ReferencedStateAndRef

ReferencedStateAndRef

data class ReferencedStateAndRef<out T : ContractState>

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

Constructors

<init>

ReferencedStateAndRef(stateAndRef: StateAndRef<T>)

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

Properties

stateAndRef

val stateAndRef: StateAndRef<T>

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.