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

Name

Description

a

The first wallet transaction to compare.

b

The second wallet transaction to compare.

Created with MrDocs