Protected
valueStatic
fromCreates a CLValueInt64 instance from a Uint8Array. Interprets the first 8 bytes of the array as a 64-bit integer in little-endian format.
An object containing the new CLValueInt64 instance and any remaining bytes.
Will throw an error if the source array is smaller than Int64ByteSize.
The Uint8Array containing the byte representation of the Int64 value.
Generated using TypeDoc
Represents a 64-bit signed integer value in the Casper type system. This class provides methods for handling 64-bit integers, including byte conversion and CLValue integration.