mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
NewcoinAddress functions.
This commit is contained in:
@@ -362,6 +362,9 @@ public:
|
|||||||
virtual STAccount* duplicate() const { return new STAccount(name, value); }
|
virtual STAccount* duplicate() const { return new STAccount(name, value); }
|
||||||
std::string getText() const;
|
std::string getText() const;
|
||||||
|
|
||||||
|
NewcoinAddress getValueNCA() const;
|
||||||
|
void setValueNCA(const NewcoinAddress& nca);
|
||||||
|
|
||||||
void setValueH160(const uint160& v);
|
void setValueH160(const uint160& v);
|
||||||
bool getValueH160(uint160&) const;
|
bool getValueH160(uint160&) const;
|
||||||
bool isValueH160() const;
|
bool isValueH160() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user