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