Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TransactionStatus

The status of the transaction. Each status represents the state of the transaction internally in the wallet. Some of these correspond with the state of the transaction on the network, but some are wallet-specific.

Index

Enumeration members

approved = "approved"
cancelled = "cancelled"
confirmed = "confirmed"
failed = "failed"
rejected = "rejected"
signed = "signed"
submitted = "submitted"
unapproved = "unapproved"

Generated using TypeDoc