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