ExternalSigner::DisplayAddress

Display address on the device. Calls `<command> --fingerprint <fingerprint> --chain <chain> displayaddress --desc <descriptor>`.

Synopsis

Declared in <external_signer.h>

UniValue
DisplayAddress(std::string const& descriptor) const;

Return Value

the device response describing the displayed address.

Parameters

NameDescription
descriptor [in]Descriptor specifying which address to display. Must include a public key or xpub, as well as key origin.