Skip to main content

Module core

Module core 

Source
Expand description

Core provider traits and information structs used to define general blockchain interaction interfaces.

Structs§

ProviderInfo
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§

ProviderTrait
Baseline traits detailing required interaction methods between the SDK client and the underlying blockchain node or API.