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