Crate bwt

Source

Re-exports§

pub use app::App;
pub use config::Config;
pub use indexer::IndexChange;
pub use indexer::Indexer;
pub use query::Query;
pub use types::RescanSince;
pub use util::progress::Progress;
pub use wallet::Wallet;
pub use wallet::WalletWatcher;

Modules§

app
config
electrum
error
http
indexer
listener
query
store
types
util
wallet

Structs§

Error
The Error type, a wrapper around a dynamic error type.

Constants§

BWT_VERSION

Type Aliases§

Result
Result<T, Error>