mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add a helper function.
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
uint32 getProposeSeq() const { return mProposeSeq; }
|
||||
std::vector<unsigned char> getPubKey() const { return mKey->GetPubKey(); }
|
||||
std::vector<unsigned char> sign();
|
||||
CKey::pointer peekKey() { return mKey; }
|
||||
|
||||
void changePosition(const uint256& newPosition);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user