checkInputForSig
bitcoinjs-lib / psbtutils / checkInputForSig
Function: checkInputForSig()
checkInputForSig(
input
,action
):boolean
Defined in: ts_src/psbt/psbtutils.ts:114
Checks if an input contains a signature for a specific action.
Parameters
input
PsbtInput
The input to check.
action
string
The action to check for.
Returns
boolean
A boolean indicating whether the input contains a signature for the specified action.