mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 16:06:48 +00:00
465 B
465 B
{% docs transaction_result %} The outcome of the transaction execution, including status (success/failure), error messages, and any events emitted. Data type: STRING (JSON-encoded or structured). This field is used to analyze transaction success rates, debug failures, and audit on-chain activity. Example: '{"status": "success", "events": [...]}'. Essential for understanding transaction lifecycle, error handling, and event-driven analytics on Flow. {% enddocs %}