wallet::WalletTxOrderComparator::operator()

Return whether wallet transaction a orders before b.

Synopsis

Declared in <wallet/transaction.h>

bool
operator()(
    CWalletTx const* a,
    CWalletTx const* b) const;

Return Value

True if a orders before b in the ordered transaction list.

Parameters

NameDescription
aThe first wallet transaction to compare.
bThe second wallet transaction to compare.