Skip to content

CommitOutcome

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

The only outcome a PendingTransaction.watch() can resolve to: a successful commit. Every non-commit verdict (Reject, FeeIntentCommit, timeout, cancel) throws instead, so the return type is narrowed to this rather than the full TransactionOutcome union.

outcome: "Commit"

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