Display address on an external signer.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7fbc76bfd048), requires_capability(0x7fbc81b76a08), requires_capability(0x7fbc7e014888), requires_capability(0x7fbc7e243d38), requires_capability(0x7fbc8e714978)]]
util::Result<void>
DisplayAddress(CTxDestination const& dest);

Return Value

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

Parameters

Name

Description

dest

The destination address to display.

Created with MrDocs