View Source Stellar.Horizon.FeeStats (Elixir Stellar SDK v0.22.0)
Exposes functions to interact with FeeStats in Horizon.
You can:
- Retrieve the fee stats.
Horizon API reference: https://developers.stellar.org/api/aggregations/fee-stats/
Summary
Functions
Retrieves information of the fee stats.
Types
@type resource() :: Stellar.Horizon.FeeStat.t()
@type response() :: {:ok, resource()} | {:error, Stellar.Horizon.Error.t()}
@type server() :: Stellar.Horizon.Server.t()