Updates a PSBTOutput with information from provider.
Declared in <psbt.h>
void
UpdatePSBTOutput(
SigningProvider const& provider,
PartiallySignedTransaction& psbt,
int index);
This fills in the redeem_script, witness_script, and hd_keypaths where possible.
| Name | Description |
|---|---|
| provider | The source of scripts and derivation information. |
| psbt | The PSBT containing the output. |
| index | The index of the output to update. |