[#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(0x7f2e1e598238), requires_capability(0x7f2e11aa8ff8), requires_capability(0x7f2e169fede8), requires_capability(0x7f2e15f2e288), requires_capability(0x7f2e12c6cf18)]] 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]#