trongrid-js
trongrid-js copied to clipboard
use getTrc20Transactions but get none token_info
- I deploy a trc20 token on shasta testnet
- I use getTrc20Transactions to get trc20 txs, but
token_infois 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
