I need to transfer TRC20 token from this TRX wallet to another by API.
Since it is doesn't have TRC20 smartcontract created, I can't trigger triggersmartcontract. Is there a way how can I automatically initiate a transfer?
I need to transfer TRC20 token from this TRX wallet to another by API.
Since it is doesn't have TRC20 smartcontract created, I can't trigger triggersmartcontract. Is there a way how can I automatically initiate a transfer?
Found solution This TriggerSmartContract API with the transfer() method in USDT contract, this will create the transaction, then you'll need to sign and broadcast it. https://developers.tron.network/reference/triggersmartcontract
and here is code example using
IEXBaselibrary