Return whether the transaction conflicts with a mempool transaction.

Synopsis

Declared in <wallet/transaction.h>

bool
isMempoolConflicted() const;

Return Value

True if the transaction conflicts with a mempool transaction.

Created with MrDocs