Expand description
BoundedNote, length-bounded string type for untrusted input.
Structs§
- Bounded
Note - A length-bounded note string (max 200 chars / 512 bytes).
Enums§
- Note
TooLong - Error returned when a note exceeds length limits.
Constants§
- MAX_
NOTE_ BYTES - Max bytes allowed in a note.
- MAX_
NOTE_ CHARS - Max characters allowed in a note.