mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update to 32-bit flags. A few serialized transaction fixes.
This commit is contained in:
@@ -72,9 +72,9 @@ public:
|
||||
|
||||
int getCount() const { return mData.size(); }
|
||||
|
||||
bool setFlag(int);
|
||||
bool clearFlag(int);
|
||||
int getFlag() const;
|
||||
bool setFlag(uint32);
|
||||
bool clearFlag(uint32);
|
||||
uint32 getFlags() const;
|
||||
|
||||
const SerializedType& peekAtIndex(int offset) const { return mData[offset]; }
|
||||
SerializedType& getIndex(int offset) { return mData[offset]; }
|
||||
|
||||
Reference in New Issue
Block a user