PsbtSigner constructor

PsbtSigner({
  1. required PartialTx psbt,
  2. SigHashType defaultHashType = SigHashType.all,
})

Implementation

PsbtSigner({
  required this.psbt,
  this.defaultHashType = SigHashType.all,
});