View Source Stellar.Horizon.Server (Elixir Stellar SDK v0.21.1)

Horizon Server URL configuration.

Summary

Types

@type t() :: %Stellar.Horizon.Server{url: String.t()}

Functions

@spec futurenet() :: t()
@spec local() :: t()
@spec new(url :: String.t()) :: t()
@spec public() :: t()
@spec testnet() :: t()