For the complete documentation index, see llms.txt. This page is also available as Markdown.

Convertor

The aim of this class is to define type conversions.

The class is used in conjunction with Arguments functions such as with_type_convertible().

For example, if you want to treat uint160 as a type address, you can use the Convertor to add that conversion type.

Bases: object

Convertor.add()Convertor.can_convert()Convertor.set_conversions()

Last updated