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§
- Pyth
Lazer Exponential Backoff - A wrapper around the backoff crate’s exponential backoff configuration.
- Pyth
Lazer Exponential Backoff Builder - Builder for
PythLazerExponentialBackoff
.