DecodedBchInput constructor

const DecodedBchInput({
  1. required Uint8List txidLE,
  2. required int index,
  3. required Uint8List scriptSig,
  4. required int sequence,
})

Implementation

const DecodedBchInput({
  required this.txidLE,
  required this.index,
  required this.scriptSig,
  required this.sequence,
});