 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_CONSENSUS_TX_VERIFY_H
6 #define BITCOIN_CONSENSUS_TX_VERIFY_H
34 #endif // BITCOIN_CONSENSUS_TX_VERIFY_H
bool CheckTransaction(const CTransaction &tx, bool fRejectBadUTXO, CValidationState &state)
Transaction validation functions.
bool IsFinalTx(const CTransaction &tx, int nBlockHeight=0, int64_t nBlockTime=0)
Check if transaction is final and can be included in a block with the specified height and time.
The basic transaction that is broadcasted on the network and contained in blocks.
CCoinsView that adds a memory cache for transactions to another CCoinsView.
The block chain is a tree shaped structure starting with the genesis block at the root,...
Capture information about block/transaction validation.
unsigned int GetLegacySigOpCount(const CTransaction &tx)
Count ECDSA signature operations the old-fashioned (pre-0.6) way.