mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:47:08 +00:00
* 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
501 B
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 %}