MCPcopy Create free account
hub / github.com/LUX-Core/lux / IsValidDestinationString

Function IsValidDestinationString

src/base58.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468bool IsValidDestinationString(const std::string& str, const CChainParams& params)
469{
470 return IsValidDestination(DecodeDestination(str, params));
471}
472
473bool IsValidDestinationString(const std::string& str)
474{

Callers 1

ipcParseCommandLineMethod · 0.85

Calls 3

IsValidDestinationFunction · 0.85
DecodeDestinationFunction · 0.85
ParamsClass · 0.70

Tested by

no test coverage detected