• Type Parameters

    • K1 extends "Mainnet" | "Testnet"

    • K2 extends string | number | symbol

    Parameters

    • Rest ...args: [K1, K2]

    Returns ToExtPropKey<K1> extends "Mainnet" | "Testnet"
        ? ObjectFromMappingEntries<readonly [readonly ["Mainnet", readonly [readonly ["Ethereum", {
                baseUrl: "https://etherscan.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Etherscan";
            }], readonly ["Solana", {
                baseUrl: "https://explorer.solana.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Solana Explorer";
            }], readonly ["Polygon", {
                baseUrl: "https://polygonscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "PolygonScan";
            }], readonly ["Bsc", {
                baseUrl: "https://bscscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "BscScan";
            }], readonly ["Avalanche", {
                baseUrl: "https://snowtrace.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Snowtrace";
            }], readonly ["Fantom", {
                baseUrl: "https://ftmscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "FTMscan";
            }], readonly ["Celo", {
                baseUrl: "https://explorer.celo.org/mainnet/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Celo Explorer";
            }], readonly ["Moonbeam", {
                baseUrl: "https://moonscan.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Moonscan";
            }], readonly ["Sui", {
                baseUrl: "https://explorer.sui.io/";
                endpoints: {
                    account: "address/";
                    tx: "txblock/";
                };
                name: "Sui Explorer";
            }], readonly ["Aptos", {
                baseUrl: "https://explorer.aptoslabs.com/";
                endpoints: {
                    account: "account/";
                    tx: "txn/";
                };
                name: "Aptos Explorer";
            }], readonly ["Sei", {
                baseUrl: "https://sei.explorers.guru/";
                endpoints: {
                    account: "address/";
                    tx: "transaction/";
                };
                name: "Sei Explorer";
            }]]], readonly ["Testnet", readonly [readonly ["Ethereum", {
                baseUrl: "https://goerli.etherscan.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Etherscan";
            }], readonly ["Polygon", {
                baseUrl: "https://mumbai.polygonscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "PolygonScan";
            }], readonly ["Bsc", {
                baseUrl: "https://testnet.bscscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "BscScan";
            }], readonly ["Avalanche", {
                baseUrl: "https://testnet.snowtrace.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Snowtrace";
            }], readonly ["Fantom", {
                baseUrl: "https://testnet.ftmscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "FTMscan";
            }], readonly ["Celo", {
                baseUrl: "https://explorer.celo.org/alfajores/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Celo Explorer";
            }], readonly ["Moonbeam", {
                baseUrl: "https://moonbase.moonscan.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Moonscan";
            }], readonly ["Solana", {
                baseUrl: "https://explorer.solana.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Solana Explorer";
                networkQuery: {
                    Devnet: "?cluster=devnet";
                    Testnet: "?cluster=testnet";
                    default: "Devnet";
                };
            }], readonly ["Sui", {
                baseUrl: "https://explorer.sui.io/";
                endpoints: {
                    account: "address/";
                    tx: "txblock/";
                };
                name: "Sui Explorer";
                networkQuery: {
                    Devnet: "?network=devnet";
                    Testnet: "?network=testnet";
                    default: "Testnet";
                };
            }], readonly ["Aptos", {
                baseUrl: "https://explorer.aptoslabs.com/";
                endpoints: {
                    account: "account/";
                    tx: "txn/";
                };
                name: "Aptos Explorer";
                networkQuery: {
                    Devnet: "?network=devnet";
                    Testnet: "?network=testnet";
                    default: "Testnet";
                };
            }], readonly ["Sei", {
                baseUrl: "https://sei.explorers.guru/";
                endpoints: {
                    account: "address/";
                    tx: "transaction/";
                };
                name: "Sei Explorer";
            }]]]]>[Object] extends Mapped
            ? ToExtPropKey<K2> extends keyof ObjectFromMappingEntries<readonly [readonly ["Mainnet", readonly [readonly ["Ethereum", {
                    baseUrl: "https://etherscan.io/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "Etherscan";
                }], readonly ["Solana", {
                    baseUrl: "https://explorer.solana.com/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "Solana Explorer";
                }], readonly ["Polygon", {
                    baseUrl: "https://polygonscan.com/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "PolygonScan";
                }], readonly ["Bsc", {
                    baseUrl: "https://bscscan.com/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "BscScan";
                }], readonly ["Avalanche", {
                    baseUrl: "https://snowtrace.io/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "Snowtrace";
                }], readonly ["Fantom", {
                    baseUrl: "https://ftmscan.com/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "FTMscan";
                }], readonly ["Celo", {
                    baseUrl: "https://explorer.celo.org/mainnet/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "Celo Explorer";
                }], readonly ["Moonbeam", {
                    baseUrl: "https://moonscan.io/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "Moonscan";
                }], readonly ["Sui", {
                    baseUrl: "https://explorer.sui.io/";
                    endpoints: {
                        account: "address/";
                        tx: "txblock/";
                    };
                    name: "Sui Explorer";
                }], readonly ["Aptos", {
                    baseUrl: "https://explorer.aptoslabs.com/";
                    endpoints: {
                        account: "account/";
                        tx: "txn/";
                    };
                    name: "Aptos Explorer";
                }], readonly ["Sei", {
                    baseUrl: "https://sei.explorers.guru/";
                    endpoints: {
                        account: "address/";
                        tx: "transaction/";
                    };
                    name: "Sei Explorer";
                }]]], readonly ["Testnet", readonly [readonly ["Ethereum", {
                    baseUrl: "https://goerli.etherscan.io/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "Etherscan";
                }], readonly ["Polygon", {
                    baseUrl: "https://mumbai.polygonscan.com/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "PolygonScan";
                }], readonly ["Bsc", {
                    baseUrl: "https://testnet.bscscan.com/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "BscScan";
                }], readonly ["Avalanche", {
                    baseUrl: "https://testnet.snowtrace.io/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "Snowtrace";
                }], readonly ["Fantom", {
                    baseUrl: "https://testnet.ftmscan.com/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "FTMscan";
                }], readonly ["Celo", {
                    baseUrl: "https://explorer.celo.org/alfajores/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "Celo Explorer";
                }], readonly ["Moonbeam", {
                    baseUrl: "https://moonbase.moonscan.io/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "Moonscan";
                }], readonly ["Solana", {
                    baseUrl: "https://explorer.solana.com/";
                    endpoints: {
                        account: "address/";
                        tx: "tx/";
                    };
                    name: "Solana Explorer";
                    networkQuery: {
                        Devnet: "?cluster=devnet";
                        Testnet: "?cluster=testnet";
                        default: "Devnet";
                    };
                }], readonly ["Sui", {
                    baseUrl: "https://explorer.sui.io/";
                    endpoints: {
                        account: "address/";
                        tx: "txblock/";
                    };
                    name: "Sui Explorer";
                    networkQuery: {
                        Devnet: "?network=devnet";
                        Testnet: "?network=testnet";
                        default: "Testnet";
                    };
                }], readonly ["Aptos", {
                    baseUrl: "https://explorer.aptoslabs.com/";
                    endpoints: {
                        account: "account/";
                        tx: "txn/";
                    };
                    name: "Aptos Explorer";
                    networkQuery: {
                        Devnet: "?network=devnet";
                        Testnet: "?network=testnet";
                        default: "Testnet";
                    };
                }], readonly ["Sei", {
                    baseUrl: "https://sei.explorers.guru/";
                    endpoints: {
                        account: "address/";
                        tx: "transaction/";
                    };
                    name: "Sei Explorer";
                }]]]]>[Object]
                ? ObjectFromMappingEntries<readonly [readonly ["Mainnet", readonly [readonly ["Ethereum", {
                        baseUrl: "https://etherscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Etherscan";
                    }], readonly ["Solana", {
                        baseUrl: "https://explorer.solana.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Solana Explorer";
                    }], readonly ["Polygon", {
                        baseUrl: "https://polygonscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "PolygonScan";
                    }], readonly ["Bsc", {
                        baseUrl: "https://bscscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "BscScan";
                    }], readonly ["Avalanche", {
                        baseUrl: "https://snowtrace.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Snowtrace";
                    }], readonly ["Fantom", {
                        baseUrl: "https://ftmscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "FTMscan";
                    }], readonly ["Celo", {
                        baseUrl: "https://explorer.celo.org/mainnet/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Celo Explorer";
                    }], readonly ["Moonbeam", {
                        baseUrl: "https://moonscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Moonscan";
                    }], readonly ["Sui", {
                        baseUrl: "https://explorer.sui.io/";
                        endpoints: {
                            account: "address/";
                            tx: "txblock/";
                        };
                        name: "Sui Explorer";
                    }], readonly ["Aptos", {
                        baseUrl: "https://explorer.aptoslabs.com/";
                        endpoints: {
                            account: "account/";
                            tx: "txn/";
                        };
                        name: "Aptos Explorer";
                    }], readonly ["Sei", {
                        baseUrl: "https://sei.explorers.guru/";
                        endpoints: {
                            account: "address/";
                            tx: "transaction/";
                        };
                        name: "Sei Explorer";
                    }]]], readonly ["Testnet", readonly [readonly ["Ethereum", {
                        baseUrl: "https://goerli.etherscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Etherscan";
                    }], readonly ["Polygon", {
                        baseUrl: "https://mumbai.polygonscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "PolygonScan";
                    }], readonly ["Bsc", {
                        baseUrl: "https://testnet.bscscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "BscScan";
                    }], readonly ["Avalanche", {
                        baseUrl: "https://testnet.snowtrace.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Snowtrace";
                    }], readonly ["Fantom", {
                        baseUrl: "https://testnet.ftmscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "FTMscan";
                    }], readonly ["Celo", {
                        baseUrl: "https://explorer.celo.org/alfajores/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Celo Explorer";
                    }], readonly ["Moonbeam", {
                        baseUrl: "https://moonbase.moonscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Moonscan";
                    }], readonly ["Solana", {
                        baseUrl: "https://explorer.solana.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Solana Explorer";
                        networkQuery: {
                            Devnet: "?cluster=devnet";
                            Testnet: "?cluster=testnet";
                            default: "Devnet";
                        };
                    }], readonly ["Sui", {
                        baseUrl: "https://explorer.sui.io/";
                        endpoints: {
                            account: "address/";
                            tx: "txblock/";
                        };
                        name: "Sui Explorer";
                        networkQuery: {
                            Devnet: "?network=devnet";
                            Testnet: "?network=testnet";
                            default: "Testnet";
                        };
                    }], readonly ["Aptos", {
                        baseUrl: "https://explorer.aptoslabs.com/";
                        endpoints: {
                            account: "account/";
                            tx: "txn/";
                        };
                        name: "Aptos Explorer";
                        networkQuery: {
                            Devnet: "?network=devnet";
                            Testnet: "?network=testnet";
                            default: "Testnet";
                        };
                    }], readonly ["Sei", {
                        baseUrl: "https://sei.explorers.guru/";
                        endpoints: {
                            account: "address/";
                            tx: "transaction/";
                        };
                        name: "Sei Explorer";
                    }]]]]>[Object][keyof ObjectFromMappingEntries<readonly [readonly ["Mainnet", readonly [readonly ["Ethereum", {
                        baseUrl: "https://etherscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Etherscan";
                    }], readonly ["Solana", {
                        baseUrl: "https://explorer.solana.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Solana Explorer";
                    }], readonly ["Polygon", {
                        baseUrl: "https://polygonscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "PolygonScan";
                    }], readonly ["Bsc", {
                        baseUrl: "https://bscscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "BscScan";
                    }], readonly ["Avalanche", {
                        baseUrl: "https://snowtrace.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Snowtrace";
                    }], readonly ["Fantom", {
                        baseUrl: "https://ftmscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "FTMscan";
                    }], readonly ["Celo", {
                        baseUrl: "https://explorer.celo.org/mainnet/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Celo Explorer";
                    }], readonly ["Moonbeam", {
                        baseUrl: "https://moonscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Moonscan";
                    }], readonly ["Sui", {
                        baseUrl: "https://explorer.sui.io/";
                        endpoints: {
                            account: "address/";
                            tx: "txblock/";
                        };
                        name: "Sui Explorer";
                    }], readonly ["Aptos", {
                        baseUrl: "https://explorer.aptoslabs.com/";
                        endpoints: {
                            account: "account/";
                            tx: "txn/";
                        };
                        name: "Aptos Explorer";
                    }], readonly ["Sei", {
                        baseUrl: "https://sei.explorers.guru/";
                        endpoints: {
                            account: "address/";
                            tx: "transaction/";
                        };
                        name: "Sei Explorer";
                    }]]], readonly ["Testnet", readonly [readonly ["Ethereum", {
                        baseUrl: "https://goerli.etherscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Etherscan";
                    }], readonly ["Polygon", {
                        baseUrl: "https://mumbai.polygonscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "PolygonScan";
                    }], readonly ["Bsc", {
                        baseUrl: "https://testnet.bscscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "BscScan";
                    }], readonly ["Avalanche", {
                        baseUrl: "https://testnet.snowtrace.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Snowtrace";
                    }], readonly ["Fantom", {
                        baseUrl: "https://testnet.ftmscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "FTMscan";
                    }], readonly ["Celo", {
                        baseUrl: "https://explorer.celo.org/alfajores/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Celo Explorer";
                    }], readonly ["Moonbeam", {
                        baseUrl: "https://moonbase.moonscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Moonscan";
                    }], readonly ["Solana", {
                        baseUrl: "https://explorer.solana.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Solana Explorer";
                        networkQuery: {
                            Devnet: "?cluster=devnet";
                            Testnet: "?cluster=testnet";
                            default: "Devnet";
                        };
                    }], readonly ["Sui", {
                        baseUrl: "https://explorer.sui.io/";
                        endpoints: {
                            account: "address/";
                            tx: "txblock/";
                        };
                        name: "Sui Explorer";
                        networkQuery: {
                            Devnet: "?network=devnet";
                            Testnet: "?network=testnet";
                            default: "Testnet";
                        };
                    }], readonly ["Aptos", {
                        baseUrl: "https://explorer.aptoslabs.com/";
                        endpoints: {
                            account: "account/";
                            tx: "txn/";
                        };
                        name: "Aptos Explorer";
                        networkQuery: {
                            Devnet: "?network=devnet";
                            Testnet: "?network=testnet";
                            default: "Testnet";
                        };
                    }], readonly ["Sei", {
                        baseUrl: "https://sei.explorers.guru/";
                        endpoints: {
                            account: "address/";
                            tx: "transaction/";
                        };
                        name: "Sei Explorer";
                    }]]]]>[Object] & ToExtPropKey<K2>] extends Mapped
                    ? any[any]
                    : ObjectFromMappingEntries<readonly [readonly ["Mainnet", readonly [readonly ["Ethereum", {
                        baseUrl: "https://etherscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Etherscan";
                    }], readonly ["Solana", {
                        baseUrl: "https://explorer.solana.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Solana Explorer";
                    }], readonly ["Polygon", {
                        baseUrl: "https://polygonscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "PolygonScan";
                    }], readonly ["Bsc", {
                        baseUrl: "https://bscscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "BscScan";
                    }], readonly ["Avalanche", {
                        baseUrl: "https://snowtrace.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Snowtrace";
                    }], readonly ["Fantom", {
                        baseUrl: "https://ftmscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "FTMscan";
                    }], readonly ["Celo", {
                        baseUrl: "https://explorer.celo.org/mainnet/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Celo Explorer";
                    }], readonly ["Moonbeam", {
                        baseUrl: "https://moonscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Moonscan";
                    }], readonly ["Sui", {
                        baseUrl: "https://explorer.sui.io/";
                        endpoints: {
                            account: "address/";
                            tx: "txblock/";
                        };
                        name: "Sui Explorer";
                    }], readonly ["Aptos", {
                        baseUrl: "https://explorer.aptoslabs.com/";
                        endpoints: {
                            account: "account/";
                            tx: "txn/";
                        };
                        name: "Aptos Explorer";
                    }], readonly ["Sei", {
                        baseUrl: "https://sei.explorers.guru/";
                        endpoints: {
                            account: "address/";
                            tx: "transaction/";
                        };
                        name: "Sei Explorer";
                    }]]], readonly ["Testnet", readonly [readonly ["Ethereum", {
                        baseUrl: "https://goerli.etherscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Etherscan";
                    }], readonly ["Polygon", {
                        baseUrl: "https://mumbai.polygonscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "PolygonScan";
                    }], readonly ["Bsc", {
                        baseUrl: "https://testnet.bscscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "BscScan";
                    }], readonly ["Avalanche", {
                        baseUrl: "https://testnet.snowtrace.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Snowtrace";
                    }], readonly ["Fantom", {
                        baseUrl: "https://testnet.ftmscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "FTMscan";
                    }], readonly ["Celo", {
                        baseUrl: "https://explorer.celo.org/alfajores/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Celo Explorer";
                    }], readonly ["Moonbeam", {
                        baseUrl: "https://moonbase.moonscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Moonscan";
                    }], readonly ["Solana", {
                        baseUrl: "https://explorer.solana.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Solana Explorer";
                        networkQuery: {
                            Devnet: "?cluster=devnet";
                            Testnet: "?cluster=testnet";
                            default: "Devnet";
                        };
                    }], readonly ["Sui", {
                        baseUrl: "https://explorer.sui.io/";
                        endpoints: {
                            account: "address/";
                            tx: "txblock/";
                        };
                        name: "Sui Explorer";
                        networkQuery: {
                            Devnet: "?network=devnet";
                            Testnet: "?network=testnet";
                            default: "Testnet";
                        };
                    }], readonly ["Aptos", {
                        baseUrl: "https://explorer.aptoslabs.com/";
                        endpoints: {
                            account: "account/";
                            tx: "txn/";
                        };
                        name: "Aptos Explorer";
                        networkQuery: {
                            Devnet: "?network=devnet";
                            Testnet: "?network=testnet";
                            default: "Testnet";
                        };
                    }], readonly ["Sei", {
                        baseUrl: "https://sei.explorers.guru/";
                        endpoints: {
                            account: "address/";
                            tx: "transaction/";
                        };
                        name: "Sei Explorer";
                    }]]]]>[Object][keyof ObjectFromMappingEntries<readonly [readonly ["Mainnet", readonly [readonly ["Ethereum", {
                        baseUrl: "https://etherscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Etherscan";
                    }], readonly ["Solana", {
                        baseUrl: "https://explorer.solana.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Solana Explorer";
                    }], readonly ["Polygon", {
                        baseUrl: "https://polygonscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "PolygonScan";
                    }], readonly ["Bsc", {
                        baseUrl: "https://bscscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "BscScan";
                    }], readonly ["Avalanche", {
                        baseUrl: "https://snowtrace.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Snowtrace";
                    }], readonly ["Fantom", {
                        baseUrl: "https://ftmscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "FTMscan";
                    }], readonly ["Celo", {
                        baseUrl: "https://explorer.celo.org/mainnet/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Celo Explorer";
                    }], readonly ["Moonbeam", {
                        baseUrl: "https://moonscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Moonscan";
                    }], readonly ["Sui", {
                        baseUrl: "https://explorer.sui.io/";
                        endpoints: {
                            account: "address/";
                            tx: "txblock/";
                        };
                        name: "Sui Explorer";
                    }], readonly ["Aptos", {
                        baseUrl: "https://explorer.aptoslabs.com/";
                        endpoints: {
                            account: "account/";
                            tx: "txn/";
                        };
                        name: "Aptos Explorer";
                    }], readonly ["Sei", {
                        baseUrl: "https://sei.explorers.guru/";
                        endpoints: {
                            account: "address/";
                            tx: "transaction/";
                        };
                        name: "Sei Explorer";
                    }]]], readonly ["Testnet", readonly [readonly ["Ethereum", {
                        baseUrl: "https://goerli.etherscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Etherscan";
                    }], readonly ["Polygon", {
                        baseUrl: "https://mumbai.polygonscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "PolygonScan";
                    }], readonly ["Bsc", {
                        baseUrl: "https://testnet.bscscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "BscScan";
                    }], readonly ["Avalanche", {
                        baseUrl: "https://testnet.snowtrace.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Snowtrace";
                    }], readonly ["Fantom", {
                        baseUrl: "https://testnet.ftmscan.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "FTMscan";
                    }], readonly ["Celo", {
                        baseUrl: "https://explorer.celo.org/alfajores/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Celo Explorer";
                    }], readonly ["Moonbeam", {
                        baseUrl: "https://moonbase.moonscan.io/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Moonscan";
                    }], readonly ["Solana", {
                        baseUrl: "https://explorer.solana.com/";
                        endpoints: {
                            account: "address/";
                            tx: "tx/";
                        };
                        name: "Solana Explorer";
                        networkQuery: {
                            Devnet: "?cluster=devnet";
                            Testnet: "?cluster=testnet";
                            default: "Devnet";
                        };
                    }], readonly ["Sui", {
                        baseUrl: "https://explorer.sui.io/";
                        endpoints: {
                            account: "address/";
                            tx: "txblock/";
                        };
                        name: "Sui Explorer";
                        networkQuery: {
                            Devnet: "?network=devnet";
                            Testnet: "?network=testnet";
                            default: "Testnet";
                        };
                    }], readonly ["Aptos", {
                        baseUrl: "https://explorer.aptoslabs.com/";
                        endpoints: {
                            account: "account/";
                            tx: "txn/";
                        };
                        name: "Aptos Explorer";
                        networkQuery: {
                            Devnet: "?network=devnet";
                            Testnet: "?network=testnet";
                            default: "Testnet";
                        };
                    }], readonly ["Sei", {
                        baseUrl: "https://sei.explorers.guru/";
                        endpoints: {
                            account: "address/";
                            tx: "transaction/";
                        };
                        name: "Sei Explorer";
                    }]]]]>[Object] & ToExtPropKey<K2>]
                : never
            : ObjectFromMappingEntries<readonly [readonly ["Mainnet", readonly [readonly ["Ethereum", {
                baseUrl: "https://etherscan.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Etherscan";
            }], readonly ["Solana", {
                baseUrl: "https://explorer.solana.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Solana Explorer";
            }], readonly ["Polygon", {
                baseUrl: "https://polygonscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "PolygonScan";
            }], readonly ["Bsc", {
                baseUrl: "https://bscscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "BscScan";
            }], readonly ["Avalanche", {
                baseUrl: "https://snowtrace.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Snowtrace";
            }], readonly ["Fantom", {
                baseUrl: "https://ftmscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "FTMscan";
            }], readonly ["Celo", {
                baseUrl: "https://explorer.celo.org/mainnet/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Celo Explorer";
            }], readonly ["Moonbeam", {
                baseUrl: "https://moonscan.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Moonscan";
            }], readonly ["Sui", {
                baseUrl: "https://explorer.sui.io/";
                endpoints: {
                    account: "address/";
                    tx: "txblock/";
                };
                name: "Sui Explorer";
            }], readonly ["Aptos", {
                baseUrl: "https://explorer.aptoslabs.com/";
                endpoints: {
                    account: "account/";
                    tx: "txn/";
                };
                name: "Aptos Explorer";
            }], readonly ["Sei", {
                baseUrl: "https://sei.explorers.guru/";
                endpoints: {
                    account: "address/";
                    tx: "transaction/";
                };
                name: "Sei Explorer";
            }]]], readonly ["Testnet", readonly [readonly ["Ethereum", {
                baseUrl: "https://goerli.etherscan.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Etherscan";
            }], readonly ["Polygon", {
                baseUrl: "https://mumbai.polygonscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "PolygonScan";
            }], readonly ["Bsc", {
                baseUrl: "https://testnet.bscscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "BscScan";
            }], readonly ["Avalanche", {
                baseUrl: "https://testnet.snowtrace.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Snowtrace";
            }], readonly ["Fantom", {
                baseUrl: "https://testnet.ftmscan.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "FTMscan";
            }], readonly ["Celo", {
                baseUrl: "https://explorer.celo.org/alfajores/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Celo Explorer";
            }], readonly ["Moonbeam", {
                baseUrl: "https://moonbase.moonscan.io/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Moonscan";
            }], readonly ["Solana", {
                baseUrl: "https://explorer.solana.com/";
                endpoints: {
                    account: "address/";
                    tx: "tx/";
                };
                name: "Solana Explorer";
                networkQuery: {
                    Devnet: "?cluster=devnet";
                    Testnet: "?cluster=testnet";
                    default: "Devnet";
                };
            }], readonly ["Sui", {
                baseUrl: "https://explorer.sui.io/";
                endpoints: {
                    account: "address/";
                    tx: "txblock/";
                };
                name: "Sui Explorer";
                networkQuery: {
                    Devnet: "?network=devnet";
                    Testnet: "?network=testnet";
                    default: "Testnet";
                };
            }], readonly ["Aptos", {
                baseUrl: "https://explorer.aptoslabs.com/";
                endpoints: {
                    account: "account/";
                    tx: "txn/";
                };
                name: "Aptos Explorer";
                networkQuery: {
                    Devnet: "?network=devnet";
                    Testnet: "?network=testnet";
                    default: "Testnet";
                };
            }], readonly ["Sei", {
                baseUrl: "https://sei.explorers.guru/";
                endpoints: {
                    account: "address/";
                    tx: "transaction/";
                };
                name: "Sei Explorer";
            }]]]]>[Object]
        : never

Generated using TypeDoc