Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

cbtx.h File Reference
+ Include dependency graph for cbtx.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CCbTx
 

Functions

bool CheckCbTx (const CTransaction &tx, const CBlockIndex *pindexPrev, CValidationState &state)
 
bool CheckCbTxMerkleRoots (const CBlock &block, const CBlockIndex *pindex, CValidationState &state)
 
bool CalcCbTxMerkleRootMNList (const CBlock &block, const CBlockIndex *pindexPrev, uint256 &merkleRootRet, CValidationState &state)
 
bool CalcCbTxMerkleRootQuorums (const CBlock &block, const CBlockIndex *pindexPrev, uint256 &merkleRootRet, CValidationState &state)
 

Function Documentation

◆ CalcCbTxMerkleRootMNList()

bool CalcCbTxMerkleRootMNList ( const CBlock block,
const CBlockIndex pindexPrev,
uint256 merkleRootRet,
CValidationState state 
)

◆ CalcCbTxMerkleRootQuorums()

◆ CheckCbTx()

◆ CheckCbTxMerkleRoots()

Released under the MIT license