---
title: AccountUpdate
description: AccountUpdate describes a delta for an account.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/account-update/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/account-update.md
---

# AccountUpdate

AccountUpdate describes a delta for an account.

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

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `slot` | `uint64` | 1 · optional | |
| `page` | [`thru.core.v1.AccountPage`](https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/account-page.md) | 2 · optional | |
| `meta` | [`thru.core.v1.AccountMeta`](https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/account-meta.md) | 3 · optional | |
| `delete` | `bool` | 4 · optional | |
| `address` | [`thru.common.v1.Pubkey`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/pubkey.md) | 5 · optional | Account address for identifying the account in multi-account streams. |
