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

Representation of Stellar LedgerFootprint type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.LedgerFootprint{
  read_only: StellarBase.XDR.LedgerKeyList.t(),
  read_write: StellarBase.XDR.LedgerKeyList.t()
}

Link to this section Functions

Link to this function

new(read_only, read_write)

View Source
@spec new(
  read_only :: StellarBase.XDR.LedgerKeyList.t(),
  read_write :: StellarBase.XDR.LedgerKeyList.t()
) :: t()