View Source StellarBase.XDR.LedgerKeyList (Elixir Stellar Base v0.13.0)

Representation of a Stellar LedgerKeyList list.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.LedgerKeyList{
  ledger_keys: [StellarBase.XDR.LedgerKey.t()]
}

Link to this section Functions

@spec new(ledger_keys :: [StellarBase.XDR.LedgerKey.t()]) :: t()