UNPKG

@mysten/sui

Version:

Sui TypeScript API(Work in Progress)

2 lines (1 loc) 240 B
export declare function getFullnodeUrl(network: 'mainnet' | 'testnet' | 'devnet' | 'localnet'): "https://fullnode.mainnet.sui.io:443" | "https://fullnode.testnet.sui.io:443" | "https://fullnode.devnet.sui.io:443" | "http://127.0.0.1:9000";