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.
Properties
Section titled “Properties”outcome
Section titled “outcome”outcome:
"Commit"
Defined in: ootle/src/types.ts:53