View Source StellarBase.XDR.LedgerKey (Elixir Stellar Base v0.9.0)
Representation of Stellar LedgerEntry
type.
Link to this section Summary
Link to this section Types
@type entry() :: StellarBase.XDR.Account.t() | StellarBase.XDR.TrustLine.t() | StellarBase.XDR.Offer.t() | StellarBase.XDR.Data.t() | StellarBase.XDR.ClaimableBalance.t() | StellarBase.XDR.LiquidityPool.t() | StellarBase.XDR.ContractData.t() | StellarBase.XDR.ContractCode.t() | StellarBase.XDR.LedgerKeyConfigSetting.t()
@type t() :: %StellarBase.XDR.LedgerKey{ entry: entry(), type: StellarBase.XDR.LedgerEntryType.t() }
Link to this section Functions
@spec new(entry :: entry(), type :: StellarBase.XDR.LedgerEntryType.t()) :: t()