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