#include <common/bloom.h>
#include <primitives/block.h>
#include <serialize.h>
#include <uint256.h>
#include <vector>
Go to the source code of this file.
|
| 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...
|
| |
|
| std::vector< uint8_t > | BitsToBytes (const std::vector< bool > &bits) |
| |
| std::vector< bool > | BytesToBits (const std::vector< uint8_t > &bytes) |
| |
◆ BitsToBytes()
| std::vector< uint8_t > BitsToBytes |
( |
const std::vector< bool > & |
bits | ) |
|
◆ BytesToBits()
| std::vector< bool > BytesToBits |
( |
const std::vector< uint8_t > & |
bytes | ) |
|