@acceleratxr/core_sdk / TransactionStatus

Enumeration: TransactionStatus#

Describes the current status of a transaction.

Index#

Enumeration members#

Enumeration members#

APPROVED#

APPROVED: = “APPROVED”

Defined in src/models/Transaction.ts:24

Indicates that both parties have approved the transaction and it is ready for execution.


COMPLETED#

COMPLETED: = “COMPLETED”

Defined in src/models/Transaction.ts:26

Indicates that the transaction executed successfully.


FAILED#

FAILED: = “FAILED”

Defined in src/models/Transaction.ts:28

Indicates that the transaction failed during processing, cancelled or rejected.


PENDING#

PENDING: = “PENDING”

Defined in src/models/Transaction.ts:22

Indicates that the transaction is being edited and/or awaiting approval by one or more parties.