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

Represents Thresholds for an account.

Link to this section Summary

Link to this section Types

Specs

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

Specs

weight() :: 0..255