Skip to content

TransactionOutcome

Defined in: ootle/src/types.ts:41

The classified result of a finalized transaction.

  • "Commit" — all instructions committed successfully.
  • "FeeIntentCommit" — fee instructions committed but execution was aborted (the network accepted the fee intent but rejected the rest).
  • "Reject" — the entire transaction was rejected.

outcome: FinalizeOutcome | "Reject"

Defined in: ootle/src/types.ts:42


optional reason?: string

Defined in: ootle/src/types.ts:43