Return whether the transaction is confirmed in a block.

Synopsis

Declared in <wallet/transaction.h>

bool
isConfirmed() const;

Return Value

True if the transaction is confirmed in a block.

Created with MrDocs