MCPcopy Create free account
hub / github.com/LUX-Core/lux / ToString

Method ToString

src/base58.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203std::string CBase58Data::ToString() const
204{
205 std::vector<unsigned char> vch = vchVersion;
206 vch.insert(vch.end(), vchData.begin(), vchData.end());
207 return EncodeBase58Check(vch);
208}
209
210int CBase58Data::CompareTo(const CBase58Data& b58) const
211{

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