rippled
Loading...
Searching...
No Matches
LedgerReplay.h
1#pragma once
2
3#include <xrpl/basics/CountedObject.h>
4
5#include <cstdint>
6#include <map>
7
8namespace xrpl {
9
10class Ledger;
11class STTx;
12
51
52} // namespace xrpl
Tracks the number of instances of an object.
std::map< std::uint32_t, std::shared_ptr< STTx const > > orderedTxns_
std::shared_ptr< Ledger const > replay_
std::shared_ptr< Ledger const > const & replay() const
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_
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5