GetTransactionInfo
Retrieves transaction information for a given transaction hash on a specified chain.
Client Authoritative (default)
Path Parameters
transactionHash
string
The hash of the transaction to retrieve information for.
Returns
VyTask<VyTransactionInfoDto> An asynchronous task that returns transaction information for the specified transaction hash on the specified chain.
Last updated