POPResult constructor

const POPResult(
  1. Uint8List uPoPHash,
  2. BTCRawTransaction upopTx,
  3. List<Uint8List> pops,
  4. String originalTxId,
)

Implementation

const POPResult(
  this.uPoPHash,
  this.upopTx,
  this.pops,
  this.originalTxId,
);