Function fromBytes

  • Converts bytes to an U32 value

    Parameters

    • bytes: Uint8Array

      The bytes to convert

    Returns U32_t

    The U32 representation of the bytes

    Remarks

    Silently ignores bytes that are not needed to represent the U8 value.