corda / net.corda.core.schemas / PersistentStateRef

PersistentStateRef

data class PersistentStateRef : Serializable

Embedded StateRef representation used in state mapping.

Constructors

<init>

PersistentStateRef(stateRef: StateRef)PersistentStateRef(txId: String, index: Int)

Embedded StateRef representation used in state mapping.

Properties

index

var index: Int

txId

var txId: String

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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