---
title: AccountView
description: AccountView controls which sections of account resources are returned.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/account-view/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/account-view.md
---

# AccountView

AccountView controls which sections of account resources are returned.

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

## Values

| Name | # | Description |
| - | - | - |
| `ACCOUNT_VIEW_UNSPECIFIED` | 0 | ACCOUNT\_VIEW\_UNSPECIFIED uses service defaults. |
| `ACCOUNT_VIEW_PUBKEY_ONLY` | 1 | ACCOUNT\_VIEW\_PUBKEY\_ONLY returns only the account address. |
| `ACCOUNT_VIEW_META_ONLY` | 2 | ACCOUNT\_VIEW\_META\_ONLY returns only account metadata. |
| `ACCOUNT_VIEW_DATA_ONLY` | 3 | ACCOUNT\_VIEW\_DATA\_ONLY returns only account data. |
| `ACCOUNT_VIEW_FULL` | 4 | ACCOUNT\_VIEW\_FULL returns address, metadata, and data. |
