Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ AddKey
Method
AddKey
src/keystore.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
bool CKeyStore::AddKey(const CKey &key) {
23
return AddKeyPubKey(key, key.GetPubKey());
24
}
25
26
bool CBasicKeyStore::AddKeyPubKey(const CKey& key, const CPubKey &pubkey)
27
{
Callers
2
MutateTxSign
Function · 0.45
signrawtransaction
Function · 0.45
Calls
1
GetPubKey
Method · 0.45
Tested by
no test coverage detected