Transactions

A transaction is one or more instructions signed by a client using one or more key-pairs and executed atomically with only two possible outcomes: success or failure.

tl-solana-merged-data.transactions

The table contains the transaction data for Solana blockchain. Data related to account, program, program activity, token balance, etc. is available here.

Struct Definitions

Some columns in the transactions table has the data type STRUCT. It allows for representing nested hierarchical data and has key-value pairs. Let's go into what each one of them contains.

token_balances (pre/post)

instructions

inner_instructions

error

Last updated