Error: Cannot read properties of null using the Hedera Token Service with JS SDK

Error: Cannot read properties of null using the Hedera Token Service with JS SDK

TokenMintTransactionTokenBurnTransaction 中,当我使用 .toBytes() 转换为字节并使用 Transaction.fromBytes() 从字节构建事务时,我收到此错误:无法读取属性为空(阅读 'token' )

这里发现了同样的问题,

https://github.com/hashgraph/hedera-sdk-js/issues/447.

问题已通过将 SDK 版本从 2.0.15 升级到 2.0.25 得到解决