Interface representing a CLType in the Casper type system.
Retrieves the name of the CLType.
The TypeName associated with the CLType.
Retrieves the type ID of the CLType.
The TypeID associated with the CLType.
Converts the CLType instance to its byte representation.
A Uint8Array representing the CLType.
Converts the CLType instance to a JSON representation.
A JSON-compatible representation of the CLType.
Provides a string representation of the CLType.
A string representation of the CLType.
Generated using TypeDoc
Interface representing a CLType in the Casper type system.