bitcoindevkit / rust-electrum-client

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
MIT License
78 stars 63 forks source link

question about the blockchain.transaction.broadcast #127

Open cymqqqq opened 9 months ago

cymqqqq commented 9 months ago

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?