1#ifndef XRPL_APP_BOOK_BOOKTIP_H_INCLUDED 
    2#define XRPL_APP_BOOK_BOOKTIP_H_INCLUDED 
    4#include <xrpl/ledger/View.h> 
    5#include <xrpl/protocol/Indexes.h> 
    6#include <xrpl/protocol/Quality.h> 
A generic endpoint for log messages.
 
Writeable view to a ledger, for applying a transaction.
 
Iterates and consumes raw offers in an order book.
 
bool step(beast::Journal j)
Erases the current offer and advance to the next offer.
 
uint256 const & dir() const noexcept
 
std::shared_ptr< SLE > m_entry
 
Quality const & quality() const noexcept
 
SLE::pointer const & entry() const noexcept
 
uint256 const & index() const noexcept
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.