rippled
Loading...
Searching...
No Matches
LedgerReplay.h
1#ifndef XRPL_APP_LEDGER_LEDGERREPLAY_H_INCLUDED
2#define XRPL_APP_LEDGER_LEDGERREPLAY_H_INCLUDED
3
4#include <xrpl/basics/CountedObject.h>
5
6#include <cstdint>
7#include <map>
8
9namespace ripple {
10
11class Ledger;
12class STTx;
13
54
55} // namespace ripple
56
57#endif
Tracks the number of instances of an object.
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 > parent_
std::shared_ptr< Ledger const > const & replay() const
std::shared_ptr< Ledger const > replay_
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6