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()
}

Link to this section Functions

Link to this function

parse_inputs(counter, inputs)

View Source
Link to this function

serialize_inputs(inputs)

View Source
@spec serialize_inputs([t()]) :: iolist()