View Source StellarBase.XDR.ConfigSetting (Elixir Stellar Base v0.9.1)
Representation of Stellar ConfigSetting
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.ConfigSetting{ type: StellarBase.XDR.ConfigSettingType.t(), value: value() }
@type value() :: StellarBase.XDR.UInt32.t()
Link to this section Functions
@spec new(value :: value(), type :: StellarBase.XDR.ConfigSettingType.t()) :: t()