mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Cleanup
This commit is contained in:
2
Wallet.h
2
Wallet.h
@@ -168,7 +168,9 @@ public:
|
|||||||
|
|
||||||
void load(void);
|
void load(void);
|
||||||
|
|
||||||
|
// must be a known local account
|
||||||
LocalAccount::pointer parseAccount(const std::string& accountSpecifier);
|
LocalAccount::pointer parseAccount(const std::string& accountSpecifier);
|
||||||
|
|
||||||
LocalAccount::pointer getLocalAccount(const uint160& famBase, int seq);
|
LocalAccount::pointer getLocalAccount(const uint160& famBase, int seq);
|
||||||
LocalAccount::pointer getLocalAccount(const uint160& acctID);
|
LocalAccount::pointer getLocalAccount(const uint160& acctID);
|
||||||
uint160 peekKey(const uint160& family, int seq);
|
uint160 peekKey(const uint160& family, int seq);
|
||||||
|
|||||||
Reference in New Issue
Block a user