UNPKG

@exodus/solana-web3.js

Version:
6 lines (5 loc) 213 B
export declare type Cluster = 'devnet' | 'testnet' | 'mainnet-beta'; /** * Retrieves the RPC API URL for the specified cluster */ export declare function clusterApiUrl(cluster?: Cluster, tls?: boolean): string;