checkTaprootInputForSigs
bitcoinjs-lib / bip371 / checkTaprootInputForSigs
Function: checkTaprootInputForSigs()
checkTaprootInputForSigs(
input
,action
):boolean
Defined in: ts_src/psbt/bip371.ts:259
Checks the taproot input for signatures.
Parameters
input
PsbtInput
The PSBT input to check.
action
string
The action being performed.
Returns
boolean
True if the input has taproot signatures, false otherwise.