stacksgov / sips

Community-submitted Stacks Improvement Proposals (SIPs)
131 stars 80 forks source link

SIP-005 clarity value docs #45

Closed kyranjamie closed 2 years ago

kyranjamie commented 2 years ago

SIP-005 doesn't contain any mention of the string clarity values, used here in stacks.js.

  StringASCII = 0x0d,
  StringUTF8 = 0x0e,

The Clarity Value Representation should contain documentation for these.

This was mentioned by @neithanmo of Zondax, working on the Ledger integration.