In TokenMintTransaction
and TokenBurnTransaction
when I convert into bytes using .toBytes() and build a transaction from bytes using Transaction.fromBytes() I am getting this error: Cannot read properties of null (reading 'token' )
CodePudding user response:
This same issue was found here,
https://github.com/hashgraph/hedera-sdk-js/issues/447.
The issue is resolved by upgrading the SDK version from 2.0.15 to 2.0.25