Greater‐than operators
Synopses
Declared in <pubkey.h>
Check whether the first feerate is strictly higher than the second.
Order two public keys lexicographically by their serialized bytes.
Return Value
-
True if a's feerate is higher than b's.
-
true if a sorts after b.
Parameters
Name |
Description |
a |
The first operand. |
b |
The second operand. |
Created with MrDocs