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§
Structs§
- Error
- The
Errortype, a wrapper around a dynamic error type.
Constants§
Type Aliases§
- Result
Result<T, Error>