andelf / tronpy

TRON Python Client Library.
MIT License
212 stars 96 forks source link

deployment with parameters #35

Closed jjhesk closed 2 years ago

jjhesk commented 2 years ago

@andelf Is that possible to create a deployment contract with constructor parameters on it? I have noticed that there is no inputs from the sample code: https://github.com/andelf/tronpy/blob/9ec57b39adcf6572e70b8b27b3befc7c695c8526/tests/test_contract.py#L98

jjhesk commented 2 years ago

done.