MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / ToString

Method ToString

src/base58.cpp:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184std::string CBase58Data::ToString() const
185{
186 std::vector<unsigned char> vch = vchVersion;
187 vch.insert(vch.end(), vchData.begin(), vchData.end());
188 return EncodeBase58Check(vch);
189}
190
191int CBase58Data::CompareTo(const CBase58Data& b58) const
192{

Callers

nothing calls this directly

Calls 4

EncodeBase58CheckFunction · 0.85
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected