Data Types
The following data types are used in ConstaNet messages
| Name | Real Type | Notes | Size (Bytes) |
|---|---|---|---|
| uint8 | uint8 | 1 | |
| uint16 | uint16 (little-endian) | 2 | |
| uint64 | uint64 (little-endian) | 8 | |
| NodeID | ASCII byte sequence | UUID v4 identifier | 36 |
| String | ASCII byte sequence | 2-byte uint16 length prefix | - |
| ByteArray | raw bytes | 2-byte uint16 length prefix | - |
Last updated on