Bitcoin Core
31.99.0
P2P Digital Currency
src
wallet
dump.h
Go to the documentation of this file.
1
// Copyright (c) 2020-present The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_WALLET_DUMP_H
6
#define BITCOIN_WALLET_DUMP_H
7
8
#include <
util/fs.h
>
9
10
#include <string>
11
12
struct
bilingual_str
;
13
class
ArgsManager
;
14
15
namespace
wallet
{
16
class
WalletDatabase;
17
18
bool
DumpWallet
(
const
ArgsManager
&
args
, WalletDatabase&
db
,
bilingual_str
& error);
19
bool
CreateFromDump
(
const
ArgsManager
&
args
,
const
std::string&
name
,
const
fs::path& wallet_path,
bilingual_str
& error);
20
}
// namespace wallet
21
22
#endif
// BITCOIN_WALLET_DUMP_H
args
ArgsManager & args
Definition:
bitcoind.cpp:280
ArgsManager
Definition:
args.h:107
fs.h
wallet
Definition:
coin_selection.cpp:31
wallet::CreateFromDump
bool CreateFromDump(const ArgsManager &args, const std::string &name, const fs::path &wallet_path, bilingual_str &error)
Definition:
dump.cpp:122
wallet::DumpWallet
bool DumpWallet(const ArgsManager &args, WalletDatabase &db, bilingual_str &error)
Definition:
dump.cpp:24
name
const char * name
Definition:
rest.cpp:71
bilingual_str
Bilingual messages:
Definition:
translation.h:24
db
CDBWrapper db
Definition:
dbwrapper.cpp:371
Generated on Wed Sep 9 2026 20:03:15 for Bitcoin Core by
1.9.4