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.success_nonvoting_instructions
Table StatusBeta 🌱

Table Columns

Column NameData TypeDescription
block_slotNUMBER(38,0)The Solana slot containing the block for this record.
block_heightNUMBER(38,0)The block height for this record.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block containing this record.
block_hashVARCHAR(16777216)The hash of the block containing this record.
txn_idVARCHAR(16777216)The transaction signature, which uniquely identifies the transaction.
txn_indexNUMBER(38,0)The zero-based position of the transaction within the block.
instruction_indexNUMBER(38,0)The zero-based position of the instruction within the transaction.
program_idVARCHAR(16777216)The Solana program account invoked by the instruction or owning the token account.
parsedVARCHAR(16777216)The parsed instruction payload when a parser is available.
program_nameVARCHAR(16777216)The human-readable name of the invoked program, when available.
accountsVARIANTThe ordered accounts passed to the instruction.
dataVARCHAR(16777216)The encoded instruction input data.
parsed_typeVARCHAR(16777216)The parsed instruction type, when available.
is_votingBOOLEANWhether the transaction or balance change is associated with voting activity.
parent_tx_successBOOLEANWhether the transaction containing this instruction executed successfully.
parent_tx_signerVARCHAR(16777216)The signer of the transaction containing this 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.
inner_instruction_countNUMBER(38,0)The number of inner instructions emitted by this instruction.
data_hexVARCHAR(16777216)The instruction input data encoded as hexadecimal.
data_hex_first16VARCHAR(16777216)The first 16 hexadecimal characters of the instruction input data.
data_hex_first2VARCHAR(16777216)The first 2 hexadecimal characters of the instruction input data.