Function bytesToU32

  • Converts a Uint8Array into an unsigned 32-bit integer (u32).

    Parameters

    • arr: Uint8Array

      The array to convert

    • Optional offset: number

      The optional offset in the Uint8Array at which to start reading the u32 value (default: 0)

    Returns number

    The deserialized u32 value

Generated using TypeDoc