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