trongrid-js icon indicating copy to clipboard operation
trongrid-js copied to clipboard

use getTrc20Transactions but get none token_info

Open JacobDenver007 opened this issue 5 years ago • 0 comments

  • I deploy a trc20 token on shasta testnet
  • I use getTrc20Transactions to get trc20 txs, but token_info is none

code is async function getTrc20Txs(address) { var result = await tronGrid.account.getTrc20Transactions(address, { only_confirmed: true, limit: 2, only_to: true, }); console.log(JSON.stringify(result)); }

  • address is TX3MGfWT5aGv81vTSdZtr6hbHxhMVh1FFM

image

JacobDenver007 avatar Apr 08 '21 06:04 JacobDenver007