Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
209
std::string EncodeDestination(const CTxDestination& dest)
210
{
211
return boost::apply_visitor(DestinationEncoder(Params()), dest);
212
}
213
214
CTxDestination DecodeDestination(const std::string& str)
215
{
Callers
15
ScriptToUniv
Function · 0.85
ScriptPubKeyToUniv
Function · 0.85
getnewaddress
Function · 0.85
getaccountaddress
Function · 0.85
getrawchangeaddress
Function · 0.85
getaddressesbyaccount
Function · 0.85
listaddressgroupings
Function · 0.85
addmultisigaddress
Function · 0.85
addwitnessaddress
Function · 0.85
ListReceived
Function · 0.85
MaybePushAddress
Function · 0.85
listunspent
Function · 0.85
Calls
2
DestinationEncoder
Class · 0.85
Params
Class · 0.70
Tested by
3
BOOST_AUTO_TEST_CASE
Function · 0.68
TestAddAddressesToSendBook
Function · 0.68
SendCoins
Function · 0.68