DescribeAddress

Describe an address as a JSON object for RPC output.

Synopsis

Declared in <rpc/util.h>

UniValue
DescribeAddress(CTxDestination const& dest);

Return Value

A JSON object describing the address.

Parameters

NameDescription
destThe destination to describe.