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