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

Function EncodeParentDestination

src/key_io.cpp:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489
490
491std::string EncodeParentDestination(const CTxDestination& dest)
492{
493 return std::visit(DestinationEncoder(Params(), true), dest);
494}
495
496CTxDestination DecodeParentDestination(const std::string& str, std::string& error_msg)
497{

Callers 8

getwalletpakinfoFunction · 0.85
getpeginaddressFunction · 0.85
initpegoutwalletFunction · 0.85
sendtomainchain_pakFunction · 0.85
getpegoutkeysFunction · 0.85
validateaddressFunction · 0.85
tweakfedpegscriptFunction · 0.85

Calls 2

DestinationEncoderClass · 0.85
ParamsClass · 0.70

Tested by

no test coverage detected