View Source StellarBase.XDR.OptionalLedgerBounds (Elixir Stellar Base v0.16.0)
Representation of Stellar OptionalLedgerBounds
type.
Summary
Types
@type ledger_bounds() :: StellarBase.XDR.LedgerBounds.t() | nil
@type t() :: %StellarBase.XDR.OptionalLedgerBounds{ledger_bounds: ledger_bounds()}
Functions
@spec new(ledger_bounds :: ledger_bounds()) :: t()