StellarBase.XDR.Thresholds (Elixir Stellar Base v0.8.5) View Source

Representation of an AccountEntry's Thresholds. Thresholds stores unsigned bytes: [weight of master|low|med|high]

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.Thresholds{
  high: byte(),
  low: byte(),
  master_weight: byte(),
  med: byte()
}

Specs

thresholds() :: [master_weight: byte(), low: byte(), med: byte(), high: byte()]

Link to this section Functions

Specs

new(thresholds :: thresholds()) :: t()