TxOut

data class TxOut(var value: ULong, var address: String)

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

Constructors

Link copied to clipboard
fun TxOut(value: ULong, address: String)

Properties

Link copied to clipboard
var address: String

The address of the output.

Link copied to clipboard
var value: ULong

The value of the output, in satoshis.