signPsbt
Signs a Partially Signed Bitcoin Transaction (PSBT). PSBTs are used for more complex Bitcoin transactions that may require multiple signatures or advanced scripting.With an embedded wallet,
signature[].address must be your wallet’s own address for the active network, and disableAddressValidation has no effect. See Embedded Wallet Differences.Usage
Parameters
Returns
Promise<{ signedPsbt: string }> - A promise that resolves to an object containing the signed PSBT in Base64 format.
Errors
React
Related functions
- signPsbts - Sign multiple PSBTs
- sendBitcoin - Send a simple Bitcoin transaction
- Embedded Wallet Differences - How these options behave with embedded wallets