Module handshakes::types::txout[][src]

Expand description

Handshake TxOut and Vout types.

Structs

TxOut

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

Type Definitions

Vout

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