![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
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) |
| 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.