An typed array containing the big-endian encoding of an unsigned integer less than 2^64. This array must be at most 8 bytes long.
Configure how the integer will be decoded.
The options are:
Defaults to "safe" if not included.
The integer that was encoded in the input data. The return type will be determined by the parameter decodingMode.
Generated using TypeDoc
decodeUint64 produces an integer from a binary representation.