MCPcopy Create free account
hub / github.com/ElementsProject/elements / DecodeParentDestination

Function DecodeParentDestination

src/key_io.cpp:496–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496CTxDestination DecodeParentDestination(const std::string& str, std::string& error_msg)
497{
498 return DecodeDestination(str, Params(), true, error_msg, nullptr);
499}
500
501// ELEMENTS
502//

Callers 2

sendtomainchain_baseFunction · 0.85
validateaddressFunction · 0.85

Calls 2

DecodeDestinationFunction · 0.85
ParamsClass · 0.70

Tested by

no test coverage detected