> ## 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.BlockchainEventResponse(string,string,long,string)

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

## BlockchainEventResponse(string, string, long, string) Constructor

Response from recording a blockchain event.

```csharp theme={null}
public BlockchainEventResponse(string EventId, string EventType, long Timestamp, string TxHash);
```

#### Parameters

<a name="ResQ.Clients.BlockchainEventResponse.BlockchainEventResponse(string,string,long,string).EventId" />

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

<a name="ResQ.Clients.BlockchainEventResponse.BlockchainEventResponse(string,string,long,string).EventType" />

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

<a name="ResQ.Clients.BlockchainEventResponse.BlockchainEventResponse(string,string,long,string).Timestamp" />

`Timestamp` [System.Int64](https://learn.microsoft.com/en-us/dotnet/api/system.int64 "System.Int64")

<a name="ResQ.Clients.BlockchainEventResponse.BlockchainEventResponse(string,string,long,string).TxHash" />

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