wallet::CHDChain::operator<

Orders HD chains by seed id.

Synopsis

Declared in <wallet/walletdb.h>

bool
operator<(CHDChain const& chain) const;

Return Value

true if this chain's seed id orders before the other's.

Parameters

NameDescription
chainThe HD chain to compare against.