using InvariantChecks = std::tuple< AccountRootsNotDeleted, LedgerEntryTypesMatch, XRPBalanceChecks, XRPNotCreated, NoXRPTrustLines, NoBadOffers, NoZeroEscrow >;
InvariantChecks::InvariantChecks
ripple::AccountRootsNotDeleted
ripple__AccountRootsNotDeleted
Name |
Description |
---|---|
an account root should never be the target of a delete
#include <ripple/app/tx/impl/InvariantCheck.h>