Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use getTrc20Transactions but get none token_info #41

Open
JacobDenver007 opened this issue Apr 8, 2021 · 0 comments
Open

use getTrc20Transactions but get none token_info #41

JacobDenver007 opened this issue Apr 8, 2021 · 0 comments

Comments

@JacobDenver007
Copy link

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant