0

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' )

Ed Marquez
  • 488
  • 1
  • 10

1 Answers1

1

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

Waylon Jepsen
  • 61
  • 2
  • 7