Return whether the transaction conflicts with a confirmed block.

Synopsis

Declared in <wallet/transaction.h>

bool
isBlockConflicted() const;

Return Value

True if the transaction conflicts with a confirmed block.

Created with MrDocs