State of transaction not confirmed or conflicting with a known block and not in the mempool. May conflict with the mempool, or with an unknown block, or be abandoned, never broadcast, or rejected from the mempool for another reason.
Declared in <wallet/transaction.h>
struct TxStateInactive;
| Name | Description |
|---|---|
TxStateInactive [constructor] | Construct an inactive state, optionally marking the transaction as abandoned. |
toString | Return a human-readable description of the state. |
| Name | Description |
|---|---|
abandoned | Whether the transaction has been abandoned. |