Order two x‐only pubkeys by their key data.
Synopsis
Declared in <pubkey.h>
bool
operator<(XOnlyPubKey const& other) const;
Return Value
true if this key sorts before other.
Parameters
Name |
Description |
other |
The pubkey to compare against. |
Created with MrDocs