bdk/crates/bitcoind_rpc
志宇 77d35954c1
feat(chain)!: rm local_chain::Update
The intention is to remove the `Update::introduce_older_blocks`
parameter and update the local chain directly with `CheckPoint`.

This simplifies the API and there is a way to do this efficiently.
2024-04-17 10:57:50 +08:00
..
2024-04-12 11:43:25 -05:00

BDK Bitcoind RPC

This crate is used for emitting blockchain data from the bitcoind RPC interface.