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

[fix] getAccountCollectionsWithOwnedTokens to remove amount #436

Closed gregnazario closed 2 months ago

gregnazario commented 2 months ago

Description

Amount isn't necessary here, so it's been removed

This was reported https://github.com/aptos-labs/aptos-ts-sdk/issues/434

Test Plan

Tested manually with that code associated there.

Related Links