CCC Docs
    Preparing search index...

    Options for signing a PSBT, in the shape expected by the UniSat wallet API.

    interface SignPsbtOptions {
        autoFinalized?: boolean;
        toSignInputs?: SignPsbtInput[];
    }
    Index
    autoFinalized?: boolean

    Whether to finalize the signed inputs after signing. The wallet defaults to true.

    toSignInputs?: SignPsbtInput[]

    The inputs to sign. When omitted, the wallet signs every input it can sign with the current account.