View Source Stellar.Horizon.Transaction.LedgerBounds (Elixir Stellar SDK v0.13.1)
Represents a LedgerBounds
for a Transaction.
Link to this section Summary
Link to this section Types
@type t() :: %Stellar.Horizon.Transaction.LedgerBounds{ max_ledger: non_neg_integer(), min_ledger: non_neg_integer() }