View Source StellarBase.XDR.LedgerFootprint (Elixir Stellar Base v0.16.0)
Representation of Stellar LedgerFootprint
type.
Summary
Types
@type t() :: %StellarBase.XDR.LedgerFootprint{ read_only: StellarBase.XDR.LedgerKeyList.t(), read_write: StellarBase.XDR.LedgerKeyList.t() }
Functions
@spec new( read_only :: StellarBase.XDR.LedgerKeyList.t(), read_write :: StellarBase.XDR.LedgerKeyList.t() ) :: t()