Shamsudin

Results 49 comments of Shamsudin

https://github.com/iexbase/tron-api-python/blob/master/tronapi/trx.py#L519

It worked online, I need to fix it for offline signature mode

send the sample code again

Your code is weird. Try using a similar algorithm. ```python tx = tron.transaction_builder.trigger_smart_contract( contract_address=, function_selector=, fee_limit=, call_value=, parameters=[] ) ``` New options for tokens https://github.com/iexbase/tron-api-python/blob/master/tronapi/transactionbuilder.py#L535 https://github.com/iexbase/tron-api-python/blob/master/tronapi/transactionbuilder.py#L536 Get transaction details using:...

https://github.com/iexbase/tron-api/commit/63a3d8663a38e23e7a7c07f640b01567cc67a131