mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Efficiently save validations.
This commit is contained in:
@@ -26,11 +26,11 @@ public:
|
||||
|
||||
uint256 getLedgerHash() const;
|
||||
uint32 getCloseTime() const;
|
||||
uint32 getFlags() const;
|
||||
NewcoinAddress getSignerPublic() const;
|
||||
bool isValid() const;
|
||||
bool isFull() const;
|
||||
bool isTrusted() const { return mTrusted; }
|
||||
CKey::pointer getSigningKey() const;
|
||||
uint256 getSigningHash() const;
|
||||
bool isValid(const uint256&) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user