mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Construct the next ledger from the existing ledger.
Close ledger logic.
This commit is contained in:
@@ -20,9 +20,8 @@ public:
|
||||
bool SetPubKey(const std::vector<unsigned char>& vchPubKey);
|
||||
|
||||
bool IsValid();
|
||||
|
||||
uint160 GetHash160();
|
||||
std::string GetString();
|
||||
uint160 GetHash160() const;
|
||||
std::string GetString() const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user