Bitcoin ABC  0.28.12
P2P Digital Currency
Functions
tx_check.cpp File Reference
#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>
Include dependency graph for tx_check.cpp:

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...
 

Function Documentation

◆ CheckCoinbase()

bool CheckCoinbase ( const CTransaction tx,
TxValidationState state 
)

Definition at line 56 of file tx_check.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CheckRegularTransaction()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CheckTransactionCommon()

static bool CheckTransactionCommon ( const CTransaction tx,
TxValidationState state 
)
static

Definition at line 14 of file tx_check.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: