Bitcoin Core 29.99.0
P2P Digital Currency
Classes | Namespaces | Enumerations | Functions
walletutil.h File Reference
#include <script/descriptor.h>
#include <util/fs.h>
#include <vector>
Include dependency graph for walletutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wallet::WalletDescriptor
 Descriptor with some wallet metadata. More...
 

Namespaces

namespace  wallet
 

Enumerations

enum  wallet::WalletFlags : uint64_t {
  wallet::WALLET_FLAG_AVOID_REUSE = (1ULL << 0) , wallet::WALLET_FLAG_KEY_ORIGIN_METADATA = (1ULL << 1) , wallet::WALLET_FLAG_LAST_HARDENED_XPUB_CACHED = (1ULL << 2) , wallet::WALLET_FLAG_DISABLE_PRIVATE_KEYS = (1ULL << 32) ,
  wallet::WALLET_FLAG_BLANK_WALLET = (1ULL << 33) , wallet::WALLET_FLAG_DESCRIPTORS = (1ULL << 34) , wallet::WALLET_FLAG_EXTERNAL_SIGNER = (1ULL << 35)
}
 

Functions

fs::path wallet::GetWalletDir ()
 Get the path of the wallet directory. More...
 
WalletDescriptor wallet::GenerateWalletDescriptor (const CExtPubKey &master_key, const OutputType &addr_type, bool internal)