Function bigIntToBinUintBE

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

    For the reverse, see binToBigIntUintBE.

    Parameters

    • value: bigint

      the number to encode

    Returns Uint8Array

Generated using TypeDoc