Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
specialtx.h
Go to the documentation of this file.
16 bool CheckSpecialTx(const CTransaction& tx, const CBlockIndex* pindexPrev, CValidationState& state);
17 bool ProcessSpecialTxsInBlock(const CBlock& block, const CBlockIndex* pindex, CValidationState& state, bool fJustCheck, bool fCheckCbTxMerleRoots);
bool GetTxPayload(const std::vector< unsigned char > &payload, T &obj)
Definition: specialtx.h:21
Definition: block.h:72
Double ended buffer combining vector and stream-like interfaces.
Definition: streams.h:103
bool ProcessSpecialTxsInBlock(const CBlock &block, const CBlockIndex *pindex, CValidationState &state, bool fJustCheck, bool fCheckCbTxMerleRoots)
Definition: specialtx.cpp:94
bool UndoSpecialTxsInBlock(const CBlock &block, const CBlockIndex *pindex)
Definition: specialtx.cpp:150
The block chain is a tree shaped structure starting with the genesis block at the root...
Definition: chain.h:170
The basic transaction that is broadcasted on the network and contained in blocks. ...
Definition: transaction.h:198
Definition: serialize.h:160
bool CheckSpecialTx(const CTransaction &tx, const CBlockIndex *pindexPrev, CValidationState &state)
Definition: specialtx.cpp:20