encodeUint64 converts an integer to its binary representation.
The number to convert. This must be an unsigned integer less than 2^64.
An 8-byte typed array containing the big-endian encoding of the input integer.
Generated using TypeDoc
encodeUint64 converts an integer to its binary representation.