All access control functions work onDocumentation 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 | euint8 | euint16 | euint32 | euint64 | euint128 | eaddress.
allow
Grants permission to a specific address.allowThis
Grants permission to the current contract (address(this)).
allowPublic
Grants public permission — anyone can request decryption off-chain viadecryptForTx without a permit.
allowSender
Grants permission tomsg.sender.
allowTransient
Grants temporary permission to a specific address for the current transaction only.isAllowed
Checks if an address has permission.isPubliclyAllowed
Checks if the value has been granted public access viaallowPublic.