bharathimohan11

Results 2 comments of bharathimohan11

The generated model file should use **Literal** Instead of **const**. Refer : https://github.com/samuelcolvin/pydantic/issues/561

> Hello!, make sure you set the region on the Connection. > > For example: > > ``` > connection = Connection(region = 'eu-west-1') > object = another_object.get_transact_contract() > >...