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

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

## BlockchainEventRequest(string, string, string, string, string, long) Constructor

Request to record a blockchain event via infrastructure-api.

```csharp theme={null}
public BlockchainEventRequest(string EventId, string EventType, string Payload, string? IpfsCid, string? DroneId, long Timestamp);
```

#### Parameters

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

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

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

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

<a name="ResQ.Clients.BlockchainEventRequest.BlockchainEventRequest(string,string,string,string,string,long).Payload" />

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

<a name="ResQ.Clients.BlockchainEventRequest.BlockchainEventRequest(string,string,string,string,string,long).IpfsCid" />

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

<a name="ResQ.Clients.BlockchainEventRequest.BlockchainEventRequest(string,string,string,string,string,long).DroneId" />

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

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

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