MCPcopy 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
22bool CKeyStore::AddKey(const CKey &key) {
23 return AddKeyPubKey(key, key.GetPubKey());
24}
25
26bool CBasicKeyStore::AddKeyPubKey(const CKey& key, const CPubKey &pubkey)
27{

Callers 2

MutateTxSignFunction · 0.45
signrawtransactionFunction · 0.45

Calls 1

GetPubKeyMethod · 0.45

Tested by

no test coverage detected