Exportable form of a WalletDescriptor with the descriptor as a string and without its ID or cache.
Synopsis
Declared in <wallet/export.h>
struct WalletDescInfo;
Data Members
Name |
Description |
Whether the descriptor is active for address generation. |
|
Unix timestamp of when the descriptor was added. |
|
The descriptor in string form. |
|
Index of the next address to generate. |
|
The descriptor's index range, if it is a ranged descriptor. |
Created with MrDocs