21 breaking releases
| 0.22.0 | Sep 12, 2025 |
|---|---|
| 0.20.0 | May 27, 2025 |
| 0.18.0 | Feb 5, 2025 |
| 0.17.1 | Dec 19, 2024 |
| 0.1.0 | Oct 12, 2023 |
#1 in #bitcoin-core-rpc
32,312 downloads per month
Used in 6 crates
(4 directly)
74KB
1K
SLoC
This crate is used for emitting blockchain data from the bitcoind RPC interface. It does not
use the wallet RPC API, so this crate can be used with wallet-disabled Bitcoin Core nodes.
Emitter is the main structure which sources blockchain data from
bitcoincore_rpc::Client.
To only get block updates (exclude mempool transactions), the caller can use
Emitter::next_block until it returns Ok(None) (which means the chain tip is reached). A
separate method, Emitter::mempool can be used to emit the whole mempool.
BDK Bitcoind RPC
This crate is used for emitting blockchain data from the bitcoind RPC interface.
Dependencies
~9MB
~133K SLoC