![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <stdint.h>
#include <vector>
#include <primitives/transaction.h>
#include <primitives/block.h>
#include <uint256.h>
Go to the source code of this file.
Functions | |
uint256 | ComputeMerkleRoot (std::vector< uint256 > hashes, bool *mutated=nullptr) |
uint256 | BlockMerkleRoot (const CBlock &block, bool *mutated=nullptr) |
uint256 | BlockWitnessMerkleRoot (const CBlock &block, bool *mutated=nullptr) |
Definition at line 46 of file merkle.cpp.