PersistentStateRef

data class PersistentStateRef(var txId: String, var index: Int) : Serializable

Embedded StateRef representation used in state mapping.

Constructors

Link copied to clipboard
constructor(stateRef: StateRef)
constructor(txId: String, index: Int)

Properties

Link copied to clipboard
var index: Int
Link copied to clipboard