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#include <memory>
8
9namespace xrpl {
10
11class Ledger;
12class STTx;
13
52
53} // 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