StellarBase.XDR.Operations.SetOptions (Elixir Stellar Base v0.2.2) View Source
Representation of Stellar SetOptions
type.
Link to this section Summary
Link to this section Types
Specs
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.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 SourceSpecs
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.Signer.t() ) :: t()