IsValidDestinationString

Check whether a string is a valid address for the current chain.

Synopsis

Declared in <key_io.h>

bool
IsValidDestinationString(std::string const& str);

Return Value

True if the string is a valid destination.

Parameters

NameDescription
strThe address string to validate.