Dash Core  0.12.2.1
P2P Digital Currency
validation.h File Reference
#include <string>

Go to the source code of this file.

Classes

class  CValidationState
 

Variables

static const unsigned char REJECT_MALFORMED = 0x01
 
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_DUST = 0x41
 
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.

◆ REJECT_DUPLICATE

const unsigned char REJECT_DUPLICATE = 0x12
static

Definition at line 15 of file validation.h.

Referenced by AcceptToMemoryPoolWorker(), and ProcessMessage().

◆ REJECT_DUST

const unsigned char REJECT_DUST = 0x41
static

Definition at line 17 of file validation.h.

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

const unsigned char REJECT_OBSOLETE = 0x11
static

Definition at line 14 of file validation.h.

Referenced by ContextualCheckBlockHeader(), and ProcessMessage().