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

Method IsValid

src/base58.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366bool CBitcoinAddress::IsValid() const
367{
368 return IsValid(Params());
369}
370
371bool CBitcoinAddress::IsValid(const CChainParams& params) const
372{

Callers 1

SetKeyMethod · 0.45

Calls 2

ParamsClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected