macro_rules! etherscan_rate_limit_guard {
($request:expr) => { ... };
($request:expr, $secs:expr) => { ... };
}Expand description
Automaticall pause the request if the rate limit is reached and resume it after the rate limit is reset.
macro_rules! etherscan_rate_limit_guard {
($request:expr) => { ... };
($request:expr, $secs:expr) => { ... };
}Automaticall pause the request if the rate limit is reached and resume it after the rate limit is reset.