iexbase / tron-api

A PHP API for interacting with Tron (TRX)
https://iexbase.github.io/tron-api/
MIT License
405 stars 287 forks source link

No way to increase feeLimit value #151

Closed DieselPower200 closed 1 year ago

DieselPower200 commented 1 year ago

https://github.com/iexbase/tron-api/blob/45b01d8a562a2445c307df3b2f233473d970755b/src/TRC20Contract.php#L71

Looks like that sometimes 10 TRX is not enough to make a transfer and there is not way to extend or set feeLimit value. Example: https://tronscan.org/#/transaction/47f8db4faed23f9b38cb678f3d0664563f7694e8864864efc5329fc2533da8bd

Could you add setter or extra parameter to transfer method?

Thanks!