PsbtSigner constructor
PsbtSigner({
- required PartialTx psbt,
- SigHashType defaultHashType = SigHashType.all,
Implementation
PsbtSigner({
required this.psbt,
this.defaultHashType = SigHashType.all,
});