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_inner_outer_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. |
| inner_instruction_index | NUMBER(38,0) | The zero-based position of the inner instruction within its parent instruction. |
| 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. |
| parsed_type | VARCHAR(16777216) | The parsed instruction type, when 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. |
| 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. |
| parent_instruction_program_id | VARCHAR(16777216) | The program ID of the parent instruction that emitted this inner 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. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |