Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
496
CTxDestination 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_base
Function · 0.85
validateaddress
Function · 0.85
Calls
2
DecodeDestination
Function · 0.85
Params
Class · 0.70
Tested by
no test coverage detected