GetTransactionInfo
Retrieves transaction information for a given transaction hash on a specified chain.
public static VyTask<VyTransactionInfoDto> GetTransactionInfo(eVyChain chain, string transactionHash, VyQuery_GetTransactionInfo query = null)
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