iexbase / tron-api-python

A Python API for interacting with Tron (TRX)
https://tronapi-for-python.readthedocs.io
MIT License
165 stars 82 forks source link

Decimal support in send_transaction #74

Open aghamir opened 4 years ago

aghamir commented 4 years ago

toSun method supports decimal.Decimal type. However, send_transaction restricts the type to float.