Hi everyone,
I need to get transaction ids from when listening blocks which comes to my node and receiver address equals to one of my addresses.
All stages completed except get the tx id.
I look at the transaction.js and seen rawtxid() and txid() methods and made same in my code but I couldn’t get the tx id which is shown when I sent any amount over faucet page.
If you know any way to get txid from tx object which comes with block object, can you show me, how it’s done?