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