|
rippled
|
#include <Transaction.h>

Public Member Functions | |
| bool | isFound () |
| uint256 const & | getNodestoreHash () |
| uint32_t | getLedgerSequence () |
| ClosedInterval< uint32_t > const & | getLedgerRangeSearched () |
Public Attributes | |
| std::variant< std::pair< uint256, uint32_t >, ClosedInterval< uint32_t > > | locator |
Definition at line 326 of file Transaction.h.
| bool ripple::Transaction::Locator::isFound | ( | ) |
Definition at line 337 of file Transaction.h.
| uint256 const & ripple::Transaction::Locator::getNodestoreHash | ( | ) |
Definition at line 347 of file Transaction.h.
| uint32_t ripple::Transaction::Locator::getLedgerSequence | ( | ) |
Definition at line 356 of file Transaction.h.
| ClosedInterval< uint32_t > const & ripple::Transaction::Locator::getLedgerRangeSearched | ( | ) |
Definition at line 365 of file Transaction.h.
| std::variant<std::pair<uint256, uint32_t>, ClosedInterval<uint32_t> > ripple::Transaction::Locator::locator |
Definition at line 329 of file Transaction.h.