View Source StellarBase.XDR.LedgerKeyConfigSetting (Elixir Stellar Base v0.10.0)

Representation of Stellar LedgerKeyConfigSetting type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.LedgerKeyConfigSetting{
  config_setting_id: StellarBase.XDR.ConfigSettingID.t()
}

Link to this section Functions

@spec new(config_setting_id :: StellarBase.XDR.ConfigSettingID.t()) :: t()