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
Name |
Description |
dest |
The destination to check. |
Created with MrDocs