corda / net.corda.core.schemas / PersistentStateRef

PersistentStateRef

@Embeddable data class PersistentStateRef : Serializable

Embedded StateRef representation used in state mapping.

Constructors

<init>

PersistentStateRef(stateRef: StateRef)

Embedded StateRef representation used in state mapping.

PersistentStateRef(txId: String, index: Int)

Properties

index

var index: Int

txId

var txId: String