Function bigIntToBinUintLE

  • Encode a positive BigInt as little-endian Uint8Array. Negative values will return the same result as 0.

    For the reverse, see binToBigIntUintLE.

    Parameters

    • value: bigint

      the number to encode

    Returns Uint8Array

Generated using TypeDoc