Write the docs for blockchain::*

This commit is contained in:
Alekos Filini
2020-09-03 11:36:07 +02:00
parent c0867a6adc
commit 6b9c363937
6 changed files with 231 additions and 11 deletions

View File

@@ -80,9 +80,3 @@ pub use wallet::address_validator;
pub use wallet::signer;
pub use wallet::tx_builder::TxBuilder;
pub use wallet::{OfflineWallet, Wallet};
#[cfg(feature = "esplora")]
pub use blockchain::esplora::EsploraBlockchain;
#[cfg(feature = "electrum")]
pub use blockchain::electrum::ElectrumBlockchain;