The CLType of the map's keys.
The CLType of the map's values.
Converts the CLTypeMap instance to a JSON-compatible representation. The JSON object includes a "Map" key containing the JSON representations of the key and value types.
A JSON object representing the map type and its key and value types.
Static
fromJSONCreates a CLTypeMap instance from a JSON representation. Parses JSON input to determine the key and value types of the map.
A new CLTypeMap instance with parsed key and value types.
If the JSON structure is invalid.
The JSON representation of the CLTypeMap.
Generated using TypeDoc
Represents a Map type in the Casper type system. This class implements the CLType interface, allowing the use of key-value pairs with specified types.