| 
    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 307 of file Transaction.h.
| bool ripple::Transaction::Locator::isFound | ( | ) | 
Definition at line 318 of file Transaction.h.
| uint256 const & ripple::Transaction::Locator::getNodestoreHash | ( | ) | 
Definition at line 328 of file Transaction.h.
| uint32_t ripple::Transaction::Locator::getLedgerSequence | ( | ) | 
Definition at line 337 of file Transaction.h.
| ClosedInterval< uint32_t > const & ripple::Transaction::Locator::getLedgerRangeSearched | ( | ) | 
Definition at line 346 of file Transaction.h.
| std::variant<std::pair<uint256, uint32_t>, ClosedInterval<uint32_t> > ripple::Transaction::Locator::locator | 
Definition at line 310 of file Transaction.h.