View Source Bitcoinex.Transaction.Out (bitcoinex v0.1.8)
Transaction Output part of an on-chain transaction.
Link to this section Summary
Link to this section Types
@type t() :: %Bitcoinex.Transaction.Out{ script_pub_key: binary(), value: non_neg_integer() }