requireEveryInputSigned property
true (default) on flows where every input is yours (a plain send): a
reply that signed only part of the transaction is refused here with a
reason instead of failing later inside a finalizer. Set false for dApp
signPsbt hand-backs, where a PSBT legitimately carries inputs you
cannot sign.
Implementation
final bool requireEveryInputSigned;