Get Transaction Hash from Transaction recieved on NEM-SDK Blockchain

Hello
I am new to NEM block chain and I am using sdk nem-sdk in nodejs. Basically I have implemented the listener of nem in my nodejs code. I am recieving transactions in it succesfully. What I know want to do is to get the transaction hash from the transactions which I recieve on NEM listener as currently the transaction object which is recieved on listener doesnt has the transaction hash.

1 Like

I’m assuming that when you say “listener” this is WebSockets correct? if so, you should be able to receive the Transaction Hash from that. If this is not what you’re seeing, can you elaborate further how you “listen” and the kind of data type or format are you’re receiving?