Merge branch 'main' into blocks-metadata

This commit is contained in:
MihailRis
2024-09-13 13:22:27 +03:00
19 changed files with 267 additions and 51 deletions
+2
View File
@@ -72,6 +72,8 @@ public:
std::string getString();
/// @return true if there is at least one byte remains
bool hasNext() const;
/// @return Number of remaining bytes in buffer
size_t remaining() const;
const ubyte* pointer() const;
void skip(size_t n);