utxoupdatepsbt
Summary
Updates all segwit inputs and outputs in a PSBT with data from output descriptors, the UTXO set, txindex, or the mempool.
Description
Updates all segwit inputs and outputs in a PSBT with data from output descriptors, the UTXO set, txindex, or the mempool.
Arguments
psbt(STR, required): A base64 string of a PSBTdescriptors(ARR): An array of either strings or objectsvalue(STR): An output descriptorvalue(OBJ): An object with an output descriptor and extra informationdesc(STR, required): An output descriptorrange(RANGE): Up to what index HD chains should be explored (either end or [begin,end])
Results
value(STR): The base64-encoded partially signed transaction with inputs updated
Examples
qbit-cli utxoupdatepsbt "psbt"