GetTransactionStatus
This endpoint retrieves the status of a specific transaction by chain and transaction hash. Returns `UNKNOWN` when the specific chain is not supported yet.
public static VyTask<VyTransactionStatusDto> GetTransactionStatus(eVyChain chain, string transactionHash, VyQuery_GetTransactionStatus query = null)
Parameters
transactionHash
string
The transaction hash (`id`)
Returns
VyTask<VyTransactionStatusDto> Transaction status retrieved successfully.
Last updated