Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <wallet/walletutil.h>
#include <chainparams.h>
#include <common/args.h>
#include <key_io.h>
#include <logging.h>
Go to the source code of this file.
Namespaces | |
namespace | wallet |
Functions | |
fs::path | wallet::GetWalletDir () |
Get the path of the wallet directory. More... | |
bool | wallet::IsFeatureSupported (int wallet_version, int feature_version) |
WalletFeature | wallet::GetClosestWalletFeature (int version) |
WalletDescriptor | wallet::GenerateWalletDescriptor (const CExtPubKey &master_key, const OutputType &addr_type, bool internal) |