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

Method CBase58Data

src/scripts/bitcoin_base58.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 CBase58Data::CBase58Data()
150 {
151 vchVersion.clear();
152 vchData.clear();
153 }
154
155 void CBase58Data::SetData(const std::vector<unsigned char>& vchVersionIn, const void* pdata, size_t nSize)
156 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected