allowAllSighashes property

bool allowAllSighashes
final

Whether the signer should use the sighash_type set in the PSBT when signing, no matter what its value is

Defaults to false which will only allow signing using SIGHASH_ALL.

Implementation

final bool allowAllSighashes;