Documentation exported from Bitcoin Core 23.0.0

walletdisplayaddress (23.0.0 RPC)

blockchain

control

mining

network

rawtransactions

signer

util

wallet

zmq

walletdisplayaddress "address"

Display address on an external signer for verification.

Arguments:
1. address    (string, required) bitcoin address to display

Result:
{                       (json object)
  "address" : "str"     (string) The address as confirmed by the signer
}