MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetKey

Method GetKey

src/script/sign.cpp:681–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679bool FlatSigningProvider::GetCScript(const CScriptID& scriptid, CScript& script) const { return LookupHelper(scripts, scriptid, script); }
680bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelper(pubkeys, keyid, pubkey); }
681bool FlatSigningProvider::GetKey(const CKeyID& keyid, CKey& key) const { return LookupHelper(keys, keyid, key); }
682
683FlatSigningProvider Merge(const FlatSigningProvider& a, const FlatSigningProvider& b)
684{

Callers 9

ToPrivateStringMethod · 0.45
GetExtKeyMethod · 0.45
CreateSigMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
MigrateDataMethod · 0.45
GetUTXOStatsFunction · 0.45
FindScriptPubKeyFunction · 0.45
getPrivKeyMethod · 0.45

Calls 1

LookupHelperFunction · 0.85

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36