dAppBooster
    Preparing search index...

    Type Alias GetExplorerUrlParams

    type GetExplorerUrlParams = {
        chain: Chain;
        explorerUrl?: string;
        hashOrAddress: Hash | Address;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chain: Chain
    explorerUrl?: string
    hashOrAddress: Hash | Address