[#Descriptor-CanSelfExpand] = xref:Descriptor.adoc[Descriptor]::CanSelfExpand :relfileprefix: ../ :mrdocs: Whether the descriptor can be used to produce its address(es) without needing a cache or private keys. == Synopsis Declared in `<script/descriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool CanSelfExpand() const = 0; ---- == Return Value True if the descriptor can expand on its own. [.small]#Created with https://www.mrdocs.com[MrDocs]#