Stellar.XDR.Operations.SetOptions (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar SetOptions type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.Operations.SetOptions{
  clear_flags: Stellar.XDR.OptionalUInt32.t(),
  high_threshold: Stellar.XDR.OptionalUInt32.t(),
  home_domain: Stellar.XDR.OptionalString32.t(),
  inflation_dest: Stellar.XDR.OptionalAccountID.t(),
  low_threshold: Stellar.XDR.OptionalUInt32.t(),
  master_weight: Stellar.XDR.OptionalUInt32.t(),
  med_threshold: Stellar.XDR.OptionalUInt32.t(),
  set_flags: Stellar.XDR.OptionalUInt32.t(),
  signer: Stellar.XDR.Signer.t()
}

Link to this section Functions

Link to this function

new(inflation_dest, clear_flags, set_flags, master_weight, low_threshold, med_threshold, high_threshold, home_domain, signer)

View Source

Specs

new(
  inflation_dest :: Stellar.XDR.OptionalAccountID.t(),
  clear_flags :: Stellar.XDR.OptionalUInt32.t(),
  set_flags :: Stellar.XDR.OptionalUInt32.t(),
  master_weight :: Stellar.XDR.OptionalUInt32.t(),
  low_threshold :: Stellar.XDR.OptionalUInt32.t(),
  med_threshold :: Stellar.XDR.OptionalUInt32.t(),
  high_threshold :: Stellar.XDR.OptionalUInt32.t(),
  home_domain :: Stellar.XDR.OptionalString32.t(),
  signer :: Stellar.XDR.Signer.t()
) :: t()