Function toBigIntLE

  • Convert a little-endian buffer into a BigInt.

    Parameters

    • buf: Buffer

      The little-endian buffer to convert.

    Returns bigint

    A BigInt with the little-endian representation of buf.