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.
Properties
Section titled “Properties”outcome
Section titled “outcome”outcome:
FinalizeOutcome|"Reject"
Defined in: ootle/src/types.ts:42
reason?
Section titled “reason?”
optionalreason?:string
Defined in: ootle/src/types.ts:43