Bitcoin Core 32.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 <node/types.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/check.h>
#include <util/fs.h>
#include <util/time.h>
#include <util/translation.h>
#include <wallet/export.h>
#include <wallet/imports.h>
#include <wallet/rpc/util.h>
#include <wallet/scan.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

RPCMethod wallet::importprunedfunds ()
 
RPCMethod wallet::removeprunedfunds ()
 
static std::optional< int64_t > wallet::GetImportTimestamp (const UniValue &data)
 Converts the timestamp from UniValue data to an int64_t. More...
 
static ImportDescriptorRequest wallet::ProcessUniValueDescriptor (const UniValue &data, std::optional< int64_t > timestamp)
 
RPCMethod wallet::importdescriptors ()
 
RPCMethod wallet::listdescriptors ()
 
RPCMethod wallet::backupwallet ()
 
RPCMethod wallet::restorewallet ()