View Source StellarBase.XDR.Operations.SetOptions (Elixir Stellar Base v0.16.0)
Representation of Stellar SetOptions
type.
Summary
Types
@type t() :: %StellarBase.XDR.Operations.SetOptions{ clear_flags: StellarBase.XDR.OptionalUInt32.t(), high_threshold: StellarBase.XDR.OptionalUInt32.t(), home_domain: StellarBase.XDR.OptionalString32.t(), inflation_dest: StellarBase.XDR.OptionalAccountID.t(), low_threshold: StellarBase.XDR.OptionalUInt32.t(), master_weight: StellarBase.XDR.OptionalUInt32.t(), med_threshold: StellarBase.XDR.OptionalUInt32.t(), set_flags: StellarBase.XDR.OptionalUInt32.t(), signer: StellarBase.XDR.OptionalSigner.t() }
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@spec new( inflation_dest :: StellarBase.XDR.OptionalAccountID.t(), clear_flags :: StellarBase.XDR.OptionalUInt32.t(), set_flags :: StellarBase.XDR.OptionalUInt32.t(), master_weight :: StellarBase.XDR.OptionalUInt32.t(), low_threshold :: StellarBase.XDR.OptionalUInt32.t(), med_threshold :: StellarBase.XDR.OptionalUInt32.t(), high_threshold :: StellarBase.XDR.OptionalUInt32.t(), home_domain :: StellarBase.XDR.OptionalString32.t(), signer :: StellarBase.XDR.OptionalSigner.t() ) :: t()