Protected
valueStatic
fromCreates a CLValueUInt512 instance from a Uint8Array. Parses the byte array to retrieve the UInt512 value.
An object containing the new CLValueUInt512 instance and any remaining bytes.
The Uint8Array containing the byte representation of the UInt512 value.
Static
fromJSONCreates a CLValueUInt512 instance from a JSON representation.
A new CLValueUInt512 instance.
Will throw an error if the input is not a valid integer or is negative.
The JSON representation of the UInt512 value. Can be a string or a number.
Generated using TypeDoc
Represents a 512-bit unsigned integer value in the Casper type system.