mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Hash functions.
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
virtual bool isEquivalent(const SerializedType& t) const;
|
||||
|
||||
virtual void add(Serializer& s) const { add(s, true); } // just inner elements
|
||||
void add(Serializer& s, int withSignature) const;
|
||||
void add(Serializer& s, bool withSignature) const;
|
||||
Serializer getSerializer() const { Serializer s; add(s); return s; }
|
||||
std::string getFullText() const;
|
||||
std::string getText() const;
|
||||
|
||||
Reference in New Issue
Block a user