[#wallet-CWallet-DisplayAddress] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::DisplayAddress :relfileprefix: ../../ :mrdocs: Display address on an external signer. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fde04ce8), requires_capability(0x7f95061a7a28), requires_capability(0x7f94f2b78538), requires_capability(0x7f94f0cf71c8), requires_capability(0x7f94fee39bb8)]] xref:util/Result.adoc[util::Result<void>] DisplayAddress(xref:CTxDestination.adoc[CTxDestination] const& dest); ---- == Return Value Success, or an error if the signer could not display it. == Parameters [cols="1,4"] |=== | Name| Description | *dest* | The destination address to display. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#