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