andelf / tronpy

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

TRC-20 Tokens #93

Closed geniymusli closed 1 year ago

geniymusli commented 1 year ago

Can I send TRC-20 tokens such as USDT using this package?

MrNaif2018 commented 1 year ago

Yes of course

geniymusli commented 1 year ago

Could you please guide me through a bit? I've been looking threw this project and the only thing I found is asset_transfer function, it says for TRC-10 tokens.

MrNaif2018 commented 1 year ago
contract = client.get_contract("address")
contract.functions.transfer("where", amount).build()
MrNaif2018 commented 1 year ago

I hope it helped you. Let me know if you have further questions