![]() |
Bitcoin Core
25.99.0
P2P Digital Currency
|
#include <common/bloom.h>
#include <primitives/block.h>
#include <serialize.h>
#include <uint256.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | CPartialMerkleTree |
Data structure that represents a partial merkle tree. More... | |
class | CMerkleBlock |
Used to relay blocks as header + vector<merkle branch> to filtered nodes. More... | |
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 | ) |
std::vector<bool> BytesToBits | ( | const std::vector< unsigned char > & | bytes | ) |