Rhinestone home page
Search...
⌘K
Ask AI
GitHub
Legacy Docs
Search...
Navigation
SentinelListLib
contains
Home
SDK
Build Modules
API Reference
Demos
Overview
Getting Started
Tutorials
Multi-Owner Validator
Auto-Swap Executor
Guides
Testing
Deploying
Migration Guide
Reference
Building
Testing
Deploying
Glossary
CheckNSignatures
ERC4337 Data Libs
SentinelList
SentinelListLib
init
alreadyInitialized
getNext
push
safePush
pop
popAll
contains
getEntriesPaginated
SentinelList4337Lib
LinkedBytes32Lib
SentinelListHelper
ERC4337 Validation
ERC4337 Validation
Overview
Getting started
Simulator
Module Registry
Overview
Getting Started
Guides
Reference
On this page
Usage
Parameters
self
entry
Returns
isContained
SentinelListLib
contains
Copy page
Copy page
Checks if the sentinel list contains a given address.
Usage
Copy
Ask AI
bool
contains
=
list.
contains
(
address
(
4
));
Parameters
self
Type:
SentinelList
The storage pointer of the list.
entry
Type:
address
The address to check for in the list.
Returns
isContained
Type:
bool
Returns true if the entry is contained in the list and false otherwise.
popAll
getEntriesPaginated
Assistant
Responses are generated using AI and may contain mistakes.