pub async fn explorer_from_url( network: Network, block_explorer_type: BlockExplorerType, url: Url, ) -> Box<dyn Explorer>
Construct a block explorer client from an RPC URL, a network and a block explorer type