Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CPartialMerkleTree Member List

This is the complete list of members for CPartialMerkleTree, including all inherited members.

ADD_SERIALIZE_METHODSCPartialMerkleTree
CalcHash(int height, unsigned int pos, const std::vector< uint256 > &vTxid)CPartialMerkleTreeprotected
CalcTreeWidth(int height) constCPartialMerkleTreeinlineprotected
CPartialMerkleTree(const std::vector< uint256 > &vTxid, const std::vector< bool > &vMatch)CPartialMerkleTree
CPartialMerkleTree()CPartialMerkleTree
ExtractMatches(std::vector< uint256 > &vMatch, std::vector< unsigned int > &vnIndex)CPartialMerkleTree
fBadCPartialMerkleTreeprotected
nTransactionsCPartialMerkleTreeprotected
SerializationOp(Stream &s, Operation ser_action)CPartialMerkleTreeinline
TraverseAndBuild(int height, unsigned int pos, const std::vector< uint256 > &vTxid, const std::vector< bool > &vMatch)CPartialMerkleTreeprotected
TraverseAndExtract(int height, unsigned int pos, unsigned int &nBitsUsed, unsigned int &nHashUsed, std::vector< uint256 > &vMatch, std::vector< unsigned int > &vnIndex)CPartialMerkleTreeprotected
vBitsCPartialMerkleTreeprotected
vHashCPartialMerkleTreeprotected
Released under the MIT license