Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ EncodeDestination
Function
EncodeDestination
src/base58.cpp:458–461 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
456
}
457
458
std::string EncodeDestination(const CTxDestination& dest)
459
{
460
return boost::apply_visitor(DestinationEncoder(Params()), dest);
461
}
462
463
CTxDestination DecodeDestination(const std::string& str)
464
{
Callers
15
getnewaddress
Function · 0.85
getaccountaddress
Function · 0.85
getrawchangeaddress
Function · 0.85
getaddressesbyaccount
Function · 0.85
listaddressgroupings
Function · 0.85
listaddressbalances
Function · 0.85
addmultisigaddress
Function · 0.85
ListReceived
Function · 0.85
MaybePushAddress
Function · 0.85
printAddresses
Function · 0.85
createcontract
Function · 0.85
sendtocontract
Function · 0.85
Calls
2
DestinationEncoder
Class · 0.85
Params
Class · 0.70
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.68