Class LedgerIndexShortcut
java.lang.Object
org.xrpl.xrpl4j.model.client.common.LedgerIndexShortcut
A String wrapping class that defines three static constants representing shortcut values which can be used to specify
a ledger index in a rippled API request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LedgerIndexShortcutRequest information about the most recent ledger that has been closed for modifications and proposed for validation.static final LedgerIndexShortcutRequest information about a rippled server's current working version of the ledger.static final LedgerIndexShortcutRequest information about for the most recent ledger that has been validated by consensus. -
Method Summary
-
Field Details
-
CURRENT
Request information about a rippled server's current working version of the ledger. -
VALIDATED
Request information about for the most recent ledger that has been validated by consensus. -
CLOSED
Request information about the most recent ledger that has been closed for modifications and proposed for validation.
-
-
Method Details