OutputRef constructor

const OutputRef({
  1. String? txHash,
  2. int? outputIndex,
  3. String? keyImage,
  4. String? spendTxHash,
})

Implementation

const OutputRef({
  this.txHash,
  this.outputIndex,
  this.keyImage,
  this.spendTxHash,
});