Harmoniclabs pluts how to get tx hash

Couldn’t get the transaction hash for TX

I am using @harmoniclabs/plu-tus & @harmoniclabs/cardano-ledger-ts library to create a TX manually and get hash
I successfully created a TX but I am not able to find the hash I see there’s a Hash property for TX so I used it buts these is what returned

Hash {
  __str: '467a21e57d00f61a326a77213b555f68fcc45785f6590879b246239273343915'
}

this is definitely not the transaction hash,

here’s a transaction hash it should have returned
612caae48b8123606a0fcbd206dc4deb7d2f434a130e49df0664d23cce45c4a2

TX is right I believe, I only need the property/method to get the Transacntion hash

Update:
I was able to confirm the CBOR and it matched with the original CBOR