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 getTransactionStatus(chain: VyChain, transactionHash: string, query?: VyQuery_GetTransactionStatus) : VyPromise<VyTransactionStatusDto>

Parameters

chain

The blockchain of the transaction

transactionHash

string

The transaction hash (`id`)

query (optional)

Query to filter the operation results

Returns

VyPromise<VyTransactionStatusDto> Transaction status retrieved successfully.

Last updated