View Source Stellar.Horizon.Account.Thresholds (Elixir Stellar SDK v0.15.0)

Represents Thresholds for an account.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.Horizon.Account.Thresholds{
  high_threshold: weight(),
  low_threshold: weight(),
  med_threshold: weight()
}
@type weight() :: 0..255