Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

merkle.cpp File Reference
#include <consensus/merkle.h>
#include <hash.h>
#include <utilstrencodings.h>
+ Include dependency graph for merkle.cpp:

Go to the source code of this file.

Functions

uint256 ComputeMerkleRoot (std::vector< uint256 > hashes, bool *mutated)
 
uint256 BlockMerkleRoot (const CBlock &block, bool *mutated)
 

Function Documentation

◆ BlockMerkleRoot()

uint256 BlockMerkleRoot ( const CBlock block,
bool *  mutated 
)

◆ ComputeMerkleRoot()

uint256 ComputeMerkleRoot ( std::vector< uint256 hashes,
bool *  mutated 
)
Released under the MIT license