Go to the source code of this file.
|
typedef std::pair< std::vector< unsigned char >, std::vector< unsigned char > > | KeyValPair |
|
◆ KeyValPair
typedef std::pair<std::vector<unsigned char>, std::vector<unsigned char> > KeyValPair |
◆ KeyFilter()
static bool KeyFilter |
( |
const std::string & |
type | ) |
|
|
static |
◆ RecoverDatabaseFile()
Salvage data from a file. The DB_AGGRESSIVE flag is being used (see berkeley DB->verify() method documentation). key/value pairs are appended to salvagedData which are then written out to a new wallet file. NOTE: reads the entire database into memory, so cannot be used for huge databases.
Definition at line 25 of file salvage.cpp.
◆ DATA_END
const char* DATA_END = "DATA=END" |
|
static |
◆ HEADER_END
const char* HEADER_END = "HEADER=END" |
|
static |