![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
#include <txdb.h>#include <node/ui_interface.h>#include <pow.h>#include <random.h>#include <shutdown.h>#include <uint256.h>#include <util/system.h>#include <util/translation.h>#include <util/vector.h>#include <stdint.h>Go to the source code of this file.
Classes | |
| class | CCoinsViewDBCursor |
| Specialization of CCoinsViewCursor to iterate over a CCoinsViewDB. More... | |
Variables | |
| static constexpr uint8_t | DB_COIN {'C'} |
| static constexpr uint8_t | DB_COINS {'c'} |
| static constexpr uint8_t | DB_BLOCK_FILES {'f'} |
| static constexpr uint8_t | DB_BLOCK_INDEX {'b'} |
| static constexpr uint8_t | DB_BEST_BLOCK {'B'} |
| static constexpr uint8_t | DB_HEAD_BLOCKS {'H'} |
| static constexpr uint8_t | DB_FLAG {'F'} |
| static constexpr uint8_t | DB_REINDEX_FLAG {'R'} |
| static constexpr uint8_t | DB_LAST_BLOCK {'l'} |
1.8.14