View Source Stellar.Horizon.Transaction.LedgerBounds (Elixir Stellar SDK v0.21.1)

Represents a LedgerBounds for a Transaction.

Summary

Types

@type t() :: %Stellar.Horizon.Transaction.LedgerBounds{
  max_ledger: non_neg_integer(),
  min_ledger: non_neg_integer()
}