Hello, I'm currently trying to retrieve the txHash from the placeOrder method. The documentation says that the placeOrder method return the transaction hash:  When I execute my code, I get this:  When I try to decode the hash using the toHex method from Cosmos, the hash seems to be not valid:  Can someone help me with this? Thanks