IsValidDestination

Check whether a CTxDestination corresponds to one with an address.

Synopsis

Declared in <addresstype.h>

bool
IsValidDestination(CTxDestination const& dest);

Return Value

True if the destination has a corresponding address.

Parameters

NameDescription
destThe destination to check.