Rhinestone home page
Search...
⌘K
Ask AI
GitHub
Legacy Docs
Search...
Navigation
LinkedBytes32Lib
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
SentinelList4337Lib
LinkedBytes32Lib
init
alreadyInitialized
getNext
push
safePush
pop
popAll
contains
getEntriesPaginated
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
LinkedBytes32Lib
contains
Copy page
Copy page
Checks if the sentinel list contains a given data.
Usage
Copy
Ask AI
bool
contains
=
list.
contains
(
bytes32
(
keccak256
(
"entry"
)));
Parameters
self
Type:
LinkedBytes32
The storage pointer of the list.
entry
Type:
bytes32
The data 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.