Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
366
bool CBitcoinAddress::IsValid() const
367
{
368
return IsValid(Params());
369
}
370
371
bool CBitcoinAddress::IsValid(const CChainParams& params) const
372
{
Callers
1
SetKey
Method · 0.45
Calls
2
Params
Class · 0.70
size
Method · 0.45
Tested by
no test coverage detected