TxIn constructor

TxIn(
  1. OutPoint previousOutput,
  2. Script scriptSig,
  3. int sequence,
  4. List<Uint8List> witness,
)

Implementation

TxIn(
  this.previousOutput,
  this.scriptSig,
  this.sequence,
  this.witness,
);