OutOfOrderChecks=ValidSeal|DontHave|CheckUncles|CheckTransactions,///< Do all checks that can be done independently of prior blocks having been imported.
OutOfOrderChecks=ValidSeal|CheckUncles|CheckTransactions,///< Do all checks that can be done independently of prior blocks having been imported.
InOrderChecks=Parent|UncleParent,///< Do all checks that cannot be done independently of prior blocks having been imported.