All comparison operations returnDocumentation Index
Fetch the complete documentation index at: https://fhenix-mintlify-fix-broken-nav-1776644086.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ebool. Equality checks (eq, ne) work on all encrypted types including eaddress. Ordering checks (lt, lte, gt, gte) and min/max work on euint8 | euint16 | euint32 | euint64 | euint128.
Equality
eq
ne
Ordering
lt
lte
gt
gte
Min / Max
min
max
Select
Conditionally selects between two encrypted values based on an encrypted boolean. Works on all encrypted types includingeaddress.