#include <Transaction.h>
Definition at line 313 of file Transaction.h.
◆ isFound()
| bool xrpl::Transaction::Locator::isFound |
( |
| ) |
const |
|
nodiscard |
- Returns
- true if transaction was found, false otherwise
Call this function first to determine the type of the contained info. Calling the wrong getter function will throw an exception. See documentation for the getter functions for more details
Definition at line 325 of file Transaction.h.
◆ getNodestoreHash()
| uint256 const & xrpl::Transaction::Locator::getNodestoreHash |
( |
| ) |
|
- Returns
- key used to find transaction in nodestore
- Exceptions
-
Definition at line 336 of file Transaction.h.
◆ getLedgerSequence()
| uint32_t xrpl::Transaction::Locator::getLedgerSequence |
( |
| ) |
|
- Returns
- sequence of ledger containing the transaction
- Exceptions
-
Definition at line 347 of file Transaction.h.
◆ getLedgerRangeSearched()
| ClosedInterval< uint32_t > const & xrpl::Transaction::Locator::getLedgerRangeSearched |
( |
| ) |
|
- Returns
- range of ledgers searched
- Exceptions
-
Definition at line 358 of file Transaction.h.
◆ locator