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

Synopsis

Declared in <wallet/transaction.h>

explicit
TxStateInactive(bool abandoned = false);

Parameters

Name

Description

abandoned

Whether the transaction has been abandoned.

Created with MrDocs