A uint64 value.
A numeric if the uint64 is no greater than Number.MAX_SAFE_INTEGER or the original uint64 value otherwise.
Converts a (64bit) uint8 array into a uint64.
A uint8 array.
The uint64 representation of the input.
Converts a (32bit) uint8 array into a uint64.
A uint8 array.
The uint64 representation of the input.
Parses a hex string into a uint64.
A hex encoded string.
The uint64 representation of the input.
Converts a numeric unsigned integer into a uint64.
The unsigned integer.
The uint64 representation of the input.
Returns true if a uint64 is zero.
A uint64 value.
true if the value is zero.
Converts a uint64 into a hex string.
A uint64 value.
A hex encoded string representing the uint64.
Generated using TypeDoc
Tries to compact a uint64 into a simple numeric.