aptos-labs / aptos-ts-sdk

An SDK for accessing the Aptos blockchain data, submitting transactions, and more!
https://aptos-labs.github.io/aptos-ts-sdk/
Apache License 2.0
67 stars 37 forks source link

[fungibleAssets] Ensure query for coin balances uses correct query #455

Closed gregnazario closed 2 months ago

gregnazario commented 2 months ago

Description

For migrated coins, they need to query both the address and the coin type associated.

Test Plan

Related Links