Table Details
| Property | Value |
|---|---|
| Table Name | solana.staking.validator |
| Table Status | Production-Ready |
| Unique Key | stake_account |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| validator_vote_account | VARCHAR(16777216) | Solana vote account address of the validator this stake account is delegated to |
| last_commission_rate | NUMBER(38,0) | Most recent commission rate set by this validator, as a percentage (0-100) |
| last_updated_block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the block in which this stake account was last updated |
| last_updated_block_height | NUMBER(38,0) | Block height of the block in which this stake account was last updated |
| last_updated_block_hash | VARCHAR(16777216) | Block hash of the block in which this stake account was last updated |
| last_updated_block_slot | NUMBER(38,0) | Slot number of the block in which this stake account was last updated |
| last_updated_epoch | NUMBER(38,0) | Solana epoch in which this stake account state was last updated |