TxOut

data class TxOut(var value: ULong, var scriptPubkey: Script)

A transaction output, which defines new coins to be created from old ones.

Constructors

Link copied to clipboard
fun TxOut(value: ULong, scriptPubkey: Script)

Properties

Link copied to clipboard
var scriptPubkey: Script

The script which must be satisfied for the output to be spent.

Link copied to clipboard
var value: ULong

The value of the output, in satoshis.