Skip to content

use getTrc20Transactions but get none token_info #41

Description

@JacobDenver007
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions