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
74 stars 43 forks source link

fix estimateFolderPrice to take account #452

Closed jillxuu closed 3 months ago

jillxuu commented 3 months ago

Description

Test Plan

verified working with local npm link

  const estimatedCost = await assetUploader.estimateFolderPrice({account,
    folderInfo: fileSizes,
  });

Related Links