macro_rules! tempo_post_genesis_hardforks {
($callback:ident) => { ... };
}Expand description
Invokes the given macro with all post-Genesis Tempo hardfork variants.
This lets downstream crates generate per-hardfork APIs from the same variant list as
TempoHardfork without depending on Tempo’s chainspec implementation.