Compares two HD chains for equality by seed id.
Synopsis
Declared in <wallet/walletdb.h>
bool
operator==(CHDChain const& chain) const;
Return Value
true if both chains have the same seed id.
Parameters
Name |
Description |
chain |
The HD chain to compare against. |
Created with MrDocs