View Source StellarBase.XDR.EncodedLedgerKeyList (Elixir Stellar Base v0.17.0)
Representation of Stellar EncodedLedgerKeyList type.
Summary
Types
@type t() :: %StellarBase.XDR.EncodedLedgerKeyList{ items: [StellarBase.XDR.EncodedLedgerKey.t()] }
Functions
@spec new(items :: [StellarBase.XDR.EncodedLedgerKey.t()]) :: t()