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

chain

The blockchain of the transaction

transactionHash

string

The transaction hash (`id`)

query (optional)

Query to filter the operation results

Returns

VyTask<VyTransactionStatusDto>

Last updated