Function unwrapStaticArray

  • Converts an Uint8Array to a StaticArray<u8>.

    Parameters

    • arr: Uint8Array

      The Uint8Array to be converted.

    Returns StaticArray<u8>

    A StaticArray<u8> representation of the input Uint8Array.

Generated using TypeDoc