Bitcoin ABC 0.26.3
P2P Digital Currency
|
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) |
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.