Elixir Stellar Base v0.11.0
  • Pages
  • Modules

    View Source StellarBase.XDR.LedgerEntryData (Elixir Stellar Base v0.11.0)

    Representation of Stellar LedgerEntryData type.

    Link to this section Summary

    Types

    entry()
    t()

    Functions

    new(entry, type)

    Link to this section Types

    Link to this type

    entry()

    View Source
    @type entry() ::
      StellarBase.XDR.AccountEntry.t()
      | StellarBase.XDR.TrustLineEntry.t()
      | StellarBase.XDR.OfferEntry.t()
      | StellarBase.XDR.DataEntry.t()
      | StellarBase.XDR.ClaimableBalanceEntry.t()
      | StellarBase.XDR.LiquidityPoolEntry.t()
      | StellarBase.XDR.ContractDataEntry.t()
      | StellarBase.XDR.ContractCodeEntry.t()
      | StellarBase.XDR.ConfigSettingEntry.t()
    Link to this type

    t()

    View Source
    @type t() :: %StellarBase.XDR.LedgerEntryData{
      entry: entry(),
      type: StellarBase.XDR.LedgerEntryType.t()
    }

    Link to this section Functions

    Link to this function

    new(entry, type)

    View Source
    @spec new(entry :: entry(), type :: StellarBase.XDR.LedgerEntryType.t()) :: t()

    Hex Package Hex Preview (current file) Download ePub version

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