Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Functions
merkleblock.h File Reference
#include <common/bloom.h>
#include <primitives/block.h>
#include <serialize.h>
#include <uint256.h>
#include <vector>
Include dependency graph for merkleblock.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPartialMerkleTree
 Data structure that represents a partial merkle tree. More...
 
class  CMerkleBlock
 Used to create a Merkle proof (usually from a subset of transactions), which consists of a block header and partial Merkle Tree. More...
 

Functions

std::vector< uint8_t > BitsToBytes (const std::vector< bool > &bits)
 
std::vector< bool > BytesToBits (const std::vector< uint8_t > &bytes)
 

Function Documentation

◆ BitsToBytes()

std::vector<uint8_t> BitsToBytes ( const std::vector< bool > &  bits)

Definition at line 11 of file merkleblock.cpp.

Here is the caller graph for this function:

◆ BytesToBits()

std::vector<bool> BytesToBits ( const std::vector< uint8_t > &  bytes)

Definition at line 19 of file merkleblock.cpp.

Here is the caller graph for this function: