Convertor
The aim of this class is to define type conversions.
Last updated
The aim of this class is to define type conversions.
Last updated
The class is used in conjunction with functions such as .
For example, if you want to treat uint160
as a type address
, you can use the Convertor
to add that conversion type.
Bases: object