Copy the wallet database file to a backup path.

Synopsis

Declared in <wallet/wallet.h>

[[nodiscard]]
bool
BackupWallet(std::string const& strDest) const;

Return Value

true if the backup was written.

Note

The return value should not be discarded.

Parameters

Name

Description

strDest

The destination path for the backup.

Created with MrDocs