lib: expose BDK's electrum client

This commit is contained in:
Michael Mallan 2024-08-27 14:42:47 +01:00
parent 72c6314898
commit 177dfc46c3
No known key found for this signature in database
GPG Key ID: 5177CDCEDB0EABEB

View File

@ -13,6 +13,7 @@ pub mod spend;
#[cfg(test)]
mod testutils;
pub use bdk_electrum::electrum_client;
pub use bip39;
use bitcoin::electrum;
pub use miniscript;