Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Enumerations
walletdb.h File Reference
#include "db.h"
#include "base58.h"
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  CWalletDB
 Access to the wallet database (wallet.dat) 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...
 

Enumeration Type Documentation

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