signPsbts
Signs multiple Partially Signed Bitcoin Transactions (PSBTs) in a single operation. This is useful for batch operations or when working with multiple transactions that need to be signed together.Each request follows the same rules as signing a single PSBT. With an embedded wallet, that includes the address and option constraints described in Embedded Wallet Differences.
Usage
Parameters
Returns
Promise<{ signedPsbts: string[] }> - A promise that resolves to an object containing an array of signed PSBTs in Base64 format.
Errors
Related functions
- signPsbt - Sign a single PSBT
- sendBitcoin - Send a simple Bitcoin transaction
- Embedded Wallet Differences - How these options behave with embedded wallets