Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Variable Length Primitives

_bytes16, bytes32, string16string - These types consist of a signed integer giving a length N followed by N bytes of content. -1 indicates null. bytes16 and string16 string use a two byte int16 size and bytes32 uses a four byte int32 size. string16 is identical in format to bytes16 but the bytes should be interpreted as UTF8 encoded characters.

...