hashgraph / hedera-sdk-js

Hedera™ Hashgraph SDK for JavaScript/TypeScript
https://docs.hedera.com/guides/docs/sdks
Apache License 2.0
276 stars 145 forks source link

Possible issue with TokenUpdateNftsTransaction #2529

Open justynspooner opened 2 months ago

justynspooner commented 2 months ago

https://github.com/hashgraph/hedera-sdk-js/blob/ba47014e129cca1125e1a143b677ed9bba43439c/src/token/TokenUpdateNftsTransaction.js#L187

Is this correct? Seems strange to have a pauseToken call inside TokenUpdateNftsTransaction. I would have assumed that there be an NFT update call here instead? I could be reading this wrong but just wanted to flag incase there was an issue here.

ivaylogarnev-limechain commented 2 months ago

Dropped a comment on the related issue.