#include <wallet/wallet.h>
#include <checkpoints.h>
#include <chain.h>
#include <wallet/coincontrol.h>
#include <consensus/consensus.h>
#include <consensus/validation.h>
#include <fs.h>
#include <key.h>
#include <key_io.h>
#include <keystore.h>
#include <validation.h>
#include <net.h>
#include <policy/fees.h>
#include <policy/policy.h>
#include <policy/rbf.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <script/script.h>
#include <shutdown.h>
#include <timedata.h>
#include <txmempool.h>
#include <utilmoneystr.h>
#include <wallet/fees.h>
#include <wallet/walletutil.h>
#include <algorithm>
#include <assert.h>
#include <future>
#include <boost/algorithm/string/replace.hpp>
Go to the source code of this file.
◆ AddWallet()
bool AddWallet |
( |
const std::shared_ptr< CWallet > & |
wallet | ) |
|
◆ GetWallet()
std::shared_ptr<CWallet> GetWallet |
( |
const std::string & |
name | ) |
|
◆ GetWallets()
std::vector<std::shared_ptr<CWallet> > GetWallets |
( |
| ) |
|
◆ GUARDED_BY()
◆ HasWallets()
◆ RemoveWallet()
bool RemoveWallet |
( |
const std::shared_ptr< CWallet > & |
wallet | ) |
|
◆ BIP32_HARDENED_KEY_LIMIT
const uint32_t BIP32_HARDENED_KEY_LIMIT = 0x80000000 |
◆ cs_wallets