Skip to main content

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

PropertyValue
Table Namesolana_devnet.raw.inner_instructions
Table StatusBeta 🌱
Unique Keytxn_id, instruction_index, inner_instruction_index
Clustering Key(s)to_date("block_timestamp")
Search Optimizationtxn_id, txn_index, instruction_index, program_id, program_name, is_voting

Table Columns

Column NameData TypeDescription
block_slotNUMBER(38,0)Slot of the block containing this inner instruction.
block_heightNUMBER(38,0)Height of the block containing this inner instruction.
block_timestampTIMESTAMP_NTZ(9)Estimated production time of the containing block, as Unix timestamp.
block_hashVARCHAR(16777216)Blockhash of the containing block.
txn_idVARCHAR(16777216)The transaction signature (id) this inner instruction belongs to.
txn_indexNUMBER(38,0)Position of the parent transaction within its block.
instruction_indexNUMBER(38,0)Position of the parent (outer) instruction within its transaction.
inner_instruction_indexNUMBER(38,0)Position of this inner instruction within its parent instruction’s inner instruction list.
program_idVARCHAR(16777216)The program (smart contract) account that executes this instruction.
parsedVARCHAR(16777216)Parsed/decoded JSON form of the instruction data, if recognised by Solana’s parser.
program_nameVARCHAR(16777216)Human-readable name of the program, if known.
accountsVARIANTList of account addresses referenced by this instruction (in order).
dataVARCHAR(16777216)Raw instruction data, base58-encoded.
parsed_typeVARCHAR(16777216)The instruction type tag from the parsed JSON (e.g. “transfer”, “createAccount”).
is_votingBOOLEANTrue if the parent transaction is a consensus vote transaction.
parent_tx_successBOOLEANTrue if the parent transaction succeeded.
parent_tx_signerVARCHAR(16777216)Primary signer (fee payer) of the parent transaction.
parent_instruction_program_idVARCHAR(16777216)The program_id of the outer instruction that triggered this inner instruction.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.
data_hexVARCHAR(16777216)Raw instruction data as a hex string.
data_hex_first2VARCHAR(16777216)First 2 hex characters (1 byte) of the data — commonly the instruction discriminator.
data_hex_first16VARCHAR(16777216)First 16 hex characters (8 bytes) of the data — commonly the Anchor/borsh discriminator.