rust-electrum-client
rust-electrum-client copied to clipboard
question about the blockchain.transaction.broadcast
Hi there, I found the blockchain.transaction.broadcast in the raw_client.rs source code, so I have a question here: In rust-bitcoin repo, there is a send_transaction interface in their source code, so what are the differences between them? Can I use the send_transaction api instead of broadcast?