Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ IsScript
Method
IsScript
src/base58.cpp:275–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
bool CBitcoinAddress::IsScript() const
276
{
277
return IsValid() && vchVersion == Params().Base58Prefix(CChainParams::SCRIPT_ADDRESS);
278
}
279
280
void CBitcoinSecret::SetKey(const CKey& vchSecret)
281
{
Callers
2
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
1
Params
Class · 0.70
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64