View Source Bitcoinex.Transaction.In (bitcoinex v0.1.8)
Transaction Input part of an on-chain transaction.
Link to this section Summary
Link to this section Types
@type t() :: %Bitcoinex.Transaction.In{ prev_txid: binary(), prev_vout: non_neg_integer(), script_sig: binary(), sequence_no: non_neg_integer() }