gill
gill/Type aliases

ModifiedClusterUrl

type ModifiedClusterUrl = 
  | MainnetUrl
  | DevnetUrl
  | TestnetUrl
  | LocalnetUrl
  | GenericUrl;