![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "consensus/tx_verify.h"#include "consensus/validation.h"#include "core_io.h"#include "policy/policy.h"#include "primitives/transaction.h"#include "streams.h"#include "test/fuzz/fuzz.h"#include "version.h"#include <cassert>Go to the source code of this file.
Functions | |
| bool | CheckTransactionAllFlagsDisabled (const CTransaction &tx, CValidationState state) |
| bool | CheckTransactionColdStakingEnabled (const CTransaction &tx, CValidationState state) |
| void | test_one_input (std::vector< uint8_t > buffer) |
| bool CheckTransactionAllFlagsDisabled | ( | const CTransaction & | tx, |
| CValidationState | state | ||
| ) |
| bool CheckTransactionColdStakingEnabled | ( | const CTransaction & | tx, |
| CValidationState | state | ||
| ) |
| void test_one_input | ( | std::vector< uint8_t > | buffer | ) |
Definition at line 20 of file transaction.cpp.