wallet::CWallet::DisplayAddress

Display address on an external signer.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720ef698), requires_capability(0x7ff365f1f698), requires_capability(0x7ff35de5e048), requires_capability(0x7ff35efe2b28), requires_capability(0x7ff366fcf108)]]
util::Result<void>
DisplayAddress(CTxDestination const& dest);

Return Value

Success, or an error if the signer could not display it.

Parameters

NameDescription
destThe destination address to display.