We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try to use getAccountResources to get all token balance of my account. Receive list of token balance not including ether USDT.
getAccountResources
Code snippet to reproduce
const config = new AptosConfig({ network: Network.MAINNET }); const aptos = new Aptos(config); const resources = await aptos.getAccountResources({ accountAddress: account.accountAddress }); console.log(JSON.stringify(resources));
Stack trace / error message
// Paste the output here
Should include ether usdt in response of getAccountResources
System details:
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Description
Try to use
getAccountResources
to get all token balance of my account. Receive list of token balance not including ether USDT.How to reproduce
Code snippet to reproduce
Stack trace / error message
Expected Behavior
Should include ether usdt in response of
getAccountResources
System information
System details:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: