> ## 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.Clients.BlockchainEventResponse

### [ResQ.Clients](./ResQ.Clients.md "ResQ.Clients")

## BlockchainEventResponse Class

Response from recording a blockchain event.

```csharp theme={null}
public record BlockchainEventResponse : System.IEquatable<ResQ.Clients.BlockchainEventResponse>
```

Inheritance [System.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object "System.Object") → BlockchainEventResponse

Implements [System.IEquatable\<](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 "System.IEquatable`1")[BlockchainEventResponse](./ResQ.Clients.BlockchainEventResponse.md "ResQ.Clients.BlockchainEventResponse")[>](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 "System.IEquatable`1")

| Constructors                                                                                                                                                                                                                                         |                                             |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------ |
| [BlockchainEventResponse(string, string, long, string)](./ResQ.Clients.BlockchainEventResponse.BlockchainEventResponse\(string,string,long,string\).md "ResQ.Clients.BlockchainEventResponse.BlockchainEventResponse(string, string, long, string)") | Response from recording a blockchain event. |
