InputModel constructor

InputModel({
  1. required int i,
  2. String? txid,
  3. int? value,
  4. ByteData? script,
  5. String? address,
})

Implementation

InputModel(
    {required this.i, this.txid, this.value, this.script, this.address});