Open justynspooner opened 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.
pauseToken
TokenUpdateNftsTransaction
Dropped a comment on the related issue.
https://github.com/hashgraph/hedera-sdk-js/blob/ba47014e129cca1125e1a143b677ed9bba43439c/src/token/TokenUpdateNftsTransaction.js#L187
Is this correct? Seems strange to have a
pauseToken
call insideTokenUpdateNftsTransaction
. 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.