Bitcoin Core
28.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
src
wallet
salvage.h
Go to the documentation of this file.
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
// Copyright (c) 2009-2021 The Bitcoin Core developers
3
// Distributed under the MIT software license, see the accompanying
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6
#ifndef BITCOIN_WALLET_SALVAGE_H
7
#define BITCOIN_WALLET_SALVAGE_H
8
9
#include <
streams.h
>
10
#include <
util/fs.h
>
11
12
class
ArgsManager
;
13
struct
bilingual_str
;
14
15
namespace
wallet
{
16
bool
RecoverDatabaseFile
(
const
ArgsManager
&
args
,
const
fs::path
& file_path,
bilingual_str
& error, std::vector<bilingual_str>& warnings);
17
}
// namespace wallet
18
19
#endif
// BITCOIN_WALLET_SALVAGE_H
args
ArgsManager & args
Definition
bitcoind.cpp:270
ArgsManager
Definition
args.h:97
fs::path
Path class wrapper to block calls to the fs::path(std::string) implicit constructor and the fs::path:...
Definition
fs.h:33
fs.h
wallet
Definition
wallet_balance.cpp:18
wallet::RecoverDatabaseFile
bool RecoverDatabaseFile(const ArgsManager &args, const fs::path &file_path, bilingual_str &error, std::vector< bilingual_str > &warnings)
Definition
salvage.cpp:69
streams.h
bilingual_str
Bilingual messages:
Definition
translation.h:18
Generated on Thu Oct 3 2024 09:20:15 for Bitcoin Core by
1.12.0