This commit is contained in:
2026-04-27 15:54:31 -05:00
parent 3313b89771
commit 7b39a40a32
2 changed files with 44 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ public:
// TODO - debugging info
[[nodiscard]] std::vector<uint8_t> const& data() const { return byte_array_.data(); }
private:
ByteArray byte_array_;
static constexpr uint8_t VERSION = 1;