![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Functions | |
| bool | CheckTransaction (const CTransaction &tx, CValidationState &state, CAmount &nValueOut) |
| Context-independent validity checks. More... | |
| bool | CheckTransactionWithoutProofVerification (const CTransaction &tx, CValidationState &state, CAmount &nValueOut) |
| bool | 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... | |
| bool SaplingValidation::CheckTransaction | ( | const CTransaction & | tx, |
| CValidationState & | state, | ||
| CAmount & | nValueOut | ||
| ) |
Context-independent validity checks.
Definition at line 19 of file sapling_validation.cpp.
| bool SaplingValidation::CheckTransactionWithoutProofVerification | ( | const CTransaction & | tx, |
| CValidationState & | state, | ||
| CAmount & | nValueOut | ||
| ) |
Definition at line 45 of file sapling_validation.cpp.
| 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.
Check a transaction contextually against a set of consensus rules.
Notes:
Definition at line 113 of file sapling_validation.cpp.