Bitcoin ABC  0.26.3
P2P Digital Currency
Functions
backup.h File Reference
#include <span.h>
#include <memory>
#include <vector>
Include dependency graph for backup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Span< const CRPCCommandGetWalletDumpRPCCommands ()
 
RPCHelpMan importmulti ()
 
RPCHelpMan dumpwallet ()
 
RPCHelpMan importwallet ()
 

Function Documentation

◆ dumpwallet()

RPCHelpMan dumpwallet ( )

Prevent arbitrary files from being overwritten. There have been reports that users have overwritten wallet files this way: https://github.com/bitcoin/bitcoin/issues/9934 It may also avoid other security issues.

Definition at line 906 of file backup.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetWalletDumpRPCCommands()

Span<const CRPCCommand> GetWalletDumpRPCCommands ( )

Definition at line 2493 of file backup.cpp.

Here is the call graph for this function:

◆ importmulti()

RPCHelpMan importmulti ( )

Definition at line 1672 of file backup.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ importwallet()

RPCHelpMan importwallet ( )

Definition at line 640 of file backup.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: