View Source StellarBase.XDR.LedgerEntryData (Elixir Stellar Base v0.11.1)
Representation of Stellar LedgerEntryData
type.
Link to this section Summary
Link to this section Types
@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()
@type t() :: %StellarBase.XDR.LedgerEntryData{ entry: entry(), type: StellarBase.XDR.LedgerEntryType.t() }
Link to this section Functions
@spec new(entry :: entry(), type :: StellarBase.XDR.LedgerEntryType.t()) :: t()