NewcoinAddress functions.

This commit is contained in:
JoelKatz
2012-04-23 16:00:09 -07:00
parent 00f06feae0
commit 18c1b104a0

View File

@@ -362,6 +362,9 @@ public:
virtual STAccount* duplicate() const { return new STAccount(name, value); }
std::string getText() const;
NewcoinAddress getValueNCA() const;
void setValueNCA(const NewcoinAddress& nca);
void setValueH160(const uint160& v);
bool getValueH160(uint160&) const;
bool isValueH160() const;