![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <merkleblock.h>#include <consensus/consensus.h>#include <hash.h>#include <util/overflow.h>Go to the source code of this file.
Functions | |
| std::vector< unsigned char > | BitsToBytes (const std::vector< bool > &bits) |
| std::vector< bool > | BytesToBits (const std::vector< unsigned char > &bytes) |
| std::vector< unsigned char > BitsToBytes | ( | const std::vector< bool > & | bits | ) |
Definition at line 13 of file merkleblock.cpp.
| std::vector< bool > BytesToBits | ( | const std::vector< unsigned char > & | bytes | ) |