| 59 | public: |
| 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; |
no test coverage detected