-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better Electrum and Esplora clients #662
Comments
Electrum
Esplora
Per discussion w Conor |
We've got |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our Electrum and Esplora clients are not offering all that's available to standard Electrum and Esplora clients. Many of the available methods are not useful at the bdk-ffi layer (things like subscribing to specific script updates), but some could be (like requesting a particular block header, or requesting a random transaction given its Txid).
After looking at the APIs for Electrum and Esplora, here are a few I think could be useful for folks interacting with these clients.
Electrum
ElectrumApi::block_header()
ElectrumApi::relay_fee()
ElectrumApi::transaction_get_raw()
orElectrumApi::transaction_get()
ElectrumApi::ping()
Esplora
BlockingClient::get_tx()
BlockingClient::get_tx_status()
BlockingClient::get_tx_info()
BlockingClient::get_block_by_hash()
The text was updated successfully, but these errors were encountered: