View Source Stellar.Horizon.FeeStat (Elixir Stellar SDK v0.9.1)

Represents a FeeStat resource from Horizon API.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.Horizon.FeeStat{
  fee_charged: map(),
  last_ledger: non_neg_integer(),
  last_ledger_base_fee: non_neg_integer(),
  ledger_capacity_usage: float(),
  max_fee: map()
}