|
|
|
@ -188,6 +188,7 @@ public:
@@ -188,6 +188,7 @@ public:
|
|
|
|
|
|
|
|
|
|
bool getPubKey(const CKeyID &address, CPubKey& vchPubKeyOut) const; |
|
|
|
|
bool havePrivKey(const CKeyID &address) const; |
|
|
|
|
bool getPrivKey(const CKeyID &address, CKey& vchPrivKeyOut) const; |
|
|
|
|
void getOutputs(const std::vector<COutPoint>& vOutpoints, std::vector<COutput>& vOutputs); |
|
|
|
|
bool isSpent(const COutPoint& outpoint) const; |
|
|
|
|
void listCoins(std::map<QString, std::vector<COutput> >& mapCoins) const; |
|
|
|
|