Bitcoin ABC  0.26.3
P2P Digital Currency
Functions
merkleblock.cpp File Reference
#include <merkleblock.h>
#include <consensus/consensus.h>
#include <hash.h>
Include dependency graph for merkleblock.cpp:

Go to the source code of this file.

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: