EncodeDestination

Encode a destination as an address string.

Synopsis

Declared in <key_io.h>

std::string
EncodeDestination(CTxDestination const& dest);

Return Value

The address string for the destination.

Parameters

NameDescription
destThe destination to encode.