Encode a positive BigInt as little-endian Uint8Array. Negative values will return the same result as 0.
0
For the reverse, see binToBigIntUintLE.
the number to encode
Generated using TypeDoc
Encode a positive BigInt as little-endian Uint8Array. Negative values will return the same result as
0
.For the reverse, see binToBigIntUintLE.