StateRef

data class StateRef(val txhash: SecureHash, val index: Int)

A stateref is a pointer (reference) to a state, this is an equivalent of an "outpoint" in Bitcoin. It records which transaction defined the state and where in that transaction it was.

Constructors

Link copied to clipboard
constructor(txhash: SecureHash, index: Int)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String