MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / EncodeDestination

Function EncodeDestination

src/key_io.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209std::string EncodeDestination(const CTxDestination& dest)
210{
211 return boost::apply_visitor(DestinationEncoder(Params()), dest);
212}
213
214CTxDestination DecodeDestination(const std::string& str)
215{

Callers 15

ScriptToUnivFunction · 0.85
ScriptPubKeyToUnivFunction · 0.85
getnewaddressFunction · 0.85
getaccountaddressFunction · 0.85
getrawchangeaddressFunction · 0.85
getaddressesbyaccountFunction · 0.85
listaddressgroupingsFunction · 0.85
addmultisigaddressFunction · 0.85
addwitnessaddressFunction · 0.85
ListReceivedFunction · 0.85
MaybePushAddressFunction · 0.85
listunspentFunction · 0.85

Calls 2

DestinationEncoderClass · 0.85
ParamsClass · 0.70

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.68
SendCoinsFunction · 0.68