checkTaprootInputFields
bitcoinjs-lib / bip371 / checkTaprootInputFields
Function: checkTaprootInputFields()
checkTaprootInputFields(
inputData
,newInputData
,action
):void
Defined in: ts_src/psbt/bip371.ts:132
Checks the taproot input fields for consistency.
Parameters
inputData
PsbtInput
The original input data.
newInputData
PsbtInput
The new input data.
action
string
The action being performed.
Returns
void
Throws
Throws an error if the input fields are inconsistent.