bdk_electrum 0.24.0

Fetch data from electrum in the form BDK accepts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# BDK Electrum

BDK Electrum extends [`electrum-client`] to update [`bdk_chain`] structures
from an Electrum server.

## Minimum Supported Rust Version (MSRV)
This crate has a MSRV of 1.75.0.

To build with MSRV you will need to pin dependencies as follows:
```shell
cargo update -p home --precise "0.5.9"
```

[`electrum-client`]: https://docs.rs/electrum-client/
[`bdk_chain`]: https://docs.rs/bdk-chain/