mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rename NewcoinAddress to RippleAddress.
This commit is contained in:
@@ -510,8 +510,8 @@ public:
|
||||
SerializedTypeID getSType() const { return STI_ACCOUNT; }
|
||||
std::string getText() const;
|
||||
|
||||
NewcoinAddress getValueNCA() const;
|
||||
void setValueNCA(const NewcoinAddress& nca);
|
||||
RippleAddress getValueNCA() const;
|
||||
void setValueNCA(const RippleAddress& nca);
|
||||
|
||||
void setValueH160(const uint160& v);
|
||||
bool getValueH160(uint160&) const;
|
||||
|
||||
Reference in New Issue
Block a user