[#IsValidDestinationString-02] = IsValidDestinationString :mrdocs: Check whether a string is a valid address for the current chain. == Synopsis Declared in `<key_io.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsValidDestinationString(std::string const& str); ---- == Return Value True if the string is a valid destination. == Parameters [cols="1,4"] |=== | Name| Description | *str* | The address string to validate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#