mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Refactor Serializer and SerializerIterator interfaces:
* Remove unused members * SerialIter holds only a pointer and offset now * Use free functions for some Serializer members * Use SerialIter in some places instead of Serializer
This commit is contained in:
committed by
Nik Bougalis
parent
a691632995
commit
bb4127a6fb
@@ -46,7 +46,7 @@ public:
|
||||
};
|
||||
|
||||
// These throw if the object is not valid
|
||||
STValidation (SerializerIterator & sit, bool checkSignature = true);
|
||||
STValidation (SerialIter & sit, bool checkSignature = true);
|
||||
|
||||
// Does not sign the validation
|
||||
STValidation (uint256 const& ledgerHash, std::uint32_t signTime,
|
||||
|
||||
Reference in New Issue
Block a user