> ## 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.BlockchainEventRequest

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

## BlockchainEventRequest Class

Request to record a blockchain event via infrastructure-api.

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

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

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

| Constructors                                                                                                                                                                                                                                                                                  |                                                              |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------- |
| [BlockchainEventRequest(string, string, string, string, string, long)](./ResQ.Clients.BlockchainEventRequest.BlockchainEventRequest\(string,string,string,string,string,long\).md "ResQ.Clients.BlockchainEventRequest.BlockchainEventRequest(string, string, string, string, string, long)") | Request to record a blockchain event via infrastructure-api. |
