OutputReference constructor

OutputReference({
  1. required Uint8List txHash,
  2. required int outputIndex,
  3. required BigInt amount,
  4. required Uint8List outputKey,
})

Implementation

OutputReference({
  required this.txHash,
  required this.outputIndex,
  required this.amount,
  required this.outputKey,
});