PsbtTxData constructor

PsbtTxData(
  1. PSBT psbt,
  2. String unsignedPsbt,
  3. bool isTaproot, {
  4. String chain = 'btc',
  5. bool isTestnet = false,
})

Implementation

PsbtTxData(this.psbt, this.unsignedPsbt, this.isTaproot,
    {this.chain = 'btc', this.isTestnet = false});