@tributary-so/sdk
    Preparing search index...

    Function encodeMemo

    • Encodes a string memo into a fixed-size number array (Uint8Array).

      Parameters

      • memo: string

        The string memo to encode.

      • size: number = 64

        The desired size of the output array. Defaults to 64.

      Returns number[]

      A number array representing the encoded memo.