wallet::TxStateInactive

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.

Synopsis

Declared in <wallet/transaction.h>

struct TxStateInactive;

Member Functions

NameDescription
TxStateInactive [constructor]Construct an inactive state, optionally marking the transaction as abandoned.
toString Return a human-readable description of the state.

Data Members

NameDescription
abandoned Whether the transaction has been abandoned.