Raven Core  3.0.0
P2P Digital Currency
Classes | Enumerations | Functions
walletdb.h File Reference
#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>
Include dependency graph for walletdb.h:
This graph shows which files directly or indirectly include this file:

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...
 

Enumeration Type Documentation

◆ DBErrors

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 50 of file walletdb.h.

Function Documentation

◆ MaybeCompactWalletDB()

void MaybeCompactWalletDB ( )

Compacts BDB state so that wallet.dat is self-contained (if there are changes)

Definition at line 757 of file walletdb.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: