corda / net.corda.core.transactions / ReferenceStateRef

ReferenceStateRef

data class ReferenceStateRef

Wrapper over StateRef to be used when filtering reference states.

Constructors

<init>

ReferenceStateRef(stateRef: StateRef)

Wrapper over StateRef to be used when filtering reference states.

Properties

stateRef

val stateRef: StateRef

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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