View Source StellarBase.XDR.ConfigSettingEntry (Elixir Stellar Base v0.9.0)

Representation of Stellar ConfigSettingEntry type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.ConfigSettingEntry{
  config_setting: StellarBase.XDR.ConfigSetting.t(),
  config_setting_id: StellarBase.XDR.ConfigSettingID.t(),
  ext: StellarBase.XDR.Ext.t()
}

Link to this section Functions

Link to this function

new(config_setting_id, config_setting, ext)

View Source
@spec new(
  config_setting_id :: StellarBase.XDR.ConfigSettingID.t(),
  config_setting :: StellarBase.XDR.ConfigSetting.t(),
  ext :: StellarBase.XDR.Ext.t()
) :: t()