sendRawTransaction
Sends a raw Bitcoin transaction using the mempool.space API. This is useful when you have a fully constructed and signed raw transaction that you want to broadcast to the network.Usage
Parameters
Returns
Promise<{ transactionId: string }> - A promise that resolves to an object containing the transaction ID.
Errors
React
Related functions
- sendBitcoin - Send a simple Bitcoin transaction
- signPsbt - Sign a PSBT