Validate the signature on a psbt for a given input. Returns false if no valid signature is found otherwise returns the public key that was signed for.
This is a port of the validateMultisigSignature function from @caravan/bitcoin to support a newer API and be more PSBT-native.
Optional
Validate the signature on a psbt for a given input. Returns false if no valid signature is found otherwise returns the public key that was signed for.
This is a port of the validateMultisigSignature function from @caravan/bitcoin to support a newer API and be more PSBT-native.