Represents a simple data type in the Casper type system.
Constructs a new instance of the SimpleType class.
The TypeID for the simple type.
The TypeName for the simple type.
Private
Readonly
Retrieves the name of the SimpleType.
The TypeName for the SimpleType.
Retrieves the type ID of the SimpleType.
The TypeID for the SimpleType.
Converts the SimpleType to its byte representation.
A Uint8Array containing a single byte representing the type ID.
Converts the SimpleType instance to a JSON representation.
The name of the SimpleType as a string.
Provides a string representation of the SimpleType.
The name of the SimpleType.
Generated using TypeDoc
Represents a simple data type in the Casper type system.