> ## 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.

# Success Nonvoting Instructions 🌱

### Table Details

| Property     | Value                                              |
| ------------ | -------------------------------------------------- |
| Table Name   | `solana_devnet.raw.success_nonvoting_instructions` |
| Table Status | Beta 🌱                                            |

### Table Columns

| Column Name               | Data Type         | Description                                                                        |
| ------------------------- | ----------------- | ---------------------------------------------------------------------------------- |
| block\_slot               | NUMBER(38,0)      | The Solana slot containing the block for this record.                              |
| block\_height             | NUMBER(38,0)      | The block height for this record.                                                  |
| block\_timestamp          | TIMESTAMP\_NTZ(9) | The timestamp of the block containing this record.                                 |
| block\_hash               | VARCHAR(16777216) | The hash of the block containing this record.                                      |
| txn\_id                   | VARCHAR(16777216) | The transaction signature, which uniquely identifies the transaction.              |
| txn\_index                | NUMBER(38,0)      | The zero-based position of the transaction within the block.                       |
| instruction\_index        | NUMBER(38,0)      | The zero-based position of the instruction within the transaction.                 |
| program\_id               | VARCHAR(16777216) | The Solana program account invoked by the instruction or owning the token account. |
| parsed                    | VARCHAR(16777216) | The parsed instruction payload when a parser is available.                         |
| program\_name             | VARCHAR(16777216) | The human-readable name of the invoked program, when available.                    |
| accounts                  | VARIANT           | The ordered accounts passed to the instruction.                                    |
| data                      | VARCHAR(16777216) | The encoded instruction input data.                                                |
| parsed\_type              | VARCHAR(16777216) | The parsed instruction type, when available.                                       |
| is\_voting                | BOOLEAN           | Whether the transaction or balance change is associated with voting activity.      |
| parent\_tx\_success       | BOOLEAN           | Whether the transaction containing this instruction executed successfully.         |
| parent\_tx\_signer        | VARCHAR(16777216) | The signer of the transaction containing this instruction.                         |
| \_created\_at             | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                           |
| \_updated\_at             | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.                      |
| inner\_instruction\_count | NUMBER(38,0)      | The number of inner instructions emitted by this instruction.                      |
| data\_hex                 | VARCHAR(16777216) | The instruction input data encoded as hexadecimal.                                 |
| data\_hex\_first16        | VARCHAR(16777216) | The first 16 hexadecimal characters of the instruction input data.                 |
| data\_hex\_first2         | VARCHAR(16777216) | The first 2 hexadecimal characters of the instruction input data.                  |
