hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
145 stars 87 forks source link

Requests for new query functions #689

Closed lgy1027 closed 4 months ago

lgy1027 commented 4 months ago

Hello, I am new to fabric and now I need to operate the fabric network through the gateway. Currently, the data can be written normally and txHash is returned. However, I want to query the transaction details and block height based on TXhash. What method should be called for this?