---
title: StreamEventsResponse
description: StreamEventsResponse delivers event payloads.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/stream-events-response/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/stream-events-response.md
---

# StreamEventsResponse

StreamEventsResponse delivers event payloads.

**Package:** `thru.services.v1`

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `event_id` | `string` | 1 · optional | |
| `payload` | `bytes` | 2 · optional | |
| `timestamp` | [`google.protobuf.Timestamp`](https://thru.org/docs/api-ref/grpc/messages/google/protobuf/timestamp.md) | 3 · optional | |
| `program` | [`thru.common.v1.Pubkey`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/pubkey.md) | 4 · optional | |
| `call_idx` | `uint32` | 5 · optional | |
| `signature` | [`thru.common.v1.Signature`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/signature.md) | 6 · optional | |
| `slot` | `uint64` | 7 · optional | |
