etherscan_rate_limit_guard

Macro etherscan_rate_limit_guard 

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