![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <coins.h>#include <consensus/amount.h>#include <consensus/consensus.h>#include <consensus/validation.h>#include <primitives/transaction.h>#include <version.h>#include <unordered_set>Go to the source code of this file.
Functions | |
| static bool | CheckTransactionCommon (const CTransaction &tx, TxValidationState &state) |
| bool | CheckCoinbase (const CTransaction &tx, TxValidationState &state) |
| bool | CheckRegularTransaction (const CTransaction &tx, TxValidationState &state) |
| Context-independent validity checks for coinbase and non-coinbase transactions. More... | |
| bool CheckCoinbase | ( | const CTransaction & | tx, |
| TxValidationState & | state | ||
| ) |
Definition at line 56 of file tx_check.cpp.
| bool CheckRegularTransaction | ( | const CTransaction & | tx, |
| TxValidationState & | state | ||
| ) |
Context-independent validity checks for coinbase and non-coinbase transactions.
Definition at line 75 of file tx_check.cpp.
|
static |
Definition at line 14 of file tx_check.cpp.