View Source StellarBase.XDR.LedgerBounds (Elixir Stellar Base v0.16.0)
Representation of Stellar LedgerBounds
type.
Summary
Types
@type t() :: %StellarBase.XDR.LedgerBounds{ max_ledger: StellarBase.XDR.UInt32.t(), min_ledger: StellarBase.XDR.UInt32.t() }
Functions
@spec new( min_ledger :: StellarBase.XDR.UInt32.t(), max_ledger :: StellarBase.XDR.UInt32.t() ) :: t()