Module backoff

Module backoff 

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

HermesExponentialBackoff
A wrapper around the backoff crate’s exponential backoff configuration.
HermesExponentialBackoffBuilder
Builder for [PythLazerExponentialBackoff].