0

Is it possible to get the hash/ID of the transaction having its raw signed hex value only?

martikyan
  • 3
  • 2

1 Answers1

1

The tx hash is not serialized. Rather it is computed from the tx data. This answer discusses how the hash is calculated.

jtgrassie
  • 19,111
  • 4
  • 14
  • 51