mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 01:15:53 +00:00
Operation to extract transaction ID from CanonicalTXSet entries.
This commit is contained in:
@@ -23,6 +23,8 @@ public:
|
||||
|
||||
bool operator==(const CanonicalTXKey& k) const { return mTXid == k.mTXid; }
|
||||
bool operator!=(const CanonicalTXKey& k) const { return mTXid != k.mTXid; }
|
||||
|
||||
const uint256& getTXID() const { return mTXid; }
|
||||
};
|
||||
|
||||
class CanonicalTXSet
|
||||
|
||||
Reference in New Issue
Block a user