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

Represents Thresholds for an account.

Summary

Types

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