mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add accountPublicVerify to NewcoinAddress.
This commit is contained in:
@@ -76,6 +76,8 @@ public:
|
||||
void setAccountPublic(const std::vector<unsigned char>& vPublic);
|
||||
void setAccountPublic(const NewcoinAddress& generator, int seq);
|
||||
|
||||
bool accountPublicVerify(const uint256& uHash, const std::vector<unsigned char>& vucSig) const;
|
||||
|
||||
//
|
||||
// Accounts Private
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user