Protected
valueStatic
fromCreates a CLValueUInt32 instance from a Uint8Array. Parses the byte array to retrieve the UInt32 value.
An object containing the new CLValueUInt32 instance and any remaining bytes.
Error if the source array is too short for a UInt32 value.
The Uint8Array containing the byte representation of the UInt32 value.
Generated using TypeDoc
Represents a 32-bit unsigned integer value in the Casper type system.