View Source StellarBase.XDR.LedgerFootprint (Elixir Stellar Base v0.12.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
@spec new( read_only :: StellarBase.XDR.LedgerKeyList.t(), read_write :: StellarBase.XDR.LedgerKeyList.t() ) :: t()