tronprotocol / tronweb

Javascript API Library for interacting with the TRON Network
MIT License
413 stars 271 forks source link

How to detect usdt transaction from the block #455

Closed hedimin closed 9 months ago

hedimin commented 9 months ago

Hello everyone! I want to get usdt transactions from specific block. For the trx, i do it like this: const lastBlock = await this.tronWeb.trx.getBlockByNumber(number); const transactions = await this.tronWeb.trx.getTransactionFromBlock(lastBlock.blockId);

But udst transaction are not appearing in this collection i get. Aprreciate any help, thanks in advance.