async fn resolve_block_tag<P: Provider<N>, N: Network>( provider: &P, tag: BlockNumberOrTag, ) -> Result<u64>
Resolves a [BlockNumberOrTag] to a concrete block number, querying the provider for tags.
BlockNumberOrTag