Elixir Stellar Base v0.12.0
  • Pages
  • Modules

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

    Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten

    Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr

    Representation of Stellar ConfigSettingEntry type.

    Link to this section Summary

    Types

    t()
    value()

    Functions

    new(value, type)

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() :: %StellarBase.XDR.ConfigSettingEntry{
      type: StellarBase.XDR.ConfigSettingID.t(),
      value: value()
    }
    Link to this type

    value()

    View Source
    @type value() ::
      StellarBase.XDR.UInt32.t()
      | StellarBase.XDR.ConfigSettingContractComputeV0.t()
      | StellarBase.XDR.ConfigSettingContractLedgerCostV0.t()
      | StellarBase.XDR.ConfigSettingContractHistoricalDataV0.t()
      | StellarBase.XDR.ConfigSettingContractMetaDataV0.t()
      | StellarBase.XDR.ConfigSettingContractBandwidthV0.t()
      | StellarBase.XDR.ContractCostParams.t()
      | StellarBase.XDR.StateExpirationSettings.t()
      | StellarBase.XDR.ConfigSettingContractExecutionLanesV0.t()
      | StellarBase.XDR.UInt64List.t()

    Link to this section Functions

    Link to this function

    new(value, type)

    View Source
    @spec new(value :: value(), type :: StellarBase.XDR.ConfigSettingID.t()) :: t()

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.1) for the Elixir programming language