[#ExternalSigner-DisplayAddress] = xref:ExternalSigner.adoc[ExternalSigner]::DisplayAddress :relfileprefix: ../ :mrdocs: Display address on the device. Calls `<command> ‐‐fingerprint <fingerprint> ‐‐chain <chain> displayaddress ‐‐desc <descriptor>`. == Synopsis Declared in `<external_signer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValue.adoc[UniValue] DisplayAddress(std::string const& descriptor) const; ---- == Return Value the device response describing the displayed address. == Parameters [cols="1,4"] |=== | Name| Description | *descriptor* [in] | Descriptor specifying which address to display. Must include a public key or xpub, as well as key origin. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#