![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <amount.h>#include <primitives/transaction.h>#include <wallet/db.h>#include <key.h>#include <list>#include <stdint.h>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | CHDChain |
| class | CKeyMetadata |
| class | CWalletDB |
| Access to the wallet database. More... | |
Enumerations | |
| enum | DBErrors { DB_LOAD_OK, DB_CORRUPT, DB_NONCRITICAL_ERROR, DB_TOO_NEW, DB_LOAD_FAIL, DB_NEED_REWRITE } |
| Error statuses for the wallet database. More... | |
Functions | |
| void | MaybeCompactWalletDB () |
| Compacts BDB state so that wallet.dat is self-contained (if there are changes) More... | |
| enum DBErrors |
Error statuses for the wallet database.
| Enumerator | |
|---|---|
| DB_LOAD_OK | |
| DB_CORRUPT | |
| DB_NONCRITICAL_ERROR | |
| DB_TOO_NEW | |
| DB_LOAD_FAIL | |
| DB_NEED_REWRITE | |
Definition at line 51 of file walletdb.h.
| void MaybeCompactWalletDB | ( | ) |
Compacts BDB state so that wallet.dat is self-contained (if there are changes)
Definition at line 788 of file walletdb.cpp.
1.8.11