Feature and state flags stored on a wallet.
Synopsis
Declared in <wallet/walletutil.h>
enum WalletFlags : uint64_t;
Members
Name |
Description |
|
Categorize coins as clean or reused and handle reused coins with privacy in mind. |
|
Metadata has already been upgraded to contain key origins. |
|
Descriptor cache has been upgraded to cache last hardened xpubs. |
|
Wallet may not contain private keys (watch‐only or pubkeys only). |
|
Flag set when a wallet contains no HD seed and no private keys, scripts, addresses, and other watch only things, and is therefore "blank." |
|
Indicate that this wallet supports DescriptorScriptPubKeyMan |
|
Indicates that the wallet needs an external signer |
Created with MrDocs