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

# Nonvoting Transactions Old 🌱

### Table Details

| Property     | Value                                          |
| ------------ | ---------------------------------------------- |
| Table Name   | `solana_devnet.raw.nonvoting_transactions_old` |
| 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.                          |
| signatures            | VARIANT           | The array of transaction signatures.                                                  |
| fee                   | NUMBER(38,0)      | The transaction fee paid in lamports.                                                 |
| err                   | VARCHAR(16777216) | The transaction error object, if execution failed.                                    |
| account\_keys         | VARIANT           | The ordered account keys referenced by the transaction message.                       |
| recent\_block\_hash   | VARCHAR(16777216) | The recent blockhash included in the transaction message.                             |
| signer                | VARCHAR(16777216) | The transaction signer, commonly the fee payer or initiating account.                 |
| log\_messages         | VARIANT           | The runtime log messages emitted during transaction execution.                        |
| pre\_token\_balances  | VARIANT           | Token balances before transaction execution.                                          |
| post\_token\_balances | VARIANT           | Token balances after transaction execution.                                           |
| pre\_balances         | VARIANT           | SOL balances in lamports before transaction execution.                                |
| post\_balances        | VARIANT           | SOL balances in lamports after transaction execution.                                 |
| is\_voting            | BOOLEAN           | Whether the transaction or balance change is associated with voting activity.         |
| \_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.                         |
| instruction\_count    | NUMBER(38,0)      | The number of top-level instructions in the transaction.                              |
| mint\_to\_decimals    | VARIANT           | A mapping from token mint address to decimal precision for tokens in the transaction. |
| token\_accounts       | VARIANT           | The token accounts referenced by the transaction.                                     |
| sol\_amounts          | VARIANT           | SOL balance changes associated with the transaction.                                  |
| success               | BOOLEAN           | Whether the parent transaction executed successfully.                                 |
