interface ExplorerLinkProps {
    chain: Chain;
    explorerUrl?: string;
    hashOrAddress: `0x${string}`;
    text?: string;
}

Hierarchy (view full)

Properties

chain: Chain
explorerUrl?: string
hashOrAddress: `0x${string}`
text?: string