> ## Documentation Index
> Fetch the complete documentation index at: https://docs.resq.software/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Core.NeoClient.GetTransactionStatusAsync(string,System.Threading.CancellationToken)

### [ResQ.Core](./ResQ.Core.md "ResQ.Core").[NeoClient](./ResQ.Core.NeoClient.md "ResQ.Core.NeoClient")

## NeoClient.GetTransactionStatusAsync(string, CancellationToken) Method

Gets the status of a blockchain transaction.

```csharp theme={null}
public System.Threading.Tasks.Task<ResQ.Core.TransactionStatus> GetTransactionStatusAsync(string txHash, System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));
```

#### Parameters

<a name="ResQ.Core.NeoClient.GetTransactionStatusAsync(string,System.Threading.CancellationToken).txHash" />

`txHash` [System.String](https://learn.microsoft.com/en-us/dotnet/api/system.string "System.String")

The transaction hash.

<a name="ResQ.Core.NeoClient.GetTransactionStatusAsync(string,System.Threading.CancellationToken).ct" />

`ct` [System.Threading.CancellationToken](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken "System.Threading.CancellationToken")

Cancellation token.

#### Returns

[System.Threading.Tasks.Task\<](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1 "System.Threading.Tasks.Task`1")[TransactionStatus](./ResQ.Core.TransactionStatus.md "ResQ.Core.TransactionStatus")[>](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1 "System.Threading.Tasks.Task`1")\
The current transaction status.
