Bitcoin ABC 0.26.3
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 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) |
std::vector< uint8_t > BitsToBytes | ( | const std::vector< bool > & | bits | ) |
Definition at line 11 of file merkleblock.cpp.
std::vector< bool > BytesToBits | ( | const std::vector< uint8_t > & | bytes | ) |
Definition at line 19 of file merkleblock.cpp.