[][src]Crate bwt

Re-exports

pub use app::App;
pub use config::Config;
pub use hd::HDWallet;
pub use hd::HDWatcher;
pub use indexer::IndexChange;
pub use indexer::Indexer;
pub use query::Query;

Modules

app
config
electrum
error
hd
http
indexer
listener
merkle
query
store
types
util

Structs

Error

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

Type Definitions

Result

Result<T, Error>