Skip to main content

is_tempo_hardfork_active

Function is_tempo_hardfork_active 

Source
async fn is_tempo_hardfork_active<P>(
    provider: &P,
    hardfork: TempoHardfork,
) -> Result<bool>
where P: Provider<TempoNetwork>,