Dash Core  0.12.2.1
P2P Digital Currency
Consensus Namespace Reference

Classes

struct  BIP9Deployment
 
struct  Params
 

Enumerations

enum  DeploymentPos { DEPLOYMENT_TESTDUMMY, DEPLOYMENT_CSV, DEPLOYMENT_DIP0001, MAX_VERSION_BITS_DEPLOYMENTS }
 

Functions

bool CheckTxInputs (const CTransaction &tx, CValidationState &state, const CCoinsViewCache &inputs, int nSpendHeight)
 

Enumeration Type Documentation

◆ DeploymentPos

Enumerator
DEPLOYMENT_TESTDUMMY 
DEPLOYMENT_CSV 
DEPLOYMENT_DIP0001 
MAX_VERSION_BITS_DEPLOYMENTS 

Definition at line 15 of file params.h.

Function Documentation

◆ CheckTxInputs()

bool Consensus::CheckTxInputs ( const CTransaction tx,
CValidationState state,
const CCoinsViewCache inputs,
int  nSpendHeight 
)

Definition at line 1483 of file validation.cpp.

Referenced by CheckInputs().