Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Enumerations
parkingpolicy.h File Reference
#include <consensus/validation.h>
Include dependency graph for parkingpolicy.h:
This graph shows which files directly or indirectly include this file:

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...
 

Enumeration Type Documentation

◆ BlockPolicyValidationResult

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.