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

Name

Description

TxStateInactive [constructor]

Construct an inactive state, optionally marking the transaction as abandoned.

toString

Return a human‐readable description of the state.

Data Members

Name

Description

abandoned

Whether the transaction has been abandoned.

Created with MrDocs