![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "chainparams.h"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... | |