solana-models/models/descriptions/tx_succeeded.md
tarikceric 5399165667
An 6390/llm context descriptions (#855)
* description rules and fact_txs update

* blocks update

* idls and labels

* wip

* wip

* update desc

* update

* update doc rules

* update table desc per new rules

* updates
2025-07-16 12:26:39 -07:00

501 B

{% docs tx_succeeded %} Boolean flag indicating whether the transaction was successfully executed and confirmed on the Solana blockchain. A value of TRUE means the transaction was processed without errors; FALSE indicates failure due to program errors, insufficient funds, or other issues.

Example:

  • true
  • false

Business Context:

  • Used to filter for successful transactions in analytics and reporting.
  • Important for error analysis, user experience, and program debugging.

{% enddocs %}