Function.evmExplorerAddressUrl
function evmExplorerAddressUrl(network: EvmNetwork, address: string): string | undefined;
Explorer page of an address, or undefined on a chain without one.
Parameters
| Parameter | Type |
|---|---|
network | EvmNetwork |
address | string |
Returns
string | undefined