Bitcoin Core 29.99.0
P2P Digital Currency
Namespaces | Functions
backup.cpp File Reference
#include <chain.h>
#include <clientversion.h>
#include <core_io.h>
#include <hash.h>
#include <interfaces/chain.h>
#include <key_io.h>
#include <merkleblock.h>
#include <rpc/util.h>
#include <script/descriptor.h>
#include <script/script.h>
#include <script/solver.h>
#include <sync.h>
#include <uint256.h>
#include <util/bip32.h>
#include <util/fs.h>
#include <util/time.h>
#include <util/translation.h>
#include <wallet/rpc/util.h>
#include <wallet/wallet.h>
#include <cstdint>
#include <fstream>
#include <tuple>
#include <string>
#include <univalue.h>
Include dependency graph for backup.cpp:

Go to the source code of this file.

Namespaces

namespace  wallet
 

Functions

RPCHelpMan wallet::importprunedfunds ()
 
RPCHelpMan wallet::removeprunedfunds ()
 
static int64_t wallet::GetImportTimestamp (const UniValue &data, int64_t now)
 
static UniValue wallet::ProcessDescriptorImport (CWallet &wallet, const UniValue &data, const int64_t timestamp) EXCLUSIVE_LOCKS_REQUIRED(wallet.cs_wallet)
 
RPCHelpMan wallet::importdescriptors ()
 
RPCHelpMan wallet::listdescriptors ()
 
RPCHelpMan wallet::backupwallet ()
 
RPCHelpMan wallet::restorewallet ()