aptos-labs / developer-docs

Source for the Aptos developer docs
https://aptos.dev
Apache License 2.0
854 stars 84 forks source link

[Docs] My First NFT tutorial doesn't work due to decimals field #173

Closed gregnazario closed 6 months ago

gregnazario commented 6 months ago

Aptos Documentation Issue

The following error occurs when executing the demo instructions https://aptos.dev/tutorials/your-first-nft with SDK TypeSript: [AptosApiError]: Indexer error: field 'decimals' not found in type: 'current_token_datas_v2'

gregnazario commented 6 months ago

fixed in SDK https://github.com/aptos-labs/aptos-ts-sdk/pull/314