PaymentData constructor

PaymentData({
  1. String? address,
  2. Uint8List? hash,
  3. Uint8List? output,
  4. Uint8List? pubkey,
  5. Uint8List? input,
  6. Uint8List? signature,
  7. List<Uint8List?>? witness,
})

Implementation

PaymentData(
    {this.address,
    this.hash,
    this.output,
    this.pubkey,
    this.input,
    this.signature,
    this.witness});