20 #ifndef RIPPLE_APP_LEDGER_ACCEPTEDLEDGER_H_INCLUDED
21 #define RIPPLE_APP_LEDGER_ACCEPTEDLEDGER_H_INCLUDED
23 #include <ripple/app/ledger/AcceptedLedgerTx.h>
24 #include <ripple/protocol/AccountID.h>
A ledger that has become irrevocable.
map_t::const_iterator const_iterator
AcceptedLedgerTx::pointer getTxn(int) const
Manages partitions for logging.
std::map< int, AcceptedLedgerTx::pointer > map_t
AcceptedLedger(std::shared_ptr< ReadView const > const &ledger, AccountIDCache const &accountCache, Logs &logs)
const map_t & getMap() const
std::shared_ptr< ReadView const > const & getLedger() const
Caches the base58 representations of AccountIDs.
void insert(AcceptedLedgerTx::ref)
std::shared_ptr< ReadView const > mLedger
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
map_t::value_type value_type