MCPcopy 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
275bool CBitcoinAddress::IsScript() const
276{
277 return IsValid() && vchVersion == Params().Base58Prefix(CChainParams::SCRIPT_ADDRESS);
278}
279
280void CBitcoinSecret::SetKey(const CKey& vchSecret)
281{

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

ParamsClass · 0.70

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64