Represents a dynamic CLType in the Casper type system. This class allows for runtime determination of types, enabling dynamic manipulation of CLTypes.
Initializes a new instance of the CLTypeDynamic class.
The TypeID representing the dynamic type.
The inner CLType that this dynamic type represents.
Retrieves the name of the CLTypeDynamic.
The TypeName of the inner CLType.
Retrieves the type ID of the CLTypeDynamic.
The TypeID associated with this dynamic type.
Converts the CLTypeDynamic instance to its byte representation.
A Uint8Array representing the bytes of the inner CLType.
Converts the CLTypeDynamic instance to a JSON-compatible representation.
A JSON representation of the inner CLType.
Provides a string representation of the CLTypeDynamic.
A string representing the inner CLType.
Generated using TypeDoc
Represents a dynamic CLType in the Casper type system. This class allows for runtime determination of types, enabling dynamic manipulation of CLTypes.