![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <consensus/validation.h>Go to the source code of this file.
Classes | |
| class | BlockPolicyValidationState |
| struct | ParkingPolicy |
Enumerations | |
| enum class | BlockPolicyValidationResult { POLICY_RESULT_UNSET = 0 , POLICY_VIOLATION } |
| A "reason" why a block did not pass block policy checks. More... | |
|
strong |
A "reason" why a block did not pass block policy checks.
| Enumerator | |
|---|---|
| POLICY_RESULT_UNSET | Initial value. Policy rule has not yet been violated. |
| POLICY_VIOLATION | A block policy rule was violated. This block should be parked. |
Definition at line 13 of file parkingpolicy.h.