[#wallet-WalletDescInfo] = xref:wallet.adoc[wallet]::WalletDescInfo :relfileprefix: ../ :mrdocs: Exportable form of a WalletDescriptor with the descriptor as a string and without its ID or cache. == Synopsis Declared in `<wallet/export.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct WalletDescInfo; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:wallet/WalletDescInfo/active.adoc[`active`] | Whether the descriptor is active for address generation. | xref:wallet/WalletDescInfo/creation_time.adoc[`creation_time`] | Unix timestamp of when the descriptor was added. | xref:wallet/WalletDescInfo/descriptor.adoc[`descriptor`] | The descriptor in string form. | xref:wallet/WalletDescInfo/next_index.adoc[`next_index`] | Index of the next address to generate. | xref:wallet/WalletDescInfo/range.adoc[`range`] | The descriptor's index range, if it is a ranged descriptor. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#