---
title: StreamAccountUpdatesResponse
description: StreamAccountUpdatesResponse contains either an initial snapshot or a delta.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/stream-account-updates-response/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/stream-account-updates-response.md
---

# StreamAccountUpdatesResponse

StreamAccountUpdatesResponse contains either an initial snapshot or a delta.

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

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `snapshot` | [`thru.core.v1.Account`](https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/account.md) | 1 · optional | |
| `update` | [`AccountUpdate`](https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/account-update.md) | 2 · optional | |
| `finished` | [`BlockFinished`](https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/block-finished.md) | 3 · optional | |
