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

Method AddKey

src/keystore.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59public:
60 bool AddKeyPubKey(const CKey& key, const CPubKey &pubkey) override;
61 bool AddKey(const CKey &key) { return AddKeyPubKey(key, key.GetPubKey()); }
62 bool GetPubKey(const CKeyID &address, CPubKey& vchPubKeyOut) const override;
63 bool HaveKey(const CKeyID &address) const override;
64 std::set<CKeyID> GetKeys() const override;

Callers 1

MutateTxSignFunction · 0.45

Calls 1

GetPubKeyMethod · 0.45

Tested by

no test coverage detected