Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
migrate.h File Reference
#include <wallet/db.h>
#include <optional>
Include dependency graph for migrate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wallet::BerkeleyRODatabase
 A class representing a BerkeleyDB file from which we can only read records. More...
class  wallet::BerkeleyROCursor
class  wallet::BerkeleyROBatch
 RAII class that provides access to a BerkeleyRODatabase. More...

Namespaces

namespace  wallet

Typedefs

using wallet::BerkeleyROData = std::map<SerializeData, SerializeData, std::less<>>

Functions

std::unique_ptr< BerkeleyRODatabasewallet::MakeBerkeleyRODatabase (const fs::path &path, const DatabaseOptions &options, DatabaseStatus &status, bilingual_str &error)
 Return object giving access to Berkeley Read Only database at specified path.