Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

validation.h File Reference
#include <string>
+ Include dependency graph for validation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CValidationState
 Capture information about block/transaction validation. More...
 

Variables

static const unsigned char REJECT_MALFORMED = 0x01
 "reject" message codes More...
 
static const unsigned char REJECT_INVALID = 0x10
 
static const unsigned char REJECT_OBSOLETE = 0x11
 
static const unsigned char REJECT_DUPLICATE = 0x12
 
static const unsigned char REJECT_NONSTANDARD = 0x40
 
static const unsigned char REJECT_INSUFFICIENTFEE = 0x42
 
static const unsigned char REJECT_CHECKPOINT = 0x43
 

Variable Documentation

◆ REJECT_CHECKPOINT

const unsigned char REJECT_CHECKPOINT = 0x43
static

Definition at line 19 of file validation.h.

Referenced by ContextualCheckBlockHeader().

◆ REJECT_DUPLICATE

const unsigned char REJECT_DUPLICATE = 0x12
static

◆ REJECT_INSUFFICIENTFEE

const unsigned char REJECT_INSUFFICIENTFEE = 0x42
static

Definition at line 18 of file validation.h.

Referenced by AcceptToMemoryPoolWorker().

◆ REJECT_INVALID

◆ REJECT_MALFORMED

const unsigned char REJECT_MALFORMED = 0x01
static

"reject" message codes

Definition at line 12 of file validation.h.

Referenced by PeerLogicValidation::ProcessMessages().

◆ REJECT_NONSTANDARD

const unsigned char REJECT_NONSTANDARD = 0x40
static

Definition at line 16 of file validation.h.

Referenced by AcceptToMemoryPoolWorker(), CheckInputs(), and ProcessMessage().

◆ REJECT_OBSOLETE

Released under the MIT license