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
Name |
Description |
chain |
The HD chain to compare against. |
Created with MrDocs