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.
Table Details
| Property | Value |
|---|---|
| Table Name | solana_devnet.staking.stakers |
| Table Status | Beta 🌱 |
| Unique Key | block_timestamp, unique_id |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| stake_account | VARCHAR(44) | The address of the stake account being modified |
| staker | VARCHAR(44) | The authority address that can manage staking operations |
| withdrawer | VARCHAR(44) | The authority address that can withdraw funds from the stake account |
| lockup_custodian | VARCHAR(44) | The authority that can modify lockup parameters |
| lockup_epoch | VARCHAR(16777216) | The epoch until which the stake account is locked |
| lockup_unix_timestamp | VARCHAR(16777216) | Unix timestamp until which the stake account is locked |
| block_timestamp | TIMESTAMP_NTZ(9) | Block timestamp of the last update |
| txn_index | NUMBER(38,0) | Transaction index of the last update |
| txn_id | VARCHAR(88) | Transaction id of the last update |
| instruction_index | NUMBER(38,0) | Instruction index within the tx of the last update |
| inner_instruction_index | NUMBER(38,0) | Inner instruction index of the last update, if available |
| unique_id | VARCHAR(16777216) | Unique id of the record |