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_transactions
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.
signaturesVARIANTThe array of transaction signatures.
feeNUMBER(38,0)The transaction fee paid in lamports.
errVARCHAR(16777216)The transaction error object, if execution failed.
account_keysVARIANTThe ordered account keys referenced by the transaction message.
recent_block_hashVARCHAR(16777216)The recent blockhash included in the transaction message.
signerVARCHAR(16777216)The transaction signer, commonly the fee payer or initiating account.
log_messagesVARIANTThe runtime log messages emitted during transaction execution.
pre_token_balancesVARIANTToken balances before transaction execution.
post_token_balancesVARIANTToken balances after transaction execution.
pre_balancesVARIANTSOL balances in lamports before transaction execution.
post_balancesVARIANTSOL balances in lamports after transaction execution.
successBOOLEANWhether the parent transaction executed successfully.
is_votingBOOLEANWhether the transaction or balance change is associated with voting activity.
_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.
instruction_countNUMBER(38,0)The number of top-level instructions in the transaction.
mint_to_decimalsVARIANTA mapping from token mint address to decimal precision for tokens in the transaction.
token_accountsVARIANTThe token accounts referenced by the transaction.
sol_amountsVARIANTSOL balance changes associated with the transaction.