|
xrpld
|
Invariant: a new account root must be the consequence of a payment, must have the right starting sequence, and the payment may not create more than one new account root. More...
#include <InvariantCheck.h>

Public Member Functions | |
| void | visitEntry (bool, SLE::const_ref, SLE::const_ref) |
| bool | finalize (STTx const &, TER const, XRPAmount const, ReadView const &, beast::Journal const &) const |
Private Attributes | |
| std::uint32_t | accountsCreated_ = 0 |
| std::uint32_t | accountSeq_ = 0 |
| bool | pseudoAccount_ = false |
| std::uint32_t | flags_ = 0 |
Invariant: a new account root must be the consequence of a payment, must have the right starting sequence, and the payment may not create more than one new account root.
Definition at line 297 of file InvariantCheck.h.
| void xrpl::ValidNewAccountRoot::visitEntry | ( | bool | , |
| SLE::const_ref | before, | ||
| SLE::const_ref | after ) |
Definition at line 687 of file InvariantCheck.cpp.
|
nodiscard |
Definition at line 699 of file InvariantCheck.cpp.
|
private |
Definition at line 299 of file InvariantCheck.h.
|
private |
Definition at line 300 of file InvariantCheck.h.
|
private |
Definition at line 301 of file InvariantCheck.h.
|
private |
Definition at line 302 of file InvariantCheck.h.