OutPoint

data class OutPoint(var txid: String, var vout: UInt)

A reference to a transaction output.

Constructors

Link copied to clipboard
fun OutPoint(txid: String, vout: UInt)

Properties

Link copied to clipboard
var txid: String

The referenced transaction’s txid.

Link copied to clipboard
var vout: UInt

The index of the referenced output in its transaction’s vout.