> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Validator 🌱

### Table Details

| Property     | Value                             |
| ------------ | --------------------------------- |
| Table Name   | `solana_devnet.staking.validator` |
| Table Status | Beta 🌱                           |

### Table Columns

| Column Name                     | Data Type         | Description                                                         |
| ------------------------------- | ----------------- | ------------------------------------------------------------------- |
| validator\_vote\_account        | VARCHAR(16777216) | The validator vote account address.                                 |
| last\_commission\_rate          | NUMBER(38,0)      | The latest validator commission rate observed for the vote account. |
| last\_updated\_block\_timestamp | TIMESTAMP\_NTZ(9) | The block timestamp when the validator record was last updated.     |
| last\_updated\_block\_height    | NUMBER(38,0)      | The block height when the validator record was last updated.        |
| last\_updated\_block\_hash      | VARCHAR(16777216) | The block hash when the validator record was last updated.          |
| last\_updated\_block\_slot      | NUMBER(38,0)      | The block slot when the validator record was last updated.          |
| last\_updated\_epoch            | NUMBER(38,0)      | The epoch when the validator record was last updated.               |
