ElectrumInput constructor

const ElectrumInput({
  1. String? scriptSig,
  2. int? sequence,
  3. String? txid,
  4. int? vout,
  5. List<String>? txinwitness,
  6. String? coinbase,
})

Implementation

const ElectrumInput({
  this.scriptSig,
  this.sequence,
  this.txid,
  this.vout,
  this.txinwitness,
  this.coinbase,
});