Protected
valueStatic
fromCreates a CLValueUInt64 instance from a Uint8Array. Parses the byte array to retrieve the UInt64 value.
An object containing the new CLValueUInt64 instance and any remaining bytes.
Error if the source array is smaller than the required size for a UInt64.
The Uint8Array containing the byte representation of the UInt64 value.
Generated using TypeDoc
Represents a 64-bit unsigned integer value in the Casper type system.