TransactionStatus
Defined in: packages/pulsar-core/src/types.ts:36
Represents the final status of a transaction.
Enumeration Members
Failed
Failed:
"Failed"
Defined in: packages/pulsar-core/src/types.ts:38
The transaction failed to execute.
Replaced
Replaced:
"Replaced"
Defined in: packages/pulsar-core/src/types.ts:42
The transaction was replaced by another (e.g., speed-up).
Success
Success:
"Success"
Defined in: packages/pulsar-core/src/types.ts:40
The transaction was successfully mined and executed.
Last updated on