---
title: AccountMeta
description: AccountMeta captures metadata associated with an account.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/account-meta/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/account-meta.md
---

# AccountMeta

AccountMeta captures metadata associated with an account.

**Package:** `thru.core.v1`

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `version` | `uint32` | 1 · optional | |
| `flags` | [`AccountFlags`](https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/account-flags.md) | 2 · optional | |
| `data_size` | `uint32` | 3 · optional | |
| `seq` | `uint64` | 4 · optional | Account sequence number |
| `owner` | [`thru.common.v1.Pubkey`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/pubkey.md) | 5 · optional | |
| `balance` | `uint64` | 6 · optional | |
| `nonce` | `uint64` | 7 · optional | |
| `last_updated_slot` | `uint64` | 8 · optional | The slot in which this account was last updated. |
