Order two extended public keys by public key, then by chain code.
Synopsis
Declared in <pubkey.h>
bool
operator<(
CExtPubKey const& a,
CExtPubKey const& b);
Return Value
true if a sorts before b.
Parameters
Name |
Description |
a |
The left‐hand extended public key. |
b |
The right‐hand extended public key. |
Created with MrDocs