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