DecodedBchOutput constructor

const DecodedBchOutput({
  1. required BigInt value,
  2. required Uint8List script,
})

Implementation

const DecodedBchOutput({required this.value, required this.script});