dAppBooster
    Preparing search index...
    interface ExplorerLinkProps {
        chain: Chain;
        explorerUrl?: string;
        hashOrAddress: `0x${string}`;
        text?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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