Return whether wallet transaction a orders before b.
Declared in <wallet/transaction.h>
bool
operator()(
CWalletTx const* a,
CWalletTx const* b) const;
True if a orders before b in the ordered transaction list.
| Name | Description |
|---|---|
| a | The first wallet transaction to compare. |
| b | The second wallet transaction to compare. |