Function wrapStaticArray

  • Converts a StaticArray<u8> to an Uint8Array.

    Parameters

    • arr: StaticArray<number>

      The StaticArray<u8> to be converted.

    Returns Uint8Array

    An Uint8Array representation of the input StaticArray<u8>.

Generated using TypeDoc