20 #ifndef RIPPLE_APP_LEDGER_LEDGERREPLAY_H_INCLUDED
21 #define RIPPLE_APP_LEDGER_LEDGERREPLAY_H_INCLUDED
23 #include <ripple/basics/CountedObject.h>
std::shared_ptr< Ledger const > parent_
Tracks the number of instances of an object.
LedgerReplay(std::shared_ptr< Ledger const > parent, std::shared_ptr< Ledger const > replay)
std::map< std::uint32_t, std::shared_ptr< STTx const > > orderedTxns_
std::shared_ptr< Ledger const > const & parent() const
std::map< std::uint32_t, std::shared_ptr< STTx const > > const & orderedTxns() const
std::shared_ptr< Ledger const > const & replay() const
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::shared_ptr< Ledger const > replay_