rippled
Loading...
Searching...
No Matches
PermissionedDomainInvariant.h
1#pragma once
2
3#include <xrpl/beast/utility/Journal.h>
4#include <xrpl/ledger/ReadView.h>
5#include <xrpl/protocol/STTx.h>
6#include <xrpl/protocol/TER.h>
7
8#include <vector>
9
10namespace xrpl {
11
23{
24 struct SleStatus
25 {
27 bool isSorted_ = false;
28 bool isUnique_ = false;
29 bool isDelete_ = false;
30 };
32
33public:
34 void
36
37 bool
38 finalize(STTx const&, TER const, XRPAmount const, ReadView const&, beast::Journal const&);
39};
40
41} // namespace xrpl
A generic endpoint for log messages.
Definition Journal.h:40
A view into a ledger.
Definition ReadView.h:31
Invariants: Permissioned Domains must have some rules and AcceptedCredentials must have length betwee...
void visitEntry(bool, std::shared_ptr< SLE const > const &, std::shared_ptr< SLE const > const &)
bool finalize(STTx const &, TER const, XRPAmount const, ReadView const &, beast::Journal const &)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5