common::PSBTFillOptions

Instructions for how a PSBT should be signed or filled with information.

Synopsis

Declared in <common/types.h>

struct PSBTFillOptions;

Data Members

NameDescription
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.