Simplification of scriptPubKey handling code.
[novacoin.git] / src / base58.h
index b312443..d5df354 100644 (file)
@@ -142,6 +142,7 @@ public:
     CTxDestination Get() const;
     bool GetKeyID(CKeyID &keyID) const;
     bool IsScript() const;
+    bool IsPubKey() const;
     bool IsPair() const;
 };