Function bigIntToBinUintLE

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

    Parameters

    • value: bigint

      the number to encode

    Returns Uint8Array

Generated using TypeDoc