Which input to sign (index in the PSBT inputs array).
OptionalsighashTypes?: number[]Sighash types to use for signing.
OptionaldisableTweakSigner?: booleanSign with the original private key instead of the tweaked one for Taproot inputs.
The address whose corresponding private key to use for signing.
OptionalpublicKey?: stringThe public key (hex without 0x prefix) whose corresponding private key to use for signing.
Optionaladdress?: stringThe address whose corresponding private key to use for signing.
The public key (hex without 0x prefix) whose corresponding private key to use for signing.
An input to sign, in the shape expected by the UniSat wallet API. Must specify at least one of: address or publicKey.