Class LedgerIndexBound

java.lang.Object
org.xrpl.xrpl4j.model.immutables.Wrapper<Long>
org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
All Implemented Interfaces:
Serializable, Comparable<Wrapper<Long>>

@ParametersAreNonnullByDefault @Generated("org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class LedgerIndexBound extends Wrapper<Long>
This class is similar to LedgerIndex in that it represents a numerical ledger version on the XRP Ledger. However, LedgerIndexBound can be used to specify ranges of ledgers in some rippled API request objects, such as AccountTransactionsRequestParams. Unlike LedgerIndex which wraps an unsigned long value, this class supports -1 and does not allow 0.
See Also: