Expand description
BDK Electrum goodness.
Re-exports§
pub use electrum_streaming_client;
Structs§
- Async
Client - Blocking
Client - Cache
- A monotonically growing cache.
- Chain
Job - A job that tries to update the
State’s internalCheckPointto the latest tip. - Derived
SpkTracker - Keeps track of spks.
- ReqCoord
- Request coordinator.
- ReqQueuer
- Queues requests to broadcast so that once the response is received, we can determine it’s response type and associated jobs.
- SpkJob
- State
Enums§
Functions§
- from_
raw - run_
async - Run
Statewith the provided transport, update channel and client channel. - run_
blocking