Elixir Stellar Base
v0.15.0
  • Pages
  • Modules

    View Source StellarBase.XDR.ConfigSettingEntry (Elixir Stellar Base v0.15.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.

    Summary

    Types

    t()
    value()

    Functions

    new(value, type)

    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.ConfigSettingContractEventsV0.t()
      | StellarBase.XDR.ConfigSettingContractBandwidthV0.t()
      | StellarBase.XDR.ContractCostParams.t()
      | StellarBase.XDR.StateArchivalSettings.t()
      | StellarBase.XDR.ConfigSettingContractExecutionLanesV0.t()
      | StellarBase.XDR.UInt64List.t()
      | StellarBase.XDR.EvictionIterator.t()

    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.30.3) for the Elixir programming language