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.raw.success_nonvoting_transactions |
| 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. |
| success | BOOLEAN | Whether the parent transaction executed successfully. |
| 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. |