xrpld
Loading...
Searching...
No Matches
DirectoryInvariant.h
1#pragma once
2
3#include <xrpl/basics/base_uint.h>
4#include <xrpl/beast/utility/Journal.h>
5#include <xrpl/ledger/ReadView.h>
6#include <xrpl/protocol/STTx.h>
7#include <xrpl/protocol/TER.h>
8#include <xrpl/protocol/XRPAmount.h>
9
10#include <memory>
11
12namespace xrpl {
13
15{
16 bool badBookDirectory_ = false;
18
19public:
20 void
22
23 bool
24 finalize(STTx const&, TER const, XRPAmount const, ReadView const&, beast::Journal const&);
25};
26
27} // namespace xrpl
A generic endpoint for log messages.
Definition Journal.h:38
A view into a ledger.
Definition ReadView.h:31
bool finalize(STTx const &, TER const, XRPAmount const, ReadView const &, beast::Journal const &)
void visitEntry(bool, std::shared_ptr< SLE const > const &, std::shared_ptr< SLE const > const &)
hash_set< uint256 > rootIndexes_
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
std::unordered_set< Value, Hash, Pred, Allocator > hash_set
TERSubset< CanCvtToTER > TER
Definition TER.h:634