gill
gill/Type aliases

SolanaClientUrlOrMoniker

type SolanaClientUrlOrMoniker = 
  | SolanaClusterMoniker
  | URL
  | ModifiedClusterUrl;