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_testnet.raw.instructions
Table StatusBeta 🌱
Unique Keyinstruction_index, txn_id, block_timestamp
Clustering Key(s)to_date("block_timestamp")

Table Columns

Column NameData TypeDescription
block_slotNUMBER(38,0)Slot of the block containing this instruction.
block_heightNUMBER(38,0)Height of the block containing this 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 instruction belongs to.
txn_indexNUMBER(38,0)Position of the transaction within its block.
instruction_indexNUMBER(38,0)Position of this instruction within its transaction.
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.
inner_instruction_countNUMBER(38,0)Number of inner instructions produced by this outer instruction.
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.
stack_heightNUMBER(38,0)Cross-program invocation (CPI) stack depth at which this instruction executed.
_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.