Expand description
Core provider traits and information structs used to define general blockchain interaction interfaces.
Structs§
- Provider
Info - Contains foundational configuration elements required for initializing a generic blockchain provider.
Constants§
- DEFAULT_
ESPLORA_ TIMEOUT_ SECS - The standard timeout duration (in seconds) applied to Esplora REST API requests.
- DEFAULT_
FEE_ RATE - The fallback default fee rate (in sats/kvb) to use when dynamic estimates fail.
Traits§
- Provider
Trait - Baseline traits detailing required interaction methods between the SDK client and the underlying blockchain node or API.