Initializes a new instance of the CLTypeTuple1 class.
The CLType of the single element in the Tuple1.
The CLType of the single element in the Tuple1.
Converts the CLTypeTuple1 instance to a JSON-compatible representation. The JSON object contains a "Tuple1" key with an array that includes the inner type.
A JSON object representing the Tuple1 type and its inner type.
Static
fromJSONCreates a CLTypeTuple1 instance from a JSON representation. Parses JSON input to determine the inner type for the Tuple1.
A new CLTypeTuple1 instance with the parsed inner type.
Error if the JSON structure is invalid or the inner type is not correctly specified.
The JSON representation of the CLTypeTuple1.
Generated using TypeDoc
Represents a Tuple1 type in the Casper type system. This class implements the CLType interface for tuples containing a single element.