> ## 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.Blockchain.TransactionResult.IsConfirmed

### [ResQ.Blockchain](./ResQ.Blockchain.md "ResQ.Blockchain").[TransactionResult](./ResQ.Blockchain.TransactionResult.md "ResQ.Blockchain.TransactionResult")

## TransactionResult.IsConfirmed Property

True if the transaction has been confirmed on-chain.

```csharp theme={null}
public bool IsConfirmed { get; init; }
```

#### Property Value

[System.Boolean](https://learn.microsoft.com/en-us/dotnet/api/system.boolean "System.Boolean")
