Expand description

Bitcoin TxOut and Vout types.

Structs

An Output. This describes a new UTXO to be created. The value is encoded as an LE u64. The script pubkey encodes the spending constraints.

Type Definitions

Vout is a type alias for Vec<TxOut>. A transaction’s Vout is the Vector of OUTputs, with a length prefix.