Instructions for how a PSBT should be signed or filled with information.
Declared in <common/types.h>
struct PSBTFillOptions;
| Name | Description |
|---|---|
bip32_derivs | Whether to fill in bip32 derivation information if available. |
finalize | Whether to create the final scriptSig or scriptWitness if possible. |
sighash_type | The sighash type to use when signing (if PSBT does not specify). |
sign | Whether to sign or not. |