PIVX Core  5.6.99
P2P Digital Currency
Namespaces | Functions
sapling_validation.h File Reference
#include "chainparams.h"
Include dependency graph for sapling_validation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SaplingValidation
 

Functions

bool SaplingValidation::CheckTransaction (const CTransaction &tx, CValidationState &state, CAmount &nValueOut)
 Context-independent validity checks. More...
 
bool SaplingValidation::CheckTransactionWithoutProofVerification (const CTransaction &tx, CValidationState &state, CAmount &nValueOut)
 
bool SaplingValidation::ContextualCheckTransaction (const CTransaction &tx, CValidationState &state, const CChainParams &chainparams, const int nHeight, const bool isMined, bool isInitBlockDownload)
 Check a transaction contextually against a set of consensus rules valid at a given block height. More...