Function bytesToI64

  • Converts a Uint8Array into a i64 BigInt.

    Returns

    The deserialized i64 BigInt value

    Parameters

    • arr: Uint8Array

      The array to convert

    • Optional offset: number

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

    Returns bigint

Generated using TypeDoc