Encodes note to bytes When note is provided then uses the TexEncoder to convert note to bytes. When noteb64 is provided then uses base64 decoder to convert base64 text to bytes. Throws an error if both note and noteb64 are provided.
note
noteb64
Generated using TypeDoc
Encodes note to bytes When
note
is provided then uses the TexEncoder to convert note to bytes. Whennoteb64
is provided then uses base64 decoder to convert base64 text to bytes. Throws an error if bothnote
andnoteb64
are provided.