Expand description
Exponential backoff implementation for Pyth Lazer client.
This module provides a wrapper around the backoff crate’s exponential backoff functionality,
offering a simplified interface tailored for Pyth Lazer client operations.
Structs§
- Hermes
Exponential Backoff - A wrapper around the backoff crate’s exponential backoff configuration.
- Hermes
Exponential Backoff Builder - Builder for [
PythLazerExponentialBackoff].