MCPcopy Create free account
hub / github.com/citp/BlockSci / ToString

Method ToString

src/scripts/bitcoin_base58.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 std::string CBase58Data::ToString() const
190 {
191 std::vector<unsigned char> vch = vchVersion;
192 vch.insert(vch.end(), vchData.begin(), vchData.end());
193 return EncodeBase58Check(vch);
194 }
195
196 int CBase58Data::CompareTo(const CBase58Data& b58) const
197 {

Callers 3

addressStringMethod · 0.45
addressStringMethod · 0.45
addressStringMethod · 0.45

Calls 4

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

Tested by

no test coverage detected