wallet::TxStateInactive::TxStateInactive

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

Synopsis

Declared in <wallet/transaction.h>

explicit
TxStateInactive(bool abandoned = false);

Parameters

NameDescription
abandonedWhether the transaction has been abandoned.