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