PrevUpHomeNext

InvariantChecks

Synopsis
using InvariantChecks = std::tuple< AccountRootsNotDeleted, LedgerEntryTypesMatch, XRPNotCreated >;

InvariantChecks::InvariantChecks

ripple::AccountRootsNotDeleted

ripple__AccountRootsNotDeleted

Member Functions

Name

Description

finalize

visitEntry

an account root should never be the target of a delete

Description
Header

#include <ripple/app/tx/impl/InvariantCheck.h>


PrevUpHomeNext