Function binToBigIntUint64LE

  • Decode an 8-byte Uint64LE Uint8Array into a BigInt.

    Throws if bin is shorter than 8 bytes.

    Parameters

    • bin: Uint8Array

      the Uint8Array to decode

    Returns bigint

Generated using TypeDoc