rippled
|
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 315 of file Transaction.h.
bool ripple::Transaction::Locator::isFound | ( | ) |
Definition at line 326 of file Transaction.h.
uint256 const& ripple::Transaction::Locator::getNodestoreHash | ( | ) |
Definition at line 336 of file Transaction.h.
uint32_t ripple::Transaction::Locator::getLedgerSequence | ( | ) |
Definition at line 345 of file Transaction.h.
ClosedInterval<uint32_t> const& ripple::Transaction::Locator::getLedgerRangeSearched | ( | ) |
Definition at line 354 of file Transaction.h.
std::variant<std::pair<uint256, uint32_t>, ClosedInterval<uint32_t> > ripple::Transaction::Locator::locator |
Definition at line 318 of file Transaction.h.