Shamsudin
Shamsudin
We will retest and report the results.
Yes there is a problem But tronapi is already transferred to the new version. ``` eth-abi>=2.0.0b6,
No problems detected **Example:** ```python from tronapi import Tron tron = Tron() account = tron.create_account is_valid = bool(tron.isAddress(account.address.hex)) logger.debug('Generated account: ') logger.debug('- Private Key: ' + account.private_key) logger.debug('- Public Key:...
See examples https://github.com/iexbase/tron-api-python/blob/master/example.py
3.6 > **Example tronbot:** https://github.com/iexbase/tron-bot/blob/b9ac20cbebf5b8b0edfd321efb7863951b528759/tron_bot.py#L242 https://t.me/iEXTronBot Python 3.6.5 is installed on the server.
https://github.com/iexbase/tron-api/blob/master/src/Tron.php#L138
Not enough time, work with the library, we will soon restore work
plugin hasn't been updated for a long time, let's check
thanks, let's check this signature feature
```python message = tron.trx.sign(tron.toHex(text="test")) print( tron.trx.verify_message(tron.toHex(text="test"), message) ) ```