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

Function EncodeDestination

src/key_io.cpp:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459std::string EncodeDestination(const CTxDestination& dest)
460{
461 return std::visit(DestinationEncoder(Params(), false), dest);
462}
463
464CTxDestination DecodeDestination(const std::string& str, std::string& error_msg, std::vector<int>* error_locations)
465{

Callers 15

LoadCScriptMethod · 0.85
SetAddressBookWithDBMethod · 0.85
DelAddressBookMethod · 0.85
SetAddressUsedMethod · 0.85
getnewaddressFunction · 0.85
getrawchangeaddressFunction · 0.85
listaddressgroupingsFunction · 0.85
addmultisigaddressFunction · 0.85
ProcessSubScriptMethod · 0.85
operator()Method · 0.85

Calls 2

DestinationEncoderClass · 0.85
ParamsClass · 0.70

Tested by 9

BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
FUZZ_TARGET_INITFunction · 0.68
FUZZ_TARGET_INITFunction · 0.68
ConsumeScalarRPCArgumentFunction · 0.68
FUZZ_TARGET_INITFunction · 0.68
getnewaddressFunction · 0.68
SendCoinsFunction · 0.68