Encodes a string memo into a fixed-size number array (Uint8Array).
The string memo to encode.
The desired size of the output array. Defaults to 64.
A number array representing the encoded memo.
Encodes a string memo into a fixed-size number array (Uint8Array).