Bitcoin ABC  0.29.2
P2P Digital Currency
Functions
tx_check.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

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: