Soroban RPC Server configuration.
@type t() :: %Soroban.RPC.Server{url: String.t()}
@spec futurenet() :: t()
@spec local() :: t()
@spec new(url :: String.t()) :: t()
@spec testnet() :: t()