Function bytesToBigInt

  • bytesToBigInt produces a bigint from a binary representation.

    Returns

    The bigint that was encoded in the input data.

    Parameters

    • bytes: Uint8Array

      The Uint8Array to convert.

    Returns bigint

Generated using TypeDoc